aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD
2012-10-08yaffs2: Fix GCC 4.6 compile warningsAnatolij Gustschin
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren
2012-10-03ext4: Rename block group descriptor table from gd to bgdSimon Glass
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau
2012-09-25cmd_reiser: use common get_device_and_partition functionRob Herring
2012-09-25cmd_zfs: use common get_device_and_partition functionRob Herring
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring
2012-09-25ext4: remove init_fs/deinit_fsRob Herring
2012-09-20Merge branch 'ext4'Tom Rini
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau
2012-09-10ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola
2012-09-03ubifs: Fix memory leak in ubifs_finddirStefan Roese
2012-09-02FAT: Simplify get_contentsBenoît Thébaudeau
2012-09-02FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau
2012-09-02u-boot yaffs2: Fix compilation warningsCharles Manning
2012-08-09ext4fs write supportUma Shankar
2012-08-09ext4fs ls load supportUma Shankar
2012-08-09zfs: Add ZFS filesystem supportJorgen Lundman
2012-08-09u-boot: Update yaffs2 file systemCharles Manning
2012-08-09UBIFS: Improve error message when reading superblock failedBernhard Walle
2012-08-07ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2Tom Rini
2012-07-08ext2fs: fix warning: 'blocknxt' may be used uninitializedKim Phillips
2012-06-21ext2load: increase read speedu-boot@lakedaemon.net
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin
2012-03-24FAT write: Fix compile errorsDonggeun Kim
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim
2012-01-05fs/fat: Improve error handlingKyle Moffett
2012-01-05fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett
2012-01-05ext2: Cache line align indirection buffersSimon Glass
2012-01-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov
2011-12-23Merge branch 'next' of ../nextWolfgang Denk
2011-12-20FAT: fix some issues in FAT write support codeAnatolij Gustschin
2011-12-17fat.c: fix printf() length modifierAndreas Bießmann
2011-12-12fs/reiserfs/reiserfs.c: Fix compiler warningAnatolij Gustschin
2011-12-10fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)Wolfgang Denk
2011-11-16Fix warnings in yaffsSimon Glass
2011-11-16fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warningsAnatolij Gustschin
2011-11-07fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk
2011-10-27GCC4.6: Squash warnings in yaffs_guts.cMarek Vasut
2011-10-27GCC4.6: Drop dead code from yaffs_guts.cMarek Vasut