summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2018-09-23fs: fat: remember the starting cluster number of directoryAKASHI Takahiro
2018-09-23fs: add mkdir interfaceAKASHI Takahiro
2018-09-23fs: fat: support write with non-zero offsetAKASHI Takahiro
2018-09-23fs: fat: refactor write interface for a file offsetAKASHI Takahiro
2018-09-23fs: fat: support write with sub-directory pathAKASHI Takahiro
2018-09-23fs: fat: write returns error code instead of -1AKASHI Takahiro
2018-09-23fs: fat: check and normalize file nameAKASHI Takahiro
2018-09-23Revert "fs: fat: cannot write to subdirectories"AKASHI Takahiro
2018-09-23fs: fat: assure iterator's ->dent belongs to ->clustAKASHI Takahiro
2018-09-23fs: fat: handle "." and ".." of root dir correctly with fat_itr_resolve()AKASHI Takahiro
2018-09-23fs: fat: extend get_fs_info() for write useAKASHI Takahiro
2018-09-14fs: ubifs: Add missing newlines in super.cStefan Roese
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-08-20fs/fat: debug-print file read position during file_fat_read_at()Andreas Dannenberg
2018-08-13fs: fix typo 'dumm'Heinrich Schuchardt
2018-07-25fs: fat: cannot write to subdirectoriesHeinrich Schuchardt
2018-07-20fs: btrfs: Fix wrong comparison in logical to physical mappingMarek Behún
2018-07-12ubifs: remove useless codeChristophe Kerello
2018-06-18fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych
2018-06-13lib: Add hexdumpAlexey Brodkin
2018-06-13fs: btrfs: Fix not all CHUNK_ITEMs being read from CHUNK_TREEYevgeny Popovych
2018-05-30fs: Add fs_get_type_name to return current filesystem nameAlex Kiernan
2018-05-23fs: ext4: fix crash on ext4lsEugen Hristev
2018-05-09ubifs: avoid assert failed in ubifs.cPatrice Chotard
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-11ubifs: Change value of mutex_is_locked()Bradley Bolen
2018-04-06fs: btrfs: Remove unused debug code left from developmentMarek Behún
2018-03-31fs: cbfs: fix locating the cbfs headerAndre Heider
2018-03-24Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel
2018-03-24ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSGPetr Vorel
2018-03-09fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún
2018-03-09yaffs2: iterator variable cannot be NULLHeinrich Schuchardt
2018-01-29fs: btrfs: Fix printf format character warningTom Rini
2018-01-28fs: btrfs: Fix unaligned memory accessesAlberto Sánchez Molero
2018-01-22fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen
2018-01-22fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE descriptionTuomas Tynkkynen
2018-01-22fs: Migrate ext4 to KconfigTuomas Tynkkynen
2018-01-19fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt
2018-01-19fs: remove distractive message in fs_read()Heinrich Schuchardt
2018-01-10fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada