aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini31-7/+32
2024-05-06fs: Remove <common.h> and add needed includesTom Rini31-32/+7
2024-04-18fs/erofs: add DEFLATE algorithm supportJianan Huang3-0/+99
2024-04-17fs: fat: fill creation and change dateHeinrich Schuchardt1-0/+44
2024-04-17fs: fat: convert change month correctlyHeinrich Schuchardt1-1/+1
2024-04-17Merge patch series "zfs: Fix zfs support on aarch64"Tom Rini2-5/+27
2024-04-17zfs: Fix zfs_read() to actually workmwleeds@mailtundra.com1-3/+2
2024-04-17zfs: Fix return value of fs_devread()mwleeds@mailtundra.com1-1/+1
2024-04-17zfs: Fix unaligned read of uint64mwleeds@mailtundra.com1-0/+18
2024-04-17zfs: Add a comment to clarify nvlist memory layoutmwleeds@mailtundra.com1-0/+5
2024-04-17zfs: Fix malloc() success checkmwleeds@mailtundra.com1-1/+1
2024-04-10fs: ext4: all file paths are absoluteHeinrich Schuchardt1-5/+0
2024-04-10fs: ext4: make "File System is consistent\n" a debug messageHeinrich Schuchardt1-1/+1
2024-04-10fs: ext4: Change the Settings of file permissionsJixiong Hu1-2/+18
2024-03-04ext4: detect directories in ext4fs_exists()Heinrich Schuchardt3-7/+11
2024-03-04fs: drop reiserfsPeter Robinson8-1645/+0
2024-01-17fs: remove explicit efi configuration dependencyAKASHI Takahiro1-4/+3
2023-12-21fs: Fix SPL build if FS_LOADER is enabledMayuresh Chitale1-1/+1
2023-12-21global: Drop common.h inclusionTom Rini2-2/+0
2023-12-13Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini1-2/+2
2023-12-13command: Introduce functions to obtain command argumentsSimon Glass1-2/+2
2023-11-28Merge patch series "fs: fat: calculate FAT type based on cluster count"Tom Rini1-27/+87
2023-11-28fs: fat: add bootsector validity checkChristian Taedcke1-0/+53
2023-11-28fs: fat: simplify gotos from read_bootsectandviChristian Taedcke1-5/+4
2023-11-28fs: fat: calculate FAT type based on cluster countChristian Taedcke1-20/+28
2023-11-28fs: fat: use get_unaligned_le16 to convert u8[2] to u16Christian Taedcke1-4/+4
2023-11-16fs: btrfs: fix reading when length specifiedSam Edwards1-9/+6
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov1-1/+0
2023-11-16fs: ext4: Remove unused parameter from ext4_mountSean Anderson2-2/+2
2023-11-16fs/squashfs: enable LZ4 compression supportDavid Oberhollenzer1-0/+23
2023-11-16fs/squashfs: remove unused declarationsDavid Oberhollenzer3-58/+0
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