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