1. 99360b4 dm: set queue ordered mode by Mikulas Patocka · 15 years ago
  2. b44ebeb dm: move wait queue declaration by Mikulas Patocka · 15 years ago
  3. 022c261 dm: merge pushback and deferred bio lists by Mikulas Patocka · 15 years ago
  4. 401600d dm: allow uninterruptible wait for pending io by Mikulas Patocka · 15 years ago
  5. ef20858 dm: merge __flush_deferred_io into caller by Mikulas Patocka · 15 years ago
  6. f0b9a45 dm: move bio_io_error into __split_and_process_bio by Mikulas Patocka · 15 years ago
  7. 8a53c28 dm: rename __split_bio by Mikulas Patocka · 15 years ago
  8. 53d5914 dm: remove unnecessary struct dm_wq_req by Mikulas Patocka · 15 years ago
  9. 9a1fb46 dm: remove unnecessary work queue context field by Mikulas Patocka · 15 years ago
  10. 1437739 dm: remove unnecessary work queue type field by Mikulas Patocka · 15 years ago
  11. b35f8ca dm crypt: wait for endio to complete before destruction by Milan Broz · 15 years ago
  12. 784aae7 dm: add name and uuid to sysfs by Milan Broz · 16 years ago
  13. d581687 dm table: rework reference counting by Mikulas Patocka · 16 years ago
  14. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
  15. 8fbf26a dm request: add caches by Kiyoshi Ueda · 16 years ago
  16. a1b51e9 dm table: drop reference at unbind by Mikulas Patocka · 16 years ago
  17. bb799ca bio: allow individual slabs in the bio_set by Jens Axboe · 16 years ago
  18. 0bfc245 blktrace: port to tracepoints, update by Ingo Molnar · 16 years ago
  19. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  20. 8a57dfc dm: avoid destroying table in dm_any_congested by Chandra Seetharaman · 16 years ago
  21. d221d2e dm: move pending queue wake_up end_io_acct by Mikulas Patocka · 16 years ago
  22. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  23. 51157b4 dm: tidy local_init by Kiyoshi Ueda · 16 years ago
  24. f431d96 dm: remove unused flush_all by Kiyoshi Ueda · 16 years ago
  25. f3e1d26 dm: mark split bio as cloned by Martin K. Petersen · 16 years ago
  26. fe5f9f2 [PATCH] switch dm by Al Viro · 16 years ago
  27. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  28. 647b3d0 [PATCH] lose unused arguments in dm ioctl callbacks by Al Viro · 17 years ago
  29. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago
  30. ed9e198 block: implement and use {disk|part}_to_dev() by Tejun Heo · 16 years ago
  31. c995905 block: fix diskstats access by Tejun Heo · 16 years ago
  32. f331c02 block: don't depend on consecutive minor space by Tejun Heo · 16 years ago
  33. b01cd5a dm: cope with access beyond end of device in dm_merge_bvec by Mikulas Patocka · 16 years ago
  34. 5037108 dm: always allow one page in dm_merge_bvec by Mikulas Patocka · 16 years ago
  35. f6fccb1 dm: introduce merge_bvec_fn by Milan Broz · 16 years ago
  36. 6ae2fa6 dm io: remove struct padding by Richard Kennedy · 16 years ago
  37. cf13ab8 dm: remove md argument from specific_minor by Frederik Deweerdt · 16 years ago
  38. 945fa4d dm kcopyd: remove redundant client counting by Mikulas Patocka · 16 years ago
  39. 304f3f6 dm: move deferred bio flushing to workqueue by Milan Broz · 17 years ago
  40. 46125c1 dm: refactor dm_suspend completion wait by Milan Broz · 17 years ago
  41. 94d6351 dm: split dm_suspend io_lock hold into two by Milan Broz · 17 years ago
  42. 73d410c dm: tidy dm_suspend by Milan Broz · 17 years ago
  43. 6d6f10d dm: refactor deferred bio_list processing by Milan Broz · 17 years ago
  44. 6ed7ade dm: tidy alloc_dev labels by Milan Broz · 17 years ago
  45. e61290a dm: convert suspend_lock semaphore to mutex by Daniel Walker · 17 years ago
  46. b9249e5 dm: mark function lists static by Alasdair G Kergon · 17 years ago
  47. 7e5c1e8 dm: add missing memory barrier to dm_suspend by Milan Broz · 17 years ago
  48. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  49. 69267a3 dm: trigger change uevent on rename by Alasdair G Kergon · 17 years ago
  50. 512875b dm: table detect io beyond device by Jun'ichi Nomura · 17 years ago
  51. 7a8c3d3 dm: uevent generate events by Mike Anderson · 17 years ago
  52. 51e5b2b dm: add uevent to core by Mike Anderson · 17 years ago
  53. 9e4e5f8 dm: tidy bio_io_error usage by Milan Broz · 17 years ago
  54. ae9da83 dm: fix thaw_bdev by Jun'ichi Nomura · 17 years ago
  55. fd5d806 block: convert blkdev_issue_flush() to use empty barriers by Jens Axboe · 17 years ago
  56. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  57. c7149d6 Fix remap handling by blktrace by Alan D. Brunelle · 17 years ago
  58. 165125e [BLOCK] Get rid of request_queue_t typedef by Jens Axboe · 17 years ago
  59. 00d5940 unregister_blkdev() delete redundant messages in callers by Akinobu Mita · 17 years ago
  60. 07a83c4 dm: disable barriers by Stefan Bader · 17 years ago
  61. 028867a dm: use kmem_cache macro by Alasdair G Kergon · 17 years ago
  62. 79eb885 dm mpath: log device name by Edward Goggin · 17 years ago
  63. 5972511 [BLOCK] Don't pin lots of memory in mempools by Jens Axboe · 17 years ago
  64. bfa152f [PATCH] dm-multipath: fix stall on noflush suspend/resume by Jun'ichi Nomura · 18 years ago
  65. 2e93ccc [PATCH] dm: suspend: add noflush pushback by Kiyoshi Ueda · 18 years ago
  66. 45cbcd7 [PATCH] dm: map and endio return code clarification by Kiyoshi Ueda · 18 years ago
  67. a3d77d3 [PATCH] dm: suspend: parameter change by Kiyoshi Ueda · 18 years ago
  68. 7485936 [PATCH] dm: tidy core formatting by Kiyoshi Ueda · 18 years ago
  69. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  70. d287483 [PATCH] dm: suspend: fix error path by Alasdair G Kergon · 18 years ago
  71. 9faf400 [PATCH] dm: use private biosets by Stefan Bader · 18 years ago
  72. 8757b77 [PATCH] dm table: add target preresume by Milan Broz · 18 years ago
  73. 8560ed6 [PATCH] dm: add uevent change event on resume by Hannes Reinecke · 18 years ago
  74. e3f6ac6 [PATCH] dm: fix alloc_dev error path by Ishai Rabinovitz · 18 years ago
  75. aa129a2 [PATCH] dm: support ioctls on mapped devices by Milan Broz · 18 years ago
  76. 890fbae [PATCH] devfs: Last little devfs cleanups throughout the kernel tree. by Greg Kroah-Hartman · 19 years ago
  77. 72d9486 [PATCH] dm: improve error message consistency by Alasdair G Kergon · 18 years ago
  78. 5c6bd75 [PATCH] dm: prevent removal if open by Alasdair G Kergon · 18 years ago
  79. 17b2f66 [PATCH] dm: add exports by Alasdair G Kergon · 18 years ago
  80. 2b06cff [PATCH] dm: consolidate creation functions by Alasdair G Kergon · 18 years ago
  81. f0b0411 [PATCH] dm: fix block device initialisation by Jeff Mahoney · 18 years ago
  82. 10da4f7 [PATCH] dm: add module ref counting by Jeff Mahoney · 18 years ago
  83. fba9f90 [PATCH] dm: add DMF_FREEING by Jeff Mahoney · 18 years ago
  84. f32c10b [PATCH] dm: change minor_lock to spinlock by Jeff Mahoney · 18 years ago
  85. 62f75c2 [PATCH] dm: move idr_pre_get by Jeff Mahoney · 18 years ago
  86. ba61fdd [PATCH] dm: fix idr minor allocation by Jeff Mahoney · 18 years ago
  87. 48c9c27 [PATCH] sem2mutex: drivers/md by Arjan van de Ven · 18 years ago
  88. 3ac51e7 [PATCH] dm store geometry by Darrick J. Wong · 18 years ago
  89. 1134e5a [PATCH] dm table: store md by Mike Anderson · 18 years ago
  90. 9ade92a [PATCH] dm: tidy mdptr by Alasdair G Kergon · 18 years ago
  91. 7e51f25 [PATCH] dm: store md name by Mike Anderson · 18 years ago
  92. 1ecac7f [PATCH] dm flush queue EINTR by Jun'ichi Nomura · 18 years ago
  93. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  94. 2056a78 [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 by Jens Axboe · 18 years ago
  95. d2044a9 [PATCH] dm: bio split bvec fix by Alasdair G Kergon · 18 years ago
  96. 1312f40 [PATCH] regularize blk_cleanup_queue() use by Al Viro · 18 years ago
  97. 63d94e4 [PATCH] dm: free minor after unlink gendisk by Jun'ichi Nomura · 18 years ago
  98. d9dde59 [PATCH] dm: missing bdput/thaw_bdev at removal by Jun'ichi Nomura · 18 years ago
  99. 3eaf840 [PATCH] device-mapper disk statistics: timing by Jun'ichi "Nick" Nomura · 19 years ago
  100. 12f03a4 [PATCH] device-mapper statistics: basic by Kevin Corry · 19 years ago