aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2013-12-13yaffs2: Use lldiv for 64bit divisionTom Rini2-3/+5
2013-12-13JFFS2: Correct jffs2_1pass_build_lists to use lldivTom Rini1-1/+3
2013-11-17fs: descend into sub directories when it is necessaryMasahiro Yamada11-25/+23
2013-11-17Makefile: move fs/fat/ entry to drivers/MakefileMasahiro Yamada1-0/+5
2013-11-08fs:fat: fix set file name functionPiotr Wilczek1-1/+1
2013-10-31fs: move some file system to fs/MakefileMasahiro Yamada1-0/+11
2013-10-31fs: convert makefiles to Kbuild styleMasahiro Yamada12-312/+24
2013-10-15mtd: fix warnings due to 64-bit partition supportScott Wood1-2/+3
2013-10-14Coding Style cleanup: replace leading SPACEs by TABsWolfgang Denk1-1/+1
2013-10-07Fix number base handling of "load" commandWolfgang Denk1-8/+8
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh1-3/+5
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-23/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk41-629/+41
2013-07-22ext4fs: le32_to_cpu() used on a 16-bit fieldRommel Custodio1-6/+6
2013-07-15Fix ext2/ext4 filesystem accesses beyond 2TiBFrederic Leroy5-60/+80
2013-07-15cramfs: fix bug for wrong filename comparisonHolger Brunck1-1/+2
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2-16/+16
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin2-16/+16
2013-05-24ext4: assign get_fs()->dev_desc before using itStephen Warren1-1/+1
2013-05-10fs/ext4: Support device block sizes != 512 bytesEgbert Eich6-67/+91
2013-05-01fs/fat: Don't multiply fatsize with sector sizeEgbert Eich1-1/+0
2013-05-01sandbox: fs: Add support for saving files to host filesystemSimon Glass2-0/+34
2013-05-01fs: Add support for saving data to filesystemsSimon Glass1-0/+74
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger1-0/+4
2013-04-01Consolidate bool typeYork Sun2-6/+4
2013-03-04ubifs: Allow ubifsmount volume reference by numberJoe Hershberger1-3/+1
2013-03-04sandbox: Add host filesystemSimon Glass3-0/+140
2013-03-04fs: Move ls and read methods into ext4, fatSimon Glass3-110/+62
2013-03-04fs: Use map_sysmem() on readSimon Glass1-8/+15
2013-03-04fs: Tell probe functions where to put their resultsSimon Glass1-8/+12
2013-03-04fs: Use filesystem methods instead of switch()Simon Glass1-34/+26
2013-03-04fs: Fully populate the filesystem method structSimon Glass1-9/+47
2013-03-04ext4: Split write support into its own fileSimon Glass3-964/+997
2013-02-28fs: Use new numeric setenv functionsSimon Glass2-6/+2
2013-02-04FAT: remove ifdefs to make the code more readableRichard Genoud2-34/+32
2013-02-04FAT: use toupper/tolower instead of recoding themRichard Genoud2-2/+4
2013-01-31vfat: Fix mkcksum argument sizesMarek Vasut1-2/+2
2012-12-07fs:ext4:write: Initialize cache aligned filename bufferŁukasz Majewski1-2/+3
2012-12-07fs:ext4:fix: Code refactoring to suppress compiler warningsŁukasz Majewski3-9/+11
2012-12-07fs:ext4:write: Store block device descriptor in file system structureŁukasz Majewski1-0/+1
2012-12-07fs:ext4:write: Add lldiv and do_div to perform 64-32 bits divisionŁukasz Majewski1-2/+3
2012-12-06cbfs: Remove mention of CREDITS filesSimon Glass2-6/+1
2012-11-14fs/fs.c: do_fsload: measure throughputAndreas Bießmann1-1/+10
2012-11-14fs: zfs: fix illegal use of fpAlejandro Mery1-1/+3
2012-11-04include/linux/byteorder: import latest endian definitions from linuxKim Phillips1-2/+0
2012-11-04fs: rename fsload command to loadStephen Warren1-1/+1
2012-11-04fs: fix number base behaviour change in fatload/ext*loadStephen Warren1-4/+4
2012-11-04fs: fix do_fsload() handling of optional argumentsStephen Warren1-3/+7
2012-11-02ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1)Stefan Roese1-51/+0
2012-11-02fs: handle CONFIG_NEEDS_MANUAL_RELOCStephen Warren1-1/+12
2012-10-29fs: add filesystem switch libary, implement ls and fsload commandsStephen Warren2-0/+355
2012-10-29fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*}Stephen Warren5-11/+8
2012-10-29fs: delete unused MakefileStephen Warren1-43/+0
2012-10-25FAT: implement fat_set_blk_dev(), convert cmd_fat.cStephen Warren1-35/+31
2012-10-25FAT: initialize all fields in cur_part_info, simplify initStephen Warren1-2/+6
2012-10-25FAT: remove cur_part_nrStephen Warren1-7/+2
2012-10-22fs: Add a Coreboot Filesystem (CBFS) driver and commandsGabe Black3-0/+383
2012-10-17fs: fat: Fix mkcksum() function parametersMarek Vasut2-9/+13
2012-10-15ARM: prevent misaligned array initsAlbert ARIBAUD2-0/+5
2012-10-08yaffs2: Fix GCC 4.6 compile warningsAnatolij Gustschin5-40/+14
2012-10-08FAT: check for partition 0 not 1 for whole-disk fsStephen Warren1-1/+1
2012-10-03ext4: 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-25cmd_reiser: use common get_device_and_partition functionRob Herring1-19/+10
2012-09-25cmd_zfs: use common get_device_and_partition functionRob Herring1-24/+11
2012-09-25cmd_extX: use common get_device_and_partition functionRob Herring3-21/+13
2012-09-25ext4: 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-09ext4fs write supportUma Shankar8-0/+3226
2012-08-09ext4fs ls load supportUma Shankar8-1054/+1320
2012-08-09zfs: Add ZFS filesystem supportJorgen Lundman7-0/+2912
2012-08-09u-boot: Update yaffs2 file systemCharles Manning62-9909/+13269
2012-08-09UBIFS: 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-08ext2fs: fix warning: 'blocknxt' may be used uninitializedKim Phillips1-1/+1
2012-06-21ext2load: 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-24FAT 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-20FAT: fix some issues in FAT write support codeAnatolij Gustschin1-5/+14
2011-12-17fat.c: fix printf() length modifierAndreas Bießmann1-1/+1
2011-12-12fs/reiserfs/reiserfs.c: Fix compiler warningAnatolij Gustschin1-1/+3
2011-12-10fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug)Wolfgang Denk1-1/+1
2011-11-16Fix warnings in yaffsSimon Glass1-8/+7
2011-11-16fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warningsAnatolij Gustschin1-23/+9
2011-11-07fs/fat/fat.c: Fix GCC 4.6 build warningWolfgang Denk1-16/+19
2011-10-27GCC4.6: Squash warnings in yaffs_guts.cMarek Vasut1-6/+6
2011-10-27GCC4.6: Drop dead code from yaffs_guts.cMarek Vasut1-149/+0
2011-10-27fat: correct ATTR_VFAT checkJ. Vijayanand1-3/+3
2011-10-27fs/fat/fat.c: fix warning: 'part_size' defined but not usedWolfgang Denk1-2/+0
2011-10-26FAT: Add FAT write featureDonggeun Kim3-0/+1093
2011-10-25ext2: Cache line aligned partial sector bounce bufferAnton staaf1-1/+1
2011-10-15punt unused clean/distclean targetsMike Frysinger1-7/+0
2011-10-12ubifs bad superblock bugLars Poeschel1-2/+4
2011-10-09fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not usedWolfgang Denk1-10/+4
2011-10-01fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKSSergei Shtylyov1-5/+4
2011-10-01fat: root directory cluster only makes sense for FAT32Sergei Shtylyov1-8/+6
2011-10-01fat: cannot compare bytes and sectorsSergei Shtylyov1-3/+4
2011-10-01fat: fix crash with big sector sizeSergei Shtylyov1-37/+60
2011-09-10UBIFS: fix warning: format '%lX' expects type 'long unsigned int'Wolfgang Denk1-1/+1
2011-09-10UBIFS: Change ubifsload to set the filesize variableBastian Ruppert1-1/+5
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-9/+10
2011-09-10YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warningsWolfgang Denk1-3/+3
2011-09-10YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warningsWolfgang Denk2-2/+2
2011-09-10YAFFS2: fs/yaffs2/Makefile - fix build warningsWolfgang Denk1-1/+1
2011-09-10YAFFS2: fs/yaffs2/yaffscfg.c - fix build warningsWolfgang Denk1-2/+2
2011-08-19ubifs: Fix bad free() sequence in ubifs_finddir()Wolfgang Denk1-4/+2
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD9-9/+9
2011-07-28ext2: Simplify partial sector access logicAnton Staaf1-27/+15
2011-07-28ext2: Fix checkpatch violationsAnton Staaf1-39/+43
2011-07-26scaled down version of generic libraries for SPLAneesh V1-1/+5
2011-05-10cramfs: make cramfs usable without a NOR flashHeiko Schocher1-0/+4
2011-04-12Fix misc spelling errors found by lintianLoïc Minier2-2/+2
2011-04-02fat32 root directory handlingErik Hansen1-14/+23
2011-01-11UBIFS: Fix dereferencing type-punned pointer compiler warningDirk Behme1-1/+2
2010-12-16Merge branch 'master' of ../master into nextWolfgang Denk2-15/+60
2010-12-03ubifs.c: BUG: Error following linksRicardo Ribalda Delgado1-1/+1
2010-12-03UBIFS: Change ubifsload to not read beyond the requested sizeStefan Roese1-13/+58
2010-12-03UBIFS: Add ubifsumount command to unmount an active volumeStefan Roese1-1/+1
2010-11-28ext2: constify file/dir namesMike Frysinger1-2/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier8-16/+16
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
2010-10-20FAT: buffer overflow with FAT12/16Stefano Babic1-1/+1
2010-10-12VFAT: fix processing of scattered long file name entriesMikhail Zolotaryov1-12/+37
2010-08-07ext2fs: Fix optimization bug for doubly-indirect block pointersAaron Pace1-1/+1
2010-07-24fs/fat: Big code cleanup.Wolfgang Denk2-549/+630
2010-07-24FAT32: fix broken root directory handling.Wolfgang Denk1-10/+50
2010-07-24FAT32: fix support for superfloppy-format (PBR)Wolfgang Denk1-2/+5
2010-05-28nios: remove nios-32 archThomas Chou1-3/+0
2010-04-28ubifsmount fails due to not initialized listStefano Babic1-0/+1
2010-03-31jffs2, suen3: Fix compiler warningHeiko Schocher1-15/+22
2010-01-15JFFS2: drop support for LZARI compression modeWolfgang Denk5-273/+35
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-3/+0
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-4/+0
2009-12-05EXT2FS: fix inode size for ext2fs rev#0Michael Brandt1-7/+13
2009-10-03Conditionally perform common relocation fixupsPeter Tyser1-0/+4
2009-09-28ubifs: Correct dereferencing of files-after-symlinksSimon Kagstrom1-1/+1
2009-09-23ubifs: Add support for looking up directory and relative symlinksSimon Kagstrom1-25/+43
2009-09-15Move __set/clear_bit from ubifs.h to bitops.hSimon Kagstrom1-32/+0
2009-08-21jffs2: some fixes to summary supportIlya Yanok1-41/+81
2009-08-18jffs2: clean the cache in case of malloc fails in build_listsIlya Yanok1-3/+14
2009-07-28ext2: fix inode size and calculationsWeirich, Bernhard1-21/+32
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood2-24/+0
2009-06-12FAT replace compare_sign with strncmp.Tom Rix1-33/+3
2009-06-09ubifs: fix small error path mismatchDaniel Mack1-4/+2
2009-04-30ubifs: BUG: Blocks commpressed with zlibRicardo Ribalda Delgado2-3/+5
2009-04-28ubifs: BUG realpath string must be ended with NULLRicardo Ribalda Delgado1-0/+1
2009-04-28UBIFS: Remove tnc_commit.c which is not used in the read-only versionStefan Roese1-1102/+0
2009-04-28UBIFS: fix recovery bugAdrian Hunter1-47/+23
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk1-1/+0
2009-04-04UBIFS: add R/O compatibilityArtem Bityutskiy4-11/+71
2009-04-04rename include/zlib.h to include/u-boot/zlib.hJean-Christophe PLAGNIOL-VILLARD1-1/+1
2009-04-03mflash: Initial mflash supportunsik Kim1-0/+2
2009-03-20UBIFS: Missing offset relocation for compressor 'none'Michael Lawnick1-1/+4
2009-03-20UBIFS: Implement read-only UBIFS support in U-BootStefan Roese27-0/+16972
2009-01-27fat.c: fix warning: array subscript is above array boundsWolfgang Denk1-3/+7
2009-01-24fat: fix unaligned errorsBryan Wu1-3/+5
2008-12-16jffs2: include <linux/mtd/compat.h> instead of defining own min_tIlya Yanok1-5/+1
2008-12-10fs/fat: handle FAT on SATASonic Zhang1-0/+3
2008-12-09jffs2: cache data_crc resultsIlya Yanok2-1/+5
2008-12-09jffs2: summary supportIlya Yanok2-1/+349
2008-12-09jffs2: add buffer to cache flash accessesIlya Yanok2-45/+73
2008-12-09jffs2: rewrite jffs2 scanning code based on Linux oneIlya Yanok1-56/+171
2008-12-09jffs2: fix searching for latest version in jffs2_1pass_list_inodes()Ilya Yanok1-3/+2
2008-12-04Remove non-ascii characters from fat codeRemy Bohmer1-2/+2
2008-10-31JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.Scott Wood1-7/+5
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-13/+13
2008-09-06Add JFFS2 command support on OneNANDKyungmin Park1-0/+118
2008-08-31fs: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD30-109/+32
2008-08-21Make the YAFFS filesystem workRemy Bohmer1-1/+4
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk33-937/+928
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-4/+4
2008-08-12moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinksWilliam Juul36-34/+2
2008-08-12Clean out unneeded filesWilliam Juul27-10446/+0
2008-08-12Create symlinks from yaffs2/direct to yaffs2William Juul26-0/+26
2008-08-12Incorporate yaffs2 into U-bootWilliam Juul28-88/+448
2008-08-12YAFFS2 importWilliam Juul63-0/+24326
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk2-8/+12
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-2/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-2/+2