aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini
2023-11-28fs: fat: add bootsector validity checkChristian Taedcke
2023-11-28fs: fat: simplify gotos from read_bootsectandviChristian Taedcke
2023-11-28fs: fat: calculate FAT type based on cluster countChristian Taedcke
2023-11-28fs: fat: use get_unaligned_le16 to convert u8[2] to u16Christian Taedcke
2023-11-16fs: btrfs: fix reading when length specifiedSam Edwards
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson
2023-11-16fs/squashfs: enable LZ4 compression supportDavid Oberhollenzer
2023-11-16fs/squashfs: remove unused declarationsDavid Oberhollenzer
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek
2023-10-17fs: Disable sandbox filesystem in SPLSean Anderson
2023-10-17Revert "fs: ext4: check the minimal partition size to mount"Sean Anderson
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-14mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-09-14fs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-19fs/erofs: Quieten test for filesystem presenceSimon Glass
2023-08-14fs: fat: avoid multiplication overflowHeinrich Schuchardt
2023-08-08btrfs: fix some error checking for btrfs_decompress()Dan Carpenter
2023-08-08cramfs: clean up some error messagesDan Carpenter
2023-08-08fs: btrfs: Prevent error pointer dereference in list_subvolums()Dan Carpenter
2023-08-07fs/erofs: Remove an unnecessary assertionYifan Zhao
2023-08-03fat: correct sign for deletion markHeinrich Schuchardt
2023-07-17fs/erofs: Introduce new features including ztailpacking, fragments and dedupeYifan Zhao
2023-07-17fs: fat: Shrink the size of a few stringsSimon Glass
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass
2023-07-14fs: Create functions to load and allocate a fileSimon Glass
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-12global: Use proper project name U-BootMichal Simek
2023-06-06ubifs: allow loading to above 4GiBBen Dooks
2023-05-31semihosting: create file in smh_fs_write_at()Heinrich Schuchardt
2023-05-31fs/btrfs: use asm/unaligned.hJens Wiklander
2023-05-08btrfs: fix offset when reading compressed extentsDominique Martinet
2023-04-25fs: yaffs2: Make yaffsfs_deviceList staticBin Meng
2023-03-30fs: ext4: fix files seen as symlink during deletionCorentin GUILLEVIC
2023-03-30fs: fat: do not mangle short filenamesStefan Herbrechtsmeier
2023-03-22fs: ext4: check the minimal partition size to mountPatrick Delaunay
2023-02-23fs: btrfs: limit the mapped length to the original lengthQu Wenruo
2023-02-10Correct SPL use of FS_EROFSSimon Glass
2023-02-06log: Add a category for filesystemsSimon Glass
2023-01-20fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt
2023-01-18lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier
2023-01-11fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo
2023-01-11fs/squashfs: Only use export table if availableDavid Oberhollenzer
2022-12-08fs/squashfs: use lldiv function for mathKasper Revsbech