summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fs: add mkdir interfaceAKASHI Takahiro2018-09-231-0/+45
* fs: fat: support write with non-zero offsetAKASHI Takahiro2018-09-231-15/+273
* fs: fat: refactor write interface for a file offsetAKASHI Takahiro2018-09-231-114/+65
* fs: fat: support write with sub-directory pathAKASHI Takahiro2018-09-232-322/+156
* fs: fat: write returns error code instead of -1AKASHI Takahiro2018-09-231-4/+15
* fs: fat: check and normalize file nameAKASHI Takahiro2018-09-231-8/+44
* Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro2018-09-231-15/+1
* fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro2018-09-231-8/+17
* fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro2018-09-231-0/+21
* fs: fat: extend get_fs_info() for write useAKASHI Takahiro2018-09-231-0/+7
* fs: ubifs: Add missing newlines in super.cStefan Roese2018-09-141-3/+3
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-2/+1
* fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg2018-08-201-1/+1
* fs: fix typo 'dumm'Heinrich Schuchardt2018-08-131-1/+1
* fs: fat: cannot write to subdirectoriesHeinrich Schuchardt2018-07-251-1/+15
* fs: btrfs: Fix wrong comparison in logical to physical mappingMarek BehĂșn2018-07-201-1/+1
* ubifs: remove useless codeChristophe Kerello2018-07-122-5/+5
* fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych2018-06-182-9/+22
* lib: Add hexdumpAlexey Brodkin2018-06-132-3/+6
* fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREEYevgeny Popovych2018-06-131-1/+1
* fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan2018-05-301-0/+13
* fs: ext4: fix crash on ext4lsEugen Hristev2018-05-231-2/+3
* ubifs: avoid assert failed in ubifs.cPatrice Chotard2018-05-091-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0776-163/+76
* ubifs: Change value of mutex_is_locked()Bradley Bolen2018-04-111-1/+1
* fs: btrfs: Remove unused debug code left from developmentMarek BehĂșn2018-04-062-14/+0
* fs: cbfs: fix locating the cbfs headerAndre Heider2018-03-311-2/+2