summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fs: ext4: constify the buffer passed to write functionsJean-Jacques Hiblot2019-04-093-8/+7
* fs: ext4: cache extent dataStephen Warren2019-04-094-36/+88
* mtd: ubi, ubifs debug: Use pr_debug instead of pr_critEran Matityahu2019-04-091-2/+2
* fs: ext4: do not write on filesystem with metadata_csum featureSébastien Szymanski2019-03-221-0/+6
* fs: fat: fix link error when building with DEBUG=1Heinrich Schuchardt2019-02-281-3/+3
* fs: fat: Reduce default max clustersize 64KiB from malloc poolTien Fong Chee2019-02-191-1/+9
* fs: fat: dynamically allocate memory for temporary bufferTien Fong Chee2019-02-191-6/+12
* fs: ext4: Unmount FS in do_fs_type()Marek Vasut2019-02-091-0/+2
* lmb: handle more than one DRAM BANKSimon Goldschmidt2019-02-021-2/+1
* spl: fat/fs: Add control to build FS EXT4 in SPLTien Fong Chee2019-02-011-1/+2
* spl: Kconfig: Replace CONFIG_SPL_EXT_SUPPORT to CONFIG_SPL_FS_EXT4Tien Fong Chee2019-02-011-1/+1
* spl: fat/fs: Add option to include/exclude FAT write build in SPLTien Fong Chee2019-02-013-4/+5
* spl: Kconfig: Replace CONFIG_SPL_FAT_SUPPORT with CONFIG_SPL_FS_FATTien Fong Chee2019-02-011-1/+1
* fs: prevent overwriting reserved memorySimon Goldschmidt2019-01-161-3/+53
* Revert "fs: fat: assign rootdir sector when accessing root directory"Tom Rini2019-01-111-4/+1
* fs: cbfs: Fix out of bound access during CBFS walking throughBin Meng2018-12-311-2/+2
* fs: cbfs: remove wrong header validationChristian Gmeiner2018-12-311-2/+1
* fs: fix FAT name extractionPatrick Wildt2018-12-061-0/+3
* fs: check FAT cluster sizePatrick Wildt2018-12-061-0/+11
* fs: update fs_dev_part in fs_set_blk_dev_with_part()AKASHI Takahiro2018-12-021-0/+1
* fs: fat: assign rootdir sector when accessing root directoryThomas RIENOESSL2018-11-201-1/+4
* fs: Makefile: Add fs.c under SPL for fs_loaderKeerthy2018-11-161-0/+1
* fs: ubifs: Fix UBIFS decompression on 64 bitPaul Davey2018-11-071-1/+3
* fs: fat: Fix warning in normalize_longname()Tom Rini2018-10-161-1/+1
* fs: btrfs: Fix tree traversal with btrfs_next_slot()Yevgeny Popovych2018-10-081-1/+1
* fs: fat: fix set_cluster()Heinrich Schuchardt2018-10-061-10/+17
* fs: fat: memory leak in fat_unlink()Heinrich Schuchardt2018-10-061-1/+7
* fs: btrfs: Fix cache alignment bugsMarek Vasut2018-09-303-13/+17
* fs: fat: unaligned buffers are not an errorHeinrich Schuchardt2018-09-232-2/+2
* fs: fat: support unlinkAKASHI Takahiro2018-09-232-1/+134
* fs: add unlink interfaceAKASHI Takahiro2018-09-231-0/+40
* fs: fat: support mkdirAKASHI Takahiro2018-09-232-1/+138
* fs: fat: remember the starting cluster number of directoryAKASHI Takahiro2018-09-231-0/+3