aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-06fs: fix FAT name extractionPatrick Wildt1-0/+3
2018-12-06fs: 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-16fs: 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
2018-09-23fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro1-0/+21
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro1-0/+7
2018-09-14fs: ubifs: Add missing newlines in super.cStefan Roese1-3/+3
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-2/+1
2018-08-20fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg1-1/+1
2018-08-13fs: fix typo 'dumm'Heinrich Schuchardt1-1/+1
2018-07-25fs: fat: cannot write to subdirectoriesHeinrich Schuchardt1-1/+15
2018-07-20fs: btrfs: Fix wrong comparison in logical to physical mappingMarek Behún1-1/+1
2018-07-12ubifs: remove useless codeChristophe Kerello2-5/+5
2018-06-18fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych2-9/+22
2018-06-13lib: Add hexdumpAlexey Brodkin2-3/+6
2018-06-13fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREEYevgeny Popovych1-1/+1
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan1-0/+13
2018-05-23fs: ext4: fix crash on ext4lsEugen Hristev1-2/+3
2018-05-09ubifs: avoid assert failed in ubifs.cPatrice Chotard1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini76-163/+76
2018-04-11ubifs: Change value of mutex_is_locked()Bradley Bolen1-1/+1
2018-04-06fs: btrfs: Remove unused debug code left from developmentMarek Behún2-14/+0
2018-03-31fs: cbfs: fix locating the cbfs headerAndre Heider1-2/+2
2018-03-24Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel2-1/+12
2018-03-24ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSGPetr Vorel1-0/+4
2018-03-09fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún1-1/+2
2018-03-09yaffs2: iterator variable cannot be NULLHeinrich Schuchardt2-8/+5
2018-01-29fs: btrfs: Fix printf format character warningTom Rini1-2/+2
2018-01-28fs: btrfs: Fix unaligned memory accessesAlberto Sánchez Molero2-3/+5
2018-01-22fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen2-13/+2