summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2019-04-09fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot
2019-04-09fs: ext4: cache extent dataStephen Warren
2019-04-09mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu
2019-03-22fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt
2019-02-19fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee
2019-02-19fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee
2019-02-09fs: ext4: Unmount FS in do_fs_type()Marek Vasut
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-02-01spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee
2019-02-01spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee
2019-01-16fs: prevent overwriting reserved memorySimon Goldschmidt
2019-01-11Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini
2018-12-31fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng
2018-12-31fs: cbfs: remove wrong header validationChristian Gmeiner
2018-12-06fs: fix FAT name extractionPatrick Wildt
2018-12-06fs: check FAT cluster sizePatrick Wildt
2018-12-02fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL
2018-11-16fs: Makefile: Add fs.c under SPL for fs_loaderKeerthy
2018-11-07fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey
2018-10-16fs: fat: Fix warning in normalize_longname()Tom Rini
2018-10-08fs: btrfs: Fix tree traversal with btrfs_next_slot()Yevgeny Popovych
2018-10-06fs: fat: fix set_cluster()Heinrich Schuchardt
2018-10-06fs: fat: memory leak in fat_unlink()Heinrich Schuchardt
2018-09-30fs: btrfs: Fix cache alignment bugsMarek Vasut
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt
2018-09-23fs: fat: support unlinkAKASHI Takahiro
2018-09-23fs: add unlink interfaceAKASHI Takahiro
2018-09-23fs: fat: support mkdirAKASHI Takahiro