aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips
2012-11-04fs: rename fsload command to loadStephen Warren
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren
2012-11-02ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren
2012-10-29fs: delete unused MakefileStephen Warren
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren
2012-10-25FAT: remove cur_part_nrStephen Warren
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut
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