aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert CONFIG_UBIFS_SILENCE_MSG to KconfigPetr Vorel2018-03-242-1/+12
* ubifs: Reintroduce using CONFIG_UBIFS_SILENCE_MSGPetr Vorel2018-03-241-0/+4
* fs: ext4: Do not print mount fail message when not ext4 filesystemMarek Behún2018-03-091-1/+2
* yaffs2: iterator variable cannot be NULLHeinrich Schuchardt2018-03-092-8/+5
* fs: btrfs: Fix printf format character warningTom Rini2018-01-291-2/+2
* fs: btrfs: Fix unaligned memory accessesAlberto Sánchez Molero2018-01-282-3/+5
* fs: fat: Drop CONFIG_SUPPORT_VFATTuomas Tynkkynen2018-01-222-13/+2
* fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE descriptionTuomas Tynkkynen2018-01-221-1/+1
* fs: Migrate ext4 to KconfigTuomas Tynkkynen2018-01-221-0/+13
* fs/fat: remove distractive message in file_fat_read_at()Heinrich Schuchardt2018-01-191-1/+1
* fs: remove distractive message in fs_read()Heinrich Schuchardt2018-01-191-1/+1
* fat write: Fixed a problem with the case of file names when writing filesJean-Jacques Hiblot2018-01-101-2/+2
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-041-1/+1
* fat: Use cache aligned buffers for fat_opendirNeil Armstrong2017-11-291-1/+3
* fs: avoid possible NULL dereference in fs_devreadHeinrich Schuchardt2017-11-291-1/+2
* Merge git://www.denx.de/git/u-boot-imxTom Rini2017-11-272-1/+19
|\
| * ext4: recover from filesystem corruption when readingIan Ray2017-11-202-1/+19
* | yaffs2: rework yaffs_new_obj_idHeinrich Schuchardt2017-11-201-7/+6
* | ubifs: no NULL check needed before freeHeinrich Schuchardt2017-11-201-8/+4
|/
* mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada2017-10-231-7/+0
* fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"Vagrant Cascadian2017-10-161-4/+4
* jffs2: ECC corrected nand data is ignoredEngling, Uwe2017-10-161-2/+2
* fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún2017-10-161-0/+1
* fs: btrfs: Remove a foreign language noteMarek Behún2017-10-161-1/+0
* fs: btrfs: Fix usage of uninitialized variablesMarek Behún2017-10-163-3/+3
* fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen2017-10-081-10/+20
* fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen2017-10-081-5/+5
* fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini2017-10-061-0/+1
* fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen2017-10-061-1/+2
* fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen2017-10-061-0/+4
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-2/+2
* fs/btrfs: Fix warning in btrfs_check_super()Tom Rini2017-10-031-1/+1
* fs: btrfs: Add U-Boot fs handlers.Marek Behún2017-10-026-0/+263
* fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún2017-10-0212-0/+1841
* fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functionsMarek Behún2017-10-021-0/+176
* fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)Marek Behún2017-10-022-0/+1100
* fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún2017-10-025-236/+105
* fs/fat: Reduce stack usageTom Rini2017-09-221-4/+10
* fs/fat: fix fatbuf leakRob Clark2017-09-151-7/+16
* fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2017-09-152-10/+6