1. 3b27dac mtd: unify initialization of erase_info->fail_addr by Shmulik Ladkani · 12 years ago
  2. 834247e mtd: remove retlen zeroing duplication by Artem Bityutskiy · 12 years ago
  3. 664addc mtd: remove R/O checking duplication by Artem Bityutskiy · 12 years ago
  4. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 12 years ago
  5. 7918687 mtd: mtdconcat: return -EOPNOTSUPP if block_markbad is undefined by Artem Bityutskiy · 12 years ago
  6. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 12 years ago
  7. 800ffd3 mtd: do not use mtd->block_markbad directly by Artem Bityutskiy · 12 years ago
  8. 8f461a7 mtd: introduce mtd_can_have_bb helper by Artem Bityutskiy · 12 years ago
  9. 3813456 mtd: do not use mtd->lock, unlock and is_locked directly by Artem Bityutskiy · 13 years ago
  10. cd62127 mtd: do not use mtd->get_unmapped_area directly by Artem Bityutskiy · 13 years ago
  11. 5942ddb mtd: introduce mtd_block_markbad interface by Artem Bityutskiy · 13 years ago
  12. 7086c19 mtd: introduce mtd_block_isbad interface by Artem Bityutskiy · 13 years ago
  13. ead995f mtd: introduce mtd_resume interface by Artem Bityutskiy · 13 years ago
  14. 3fe4bae mtd: introduce mtd_suspend interface by Artem Bityutskiy · 13 years ago
  15. b66005c mtd: introduce mtd_unlock interface by Artem Bityutskiy · 13 years ago
  16. 7799f9a mtd: introduce mtd_lock interface by Artem Bityutskiy · 13 years ago
  17. 85f2f2a mtd: introduce mtd_sync interface by Artem Bityutskiy · 13 years ago
  18. b0a31f7 mtd: introduce mtd_writev interface by Artem Bityutskiy · 13 years ago
  19. a2cc5ba mtd: introduce mtd_write_oob interface by Artem Bityutskiy · 13 years ago
  20. fd2819b mtd: introduce mtd_read_oob interface by Artem Bityutskiy · 13 years ago
  21. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  22. 329ad39 mtd: introduce mtd_read interface by Artem Bityutskiy · 13 years ago
  23. 04c601b mtd: introduce mtd_get_unmapped_area interface by Artem Bityutskiy · 13 years ago
  24. 7e1f0dc mtd: introduce mtd_erase interface by Artem Bityutskiy · 13 years ago
  25. d57f4054 mtd: utilize `mtd_is_*()' functions by Brian Norris · 13 years ago
  26. 92394b5c mtd: spelling fixes by Brian Norris · 13 years ago
  27. 431e1ec mtd: mtdconcat: fix NAND OOB write by Felix Radensky · 13 years ago
  28. 771df61 mtd: adapt writebufsize calculation for concat by Holger Brunck · 13 years ago
  29. 7fa33ac mtd: initialize writebufsize in the MTD object of a partition by Anatolij Gustschin · 14 years ago
  30. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  31. e1d0fe3 mtd: mtdconcat: fix bug with uninitialized lock and unlock functions by Martin Krause · 14 years ago
  32. d80f266 drivers/mtd: Use kmemdup by Julia Lawall · 14 years ago
  33. ebf2e93 mtd: mtdconcat: prevent a read from eraseregions[-1] by Roel Kluin · 15 years ago
  34. 6e232cf NOMMU: Add support for direct mapping through mtdconcat if possible by David Howells · 15 years ago
  35. 160bbab [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  36. 26cdb67 [MTD] Remove more strange u_intxx_t types by David Woodhouse · 16 years ago
  37. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  38. bb0eb21 [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff by Adrian Hunter · 16 years ago
  39. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  40. a2e1b83 [MTD] fix mtdconcat for subpage-write NAND by Chris Paulson-Ellis · 17 years ago
  41. 0bf9733 [MTD] Fix do_div() type warning in mtdconcat by David Woodhouse · 17 years ago
  42. 1f92267 [MTD] [NAND] make oobavail public by Vitaly Wool · 17 years ago
  43. 64f6071 [MTD] remove unused ecctype,eccsize fields from struct mtd_info by Artem Bityutskiy · 17 years ago
  44. 29072b9 [MTD] NAND: add subpage write support by Thomas Gleixner · 18 years ago
  45. 95b93a0 [MTD] replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  46. 7014568 [MTD] [NAND] remove len/ooblen confusion. by Vitaly Wool · 18 years ago
  47. f1a28c0 [MTD] NAND Expose the new raw mode function and status info to userspace by Thomas Gleixner · 18 years ago
  48. 9a1fcdf [MTD] NAND Signal that a bitflip was corrected by ECC by Thomas Gleixner · 18 years ago
  49. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  50. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  51. ff268fb [MTD] NAND Consolidate oobinfo handling by Thomas Gleixner · 18 years ago
  52. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 18 years ago
  53. 9d8522d [MTD] Remove nand writev support by Thomas Gleixner · 18 years ago
  54. 2831877 [MTD] Introduce writesize by Joern Engel · 18 years ago
  55. 6c8b44a [MTD] Avoid 64-bit division in mtdconcat by Andrew Morton · 18 years ago
  56. fd0e518 [MTD] Fix mtdconcat build. We didn't introduce mtd->writesize yet. by David Woodhouse · 18 years ago
  57. e8d3293 MTD: mtdconcat NAND/Sibley support (rev.2) by Alexander Belyakov · 18 years ago
  58. 373ebfb BUG_ON() Conversion in drivers/mtd/ by Eric Sesterhenn · 18 years ago
  59. 97894cd [MTD] core: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  60. 15fdc52 [MTD] Tidy up Tims include cleanup by Thomas Gleixner · 19 years ago
  61. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago