summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2017-11-29fat: Use cache aligned buffers for fat_opendirNeil Armstrong
2017-11-29fs: avoid possible NULL dereference in fs_devreadHeinrich Schuchardt
2017-11-27Merge git://www.denx.de/git/u-boot-imxTom Rini
2017-11-20yaffs2: rework yaffs_new_obj_idHeinrich Schuchardt
2017-11-20ubifs: no NULL check needed before freeHeinrich Schuchardt
2017-11-20ext4: recover from filesystem corruption when readingIan Ray
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada
2017-10-16fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"Vagrant Cascadian
2017-10-16jffs2: ECC corrected nand data is ignoredEngling, Uwe
2017-10-16fs: Set .opendir to fs_opendir_unsupported for btrfsMarek Behún
2017-10-16fs: btrfs: Remove a foreign language noteMarek Behún
2017-10-16fs: btrfs: Fix usage of uninitialized variablesMarek Behún
2017-10-08fs/fat: Check malloc return values and fix memory leaksTuomas Tynkkynen
2017-10-08fs/fat: Fix 'CACHE: Misaligned operation at range' warningsTuomas Tynkkynen
2017-10-06fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_lsTom Rini
2017-10-06fs/fat: Fix pathnames using '..' that lead to the root directoryTuomas Tynkkynen
2017-10-06fs/ext4: Fix group descriptor checksum calculationTuomas Tynkkynen
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-10-03fs/btrfs: Fix warning in btrfs_check_super()Tom Rini
2017-10-02fs: btrfs: Add U-Boot fs handlers.Marek Behún
2017-10-02fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún
2017-10-02fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functionsMarek Behún
2017-10-02fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)Marek Behún
2017-10-02fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún
2017-09-22fs/fat: Reduce stack usageTom Rini
2017-09-15fs/fat: fix fatbuf leakRob Clark
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark
2017-09-15fat/fs: move ls to generic implementationRob Clark
2017-09-15fat/fs: remove a bunch of dead codeRob Clark
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark
2017-09-15fs: add fs_readdir()Rob Clark
2017-09-15fat/fs: convert to directory iteratorsRob Clark
2017-09-15fs/fat: introduce new director iteratorsRob Clark
2017-09-15fs/fat: split out helper to init fsdataRob Clark
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass