aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-04-20fs: btrfs: support sparse extentsMarek Behún1-0/+6
2020-04-16fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo1-1/+19
2020-04-16fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo1-0/+8
2020-04-16fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo1-10/+12
2020-03-27fs: ext4: Fix alignment of cache buffersJan Kiszka1-1/+1
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini30-0/+31
2020-02-07fat: write: adjust data written in each partial writeMarek Szyprowski1-1/+3
2020-02-07fat: write: fix broken write to fragmented filesMarek Szyprowski1-2/+2
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass8-0/+8
2020-02-05dm: core: Require users of devres to include the headerSimon Glass23-0/+23
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro1-18/+1
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro1-1/+32
2019-12-02common: Move sorting functions to their own header fileSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass4-0/+4
2019-10-17fs: add fs_get_type() for current filesystem typeAKASHI Takahiro1-0/+13
2019-10-17fs: clean up around fs_typeAKASHI Takahiro1-3/+0
2019-10-17fs: export fs_close()AKASHI Takahiro1-1/+1
2019-10-11fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt1-1/+1
2019-10-11fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt1-10/+20
2019-08-26fat: FAT filesystem premature release of info struct.Martin Vystrčil1-4/+0
2019-08-20jffs2: remove unused code filesUwe Kleine-König2-1169/+0
2019-08-18cbfs: Rename camel-case variablesSimon Glass1-22/+22
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass1-0/+46
2019-08-18cbfs: Move result variable into the structSimon Glass1-20/+28
2019-08-18cbfs: Move static variables into a structSimon Glass1-32/+59
2019-08-18cbfs: Move declarations above functionsSimon Glass1-9/+5
2019-08-18cbfs: Allow CBFS to be used in SPLSimon Glass2-0/+13
2019-08-11env: Move env_set_hex() to env.hSimon Glass2-0/+2
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass1-0/+1
2019-07-23cbfs: Rename checksum to attributes_offsetSimon Glass1-2/+2
2019-07-18CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge1-2/+5
2019-07-18ext4: gracefully fail on divide-by-0Paul Emge1-0/+12
2019-07-18CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge1-3/+5
2019-07-18CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge1-1/+1
2019-07-18ext4: add support for filesystems without JOURNALMarek Szyprowski2-0/+6
2019-07-18ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski2-2/+2
2019-06-20fs: do_load: pass device path for efi payloadMian Yousaf Kaukab1-0/+5
2019-05-28fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro1-2/+8
2019-05-28fs: fat: flush a directory cluster properlyAKASHI Takahiro1-19/+14
2019-05-28fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro1-25/+53
2019-05-28fs: fat: Fix possible double free of fatbufAndrew F. Davis1-4/+5
2019-05-28fs: fat: correct file name normalizationHeinrich Schuchardt1-28/+20
2019-05-05fs: btrfs: add zstd decompression supportMarek Behún3-2/+63
2019-05-03fs: btrfs: fix btrfs methods return values on failureMarek Behún1-8/+8
2019-05-03fs: btrfs: Do not print mount fail message when not btrfs filesystemMarek Behún1-6/+5
2019-04-27Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"Tom Rini1-38/+6
2019-04-26fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon1-2/+12
2019-04-26fs: fat: Build only if CONFIG_FS_FAT=yIsmael Luceno Cortes1-1/+1
2019-04-26fs: btrfs: fix false negatives in ROOT_ITEM searchPierre Bourdon1-6/+38
2019-04-09Fix ext4 block group descriptor sizingBenjamin Lim1-4/+15