aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: remove explicit efi configuration dependencyAKASHI Takahiro2024-01-171-4/+3
* fs: Fix SPL build if FS_LOADER is enabledMayuresh Chitale2023-12-211-1/+1
* global: Drop common.h inclusionTom Rini2023-12-212-2/+0
* Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini2023-12-131-2/+2
|\
| * command: Introduce functions to obtain command argumentsSimon Glass2023-12-131-2/+2
* | Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini2023-11-281-27/+87
|\ \
| * | fs: fat: add bootsector validity checkChristian Taedcke2023-11-281-0/+53
| * | fs: fat: simplify gotos from read_bootsectandviChristian Taedcke2023-11-281-5/+4
| * | fs: fat: calculate FAT type based on cluster countChristian Taedcke2023-11-281-20/+28
| * | fs: fat: use get_unaligned_le16 to convert u8[2] to u16Christian Taedcke2023-11-281-4/+4
| |/
* | fs: btrfs: fix reading when length specifiedSam Edwards2023-11-161-9/+6
* | treewide: use linux/time.h for time conversion definesIgor Prusov2023-11-161-1/+0
* | fs: ext4: Remove unused parameter from ext4_mountSean Anderson2023-11-162-2/+2
* | fs/squashfs: enable LZ4 compression supportDavid Oberhollenzer2023-11-161-0/+23
* | fs/squashfs: remove unused declarationsDavid Oberhollenzer2023-11-163-58/+0
|/
* Kconfig: Remove all default n/no optionsMichal Simek2023-10-301-1/+0
* fs: Disable sandbox filesystem in SPLSean Anderson2023-10-171-1/+1
* Revert "fs: ext4: check the minimal partition size to mount"Sean Anderson2023-10-171-4/+0
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-246-0/+6
* mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-6/+0
* fs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut2023-09-141-16/+0
* part: Add accessors for struct disk_partition uuidSimon Glass2023-08-251-3/+1
* Merge tag 'v2023.10-rc3' into nextTom Rini2023-08-211-2/+2
|\
| * fs/erofs: Quieten test for filesystem presenceSimon Glass2023-08-191-2/+2
* | fs: fat: avoid multiplication overflowHeinrich Schuchardt2023-08-141-2/+2
* | btrfs: fix some error checking for btrfs_decompress()Dan Carpenter2023-08-081-2/+2
* | cramfs: clean up some error messagesDan Carpenter2023-08-081-4/+2
* | fs: btrfs: Prevent error pointer dereference in list_subvolums()Dan Carpenter2023-08-081-0/+1
|/
* fs/erofs: Remove an unnecessary assertionYifan Zhao2023-08-071-3/+0
* fat: correct sign for deletion markHeinrich Schuchardt2023-08-031-3/+3
* fs/erofs: Introduce new features including ztailpacking, fragments and dedupeYifan Zhao2023-07-179-344/+642
* fs: fat: Shrink the size of a few stringsSimon Glass2023-07-172-19/+15
* bootstd: Use bootdev instead of bootdeviceSimon Glass2023-07-161-1/+1
* fs: Create functions to load and allocate a fileSimon Glass2023-07-141-0/+58
* Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini2023-06-122-2/+2
|\
| * global: Use proper project name U-BootMichal Simek2023-06-122-2/+2
* | Merge tag v2023.07-rc4 into nextTom Rini2023-06-121-2/+2
|\|
| * ubifs: allow loading to above 4GiBBen Dooks2023-06-061-2/+2
* | semihosting: create file in smh_fs_write_at()Heinrich Schuchardt2023-05-311-0/+4
* | fs/btrfs: use asm/unaligned.hJens Wiklander2023-05-311-1/+1
|/
* btrfs: fix offset when reading compressed extentsDominique Martinet2023-05-081-1/+3
* fs: yaffs2: Make yaffsfs_deviceList staticBin Meng2023-04-251-1/+1
* fs: ext4: fix files seen as symlink during deletionCorentin GUILLEVIC2023-03-301-1/+1
* fs: fat: do not mangle short filenamesStefan Herbrechtsmeier2023-03-301-4/+7
* fs: ext4: check the minimal partition size to mountPatrick Delaunay2023-03-221-0/+4
* fs: btrfs: limit the mapped length to the original lengthQu Wenruo2023-02-231-0/+2
* Correct SPL use of FS_EROFSSimon Glass2023-02-101-1/+1
* log: Add a category for filesystemsSimon Glass2023-02-061-0/+2
* fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt2023-01-201-17/+5
* lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier2023-01-181-6/+9