1. 708e929 dm: skip second flush on bio unsupported error by Mikulas Patocka · 14 years ago
  2. 3f77316d dm: separate device deletion from dm_put by Kiyoshi Ueda · 14 years ago
  3. abdc568 dm: prevent access to md being deleted by Kiyoshi Ueda · 14 years ago
  4. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  5. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  6. 144d6ed dm: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago
  7. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  8. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  9. 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 14 years ago
  10. a97f925 dm: free dm_io before bio_endio not after by Mikulas Patocka · 14 years ago
  11. ecdb2e2 dm table: remove dm_get from dm_table_get_md by Kiyoshi Ueda · 14 years ago
  12. 9eef87d dm mpath: fix stall when requeueing io by Kiyoshi Ueda · 14 years ago
  13. 64dbce5 dm: export suspended state to targets by Kiyoshi Ueda · 15 years ago
  14. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
  15. 4d4471c dm: swap target postsuspend call and setting suspended flag by Kiyoshi Ueda · 15 years ago
  16. 6db4ccd dm: trace request based remapping by Jun'ichi Nomura · 15 years ago
  17. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
  18. a794015 dm: bind new table before destroying old by Alasdair G Kergon · 15 years ago
  19. 432a212 dm: add dm_deleting_md function by Mike Anderson · 15 years ago
  20. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  21. d0bcb87 dm: add request based barrier support by Kiyoshi Ueda · 15 years ago
  22. 980691e dm: move dm_end_request by Kiyoshi Ueda · 15 years ago
  23. 11a6824 dm: refactor request based completion functions by Kiyoshi Ueda · 15 years ago
  24. b4324fe dm: use md pending for in flight IO counting by Kiyoshi Ueda · 15 years ago
  25. 9f518b2 dm: simplify request based suspend by Kiyoshi Ueda · 15 years ago
  26. 6facdaf dm: abstract clone_rq by Kiyoshi Ueda · 15 years ago
  27. 0888564 dm: pass gfp_mask to alloc_rq_tio by Kiyoshi Ueda · 15 years ago
  28. 598de40 dm: use clone in map_request function by Kiyoshi Ueda · 15 years ago
  29. 90abb8c dm: abstract dm_in_flight function by Kiyoshi Ueda · 15 years ago
  30. 952b355 dm io: use slab for struct io by Mikulas Patocka · 15 years ago
  31. f88fb98 dm: dec_pending needs locking to save error value by Kiyoshi Ueda · 15 years ago
  32. 03022c5 dm: add missing del_gendisk to alloc_dev error path by Zdenek Kabelac · 15 years ago
  33. 316d315 block: Seperate read and write statistics of in_flight requests v2 by Nikanth Karthikesan · 15 years ago
  34. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  35. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  36. a9327ca Seperate read and write statistics of in_flight requests by Nikanth Karthikesan · 15 years ago
  37. 1f98a13 bio: first step in sanitizing the bio->bi_rw flag testing by Jens Axboe · 15 years ago
  38. a77e28c dm multipath: fix oops when request based io fails when no paths by Kiyoshi Ueda · 15 years ago
  39. a732c20 dm: remove queue next_ordered workaround for barriers by Mike Snitzer · 15 years ago
  40. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 15 years ago
  41. 523d929 dm: disable interrupt when taking map_lock by Kiyoshi Ueda · 15 years ago
  42. 5d67aa2 dm: do not set QUEUE_ORDERED_DRAIN if request based by Kiyoshi Ueda · 15 years ago
  43. e6ee8c0 dm: enable request based option by Kiyoshi Ueda · 15 years ago
  44. cec47e3 dm: prepare for request based option by Kiyoshi Ueda · 15 years ago
  45. 754c5fc dm: calculate queue limits during resume not load by Mike Snitzer · 15 years ago
  46. 60935eb dm ioctl: support cookies for udev by Milan Broz · 15 years ago
  47. 52b1fd5 dm: send empty barriers to targets in dm_flush by Mikulas Patocka · 15 years ago
  48. 9015df2 dm: initialise tio in alloc_tio by Alasdair G Kergon · 15 years ago
  49. f9ab94c dm: introduce num_flush_requests by Mikulas Patocka · 15 years ago
  50. 27eaa14 dm: remove check that prevents mapping empty bios by Mikulas Patocka · 15 years ago
  51. fdb9572 dm: remove EOPNOTSUPP for barriers by Mikulas Patocka · 15 years ago
  52. 5aa2781 dm: store only first barrier error by Mikulas Patocka · 15 years ago
  53. 2761e95 dm: process requeue in dm_wq_work by Mikulas Patocka · 15 years ago
  54. 531fe96 dm: make dm_flush return void by Mikulas Patocka · 15 years ago
  55. 32a926d dm: always hold bdev reference by Mikulas Patocka · 15 years ago
  56. db8fef4 dm: rename suspended_bdev to bdev by Mikulas Patocka · 15 years ago
  57. 8cbeb67 dm: avoid unsupported spanning of md stripe boundaries by Mikulas Patocka · 15 years ago
  58. 4d89b7b dm: sysfs skip output when device is being destroyed by Milan Broz · 15 years ago
  59. e212d6f block: remove some includings of blktrace_api.h by Li Zefan · 15 years ago
  60. 5578213 tracing/events: convert block trace points to TRACE_EVENT() by Li Zefan · 15 years ago
  61. 44347d9 Merge branch 'linus' into tracing/core by Ingo Molnar · 15 years ago
  62. 22a7c31 blktrace: from-sector redundant in trace_block_remap by Alan D. Brunelle · 15 years ago
  63. 8f3d8ba block: move bio list helpers into bio.h by Christoph Hellwig · 15 years ago
  64. af7e466 dm: implement basic barrier support by Mikulas Patocka · 15 years ago
  65. 92c6390 dm: remove dm_request loop by Mikulas Patocka · 15 years ago
  66. 3b00b20 dm: rework queueing and suspension by Mikulas Patocka · 15 years ago
  67. 54d9a1b dm: simplify dm_request loop by Alasdair G Kergon · 15 years ago
  68. 1eb787e dm: split DMF_BLOCK_IO flag into two by Alasdair G Kergon · 15 years ago
  69. df12ee9 dm: rearrange dm_wq_work by Alasdair G Kergon · 15 years ago
  70. 692d0eb dm: remove limited barrier support by Mikulas Patocka · 15 years ago
  71. 9c47008 dm: add integrity support by Martin K. Petersen · 15 years ago
  72. 99360b4 dm: set queue ordered mode by Mikulas Patocka · 15 years ago
  73. b44ebeb dm: move wait queue declaration by Mikulas Patocka · 15 years ago
  74. 022c261 dm: merge pushback and deferred bio lists by Mikulas Patocka · 15 years ago
  75. 401600d dm: allow uninterruptible wait for pending io by Mikulas Patocka · 15 years ago
  76. ef20858 dm: merge __flush_deferred_io into caller by Mikulas Patocka · 15 years ago
  77. f0b9a45 dm: move bio_io_error into __split_and_process_bio by Mikulas Patocka · 15 years ago
  78. 8a53c28 dm: rename __split_bio by Mikulas Patocka · 15 years ago
  79. 53d5914 dm: remove unnecessary struct dm_wq_req by Mikulas Patocka · 15 years ago
  80. 9a1fb46 dm: remove unnecessary work queue context field by Mikulas Patocka · 15 years ago
  81. 1437739 dm: remove unnecessary work queue type field by Mikulas Patocka · 15 years ago
  82. b35f8ca dm crypt: wait for endio to complete before destruction by Milan Broz · 15 years ago
  83. 784aae7 dm: add name and uuid to sysfs by Milan Broz · 15 years ago
  84. d581687 dm table: rework reference counting by Mikulas Patocka · 15 years ago
  85. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 15 years ago
  86. 8fbf26a dm request: add caches by Kiyoshi Ueda · 15 years ago
  87. a1b51e9 dm table: drop reference at unbind by Mikulas Patocka · 15 years ago
  88. bb799ca bio: allow individual slabs in the bio_set by Jens Axboe · 16 years ago
  89. 0bfc245 blktrace: port to tracepoints, update by Ingo Molnar · 16 years ago
  90. 5f3ea37 blktrace: port to tracepoints by Arnaldo Carvalho de Melo · 16 years ago
  91. 8a57dfc dm: avoid destroying table in dm_any_congested by Chandra Seetharaman · 16 years ago
  92. d221d2e dm: move pending queue wake_up end_io_acct by Mikulas Patocka · 16 years ago
  93. 2248485 Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 16 years ago
  94. 51157b4 dm: tidy local_init by Kiyoshi Ueda · 16 years ago
  95. f431d96 dm: remove unused flush_all by Kiyoshi Ueda · 16 years ago
  96. f3e1d26 dm: mark split bio as cloned by Martin K. Petersen · 16 years ago
  97. fe5f9f2 [PATCH] switch dm by Al Viro · 16 years ago
  98. d4430d62 [PATCH] beginning of methods conversion by Al Viro · 16 years ago
  99. 647b3d0 [PATCH] lose unused arguments in dm ioctl callbacks by Al Viro · 17 years ago
  100. 074a7ac block: move stats from disk to part0 by Tejun Heo · 16 years ago