summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo2023-01-111-22/+27
* fs/squashfs: Only use export table if availableDavid Oberhollenzer2023-01-111-5/+11
* fs/squashfs: use lldiv function for mathKasper Revsbech2022-12-081-1/+1
* fs: ext4: Fix free(NULL)Mikhail Ilin2022-12-081-8/+13
* ubifs: Allow to silence debug dumpsPali Rohár2022-11-232-0/+36
* fs: jffs2: Move SYS_JFFS2_SORT_FRAGMENTS to KconfigTom Rini2022-11-101-0/+12
* fs: Quieten down the filesystems moreSimon Glass2022-10-173-6/+6
* Merge branch 'next'Tom Rini2022-10-033-4/+5
|\
| * blk: Rename if_type to uclass_idSimon Glass2022-09-251-1/+1
| * cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-182-2/+3
| * blk: Use a function for whether block devices are availableSimon Glass2022-09-161-1/+1
| * cyclic: Integrate cyclic infrastructure into WATCHDOG_RESETStefan Roese2022-09-131-1/+1
* | fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav2022-09-291-2/+0
|/
* fs/erofs: silence erofs_probe()Heinrich Schuchardt2022-08-131-2/+2
* common: Drop display_options.h from common headerSimon Glass2022-08-101-0/+1
* Audit <flash.h> inclusionTom Rini2022-08-042-4/+3
* treewide: Fix Marek's name and change my e-mail addressMarek Behún2022-07-2113-13/+13
* ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár2022-07-201-7/+2
* ubifs: Fix ubifs_assert_cmt_locked()Pali Rohár2022-07-201-7/+1
* Merge branch 'next'Tom Rini2022-07-114-11/+14
|\
| * ubifs: Fix reference count leak in ubifsumountPali Rohár2022-07-081-1/+6
| * spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-071-0/+1
| * Merge branch 'master' into nextTom Rini2022-06-201-3/+5
| |\
| * | fs/squashfs: fix sqfs_read_sblk()Heinrich Schuchardt2022-06-061-1/+1
| * | btrfs: simplify lookup_data_extent()Heinrich Schuchardt2022-06-061-9/+6
* | | fs/squashfs: Use kcalloc when relevantMiquel Raynal2022-06-281-1/+3
| |/ |/|
* | fs/squashfs: sqfs_read: Prevent arbitrary code executionMiquel Raynal2022-06-161-3/+5
|/
* squashfs: Fix compilation on big endian systemsPali Rohár2022-06-032-4/+2
* ubifs: Fix lockup/crash when reading filesPali Rohár2022-06-031-0/+2
* fs/squashfs: use lldiv function for mathSean Nyekjaer2022-05-231-2/+3
* bootstd: sandbox: Add a hostfs bootdevSimon Glass2022-04-254-0/+61
* fs: Add a function to set the filesystem typeSimon Glass2022-04-251-0/+5
* fs: ext4: Use CRC-16 implementation from linux/crc16.hPali Rohár2022-04-215-84/+6
* crc16: Move standard CRC-16 implementation from ubifs to libPali Rohár2022-04-212-61/+1
* crc16: Rename fs/ubifs/crc16.h to include/linux/crc16.hPali Rohár2022-04-214-32/+3
* fs: Allow to compile FS_SQUASHFS only for proper U-BootPali Rohár2022-04-211-1/+1
* fs: Allow to compile FS_BTRFS when SPL is enabledPali Rohár2022-04-191-0/+2
* btrfs: Fix compilation on big endian systemsPali Rohár2022-04-192-2/+2
* fs/squashfs: simplify sqfs_read()Heinrich Schuchardt2022-04-191-8/+5
* fs: Allow to compile CMD_UBIFS when SPL is enabledPali Rohár2022-04-141-0/+2