Commit Graph

557 Commits (lime2-spi)

Author SHA1 Message Date
Neil Armstrong 34dd853ce5 fat: Use cache aligned buffers for fat_opendir 7 years ago
Heinrich Schuchardt 24f48416df fs: avoid possible NULL dereference in fs_devread 7 years ago
Heinrich Schuchardt 76df275ce5 yaffs2: rework yaffs_new_obj_id 7 years ago
Heinrich Schuchardt 4b29975fd0 ubifs: no NULL check needed before free 7 years ago
Ian Ray ecdfb4195b ext4: recover from filesystem corruption when reading 7 years ago
Masahiro Yamada 8b7f4b9cc1 mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUG 7 years ago
Vagrant Cascadian c005f7edbb fs/jffs2/mini_inflate.c: use "static inline" instead of "inline" 7 years ago
Engling, Uwe 41ba7f525f jffs2: ECC corrected nand data is ignored 7 years ago
Marek Behún 38fc683d33 fs: Set .opendir to fs_opendir_unsupported for btrfs 7 years ago
Marek Behún 733d963e3b fs: btrfs: Remove a foreign language note 7 years ago
Marek Behún ecab881c7f fs: btrfs: Fix usage of uninitialized variables 7 years ago
Tuomas Tynkkynen af609e3764 fs/fat: Check malloc return values and fix memory leaks 7 years ago
Tuomas Tynkkynen 09fa964bba fs/fat: Fix 'CACHE: Misaligned operation at range' warnings 7 years ago
Tom Rini fa9ca8a5d2 fs/ext4/ext4fs.c: Free dirnode in error path of ext4fs_ls 7 years ago
Tuomas Tynkkynen 8df8731474 fs/fat: Fix pathnames using '..' that lead to the root directory 7 years ago
Tuomas Tynkkynen 385b731855 fs/ext4: Fix group descriptor checksum calculation 7 years ago
Masahiro Yamada 9b643e312d treewide: replace with error() with pr_err() 7 years ago
Tom Rini 6b7fd350e8 fs/btrfs: Fix warning in btrfs_check_super() 7 years ago
Marek Behún 0c936ee319 fs: btrfs: Add U-Boot fs handlers. 7 years ago
Marek Behún 21a14facb1 fs: btrfs: Add single-device read-only BTRFS implementation 7 years ago
Marek Behún 597b4aff7b fs: btrfs: Add disk-to-cpu and cpu-to-disk conversion functions 7 years ago
Marek Behún d4a704af5d fs: btrfs: Add btrfs_tree.h and ctree.h from Linux (and modified) 7 years ago
Marek Behún 5994e8b643 fs: Create a common fs_devread for ext4/reiserfs/zfs 7 years ago
Tom Rini 2460098cff fs/fat: Reduce stack usage 7 years ago
Rob Clark 725ffdb5cb fs/fat: fix fatbuf leak 7 years ago
Rob Clark 265edc03d5 fs/fat: Clean up open-coded sector <-> cluster conversions 7 years ago
Rob Clark 21a24c3bf3 fs/fat: fix case for FAT shortnames 7 years ago
Rob Clark 89191d6267 fat/fs: move ls to generic implementation 7 years ago
Rob Clark 41fa83d1a6 fat/fs: remove a bunch of dead code 7 years ago
Rob Clark 1f40366b31 fs/fat: implement opendir/readdir/closedir 7 years ago
Rob Clark 4bbcc965f9 fs: add fs_readdir() 7 years ago
Rob Clark 8eafae209c fat/fs: convert to directory iterators 7 years ago
Rob Clark c6e3baa565 fs/fat: introduce new director iterators 7 years ago
Rob Clark 45449980f8 fs/fat: split out helper to init fsdata 7 years ago
Tom Rini 10b078d836 fs: ext4: Fix journal overrun issue reported by Coverity 7 years ago
Reno Farnesi 76216211f8 fs: fat: fix fatwrite overflow calculation 7 years ago
Tom Rini 42a9f147d8 fs/fat: Correct blk_dread() return value check 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Simon Glass 7a76431845 Convert CONFIG_CMD_YAFFS2 to Kconfig 7 years ago
Grygorii Strashko eb6a5c3c02 fs: use get_nand_dev_by_index() 7 years ago
Simon Glass 10e40d54b3 Kconfig: Add CONFIG_SATA to enable SATA 7 years ago
Masahiro Yamada 51855e8981 treewide: remove unneeded semicolons 7 years ago
Siva Durga Prasad Paladugu 34cc30af27 fs: usbifs: Fix warning in ubifs 7 years ago
Sekhar Nori eedfb89e61 fs: fat: add kbuild configuration support 7 years ago
Simon Glass 59e12a4a8c fs: Kconfig: Add a separate option for FS_JFFS2 7 years ago
Simon Glass fc843a02ac Kconfig: Add a CONFIG_IDE option 7 years ago
Simon Glass 80e44cfe10 fs: Kconfig: Add a separate option for FS_CRAMFS 7 years ago
Simon Glass deb9599915 fs: Kconfig: Add a separate config for FS_CBFS 7 years ago