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