1. 70d5098 mtd: mtdblock: call mtd_sync() only if opened for write by Alexander Stein · 12 years ago
  2. 342ff28 mtd: mtd_blkdevs: don't increase 'open' count on error path by Brian Norris · 13 years ago
  3. 16f7eca mtd: mark block device queue as non-rotational by Dan McGee · 13 years ago
  4. 94735ec mtd: mtd_blkdevs: fix error path in blktrans_open by Artem Bityutskiy · 13 years ago
  5. 7bf7e37 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1 by Artem Bityutskiy · 13 years ago
  6. 115ee88 mtd_blkdevs: Set the maximum discards size by Jarkko Lavinen · 13 years ago
  7. c7519db mtd_blkdevs: Add background processing support by Jarkko Lavinen · 13 years ago
  8. 7f53f12 mtd: mtd_blkdevs: local symbols should be static by H Hartley Sweeten · 13 years ago
  9. bd637f6 mtd: mtd_blkdevs: fix double free on error path by Maxim Levitsky · 13 years ago
  10. 8cc9de3 mtd: Remove redundant mutex from mtd_blkdevs.c by David Woodhouse · 14 years ago
  11. 6757792 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 14 years ago
  12. 6fe4c59 MTD: Fix wrong check register_blkdev return value by Frank Li · 14 years ago
  13. 12aebf3 mtd: blktrans: fix a race vs kthread_stop by Maxim Levitsky · 14 years ago
  14. 480792b mtd: blktrans: kill BKL by Maxim Levitsky · 14 years ago
  15. 008c751 mtd: allow to unload the mtdtrans module if its block devices aren't open by Maxim Levitsky · 14 years ago
  16. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  17. 2f9e825 Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  18. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  19. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  20. 8a6cfeb block: push down BKL into .locked_ioctl by Arnd Bergmann · 14 years ago
  21. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  22. dba76c0 mtd: blkdevs: fix crash related to sysfs attributes. by Maxim Levitsky · 14 years ago
  23. 007c2d8 mtd: return success on blktrans_ioctl by Dan Carpenter · 14 years ago
  24. e4d64ca mtd: blktrans: do blk_cleanup_queue when it is really safe to do so by Maxim Levitsky · 14 years ago
  25. 133fa8c mtd: Few follow up cleanups for Smartmedia/xD support by Maxim Levitsky · 14 years ago
  26. 026ec57 mtd: blktrans: allow FTL drivers to export sysfs attributes by Maxim Levitsky · 14 years ago
  27. 048d871 mtd: blktrans: Hotplug fixes by Maxim Levitsky · 14 years ago
  28. a863862 mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and thread by Maxim Levitsky · 14 years ago
  29. 4d3a853 mtd: Raise limit on block device minor numbers by Ben Hutchings · 14 years ago
  30. f1332ba mtd: Introduce and use iteration macro for reading the MTD device table by Ben Hutchings · 14 years ago
  31. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  32. d5ba1c8 mtd: don't use PF_MEMALLOC by KOSAKI Motohiro · 15 years ago
  33. 2d4dc89 block: add helpers to run flush_dcache_page() against a bio and a request's pages by Ilya Loginov · 15 years ago
  34. 6f4e137 mtd_blkdevs.c: quiet a "symbol shadows" sparse warning by hartleys · 15 years ago
  35. 1122a26 block: use normal I/O path for discard requests by Christoph Hellwig · 15 years ago
  36. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  37. 8022c13 mtd: blkdevs: do not forget to get MTD devices by Artem Bityutskiy · 15 years ago
  38. ac1b7c3 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  39. d694846 [MTD] set blkdev parent to the mtd device, not its parent by David Woodhouse · 15 years ago
  40. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  41. 9934c8c block: implement and enforce request peek/start/fetch by Tejun Heo · 15 years ago
  42. 1498ada mtd_blkdevs: dequeue in-flight request by Tejun Heo · 15 years ago
  43. 1011c1b block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup by Tejun Heo · 15 years ago
  44. 83096eb block: convert to pos and nr_sectors accessors by Tejun Heo · 15 years ago
  45. f06d9a2 block: replace end_request() with [__]blk_end_request_cur() by Tejun Heo · 15 years ago
  46. 1f24b5a [MTD] driver model updates by David Brownell · 15 years ago
  47. 2cf3a114 [MTD] fix use after free in register_mtd_blktrans by Marcin Slusarz · 15 years ago
  48. af0e2a0 [PATCH] switch mtd_blkdevs by Al Viro · 16 years ago
  49. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  50. eae9acd Support 'discard sectors' operation in translation layer support core by David Woodhouse · 16 years ago
  51. 71a928c [MTD] Use list_for_each_entry[_safe] where appropriate. by Chris Malley · 16 years ago
  52. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 16 years ago
  53. ce37ab4 [MTD] Always initialise mutex in new mtd_blktrans_dev. by David Woodhouse · 17 years ago
  54. 39fe543 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  55. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  56. 356d70f [MTD] mtdcore.c: share syms with mtd_blkdev.c by Ben Dooks · 17 years ago
  57. 8f026f7 [MTD] mtd_blkdevs.c: do not export 'mtd_blktrans_ops' by Ben Dooks · 17 years ago
  58. b3561ea Clean up mutex_trylock noise by Jean Delvare · 17 years ago
  59. 3e67fe4 [MTD] Finish conversion mtd_blkdevs to use the kthread API by Christoph Hellwig · 17 years ago
  60. 99f9b24 [MTD] mtd_blkdevs: Convert to use the kthread API by Eric W. Biederman · 17 years ago
  61. 95b93a0 [MTD] replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  62. 1918767 [MTD] Allow variable block sizes in mtd_blkdevs by Richard Purdie · 18 years ago
  63. 9a29230 [MTD] fix printk warning by Jeff Garzik · 18 years ago
  64. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  65. 48b1926 [PATCH] sem2mutex: drivers/mtd/ by Ingo Molnar · 18 years ago
  66. 373ebfb BUG_ON() Conversion in drivers/mtd/ by Eric Sesterhenn · 18 years ago
  67. a885c8c [PATCH] Add block_device_operations.getgeo block device method by Christoph Hellwig · 18 years ago
  68. 97894cd [MTD] core: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  69. 65a8de3 [MTD] mtd_blkdevs.c: Fix names when many devices/partitions are created by Todd Poynor · 19 years ago
  70. 7ad2b7f [MTD] mtd_blkdevs.c: Remove DEVFS leftovers by Todd Poynor · 19 years ago
  71. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago