1. 3b27dac mtd: unify initialization of erase_info->fail_addr by Shmulik Ladkani · 12 years ago
  2. 5a52895 jffs2: Use pr_fmt and remove jffs: from formats by Joe Perches · 12 years ago
  3. da320f0 jffs2: Convert printks to pr_<level> by Joe Perches · 12 years ago
  4. 9c261b3 jffs2: Convert most D1/D2 macros to jffs2_dbg by Joe Perches · 12 years ago
  5. bce41d6 jffs2: do not initialize variable unnecessarily by Artem Bityutskiy · 12 years ago
  6. 1093447 mtd: do use mtd->point directly by Artem Bityutskiy · 12 years ago
  7. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 12 years ago
  8. 7219778 mtd: introduce mtd_unpoint interface by Artem Bityutskiy · 12 years ago
  9. d35ea20 mtd: introduce mtd_point interface by Artem Bityutskiy · 12 years ago
  10. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 12 years ago
  11. 3866f67 jffs2: use cond_resched() instead of yield() by Wolfram Sang · 14 years ago
  12. 6088c05 jffs2: Update copyright notices by David Woodhouse · 14 years ago
  13. ae3b6ba jffs2: Use jffs2_garbage_collect_trigger() to trigger pending erases by David Woodhouse · 14 years ago
  14. 0717bf8 jffs2: Erase pending blocks in GC pass, avoid invalid -EIO return by David Woodhouse · 14 years ago
  15. 9957abe jffs2: Add 'work_done' return value from jffs2_erase_pending_blocks() by Joakim Tjernlund · 14 years ago
  16. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  17. 81e2962 jffs2: Fix corruption when flash erase/write failure by Joakim Tjernlund · 15 years ago
  18. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  19. bb0eb21 [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff by Adrian Hunter · 16 years ago
  20. a98889f [MTD][NOR] Add physical address to point() method by Jared Hulbert · 16 years ago
  21. 27c72b0 [JFFS2] Track parent inode for directories (for NFS export) by David Woodhouse · 16 years ago
  22. e2bc322 [JFFS2] Add erase_checking_list to hold blocks being marked. by David Woodhouse · 16 years ago
  23. 8a0f572 [JFFS2] Return values of jffs2_block_check_erase error paths by Anders Grafström · 16 years ago
  24. 85a62db [JFFS2] Add paranoia debugging for superblock counts by David Woodhouse · 16 years ago
  25. 014b164 [JFFS2] Fix free space leak with in-band cleanmarkers by David Woodhouse · 16 years ago
  26. ced2207 [JFFS2] semaphore->mutex conversion by David Woodhouse · 16 years ago
  27. 59d8235 [JFFS2] Fix unpoint length by Andy Lowe · 17 years ago
  28. f4e3564 [JFFS2] fix printk warning in jffs2_block_check_erase() by Andrew Morton · 17 years ago
  29. ef53cb0 [JFFS2] Whitespace cleanups. by David Woodhouse · 17 years ago
  30. d364fb1 [JFFS2] Reduce time for which erase_free_sem is held during erase. by Joakim Tjernlund · 17 years ago
  31. fab2c39 [JFFS2] Use point(), if available, to check newly erased blocks. by Joakim Tjernlund · 17 years ago
  32. fd53249 [JFFS2] Fix hanging close for /dev/mtd character device. by Joakim Tjernlund · 17 years ago
  33. c00c310 [JFFS2] Tidy up licensing/copyright boilerplate. by David Woodhouse · 17 years ago
  34. b0afbbe [JFFS2] fix deadlock on error path by Artem Bityutskiy · 17 years ago
  35. 936813a Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  36. c9f700f [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion by KaiGai Kohei · 18 years ago
  37. f116629 [PATCH] fs: use list_move() by Akinobu Mita · 18 years ago
  38. 9bfeb69 [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. by David Woodhouse · 18 years ago
  39. 046b8b9 [JFFS2] Add 'jeb' argument to jffs2_prealloc_raw_node_refs() by David Woodhouse · 18 years ago
  40. c38c1b6 [JFFS2] jffs2_free_all_node_refs() doesn't free them all. Rename it. by David Woodhouse · 18 years ago
  41. 2f78540 [JFFS2] Reduce visibility of raw_node_ref to upper layers of JFFS2 code. by David Woodhouse · 18 years ago
  42. 0eac940 [JFFS2] Add some preemptive BUG checks for XATTR code by David Woodhouse · 18 years ago
  43. fcb7578 [JFFS2] Extend jffs2_link_node_ref() to link into per-inode list too. by David Woodhouse · 18 years ago
  44. 7807ef7 [JFFS2] Fix summary handling of unknown but compatible nodes. by David Woodhouse · 18 years ago
  45. f1f9671 [JFFS2] Introduce jffs2_link_node_ref() function to reduce code duplication by David Woodhouse · 18 years ago
  46. 182ec4e [JFFS2] Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  47. 733802d [JFFS2] Debug code simplification, update TODO by Artem B. Bityutskiy · 19 years ago
  48. e0c8e42 [JFFS2] Debug code clean up - step 3 by Artem B. Bityutskiy · 19 years ago
  49. 730554d [JFFS2] Debug code clean up - step 1 by Artem B. Bityutskiy · 19 years ago
  50. 5d15788 [JFFS2] Fix node allocation leak by Thomas Gleixner · 19 years ago
  51. 7d27c81 [JFFS2] Whitespace cleanup. Fix missing debug message by Thomas Gleixner · 19 years ago
  52. 8cd7921 [JFFS2] Fix NOR only compile by Artem B. Bityuckiy · 19 years ago
  53. 894214d [JFFS2] Fix race problems with wbuf. by Artem B. Bityuckiy · 19 years ago
  54. 437316d [JFFS2] Forbid to free inode_cache objects if its nlink isn't zero. by Artem B. Bityuckiy · 19 years ago
  55. 67e345d [JFFS2] Prevent ino cache removal for inodes in use by David Woodhouse · 19 years ago
  56. 8f15fd5 [JFFS2] Add support for JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  57. 3be3667 [JFFS2] Core changes required to support JFFS2-on-Dataflash devices. by Andrew Victor · 19 years ago
  58. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago