summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2020-04-26MLK-20668-2 fat: Fix issue in rootdir table flush for FAT16/12Ye Li
2020-03-27fs: ext4: Fix alignment of cache buffersJan Kiszka
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-07fat: write: adjust data written in each partial writeMarek Szyprowski
2020-02-07fat: write: fix broken write to fragmented filesMarek Szyprowski
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-12-06linux_compat: move kmemdup() from ubifs.c to linux_compat.cAKASHI Takahiro
2019-12-05fs: fat: handle deleted directory entries correctlyAKASHI Takahiro
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-10-17fs: add fs_get_type() for current filesystem typeAKASHI Takahiro
2019-10-17fs: clean up around fs_typeAKASHI Takahiro
2019-10-17fs: export fs_close()AKASHI Takahiro
2019-10-11fs: fat: get_contents() always returns -1 for errorsHeinrich Schuchardt
2019-10-11fs: fat: treat invalid FAT clusters as errorsHeinrich Schuchardt
2019-08-26fat: FAT filesystem premature release of info struct.Martin Vystrčil
2019-08-20jffs2: remove unused code filesUwe Kleine-König
2019-08-18cbfs: Rename camel-case variablesSimon Glass
2019-08-18cbfs: Add functions to support multiple CBFSsSimon Glass
2019-08-18cbfs: Move result variable into the structSimon Glass
2019-08-18cbfs: Move static variables into a structSimon Glass
2019-08-18cbfs: Move declarations above functionsSimon Glass
2019-08-18cbfs: Allow CBFS to be used in SPLSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-11common: Move gzip functions into a new gzip headerSimon Glass
2019-07-23cbfs: Rename checksum to attributes_offsetSimon Glass
2019-07-18CVE-2019-13106: ext4: fix out-of-bounds memsetPaul Emge
2019-07-18ext4: gracefully fail on divide-by-0Paul Emge
2019-07-18CVE-2019-13104: ext4: check for underflow in ext4fs_read_filePaul Emge
2019-07-18CVE-2019-13105: ext4: fix double-free in ext4_cache_readPaul Emge
2019-07-18ext4: add support for filesystems without JOURNALMarek Szyprowski
2019-07-18ext4: fix calculating inode blkcount for non-512 blocksize filesystemsMarek Szyprowski
2019-06-20fs: do_load: pass device path for efi payloadMian Yousaf Kaukab
2019-05-28fs: fat: allocate a new cluster for root directory of fat32AKASHI Takahiro
2019-05-28fs: fat: flush a directory cluster properlyAKASHI Takahiro
2019-05-28fs: fat: write to non-cluster-aligned root directoryAKASHI Takahiro
2019-05-28fs: fat: Fix possible double free of fatbufAndrew F. Davis
2019-05-28fs: fat: correct file name normalizationHeinrich Schuchardt
2019-05-05fs: btrfs: add zstd decompression supportMarek Behún
2019-05-03fs: btrfs: fix btrfs methods return values on failureMarek Behún
2019-05-03fs: btrfs: Do not print mount fail message when not btrfs filesystemMarek Behún
2019-04-27Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"Tom Rini
2019-04-26fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon
2019-04-26fs: fat: Build only if CONFIG_FS_FAT=yIsmael Luceno Cortes
2019-04-26fs: btrfs: fix false negatives in ROOT_ITEM searchPierre Bourdon
2019-04-09Fix ext4 block group descriptor sizingBenjamin Lim
2019-04-09fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula
2019-04-09fs: ext4: Problem with ext4load and sparse filesGero Schumacher
2019-04-09fs: Add a new command to create symbolic linksJean-Jacques Hiblot