summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-24fs: 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-07fs: 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-23fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen2-13/+2
2018-01-23fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE descriptionTuomas Tynkkynen1-1/+1
2018-01-23fs: Migrate ext4 to KconfigTuomas Tynkkynen1-0/+13
2018-01-19fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt1-1/+1
2018-01-19fs: remove distractive message in fs_read()Heinrich Schuchardt1-1/+1
2018-01-10fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot1-2/+2
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-11-30fat: Use cache aligned buffers for fat_opendirNeil Armstrong1-1/+3
2017-11-30fs: avoid possible NULL dereference in fs_devreadHeinrich Schuchardt1-1/+2
2017-11-27Merge git://www.denx.de/git/u-boot-imxTom Rini2-1/+19
2017-11-21yaffs2: rework yaffs_new_obj_idHeinrich Schuchardt1-7/+6
2017-11-20ubifs: no NULL check needed before freeHeinrich Schuchardt1-8/+4
2017-11-20ext4: recover from filesystem corruption when readingIan Ray2-1/+19
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada1-7/+0
2017-10-16fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"Vagrant Cascadian1-4/+4
2017-10-16jffs2: ECC corrected nand data is ignoredEngling, Uwe1-2/+2
2017-10-16fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún1-0/+1
2017-10-16fs: btrfs: Remove a foreign language noteMarek Behún1-1/+0
2017-10-16fs: btrfs: Fix usage of uninitialized variablesMarek Behún3-3/+3
2017-10-08fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen1-10/+20
2017-10-08fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen1-5/+5
2017-10-06fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini1-0/+1
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen1-1/+2
2017-10-06fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen1-0/+4
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada2-2/+2
2017-10-03fs/btrfs: Fix warning in btrfs_check_super()Tom Rini1-1/+1
2017-10-03fs: btrfs: Add U-Boot fs handlers.Marek Behún6-0/+263
2017-10-03fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún12-0/+1841
2017-10-03fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functionsMarek Behún1-0/+176
2017-10-03fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)Marek Behún2-0/+1100