summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-04-27Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"Tom Rini1-38/+6
2019-04-27fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon1-2/+12
2019-04-27fs: fat: Build only if CONFIG_FS_FAT=yIsmael Luceno Cortes1-1/+1
2019-04-27fs: btrfs: fix false negatives in ROOT_ITEM searchPierre Bourdon1-6/+38
2019-04-10Fix ext4 block group descriptor sizingBenjamin Lim1-4/+15
2019-04-10fs: fat: fix reading non-cluster-aligned root directoryAnssi Hannula1-13/+34
2019-04-10fs: ext4: Problem with ext4load and sparse filesGero Schumacher1-2/+6
2019-04-10fs: Add a new command to create symbolic linksJean-Jacques Hiblot1-0/+44
2019-04-10fs: ext4: Add support for the creation of symbolic linksJean-Jacques Hiblot2-9/+44
2019-04-09fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot3-8/+7
2019-04-09fs: ext4: cache extent dataStephen Warren4-36/+88
2019-04-09mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu1-2/+2
2019-03-22fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski1-0/+6
2019-02-28fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt1-3/+3
2019-02-19fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee1-1/+9
2019-02-19fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee1-6/+12
2019-02-09fs: ext4: Unmount FS in do_fs_type()Marek Vasut1-0/+2
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt1-2/+1
2019-02-01spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee1-1/+2
2019-02-01spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee1-1/+1
2019-02-01spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee3-4/+5
2019-02-01spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee1-1/+1
2019-01-17fs: prevent overwriting reserved memorySimon Goldschmidt1-3/+53
2019-01-11Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini1-4/+1
2018-12-31fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng1-2/+2
2018-12-31fs: cbfs: remove wrong header validationChristian Gmeiner1-2/+1
2018-12-07fs: fix FAT name extractionPatrick Wildt1-0/+3
2018-12-07fs: check FAT cluster sizePatrick Wildt1-0/+11
2018-12-02fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro1-0/+1
2018-11-20fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL1-1/+4
2018-11-17fs: Makefile: Add fs.c under SPL for fs_loaderKeerthy1-0/+1
2018-11-07fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey1-1/+3
2018-10-16fs: fat: Fix warning in normalize_longname()Tom Rini1-1/+1
2018-10-08fs: btrfs: Fix tree traversal with btrfs_next_slot()Yevgeny Popovych1-1/+1
2018-10-06fs: fat: fix set_cluster()Heinrich Schuchardt1-10/+17
2018-10-06fs: fat: memory leak in fat_unlink()Heinrich Schuchardt1-1/+7
2018-09-30fs: btrfs: Fix cache alignment bugsMarek Vasut3-13/+17
2018-09-23fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2-2/+2
2018-09-23fs: fat: support unlinkAKASHI Takahiro2-1/+134
2018-09-23fs: add unlink interfaceAKASHI Takahiro1-0/+40
2018-09-23fs: fat: support mkdirAKASHI Takahiro2-1/+138
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro1-0/+3
2018-09-23fs: add mkdir interfaceAKASHI Takahiro1-0/+45
2018-09-23fs: fat: support write with non-zero offsetAKASHI Takahiro1-15/+273
2018-09-23fs: fat: refactor write interface for a file offsetAKASHI Takahiro1-114/+65
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro2-322/+156
2018-09-23fs: fat: write returns error code instead of -1AKASHI Takahiro1-4/+15
2018-09-23fs: fat: check and normalize file nameAKASHI Takahiro1-8/+44
2018-09-23Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro1-15/+1
2018-09-23fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro1-8/+17