1. 7b15e2b linux/compat.h: rename from linux/mtd/compat.h by Mike Frysinger · 12 years ago
  2. e3ed057 gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · 12 years ago
  3. 9a800ac fs/fat: align disk buffers on cache line to enable DMA and cache by Eric Nelson · 12 years ago
  4. bf6b6af fs/fat/fat_write.c: Fix GCC 4.6 warnings by Anatolij Gustschin · 12 years ago
  5. 079df72 FAT write: Fix compile errors by Donggeun Kim · 12 years ago
  6. 627182e FAT: update the second FAT when writing a file by Donggeun Kim · 13 years ago
  7. 46236b1 fs/fat: Improve error handling by Kyle Moffett · 13 years ago
  8. 9813b75 fs/fat: Fix FAT detection to support non-DOS partition tables by Kyle Moffett · 13 years ago
  9. 26784f1 ext2: Cache line align indirection buffers by Simon Glass · 13 years ago
  10. bf34e7d fat: reset VFAT short alias checksum on first match by Sergei Shtylyov · 13 years ago
  11. bfcc40b Merge branch 'next' of ../next by Wolfgang Denk · 13 years ago
  12. 8506eb8 FAT: fix some issues in FAT write support code by Anatolij Gustschin · 13 years ago
  13. 2d1b83b fat.c: fix printf() length modifier by Andreas Bießmann · 13 years ago
  14. fa75f51 fs/reiserfs/reiserfs.c: Fix compiler warning by Anatolij Gustschin · 13 years ago
  15. 5c2db13 fs/yaffs2/yaffs_guts.c: Fix GCC 4.6 compile warning (and bug) by Wolfgang Denk · 13 years ago
  16. 986bb0e Fix warnings in yaffs by Simon Glass · 13 years ago
  17. 360ab45 fs/yaffs2/yaffs_guts.c: Fix some GCC 4.6 warnings by Anatolij Gustschin · 13 years ago
  18. 6471ada fs/fat/fat.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  19. 4754c82 GCC4.6: Squash warnings in yaffs_guts.c by Marek Vasut · 13 years ago
  20. 4b41478 GCC4.6: Drop dead code from yaffs_guts.c by Marek Vasut · 13 years ago
  21. 206d68f fat: correct ATTR_VFAT check by J. Vijayanand · 13 years ago
  22. e116cc0 fs/fat/fat.c: fix warning: 'part_size' defined but not used by Wolfgang Denk · 13 years ago
  23. c30a15e FAT: Add FAT write feature by Donggeun Kim · 13 years ago
  24. 4c1cd72 ext2: Cache line aligned partial sector bounce buffer by Anton staaf · 13 years ago
  25. 464c792 punt unused clean/distclean targets by Mike Frysinger · 13 years ago
  26. 349a8d5 ubifs bad superblock bug by Lars Poeschel · 13 years ago
  27. 16b9afd fs/jffs2/jffs2_1pass.c: fix warning: variable ... set but not used by Wolfgang Denk · 13 years ago
  28. 025421e fat: replace LINEAR_PREFETCH_SIZE with PREFETCH_BLOCKS by Sergei Shtylyov · 13 years ago
  29. 40e2191 fat: root directory cluster only makes sense for FAT32 by Sergei Shtylyov · 13 years ago
  30. 60b36f0 fat: cannot compare bytes and sectors by Sergei Shtylyov · 13 years ago
  31. ac49777 fat: fix crash with big sector size by Sergei Shtylyov · 13 years ago
  32. aaf6935 UBIFS: fix warning: format '%lX' expects type 'long unsigned int' by Wolfgang Denk · 13 years ago
  33. 46d7274 UBIFS: Change ubifsload to set the filesize variable by Bastian Ruppert · 13 years ago
  34. 068d6f9 YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings by Wolfgang Denk · 13 years ago
  35. 3da0474 YAFFS2: fs/yaffs2/yaffs_guts.c - fix build warnings by Wolfgang Denk · 13 years ago
  36. fa00e03 YAFFS2: fs/yaffs2/yaffs_nand.[hc] - fix build warnings by Wolfgang Denk · 13 years ago
  37. 9d0265e YAFFS2: fs/yaffs2/Makefile - fix build warnings by Wolfgang Denk · 13 years ago
  38. 6ac360c YAFFS2: fs/yaffs2/yaffscfg.c - fix build warnings by Wolfgang Denk · 13 years ago
  39. 3267bc1 ubifs: Fix bad free() sequence in ubifs_finddir() by Wolfgang Denk · 13 years ago
  40. fa82f87 Convert ISO-8859 files to UTF-8 by Albert ARIBAUD · 13 years ago
  41. d961c18 ext2: Simplify partial sector access logic by Anton Staaf · 13 years ago
  42. 9bac35f ext2: Fix checkpatch violations by Anton Staaf · 13 years ago
  43. 05bad4a scaled down version of generic libraries for SPL by Aneesh V · 13 years ago
  44. 62a813b cramfs: make cramfs usable without a NOR flash by Heiko Schocher · 13 years ago
  45. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  46. 3f270f4 fat32 root directory handling by Erik Hansen · 13 years ago
  47. c7b7d45 UBIFS: Fix dereferencing type-punned pointer compiler warning by Dirk Behme · 14 years ago
  48. 006915f Merge branch 'master' of ../master into next by Wolfgang Denk · 14 years ago
  49. 64b6817 ubifs.c: BUG: Error following links by Ricardo Ribalda Delgado · 14 years ago
  50. b1a14f8 UBIFS: Change ubifsload to not read beyond the requested size by Stefan Roese · 14 years ago
  51. cb9c09d UBIFS: Add ubifsumount command to unmount an active volume by Stefan Roese · 14 years ago
  52. c87f645 ext2: constify file/dir names by Mike Frysinger · 14 years ago
  53. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  54. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  55. 11c8dd3 FAT: buffer overflow with FAT12/16 by Stefano Babic · 14 years ago
  56. 3831530 VFAT: fix processing of scattered long file name entries by Mikhail Zolotaryov · 14 years ago
  57. a2740dd ext2fs: Fix optimization bug for doubly-indirect block pointers by Aaron Pace · 14 years ago
  58. 7385c28 fs/fat: Big code cleanup. by Wolfgang Denk · 14 years ago
  59. 2aa98c6 FAT32: fix broken root directory handling. by Wolfgang Denk · 14 years ago
  60. 66c2d73 FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · 14 years ago
  61. 1117cbf nios: remove nios-32 arch by Thomas Chou · 14 years ago
  62. 6865168 ubifsmount fails due to not initialized list by Stefano Babic · 14 years ago
  63. 2d2018f jffs2, suen3: Fix compiler warning by Heiko Schocher · 14 years ago
  64. f098337 JFFS2: drop support for LZARI compression mode by Wolfgang Denk · 15 years ago
  65. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  66. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  67. 270737a EXT2FS: fix inode size for ext2fs rev#0 by Michael Brandt · 15 years ago
  68. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  69. ef37c68 ubifs: Correct dereferencing of files-after-symlinks by Simon Kagstrom · 15 years ago
  70. 9d7952e ubifs: Add support for looking up directory and relative symlinks by Simon Kagstrom · 15 years ago
  71. 02f9990 Move __set/clear_bit from ubifs.h to bitops.h by Simon Kagstrom · 15 years ago
  72. 8cf19b9 jffs2: some fixes to summary support by Ilya Yanok · 15 years ago
  73. b644006 jffs2: clean the cache in case of malloc fails in build_lists by Ilya Yanok · 15 years ago
  74. 56fdaad ext2: fix inode size and calculations by Weirich, Bernhard · 15 years ago
  75. be33b04 Remove legacy NAND and disk on chip code. by Scott Wood · 15 years ago
  76. 651351f FAT replace compare_sign with strncmp. by Tom Rix · 15 years ago
  77. 165f985 ubifs: fix small error path mismatch by Daniel Mack · 15 years ago
  78. c1a0fd5 ubifs: BUG: Blocks commpressed with zlib by Ricardo Ribalda Delgado · 15 years ago
  79. dbd3361 ubifs: BUG realpath string must be ended with NULL by Ricardo Ribalda Delgado · 15 years ago
  80. 7d3d30b UBIFS: Remove tnc_commit.c which is not used in the read-only version by Stefan Roese · 15 years ago
  81. 6356daf UBIFS: fix recovery bug by Adrian Hunter · 15 years ago
  82. c0a14ae Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 15 years ago
  83. febd7e4 UBIFS: add R/O compatibility by Artem Bityutskiy · 15 years ago
  84. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  85. 75eb82e mflash: Initial mflash support by unsik Kim · 15 years ago
  86. faac4fd UBIFS: Missing offset relocation for compressor 'none' by Michael Lawnick · 15 years ago
  87. 9eefe2a UBIFS: Implement read-only UBIFS support in U-Boot by Stefan Roese · 15 years ago
  88. 65f7d41 fat.c: fix warning: array subscript is above array bounds by Wolfgang Denk · 16 years ago
  89. 7e4b9b4 fat: fix unaligned errors by Bryan Wu · 16 years ago
  90. 584eeda jffs2: include <linux/mtd/compat.h> instead of defining own min_t by Ilya Yanok · 16 years ago
  91. 8c5170a fs/fat: handle FAT on SATA by Sonic Zhang · 16 years ago
  92. 142a80f jffs2: cache data_crc results by Ilya Yanok · 16 years ago
  93. 9b70762 jffs2: summary support by Ilya Yanok · 16 years ago
  94. 7074100 jffs2: add buffer to cache flash accesses by Ilya Yanok · 16 years ago
  95. 8a36d31 jffs2: rewrite jffs2 scanning code based on Linux one by Ilya Yanok · 16 years ago
  96. f738469 jffs2: fix searching for latest version in jffs2_1pass_list_inodes() by Ilya Yanok · 16 years ago
  97. 3c2c2f4 Remove non-ascii characters from fat code by Remy Bohmer · 16 years ago
  98. 2f77c7f JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. by Scott Wood · 16 years ago
  99. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  100. 1a7f8cc Add JFFS2 command support on OneNAND by Kyungmin Park · 16 years ago