1. 800029e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · Fri May 31 18:28:47 2013 -0400
  2. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · Mon Jan 14 03:46:50 2013 +0000
  3. ceb785a ext4: assign get_fs()->dev_desc before using it by Stephen Warren · Thu May 23 10:22:10 2013 +0000
  4. 7b1b255 fs/ext4: Support device block sizes != 512 bytes by Egbert Eich · Wed May 01 01:13:19 2013 +0000
  5. 11cc61a fs/fat: Don't multiply fatsize with sector size by Egbert Eich · Tue Apr 09 21:11:55 2013 +0000
  6. ea307e8 sandbox: fs: Add support for saving files to host filesystem by Simon Glass · Sat Apr 20 08:42:51 2013 +0000
  7. eda14ea fs: Add support for saving data to filesystems by Simon Glass · Sat Apr 20 08:42:50 2013 +0000
  8. 47550fc ubi: ubifs: Turn off verbose prints by Joe Hershberger · Mon Apr 08 10:32:49 2013 +0000
  9. 4a59809 Consolidate bool type by York Sun · Mon Apr 01 11:29:11 2013 -0700
  10. 108458a ubifs: Allow ubifsmount volume reference by number by Joe Hershberger · Thu Nov 01 16:54:18 2012 +0000
  11. 1184287 sandbox: Add host filesystem by Simon Glass · Wed Dec 26 09:53:35 2012 +0000
  12. 19e3858 fs: Move ls and read methods into ext4, fat by Simon Glass · Wed Dec 26 09:53:33 2012 +0000
  13. cbe5d5d fs: Use map_sysmem() on read by Simon Glass · Wed Dec 26 09:53:32 2012 +0000
  14. 6a46e2f fs: Tell probe functions where to put their results by Simon Glass · Wed Dec 26 09:53:31 2012 +0000
  15. e6aad85 fs: Use filesystem methods instead of switch() by Simon Glass · Wed Dec 26 09:53:30 2012 +0000
  16. 1aede48 fs: Fully populate the filesystem method struct by Simon Glass · Wed Dec 26 09:53:29 2012 +0000
  17. 6c8f3aa ext4: Split write support into its own file by Simon Glass · Wed Dec 26 09:53:28 2012 +0000
  18. fff5c07 fs: Use new numeric setenv functions by Simon Glass · Sun Feb 24 17:33:23 2013 +0000
  19. a43f41f FAT: remove ifdefs to make the code more readable by Richard Genoud · Thu Dec 13 03:30:10 2012 +0000
  20. 2e37202 FAT: use toupper/tolower instead of recoding them by Richard Genoud · Thu Dec 13 00:47:36 2012 +0000
  21. 4ab1f64 vfat: Fix mkcksum argument sizes by Marek Vasut · Fri Jan 11 03:35:48 2013 +0000
  22. 73f12f0 fs:ext4:write: Initialize cache aligned filename buffer by Łukasz Majewski · Wed Dec 05 08:06:40 2012 +0000
  23. b55a793 fs:ext4:fix: Code refactoring to suppress compiler warnings by Łukasz Majewski · Wed Dec 05 08:06:39 2012 +0000
  24. ca10c8c fs:ext4:write: Store block device descriptor in file system structure by Łukasz Majewski · Wed Dec 05 08:06:38 2012 +0000
  25. cb5de1b fs:ext4:write: Add lldiv and do_div to perform 64-32 bits division by Łukasz Majewski · Wed Dec 05 08:06:37 2012 +0000
  26. 4ea4b62 cbfs: Remove mention of CREDITS files by Simon Glass · Mon Nov 05 12:16:24 2012 +0000
  27. 1fd2d8a fs/fs.c: do_fsload: measure throughput by Andreas Bießmann · Wed Nov 14 13:32:37 2012 +0100
  28. 8b77314 fs: zfs: fix illegal use of fp by Alejandro Mery · Wed Oct 31 08:21:33 2012 +0000
  29. a1b457a include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · Mon Oct 29 13:34:23 2012 +0000
  30. 128d3d9 fs: rename fsload command to load by Stephen Warren · Wed Oct 31 11:05:07 2012 +0000
  31. 40816a0 fs: fix number base behaviour change in fatload/ext*load by Stephen Warren · Tue Oct 30 12:04:19 2012 +0000
  32. b2d5cd6 fs: fix do_fsload() handling of optional arguments by Stephen Warren · Tue Oct 30 12:04:17 2012 +0000
  33. 3f70055 ZFS: Fix compile warning in fs/zfs/zfs.c (GCC 4.6.4 from ELDK 5.2.1) by Stefan Roese · Fri Oct 26 04:24:01 2012 +0000
  34. 44161af fs: handle CONFIG_NEEDS_MANUAL_RELOC by Stephen Warren · Tue Oct 30 07:50:47 2012 +0000
  35. eefbc3f fs: add filesystem switch libary, implement ls and fsload commands by Stephen Warren · Mon Oct 22 06:43:51 2012 +0000
  36. 4f8662d fs: separate CONFIG_FS_{FAT, EXT4} from CONFIG_CMD_{FAT, EXT*} by Stephen Warren · Mon Oct 22 06:43:50 2012 +0000
  37. e61c6a2 fs: delete unused Makefile by Stephen Warren · Mon Oct 22 06:43:49 2012 +0000
  38. 288904d FAT: implement fat_set_blk_dev(), convert cmd_fat.c by Stephen Warren · Wed Oct 17 06:44:59 2012 +0000
  39. 63e53b5 FAT: initialize all fields in cur_part_info, simplify init by Stephen Warren · Wed Oct 17 06:44:58 2012 +0000
  40. d398dbe FAT: remove cur_part_nr by Stephen Warren · Wed Oct 17 06:44:57 2012 +0000
  41. 7f8574c fs: Add a Coreboot Filesystem (CBFS) driver and commands by Gabe Black · Fri Oct 12 14:26:11 2012 +0000
  42. 47a470f fs: fat: Fix mkcksum() function parameters by Marek Vasut · Tue Oct 09 07:20:22 2012 +0000
  43. d6d4ec8 ARM: prevent misaligned array inits by Albert ARIBAUD · Tue Oct 09 09:28:15 2012 +0000
  44. 514c65c yaffs2: Fix GCC 4.6 compile warnings by Anatolij Gustschin · Fri Oct 05 23:31:03 2012 +0000
  45. 2e1b357 FAT: check for partition 0 not 1 for whole-disk fs by Stephen Warren · Fri Oct 05 13:17:39 2012 +0000
  46. ea8e519 ext4: Rename block group descriptor table from gd to bgd by Simon Glass · Wed Oct 03 11:37:49 2012 +0000
  47. 5295aa8 FAT: Make it possible to read from any file position by Benoît Thébaudeau · Tue Sep 18 08:14:56 2012 +0000
  48. 8d6ba05 cmd_reiser: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:50 2012 +0000
  49. 153817e cmd_zfs: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:49 2012 +0000
  50. 752e1bd cmd_extX: use common get_device_and_partition function by Rob Herring · Thu Aug 23 11:31:46 2012 +0000
  51. 30f7fd7 ext4: remove init_fs/deinit_fs by Rob Herring · Thu Aug 23 11:31:45 2012 +0000
  52. edd5f22 Merge branch 'ext4' by Tom Rini · Thu Sep 20 11:27:35 2012 -0700
  53. 07639f2 ext4: cache-align buffers so the invalidation works by Stephen Warren · Tue Sep 18 08:05:28 2012 +0000
  54. 7ca2a8a FAT: Fix file contents listed as directory by Benoît Thébaudeau · Fri Jul 20 03:20:29 2012 +0000
  55. 7b7e155 ubifs: Fix ubifsload when using ZLIB by Veli-Pekka Peltola · Wed Sep 05 18:05:14 2012 +0300
  56. ac3244a ubifs: Fix memory leak in ubifs_finddir by Stefan Roese · Tue Aug 28 14:00:24 2012 +0200
  57. 01938d8 FAT: Simplify get_contents by Benoît Thébaudeau · Fri Jul 20 15:21:37 2012 +0200
  58. e957c07 FAT: get_cluster: Add buffer bouncing by Benoît Thébaudeau · Fri Jul 20 15:21:08 2012 +0200
  59. 2b89d3e FAT: Fix redundant sector read by Benoît Thébaudeau · Fri Jul 20 15:20:12 2012 +0200
  60. 8550e82 FAT: cosmetic: Remove useless assignment by Benoît Thébaudeau · Fri Jul 20 15:19:51 2012 +0200
  61. 808a5fd FAT: get_fatent: Fix FAT boundary check by Benoît Thébaudeau · Fri Jul 20 15:19:29 2012 +0200
  62. 0a12037 FAT: cosmetic: Remove extra spaces by Benoît Thébaudeau · Fri Jul 20 15:18:44 2012 +0200
  63. 4f28fc2 u-boot yaffs2: Fix compilation warnings by Charles Manning · Tue Aug 14 18:26:10 2012 +0000
  64. a74a99a ext4fs write support by Uma Shankar · Fri May 25 21:22:49 2012 +0530
  65. 71014b6 ext4fs ls load support by Uma Shankar · Fri May 25 21:21:44 2012 +0530
  66. 9b4a1f9 zfs: Add ZFS filesystem support by Jorgen Lundman · Thu Jul 19 20:48:25 2012 +0000
  67. 3796e1f u-boot: Update yaffs2 file system by Charles Manning · Wed May 09 16:55:17 2012 +0000
  68. 84f2de9 UBIFS: Improve error message when reading superblock failed by Bernhard Walle · Mon Apr 02 01:58:34 2012 +0000
  69. 6a600ce ext2fs: fix warning: 'blocknxt' may be used uninitialized with gcc 4.2 by Tom Rini · Tue Aug 07 09:58:34 2012 -0700
  70. 669a21f ext2fs: fix warning: 'blocknxt' may be used uninitialized by Kim Phillips · Tue Jul 03 17:41:56 2012 -0500
  71. 97562a3 ext2load: increase read speed by u-boot@lakedaemon.net · Wed Mar 28 04:37:11 2012 +0000
  72. 36437bc Block: Remove MG DISK support by Marek Vasut · Sun Mar 04 15:11:32 2012 +0000
  73. 11d1a09 linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · Mon Apr 09 13:39:55 2012 +0000
  74. 802383b gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · Mon Apr 09 13:39:53 2012 +0000
  75. 014705b fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · Wed Apr 11 04:08:53 2012 +0000
  76. 074438c fs/fat/fat_write.c: Fix GCC 4.6 warnings by Anatolij Gustschin · Sat Mar 24 23:40:56 2012 +0100
  77. cb5f3bc FAT write: Fix compile errors by Donggeun Kim · Thu Mar 22 04:38:55 2012 +0000
  78. af57ce2 FAT: update the second FAT when writing a file by Donggeun Kim · Tue Dec 20 18:34:27 2011 +0000
  79. 83c8a78 fs/fat: Improve error handling by Kyle Moffett · Tue Dec 20 07:41:13 2011 +0000
  80. 1b3b4b7 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · Wed Dec 21 07:08:10 2011 +0000
  81. 157d293 ext2: Cache line align indirection buffers by Simon Glass · Wed Dec 21 10:01:27 2011 +0000
  82. 891240a fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · Mon Jan 02 06:54:29 2012 +0000
  83. 93fa6b8 Merge branch 'next' of ../next by Wolfgang Denk · Fri Dec 23 20:53:58 2011 +0100
  84. f4f9d5d FAT: fix some issues in FAT write support code by Anatolij Gustschin · Thu Dec 15 03:12:14 2011 +0000
  85. 5c8f780 fat.c: fix printf() length modifier by Andreas Bießmann · Thu Dec 15 09:56:54 2011 +0100
  86. 5a72269 fs/reiserfs/reiserfs.c: Fix compiler warning by Anatolij Gustschin · Mon Dec 12 03:16:17 2011 +0000
  87. 87a42d3 fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug) by Wolfgang Denk · Fri Dec 09 12:14:22 2011 +0100
  88. dab3474 Fix warnings in yaffs by Simon Glass · Tue Nov 15 18:17:07 2011 +0000
  89. 51fcf7d fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warnings by Anatolij Gustschin · Tue Nov 15 13:21:02 2011 +0000
  90. 8fff354 fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · Fri Nov 04 15:55:15 2011 +0000
  91. 5d8296e GCC4.6: Squash warnings in yaffs_guts.c by Marek Vasut · Mon Oct 24 23:41:38 2011 +0000
  92. 24c8ed4 GCC4.6: Drop dead code from yaffs_guts.c by Marek Vasut · Mon Oct 24 23:41:37 2011 +0000
  93. 575e21e fat: correct ATTR_VFAT check by J. Vijayanand · Wed Oct 19 07:43:08 2011 +0000
  94. 27e5620 fs/fat/fat.c: fix warning: 'part_size' defined but not used by Wolfgang Denk · Thu Oct 27 23:08:16 2011 +0200
  95. 8f81400 FAT: Add FAT write feature by Donggeun Kim · Mon Oct 24 21:15:28 2011 +0000
  96. 0f3f02a ext2: Cache line aligned partial sector bounce buffer by Anton staaf · Mon Oct 03 13:55:00 2011 +0000
  97. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · Thu Oct 13 06:54:57 2011 +0000
  98. 384b1fb ubifs bad superblock bug by Lars Poeschel · Wed Oct 12 11:31:19 2011 +0200
  99. bf913c1 fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 22:58:11 2011 +0200
  100. 51de6cf fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS by Sergei Shtylyov · Fri Aug 19 09:37:46 2011 +0000