summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2012-10-04ext4: Rename block group descriptor table from gd to bgdSimon Glass2-90/+94
2012-09-26FAT: Make it possible to read from any file positionBenoît Thébaudeau2-28/+88
2012-09-26cmd_reiser: use common get_device_and_partition functionRob Herring1-19/+10
2012-09-26cmd_zfs: use common get_device_and_partition functionRob Herring1-24/+11
2012-09-26cmd_extX: use common get_device_and_partition functionRob Herring3-21/+13
2012-09-26ext4: remove init_fs/deinit_fsRob Herring1-34/+2
2012-09-20Merge branch 'ext4'Tom Rini12-1054/+4551
2012-09-20ext4: cache-align buffers so the invalidation worksStephen Warren3-4/+9
2012-09-18FAT: Fix file contents listed as directoryBenoît Thébaudeau1-4/+4
2012-09-10ubifs: Fix ubifsload when using ZLIBVeli-Pekka Peltola1-2/+2
2012-09-03ubifs: Fix memory leak in ubifs_finddirStefan Roese1-5/+6
2012-09-02FAT: Simplify get_contentsBenoît Thébaudeau1-13/+1
2012-09-02FAT: get_cluster: Add buffer bouncingBenoît Thébaudeau1-12/+30
2012-09-02FAT: Fix redundant sector readBenoît Thébaudeau1-26/+33
2012-09-02FAT: cosmetic: Remove useless assignmentBenoît Thébaudeau1-1/+0
2012-09-02FAT: get_fatent: Fix FAT boundary checkBenoît Thébaudeau1-2/+2
2012-09-02FAT: cosmetic: Remove extra spacesBenoît Thébaudeau1-23/+21
2012-09-02u-boot yaffs2: Fix compilation warningsCharles Manning10-100/+6
2012-08-10ext4fs write supportUma Shankar8-0/+3226
2012-08-10ext4fs ls load supportUma Shankar8-1054/+1320
2012-08-10zfs: Add ZFS filesystem supportJorgen Lundman7-0/+2912
2012-08-10u-boot: Update yaffs2 file systemCharles Manning62-9909/+13269
2012-08-10UBIFS: Improve error message when reading superblock failedBernhard Walle1-1/+1
2012-08-07ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2Tom Rini1-2/+2
2012-07-09ext2fs: fix warning: 'blocknxt' may be used uninitializedKim Phillips1-1/+1
2012-06-22ext2load: increase read speedu-boot@lakedaemon.net1-2/+24
2012-06-21Block: Remove MG DISK supportMarek Vasut1-2/+0
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger1-5/+2
2012-04-30fs/fat: align disk buffers on cache line to enable DMA and cacheEric Nelson1-10/+12
2012-03-26fs/fat/fat_write.c: Fix GCC 4.6 warningsAnatolij Gustschin1-9/+1
2012-03-25FAT write: Fix compile errorsDonggeun Kim1-12/+8
2012-01-05FAT: update the second FAT when writing a fileDonggeun Kim1-0/+11
2012-01-05fs/fat: Improve error handlingKyle Moffett1-4/+14
2012-01-05fs/fat: Fix FAT detection to support non-DOS partition tablesKyle Moffett1-63/+52
2012-01-05ext2: Cache line align indirection buffersSimon Glass1-6/+12
2012-01-05fat: reset VFAT short alias checksum on first matchSergei Shtylyov1-0/+2
2011-12-23Merge branch 'next' of ../nextWolfgang Denk1-1/+1
2011-12-21FAT: fix some issues in FAT write support codeAnatolij Gustschin1-5/+14
2011-12-18fat.c: fix printf() length modifierAndreas Bießmann1-1/+1
2011-12-12fs/reiserfs/reiserfs.c: Fix compiler warningAnatolij Gustschin1-1/+3
2011-12-11fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)Wolfgang Denk1-1/+1
2011-11-17Fix warnings in yaffsSimon Glass1-8/+7
2011-11-17fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warningsAnatolij Gustschin1-23/+9
2011-11-08fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk1-16/+19
2011-10-28GCC4.6: Squash warnings in yaffs_guts.cMarek Vasut1-6/+6
2011-10-28GCC4.6: Drop dead code from yaffs_guts.cMarek Vasut1-149/+0
2011-10-28fat: correct ATTR_VFAT checkJ. Vijayanand1-3/+3
2011-10-28fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk1-2/+0
2011-10-26FAT: Add FAT write featureDonggeun Kim3-0/+1093