aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2023-10-17fs: Disable sandbox filesystem in SPLSean Anderson1-1/+1
2023-10-17Revert "fs: ext4: check the minimal partition size to mount"Sean Anderson1-4/+0
2023-09-24common: Drop linux/printk.h from common headerSimon Glass6-0/+6
2023-09-14mtd: ubifs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-6/+0
2023-09-14fs: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-16/+0
2023-08-25part: Add accessors for struct disk_partition uuidSimon Glass1-3/+1
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-2/+2
2023-08-19fs/erofs: Quieten test for filesystem presenceSimon Glass1-2/+2
2023-08-14fs: fat: avoid multiplication overflowHeinrich Schuchardt1-2/+2
2023-08-08btrfs: fix some error checking for btrfs_decompress()Dan Carpenter1-2/+2
2023-08-08cramfs: clean up some error messagesDan Carpenter1-4/+2
2023-08-08fs: btrfs: Prevent error pointer dereference in list_subvolums()Dan Carpenter1-0/+1
2023-08-07fs/erofs: Remove an unnecessary assertionYifan Zhao1-3/+0
2023-08-03fat: correct sign for deletion markHeinrich Schuchardt1-3/+3
2023-07-17fs/erofs: Introduce new features including ztailpacking, fragments and dedupeYifan Zhao9-344/+642
2023-07-17fs: fat: Shrink the size of a few stringsSimon Glass2-19/+15
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-1/+1
2023-07-14fs: Create functions to load and allocate a fileSimon Glass1-0/+58
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini2-2/+2
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini1-2/+2
2023-06-12global: Use proper project name U-BootMichal Simek2-2/+2
2023-06-06ubifs: allow loading to above 4GiBBen Dooks1-2/+2
2023-05-31semihosting: create file in smh_fs_write_at()Heinrich Schuchardt1-0/+4
2023-05-31fs/btrfs: use asm/unaligned.hJens Wiklander1-1/+1
2023-05-08btrfs: fix offset when reading compressed extentsDominique Martinet1-1/+3
2023-04-25fs: yaffs2: Make yaffsfs_deviceList staticBin Meng1-1/+1
2023-03-30fs: ext4: fix files seen as symlink during deletionCorentin GUILLEVIC1-1/+1
2023-03-30fs: fat: do not mangle short filenamesStefan Herbrechtsmeier1-4/+7
2023-03-22fs: ext4: check the minimal partition size to mountPatrick Delaunay1-0/+4
2023-02-23fs: btrfs: limit the mapped length to the original lengthQu Wenruo1-0/+2
2023-02-10Correct SPL use of FS_EROFSSimon Glass1-1/+1
2023-02-06log: Add a category for filesystemsSimon Glass1-0/+2
2023-01-20fs/fat: avoid noisy message fat_read_file()Heinrich Schuchardt1-17/+5
2023-01-18lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier1-6/+9
2023-01-11fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo1-22/+27
2023-01-11fs/squashfs: Only use export table if availableDavid Oberhollenzer1-5/+11
2022-12-08fs/squashfs: use lldiv function for mathKasper Revsbech1-1/+1
2022-12-08fs: ext4: Fix free(NULL)Mikhail Ilin1-8/+13
2022-11-23ubifs: Allow to silence debug dumpsPali Rohár2-0/+36
2022-11-10fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to KconfigTom Rini1-0/+12
2022-10-17fs: Quieten down the filesystems moreSimon Glass3-6/+6
2022-10-03Merge branch 'next'WIP/03Oct2022Tom Rini3-4/+5
2022-09-29fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav1-2/+0
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2-2/+3
2022-09-16blk: Use a function for whether block devices are availableSimon Glass1-1/+1
2022-09-13cyclic: Integrate cyclic infrastructure into WATCHDOG_RESETStefan Roese1-1/+1
2022-08-13fs/erofs: silence erofs_probe()Heinrich Schuchardt1-2/+2
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1