1. 99358a1 [jffs2] kill wbuf_queued/wbuf_dwork_lock by Al Viro · 10 years ago
  2. 74d83be JFFS2: don't fail on bitflips in OOB by Brian Norris · 12 years ago
  3. 8bdc81c jffs2: get rid of jffs2_sync_super by Artem Bityutskiy · 12 years ago
  4. 5a52895 jffs2: Use pr_fmt and remove jffs: from formats by Joe Perches · 12 years ago
  5. da320f0 jffs2: Convert printks to pr_<level> by Joe Perches · 12 years ago
  6. 9c261b3 jffs2: Convert most D1/D2 macros to jffs2_dbg by Joe Perches · 12 years ago
  7. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 13 years ago
  8. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  9. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  10. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  11. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  12. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  13. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  14. 51b11e3 jffs2: use mutex_is_locked() in __jffs2_flush_wbuf() by Alexey Khoroshilov · 13 years ago
  15. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  16. 64a5c2e jffs2: Rename jffs2_erase_pending_trigger() to jffs2_dirty_trigger() by Joakim Tjernlund · 14 years ago
  17. ae3b6ba jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases by David Woodhouse · 14 years ago
  18. bc8cec0 JFFS2: add missing verify buffer allocation/deallocation by Massimo Cirillo · 15 years ago
  19. 5bf1723 [JFFS2] Write buffer offset adjustment for NOR-ECC (Sibley) flash by Alexander Belyakov · 16 years ago
  20. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  21. 1b690b4 [JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean. by David Woodhouse · 16 years ago
  22. ced2207 [JFFS2] semaphore->mutex conversion by David Woodhouse · 16 years ago
  23. cca1584 [JFFS2] add write verify on dataflash. by michael · 16 years ago
  24. 09b3fba [JFFS2] Correct cleanmarker checks -- we should use only 8 bytes by David Woodhouse · 17 years ago
  25. a6bc432 [JFFS2] Add support for write-buffer verification. by David Woodhouse · 17 years ago
  26. ef53cb0 [JFFS2] Whitespace cleanups. by David Woodhouse · 17 years ago
  27. 3fddb6c [JFFS2] Don't advance c->wbuf_ofs to next eraseblock after wbuf flush by David Woodhouse · 17 years ago
  28. d1da4e5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  29. 0029da3 JFFS2: add UBI support by Artem Bityutskiy · 18 years ago
  30. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  31. 566865a [JFFS2] Fix cross-endian build. by David Woodhouse · 17 years ago
  32. 7f762ab [JFFS2] Disable summary after wbuf recovery by Adrian Hunter · 17 years ago
  33. 0feba82 [JFFS2] print a message when marking bad block by Artem Bityutskiy · 17 years ago
  34. 180bfb3 [JFFS2] Fix writebuffer recovery in the first page of a block by Vitaly Wool · 17 years ago
  35. 7be26bfb [JFFS2] printk warning fixes by Andrew Morton · 17 years ago
  36. a7a6ace1 [JFFS2] Use MTD_OOB_AUTO to automatically place cleanmarker on NAND by Artem Bityutskiy · 17 years ago
  37. 9cdf083 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  38. 914e263 [PATCH] severing fs.h, radix-tree.h -> sched.h by Al Viro · 18 years ago
  39. 7014568 [MTD] [NAND] remove len/ooblen confusion. by Vitaly Wool · 18 years ago
  40. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  41. 9a1fcdf [MTD] NAND Signal that a bitflip was corrected by ECC by Thomas Gleixner · 18 years ago
  42. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  43. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  44. ff268fb [MTD] NAND Consolidate oobinfo handling by Thomas Gleixner · 18 years ago
  45. ddc58bd [JFFS2] Fix wbuf recovery of f->metadata->raw node. by David Woodhouse · 18 years ago
  46. 9bfeb69 [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. by David Woodhouse · 18 years ago
  47. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  48. 0305c86 Merge branch 'master' of git://git.infradead.org/~gleixner/mtd-nand-2.6.git by David Woodhouse · 18 years ago
  49. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  50. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  51. 4cbb9b8 Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/ by Thomas Gleixner · 18 years ago
  52. dcb0932 [JFFS2] Simplify writebuffer handling by Thomas Gleixner · 18 years ago
  53. 9fe4854 [JFFS2] Remove flash offset argument from various functions. by David Woodhouse · 18 years ago
  54. c8b229d [MTD] Merge STMicro NOR_ECC code with Intel Sibley code by Joern Engel · 18 years ago
  55. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  56. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  57. a1b563d [JFFS2] Initialise ref->next_in_ino when marking dirty space in wbuf flush by David Woodhouse · 18 years ago
  58. 0bcc099 [JFFS2] File node reference for wasted space when flushing wbuf by David Woodhouse · 18 years ago
  59. b64335f [JFFS2] Add length argument to jffs2_add_physical_node_ref() by David Woodhouse · 18 years ago
  60. b3ce1de Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6 by Linus Torvalds · 19 years ago
  61. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  62. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  63. daba5cc [JFFS2] Fix dataflash support by Artem B. Bityutskiy · 19 years ago
  64. 733802d [JFFS2] Debug code simplification, update TODO by Artem B. Bityutskiy · 19 years ago
  65. e631ddb [JFFS2] Add erase block summary support (mount time improvement) by Ferenc Havasi · 19 years ago
  66. 59da721 [JFFS2] Teach JFFS2 about Sibley flash by Nicolas Pitre · 19 years ago
  67. e0c8e42 [JFFS2] Debug code clean up - step 3 by Artem B. Bityutskiy · 19 years ago
  68. 61a39b6 [JFFS2] Debug code clean up - step 2 by Artem B. Bityutskiy · 19 years ago
  69. 730554d [JFFS2] Debug code clean up - step 1 by Artem B. Bityutskiy · 19 years ago
  70. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  71. 894214d [JFFS2] Fix race problems with wbuf. by Artem B. Bityuckiy · 19 years ago
  72. 4d95270 [JFFS2] Use function to manipulate superblock dirty flag by Artem B. Bityuckiy · 19 years ago
  73. 2f82ce1 [JFFS2] Use a single config option for write buffer support by Andrew Victor · 19 years ago
  74. 8f15fd5 [JFFS2] Add support for JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  75. 3be3667 [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  76. 67d9e95 [JFFS2] Prevent deadlock during write buffer recovery by Estelle Hammache · 19 years ago
  77. 8aee6ac [JFFS2] Remove NAND dependencies for NOR FLASH by David Woodhouse · 19 years ago
  78. 9b88f47 [JFFS2] Code cleanup by Estelle Hammache · 19 years ago
  79. 7f716cf [JFFS2] Fix block refiling by Estelle Hammache · 19 years ago
  80. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago