1. af57ce2 FAT: update the second FAT when writing a file by Donggeun Kim · Tue Dec 20 18:34:27 2011 +0000
  2. 83c8a78 fs/fat: Improve error handling by Kyle Moffett · Tue Dec 20 07:41:13 2011 +0000
  3. 1b3b4b7 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · Wed Dec 21 07:08:10 2011 +0000
  4. 157d293 ext2: Cache line align indirection buffers by Simon Glass · Wed Dec 21 10:01:27 2011 +0000
  5. 891240a fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · Mon Jan 02 06:54:29 2012 +0000
  6. 93fa6b8 Merge branch 'next' of ../next by Wolfgang Denk · Fri Dec 23 20:53:58 2011 +0100
  7. f4f9d5d FAT: fix some issues in FAT write support code by Anatolij Gustschin · Thu Dec 15 03:12:14 2011 +0000
  8. 5c8f780 fat.c: fix printf() length modifier by Andreas Bießmann · Thu Dec 15 09:56:54 2011 +0100
  9. 5a72269 fs/reiserfs/reiserfs.c: Fix compiler warning by Anatolij Gustschin · Mon Dec 12 03:16:17 2011 +0000
  10. 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
  11. dab3474 Fix warnings in yaffs by Simon Glass · Tue Nov 15 18:17:07 2011 +0000
  12. 51fcf7d fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warnings by Anatolij Gustschin · Tue Nov 15 13:21:02 2011 +0000
  13. 8fff354 fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · Fri Nov 04 15:55:15 2011 +0000
  14. 5d8296e GCC4.6: Squash warnings in yaffs_guts.c by Marek Vasut · Mon Oct 24 23:41:38 2011 +0000
  15. 24c8ed4 GCC4.6: Drop dead code from yaffs_guts.c by Marek Vasut · Mon Oct 24 23:41:37 2011 +0000
  16. 575e21e fat: correct ATTR_VFAT check by J. Vijayanand · Wed Oct 19 07:43:08 2011 +0000
  17. 27e5620 fs/fat/fat.c: fix warning: 'part_size' defined but not used by Wolfgang Denk · Thu Oct 27 23:08:16 2011 +0200
  18. 8f81400 FAT: Add FAT write feature by Donggeun Kim · Mon Oct 24 21:15:28 2011 +0000
  19. 0f3f02a ext2: Cache line aligned partial sector bounce buffer by Anton staaf · Mon Oct 03 13:55:00 2011 +0000
  20. ab2b7e1 punt unused clean/distclean targets by Mike Frysinger · Thu Oct 13 06:54:57 2011 +0000
  21. 384b1fb ubifs bad superblock bug by Lars Poeschel · Wed Oct 12 11:31:19 2011 +0200
  22. bf913c1 fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used by Wolfgang Denk · Wed Oct 05 22:58:11 2011 +0200
  23. 51de6cf fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS by Sergei Shtylyov · Fri Aug 19 09:37:46 2011 +0000
  24. 42cdc9f fat: root directory cluster only makes sense for FAT32 by Sergei Shtylyov · Fri Aug 19 09:32:34 2011 +0000
  25. d591653 fat: cannot compare bytes and sectors by Sergei Shtylyov · Mon Aug 08 09:39:29 2011 +0000
  26. 5ab3ba7 fat: fix crash with big sector size by Sergei Shtylyov · Mon Aug 08 09:38:33 2011 +0000
  27. ec96f67 UBIFS: fix warning: format '%lX' expects type 'long unsigned int' by Wolfgang Denk · Sat Sep 10 00:41:14 2011 +0200
  28. fd43edd UBIFS: Change ubifsload to set the filesize variable by Bastian Ruppert · Mon Sep 05 03:03:57 2011 +0000
  29. 69dbcdf YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings by Wolfgang Denk · Thu Sep 08 02:10:22 2011 +0000
  30. bb13376 YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings by Wolfgang Denk · Thu Sep 08 02:10:21 2011 +0000
  31. fc67d14 YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warnings by Wolfgang Denk · Thu Sep 08 02:10:20 2011 +0000
  32. 11d1346 YAFFS2: fs/yaffs2/Makefile - fix build warnings by Wolfgang Denk · Thu Sep 08 02:10:19 2011 +0000
  33. bdea217 YAFFS2: fs/yaffs2/yaffscfg.c - fix build warnings by Wolfgang Denk · Thu Sep 08 02:10:18 2011 +0000
  34. f9b3a47 ubifs: Fix bad free() sequence in ubifs_finddir() by Wolfgang Denk · Thu Jul 28 15:27:22 2011 +0200
  35. 60fbc8d Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · Thu Aug 04 18:45:45 2011 +0200
  36. 44aef48 ext2: Simplify partial sector access logic by Anton Staaf · Mon Jun 13 11:40:40 2011 +0000
  37. 949a89b ext2: Fix checkpatch violations by Anton Staaf · Mon Jun 13 11:40:39 2011 +0000
  38. 55fc5b6 scaled down version of generic libraries for SPL by Aneesh V · Wed Jul 13 05:11:06 2011 +0000
  39. 45b4291 cramfs: make cramfs usable without a NOR flash by Heiko Schocher · Tue May 03 02:15:15 2011 +0000
  40. 5d0569a Fix misc spelling errors found by lintian by Loïc Minier · Thu Feb 03 22:04:26 2011 +0100
  41. 4ea8966 fat32 root directory handling by Erik Hansen · Thu Mar 24 10:15:37 2011 +0100
  42. 56e10ce UBIFS: Fix dereferencing type-punned pointer compiler warning by Dirk Behme · Sat Dec 25 10:58:46 2010 +0100
  43. 0b2cc86 Merge branch 'master' of ../master into next by Wolfgang Denk · Thu Dec 16 23:00:53 2010 +0100
  44. 4a2e69c ubifs.c: BUG: Error following links by Ricardo Ribalda Delgado · Thu Dec 02 15:02:35 2010 +0100
  45. 28ea29f UBIFS: Change ubifsload to not read beyond the requested size by Stefan Roese · Mon Nov 01 17:28:00 2010 +0100
  46. ff98053 UBIFS: Add ubifsumount command to unmount an active volume by Stefan Roese · Thu Oct 28 14:09:22 2010 +0200
  47. 8c8f582 ext2: constify file/dir names by Mike Frysinger · Wed Oct 20 07:18:09 2010 -0400
  48. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  49. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · Thu Oct 28 20:00:11 2010 +0200
  50. 3676f80 FAT: buffer overflow with FAT12/16 by Stefano Babic · Wed Oct 20 08:51:45 2010 +0200
  51. 45d513e VFAT: fix processing of scattered long file name entries by Mikhail Zolotaryov · Wed Sep 08 17:06:03 2010 +0300
  52. 3ebc202 ext2fs: Fix optimization bug for doubly-indirect block pointers by Aaron Pace · Mon Jul 26 14:24:44 2010 -0600
  53. 927b8ce fs/fat: Big code cleanup. by Wolfgang Denk · Mon Jul 19 11:37:00 2010 +0200
  54. a48d0a3 FAT32: fix broken root directory handling. by Wolfgang Denk · Mon Jul 19 11:36:58 2010 +0200
  55. 7b2290c FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · Mon Jul 19 11:36:57 2010 +0200
  56. 56fff49 nios: remove nios-32 arch by Thomas Chou · Fri May 28 10:56:50 2010 +0800
  57. ae85716 ubifsmount fails due to not initialized list by Stefano Babic · Wed Apr 21 09:47:19 2010 +0200
  58. d64a813 jffs2, suen3: Fix compiler warning by Heiko Schocher · Wed Mar 24 13:22:50 2010 +0100
  59. 0eded4f JFFS2: drop support for LZARI compression mode by Wolfgang Denk · Fri Jan 15 11:10:33 2010 +0100
  60. 32d15b9 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · Wed Dec 09 15:16:47 2009 +0100
  61. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · Thu Dec 03 11:21:21 2009 +0100
  62. bcd124b EXT2FS: fix inode size for ext2fs rev#0 by Michael Brandt · Sun Nov 22 14:13:27 2009 +0100
  63. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · Mon Sep 21 11:20:36 2009 -0500
  64. 8416736 ubifs: Correct dereferencing of files-after-symlinks by Simon Kagstrom · Fri Sep 25 14:05:57 2009 +0200
  65. 877501a ubifs: Add support for looking up directory and relative symlinks by Simon Kagstrom · Tue Sep 15 09:53:29 2009 +0200
  66. 13edaf3 Move __set/clear_bit from ubifs.h to bitops.h by Simon Kagstrom · Mon Aug 24 09:09:50 2009 +0200
  67. bcaa1f7 jffs2: some fixes to summary support by Ilya Yanok · Fri Jul 17 15:02:42 2009 +0400
  68. a87011e jffs2: clean the cache in case of malloc fails in build_lists by Ilya Yanok · Wed Aug 12 16:42:48 2009 +0400
  69. 0d9e485 ext2: fix inode size and calculations by Weirich, Bernhard · Wed Jun 10 14:00:37 2009 +0200
  70. 9866305 Remove legacy NAND and disk on chip code. by Scott Wood · Wed Apr 01 15:02:13 2009 -0500
  71. 155abaa FAT replace compare_sign with strncmp. by Tom Rix · Wed May 20 07:55:41 2009 -0500
  72. b577580 ubifs: fix small error path mismatch by Daniel Mack · Thu Jun 04 19:44:12 2009 +0200
  73. a7a743e ubifs: BUG: Blocks commpressed with zlib by Ricardo Ribalda Delgado · Mon Apr 27 18:33:33 2009 +0200
  74. 3ed24a2 ubifs: BUG realpath string must be ended with NULL by Ricardo Ribalda Delgado · Mon Apr 27 09:13:31 2009 +0200
  75. 38037b0 UBIFS: Remove tnc_commit.c which is not used in the read-only version by Stefan Roese · Tue Apr 14 17:51:21 2009 +0200
  76. 542bcb9 UBIFS: fix recovery bug by Adrian Hunter · Tue Apr 14 17:50:38 2009 +0200
  77. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · Sun Apr 05 00:27:57 2009 +0200
  78. 619697a UBIFS: add R/O compatibility by Artem Bityutskiy · Fri Mar 27 10:21:14 2009 +0100
  79. 6bb9449 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · Sat Apr 04 12:49:11 2009 +0200
  80. f0b1bdd mflash: Initial mflash support by unsik Kim · Wed Feb 25 11:31:24 2009 +0900
  81. b061701 UBIFS: Missing offset relocation for compressor 'none' by Michael Lawnick · Thu Mar 19 10:06:41 2009 +0100
  82. 2fc10f6 UBIFS: Implement read-only UBIFS support in U-Boot by Stefan Roese · Thu Mar 19 15:35:05 2009 +0100
  83. bd10900 fat.c: fix warning: array subscript is above array bounds by Wolfgang Denk · Tue Jan 27 21:36:28 2009 +0100
  84. 95f99a4 fat: fix unaligned errors by Bryan Wu · Fri Jan 02 20:47:45 2009 -0500
  85. 71e05e0 jffs2: include <linux/mtd/compat.h> instead of defining own min_t by Ilya Yanok · Thu Dec 11 05:51:57 2008 +0300
  86. 853208e fs/fat: handle FAT on SATA by Sonic Zhang · Tue Dec 09 23:20:18 2008 -0500
  87. c0c0773 jffs2: cache data_crc results by Ilya Yanok · Thu Nov 13 19:49:36 2008 +0300
  88. a933bd6 jffs2: summary support by Ilya Yanok · Thu Nov 13 19:49:35 2008 +0300
  89. e7fd671 jffs2: add buffer to cache flash accesses by Ilya Yanok · Thu Nov 13 19:49:34 2008 +0300
  90. ddb0269 jffs2: rewrite jffs2 scanning code based on Linux one by Ilya Yanok · Thu Nov 13 19:49:33 2008 +0300
  91. c4785fb jffs2: fix searching for latest version in jffs2_1pass_list_inodes() by Ilya Yanok · Thu Nov 13 19:49:31 2008 +0300
  92. 7c8f2ce Remove non-ascii characters from fat code by Remy Bohmer · Thu Nov 27 22:30:27 2008 +0100
  93. c97ba11 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. by Scott Wood · Fri Oct 31 13:51:12 2008 -0500
  94. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  95. 2538374 Add JFFS2 command support on OneNAND by Kyungmin Park · Wed Aug 27 14:45:20 2008 +0900
  96. 39b9fc9 fs: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Sun Aug 31 04:24:56 2008 +0200
  97. 2c640fe Make the YAFFS filesystem work by Remy Bohmer · Wed Aug 20 20:46:56 2008 +0200
  98. 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · Thu Aug 14 14:41:06 2008 +0200
  99. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · Wed Aug 13 01:40:43 2008 +0200
  100. 589ad29 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks by William Juul · Mon Nov 19 14:46:00 2007 +0100