summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs: ext4: Fix alignment of cache buffersJan Kiszka2020-03-271-1/+1
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1130-0/+31
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-058-0/+8
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-0523-0/+23
* | fat: write: adjust data written in each partial writeMarek Szyprowski2020-02-071-1/+3
* | fat: write: fix broken write to fragmented filesMarek Szyprowski2020-02-071-2/+2
|/
* linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro2019-12-061-18/+1
* fs: fat: handle deleted directory entries correctlyAKASHI Takahiro2019-12-051-1/+32
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-024-0/+4
* fs: add fs_get_type() for current filesystem typeAKASHI Takahiro2019-10-171-0/+13
* fs: clean up around fs_typeAKASHI Takahiro2019-10-171-3/+0
* fs: export fs_close()AKASHI Takahiro2019-10-171-1/+1
* fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt2019-10-111-1/+1
* fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt2019-10-111-10/+20
* fat: FAT filesystem premature release of info struct.Martin Vystrčil2019-08-261-4/+0
* jffs2: remove unused code filesUwe Kleine-König2019-08-202-1169/+0
* cbfs: Rename camel-case variablesSimon Glass2019-08-181-22/+22
* cbfs: Add functions to support multiple CBFSsSimon Glass2019-08-181-0/+46
* cbfs: Move result variable into the structSimon Glass2019-08-181-20/+28
* cbfs: Move static variables into a structSimon Glass2019-08-181-32/+59
* cbfs: Move declarations above functionsSimon Glass2019-08-181-9/+5
* cbfs: Allow CBFS to be used in SPLSimon Glass2019-08-182-0/+13
* env: Move env_set_hex() to env.hSimon Glass2019-08-112-0/+2
* common: Move gzip functions into a new gzip headerSimon Glass2019-08-111-0/+1
* cbfs: Rename checksum to attributes_offsetSimon Glass2019-07-231-2/+2
* CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge2019-07-181-2/+5
* ext4: gracefully fail on divide-by-0Paul Emge2019-07-181-0/+12
* CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge2019-07-181-3/+5
* CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge2019-07-181-1/+1
* ext4: add support for filesystems without JOURNALMarek Szyprowski2019-07-182-0/+6
* ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski2019-07-182-2/+2
* fs: do_load: pass device path for efi payloadMian Yousaf Kaukab2019-06-201-0/+5
* fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro2019-05-281-2/+8
* fs: fat: flush a directory cluster properlyAKASHI Takahiro2019-05-281-19/+14
* fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro2019-05-281-25/+53
* fs: fat: Fix possible double free of fatbufAndrew F. Davis2019-05-281-4/+5
* fs: fat: correct file name normalizationHeinrich Schuchardt2019-05-281-28/+20
* fs: btrfs: add zstd decompression supportMarek Behún2019-05-053-2/+63
* fs: btrfs: fix btrfs methods return values on failureMarek Behún2019-05-031-8/+8
* fs: btrfs: Do not print mount fail message when not btrfs filesystemMarek Behún2019-05-031-6/+5
* Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"Tom Rini2019-04-271-38/+6
* fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon2019-04-261-2/+12
* fs: fat: Build only if CONFIG_FS_FAT=yIsmael Luceno Cortes2019-04-261-1/+1
* fs: btrfs: fix false negatives in ROOT_ITEM searchPierre Bourdon2019-04-261-6/+38
* Fix ext4 block group descriptor sizingBenjamin Lim2019-04-091-4/+15
* fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula2019-04-091-13/+34
* fs: ext4: Problem with ext4load and sparse filesGero Schumacher2019-04-091-2/+6
* fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-091-0/+44
* fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2019-04-092-9/+44