aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada1-1/+1
2017-11-29fat: Use cache aligned buffers for fat_opendirNeil Armstrong1-1/+3
2017-11-29fs: 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-20yaffs2: 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-02fs: btrfs: Add U-Boot fs handlers.Marek Behún6-0/+263
2017-10-02fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún12-0/+1841
2017-10-02fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functionsMarek Behún1-0/+176
2017-10-02fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified)Marek Behún2-0/+1100
2017-10-02fs: Create a common fs_devread for ext4/reiserfs/zfsMarek Behún5-236/+105
2017-09-22fs/fat: Reduce stack usageTom Rini1-4/+10
2017-09-15fs/fat: fix fatbuf leakRob Clark1-7/+16
2017-09-15fs/fat: Clean up open-coded sector <-> cluster conversionsRob Clark2-10/+6
2017-09-15fs/fat: fix case for FAT shortnamesRob Clark2-8/+12
2017-09-15fat/fs: move ls to generic implementationRob Clark2-34/+33
2017-09-15fat/fs: remove a bunch of dead codeRob Clark2-187/+0
2017-09-15fs/fat: implement opendir/readdir/closedirRob Clark1-0/+61
2017-09-15fs: add fs_readdir()Rob Clark1-0/+104
2017-09-15fat/fs: convert to directory iteratorsRob Clark1-646/+76
2017-09-15fs/fat: introduce new director iteratorsRob Clark1-3/+353
2017-09-15fs/fat: split out helper to init fsdataRob Clark1-30/+43
2017-08-26fs: ext4: Fix journal overrun issue reported by CoverityTom Rini1-2/+2
2017-08-26fs: fat: fix fatwrite overflow calculationReno Farnesi1-1/+1
2017-08-20fs/fat: Correct blk_dread() return value checkTom Rini1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename common functions related to setenv()Simon Glass2-4/+4
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-08-11Convert CONFIG_CMD_YAFFS2 to KconfigSimon Glass2-0/+9
2017-07-11fs: use get_nand_dev_by_index()Grygorii Strashko3-5/+18
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-1/+1
2017-06-06fs: usbifs: Fix warning in ubifsSiva Durga Prasad Paladugu1-1/+1
2017-06-03fs: fat: add kbuild configuration supportSekhar Nori1-0/+24
2017-05-22fs: Kconfig: Add a separate option for FS_JFFS2Simon Glass2-1/+8
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass1-1/+1