1. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  2. f4a43cf [MTD] Remove silly MTD_WRITE/READ macros by Thomas Gleixner · 18 years ago
  3. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  4. ff268fb [MTD] NAND Consolidate oobinfo handling by Thomas Gleixner · 18 years ago
  5. 8be834f [MTD] NAND Fix platform structure and NDFC driver by Thomas Gleixner · 18 years ago
  6. 19676ff [MTD] Fix debug printk format warning in m25p80 SPI chip driver, again. by Andrew Morton · 18 years ago
  7. 33280ea [MTD] AMD Geode NAND support can depend on X86_32; we won't see it on x86_64 by David Woodhouse · 18 years ago
  8. a6a8bef [JFFS2] Preallocate raw_node_refs in a couple of missing places in scan by David Woodhouse · 18 years ago
  9. 2ebf09c [JFFS2] Fix oops when marking space dirty in scan, but no previous node exists. by David Woodhouse · 18 years ago
  10. ddc58bd [JFFS2] Fix wbuf recovery of f->metadata->raw node. by David Woodhouse · 18 years ago
  11. ba0251f [MTD] NAND Consolidate references and add back default name setting by Thomas Gleixner · 18 years ago
  12. cca3b83 [MTD] NAND simplify nand_chip_select by Thomas Gleixner · 18 years ago
  13. 29da9ce [MTD] Fix thinko in nand_write_page_hwecc() by David Woodhouse · 18 years ago
  14. 9bfeb69 [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. by David Woodhouse · 18 years ago
  15. f75e509 [MTD] NAND modularize write function by Thomas Gleixner · 18 years ago
  16. e4d222f [MTD] Remove PCI dependency for Geode CS553[56] NAND controller. by David Woodhouse · 18 years ago
  17. 89291a9 [JFFS2] Fix 64-bit size_t problems in XATTR code. by David Woodhouse · 18 years ago
  18. c5b553c [MTD] Fix NAND_VERIFY_WRITE case to build with tglx's recent changes by David Woodhouse · 18 years ago
  19. 8546ac4 [MTD] Remove the only useless readv implementation by Thomas Gleixner · 18 years ago
  20. f5bbdac [MTD] NAND Modularize read function by Thomas Gleixner · 18 years ago
  21. 9577f44 [MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl by Thomas Gleixner · 18 years ago
  22. 7fac464 [MTD] Add ECC statistics to struct mtd_info by Thomas Gleixner · 18 years ago
  23. 7314e9e [MTD] NAND Cleanup oob functions by Thomas Gleixner · 18 years ago
  24. 7a30601 [MTD] NAND Introduce NAND_NO_READRDY option by Thomas Gleixner · 18 years ago
  25. 04bbd0e [MTD] NAND Initialize controller lock and wq only once by Thomas Gleixner · 18 years ago
  26. 8b9e9fe [JFFS2] Fix and improve debugging output during scan. by David Woodhouse · 18 years ago
  27. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  28. f61579c3 [JFFS2] Correctly handle wasted space before summary node. by David Woodhouse · 18 years ago
  29. c38c1b6 [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it. by David Woodhouse · 18 years ago
  30. f560928 [JFFS2] Allocate node_ref for wasted space when skipping to page boundary by David Woodhouse · 18 years ago
  31. 12efdde [MTD] NAND fix cmd_ctrl breakage by Thomas Gleixner · 18 years ago
  32. ace4dfe [MTD] NAND coding style and namespace cleanup by Thomas Gleixner · 18 years ago
  33. c7c16c8 [JFFS2] Revert Artem's Bunkage in debug messages. by David Woodhouse · 18 years ago
  34. 0305c86 Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.git by David Woodhouse · 18 years ago
  35. 99988f7 [JFFS2] Introduce ref_next() macro for finding next physical node by David Woodhouse · 18 years ago
  36. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  37. d470a97 [MTD] NAND LED support cleanup by Thomas Gleixner · 18 years ago
  38. cad74f2 [MTD] NAND remove write_byte/word function from nand_chip by Thomas Gleixner · 18 years ago
  39. 7abd3ef [MTD] Refactor NAND hwcontrol to cmd_ctrl by Thomas Gleixner · 18 years ago
  40. 3821720 [MTD] Export nand_write_raw by Thomas Gleixner · 18 years ago
  41. 85b85fe [MTD] Mark NAND drivers TOTO and PPChameleon broken by Thomas Gleixner · 18 years ago
  42. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  43. 2528e8c [MTD] Remove readv/readv_ecc by Thomas Gleixner · 18 years ago
  44. 9d8522d [MTD] Remove nand writev support by Thomas Gleixner · 18 years ago
  45. 0cddd6c [MTD] ECC rework broke diskonchip by Thomas Gleixner · 18 years ago
  46. 9a57d47 [MTD] NAND ECC hwctl function has no return value by Thomas Gleixner · 18 years ago
  47. 4cbb9b8 Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/ by Thomas Gleixner · 18 years ago
  48. 6dfc6d2 [MTD] NAND modularize ECC by Thomas Gleixner · 18 years ago
  49. 7aa65bf [MTD] NAND cleanup nand_scan by Thomas Gleixner · 18 years ago
  50. 58dd8f2b [MTD] NAND consolidate data types by Thomas Gleixner · 18 years ago
  51. 2c0a2be [MTD] NAND whitespace and formatting cleanup by Thomas Gleixner · 18 years ago
  52. dcb0932 [JFFS2] Simplify writebuffer handling by Thomas Gleixner · 18 years ago
  53. ce4c61f [MTD] Add support for NDFC NAND controller by Thomas Gleixner · 18 years ago
  54. 41796c2 [MTD] Add platform support for NAND by Thomas Gleixner · 18 years ago
  55. a36ed29 [MTD] Simplify NAND locking by Thomas Gleixner · 18 years ago
  56. 819d6a3 [MTD] Improve software ECC calculation by Thomas Gleixner · 18 years ago
  57. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  58. 5fa4339 [MTD] Introduce MTD_BIT_WRITEABLE by Joern Engel · 18 years ago
  59. c8b229d [MTD] Merge STMicro NOR_ECC code with Intel Sibley code by Joern Engel · 18 years ago
  60. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  61. 8ca9ed5 [MTD] Use single flag to mark writeable devices. by Joern Engel · 18 years ago
  62. 987d47b [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure by David Woodhouse · 18 years ago
  63. 0eac940 [JFFS2] Add some preemptive BUG checks for XATTR code by David Woodhouse · 18 years ago
  64. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  65. a1b563d [JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush by David Woodhouse · 18 years ago
  66. 3b79673 [JFFS2] Fix accounting error in jffs2_link_node_ref() by David Woodhouse · 18 years ago
  67. 06c6764 [JFFS2] Fix dummy jffs2_sum_scan_sumnode() macro for !SUMMARY case. by David Woodhouse · 18 years ago
  68. 0d25971 Merge git://git.infradead.org/jffs2-devel-2.6 by David Woodhouse · 18 years ago
  69. 615191b [MTD] Account for MODULE_SYMBOL_PREFIX when requesting NOR chip driver by David Woodhouse · 18 years ago
  70. ecde263 [MTD] Use symbol_request() in old DiskOnChip probe code to find actual driver by David Woodhouse · 18 years ago
  71. 3d12c0c [MTD] Add Amstrad Delta NAND support by Jonathan McDowell · 18 years ago
  72. ca89a51 [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref by David Woodhouse · 18 years ago
  73. 010b06d [JFFS2] Locking issues in summary write code. by David Woodhouse · 18 years ago
  74. 9167e0f [JFFS2] Remove stray kfree of summary info in XATTR code. by David Woodhouse · 18 years ago
  75. 0bcc099 [JFFS2] File node reference for wasted space when flushing wbuf by David Woodhouse · 18 years ago
  76. b64335f [JFFS2] Add length argument to jffs2_add_physical_node_ref() by David Woodhouse · 18 years ago
  77. 49f11d4 [JFFS2] Mark gaps in summary list as dirty space by David Woodhouse · 18 years ago
  78. 25090a6 [JFFS2] Discard remaining free space when filing a dirty block in scan. by David Woodhouse · 18 years ago
  79. 6827099 [JFFS2] Introduce jffs2_scan_dirty_space() function. by David Woodhouse · 18 years ago
  80. 7807ef7 [JFFS2] Fix summary handling of unknown but compatible nodes. by David Woodhouse · 18 years ago
  81. 3560160 [JFFS2] Fix memory leak in scan code; improve comments. by David Woodhouse · 18 years ago
  82. 6171586 [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes. by David Woodhouse · 18 years ago
  83. fb9fbbc [JFFS2] Correct accounting of erroneous cleanmarkers and failed summaries. by David Woodhouse · 18 years ago
  84. f1f9671 [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication by David Woodhouse · 18 years ago
  85. 0cfc7da Merge git://git.infradead.org/jffs2-xattr-2.6 by David Woodhouse · 18 years ago
  86. 1417fc4 [JFFS2] Reduce calls to ref_totlen() in jffs2_mark_node_obsolete() by David Woodhouse · 18 years ago
  87. 9641b78 [JFFS2] Optimise reading of eraseblock summary nodes by David Woodhouse · 18 years ago
  88. 6c8b44a [MTD] Avoid 64-bit division in mtdconcat by Andrew Morton · 18 years ago
  89. 5fc3dbc [MTD] Use __symbol_get() instead of symbol_get() in NOR chip probe by David Woodhouse · 18 years ago
  90. dcb6592 git-mtd: symbol_get() fix by Andrew Morton · 18 years ago
  91. 8e4482f [JFFS2] Remove forgotten summary code by Ferenc Havasi · 18 years ago
  92. aef9ab4 [JFFS2] Support new device nodes by David Woodhouse · 18 years ago
  93. 20a92fc Merge git://git.infradead.org/mtd-2.6 by KaiGai Kohei · 18 years ago
  94. f6a673b [MTD] Fix printk format error in gen_probe.c by David Woodhouse · 18 years ago
  95. fd0e518 [MTD] Fix mtdconcat build. We didn't introduce mtd->writesize yet. by David Woodhouse · 18 years ago
  96. e8d3293 MTD: mtdconcat NAND/Sibley support (rev.2) by Alexander Belyakov · 18 years ago
  97. ceb31db LASAT depends on MTD_CFI by Martin Michlmayr · 18 years ago
  98. be21ce1 Re-add module description for ms02-nv to Kconfig by Martin Michlmayr · 18 years ago
  99. 683b30c [MTD] RFD FTL: Be noisier, and don't assume block without RFD magic are erased by Sean Young · 18 years ago
  100. ae282d4 [MTD] generic: propagate oobavail to MTD partitions by Vitaly Wool · 18 years ago