1. dba1416 dm: store dm_target_io in bio front_pad by Mikulas Patocka · 12 years ago
  2. ce40be7 Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  3. 3ae7065 dm: retain table limits when swapping to new table with no devices by Mike Snitzer · 12 years ago
  4. ba1cbad dm: handle requests beyond end of device instead of using BUG_ON by Mike Snitzer · 12 years ago
  5. bf800ef block: Add bio_clone_bioset(), bio_clone_kmalloc() by Kent Overstreet · 12 years ago
  6. 9481874 dm: Use bioset's front_pad for dm_rq_clone_bio_info by Kent Overstreet · 12 years ago
  7. 1e2a410f block: Ues bi_pool for bio_integrity_alloc() by Kent Overstreet · 12 years ago
  8. 395c72a block: Generalized bio pool freeing by Kent Overstreet · 12 years ago
  9. 7acf027 dm: introduce split_discard_requests by Mikulas Patocka · 12 years ago
  10. 542f903 dm: support non power of two target max_io_len by Mike Snitzer · 12 years ago
  11. 4d7b38b dm: clear bi_end_io on remapping failure by Hannes Reinecke · 12 years ago
  12. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  13. b4fdcb0 Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  14. 3cf2e4b dm: export dm get md by Alasdair G Kergon · 13 years ago
  15. 36a0456 dm table: add immutable feature by Alasdair G Kergon · 13 years ago
  16. fbdc86f dm: remove superfluous smp_mb by Namhyung Kim · 13 years ago
  17. 71a1673 dm: use local printk ratelimit by Namhyung Kim · 13 years ago
  18. 5a7bbad block: remove support for bio remapping from ->make_request by Christoph Hellwig · 13 years ago
  19. c20e8de block: rename __make_request() to blk_queue_bio() by Jens Axboe · 13 years ago
  20. 166e1f9 block: export __make_request by Christoph Hellwig · 13 years ago
  21. ed8b752 dm table: set flush capability based on underlying devices by Mike Snitzer · 13 years ago
  22. d5b9dd0 dm: ignore merge_bvec for snapshots when safe by Mikulas Patocka · 13 years ago
  23. 936688d dm table: fix discard support by Mike Snitzer · 13 years ago
  24. d15b774 dm: fix idr leak on module removal by Alasdair G Kergon · 13 years ago
  25. 1e9bb88 block: fix non-atomic access to genhd inflight structures by Shaohua Li · 13 years ago
  26. a91a278 block: Require subsystems to explicitly allocate bio_set integrity mempool by Martin K. Petersen · 13 years ago
  27. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  28. 052189a dm: remove superfluous irq disablement in dm_request_fn by Kiyoshi Ueda · 14 years ago
  29. 9c4376d dm: use non reentrant workqueues if equivalent by Tejun Heo · 14 years ago
  30. 4d4d66a dm: convert workqueues to alloc_ordered by Tejun Heo · 14 years ago
  31. 4a1aeb9 dm: remove dm_mutex after bkl conversion by Milan Broz · 14 years ago
  32. c217649 dm: dont take i_mutex to change device size by Mike Snitzer · 14 years ago
  33. b7908c1 block: trace event block fix unassigned field by Jeff Moyer · 14 years ago
  34. d07335e block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event. by Mike Snitzer · 14 years ago
  35. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  36. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  37. b372d36 dm: convey that all flushes are processed as empty by Mike Snitzer · 14 years ago
  38. 05447420 dm: fix locking context in queue_io() by Kiyoshi Ueda · 14 years ago
  39. 6a8736d dm: relax ordering of bio-based flush implementation by Tejun Heo · 14 years ago
  40. 29e4013 dm: implement REQ_FLUSH/FUA support for request-based dm by Tejun Heo · 14 years ago
  41. d87f4c1 dm: implement REQ_FLUSH/FUA support for bio-based dm by Tejun Heo · 14 years ago
  42. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  43. a79245b dm: split discard requests on target boundaries by Mike Snitzer · 14 years ago
  44. 56a67df dm: factor out max_io_len_target_boundary by Mike Snitzer · 14 years ago
  45. 06a426c dm: use common __issue_target_request for flush and discard support by Mike Snitzer · 14 years ago
  46. 5ae89a8 dm: linear support discard by Mike Snitzer · 14 years ago
  47. 57cba5d dm: rename map_info flush_request to target_request_nr by Mike Snitzer · 14 years ago
  48. 4a0b4dd dm: do not initialise full request queue when bio based by Mike Snitzer · 14 years ago
  49. a5664da dm ioctl: make bio or request based device type immutable by Mike Snitzer · 14 years ago
  50. 708e929 dm: skip second flush on bio unsupported error by Mikulas Patocka · 14 years ago
  51. 3f77316d dm: separate device deletion from dm_put by Kiyoshi Ueda · 14 years ago
  52. abdc568 dm: prevent access to md being deleted by Kiyoshi Ueda · 14 years ago
  53. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  54. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  55. 144d6ed dm: stop using q->prepare_flush_fn by FUJITA Tomonori · 14 years ago
  56. 7b6d91d block: unify flags for struct bio and struct request by Christoph Hellwig · 14 years ago
  57. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  58. 3abf85b dm ioctl: introduce flag indicating uevent was generated by Peter Rajnoha · 14 years ago
  59. a97f925 dm: free dm_io before bio_endio not after by Mikulas Patocka · 14 years ago
  60. ecdb2e2 dm table: remove dm_get from dm_table_get_md by Kiyoshi Ueda · 14 years ago
  61. 9eef87d dm mpath: fix stall when requeueing io by Kiyoshi Ueda · 15 years ago
  62. 64dbce5 dm: export suspended state to targets by Kiyoshi Ueda · 15 years ago
  63. 4f186f8 dm: rename dm_suspended to dm_suspended_md by Kiyoshi Ueda · 15 years ago
  64. 4d4471c dm: swap target postsuspend call and setting suspended flag by Kiyoshi Ueda · 15 years ago
  65. 6db4ccd dm: trace request based remapping by Jun'ichi Nomura · 15 years ago
  66. 042d2a9 dm: keep old table until after resume succeeded by Alasdair G Kergon · 15 years ago
  67. a794015 dm: bind new table before destroying old by Alasdair G Kergon · 15 years ago
  68. 432a212 dm: add dm_deleting_md function by Mike Anderson · 15 years ago
  69. 7c66641 dm: rename dm_get_table to dm_get_live_table by Alasdair G Kergon · 15 years ago
  70. d0bcb87 dm: add request based barrier support by Kiyoshi Ueda · 15 years ago
  71. 980691e dm: move dm_end_request by Kiyoshi Ueda · 15 years ago
  72. 11a6824 dm: refactor request based completion functions by Kiyoshi Ueda · 15 years ago
  73. b4324fe dm: use md pending for in flight IO counting by Kiyoshi Ueda · 15 years ago
  74. 9f518b2 dm: simplify request based suspend by Kiyoshi Ueda · 15 years ago
  75. 6facdaf dm: abstract clone_rq by Kiyoshi Ueda · 15 years ago
  76. 0888564 dm: pass gfp_mask to alloc_rq_tio by Kiyoshi Ueda · 15 years ago
  77. 598de40 dm: use clone in map_request function by Kiyoshi Ueda · 15 years ago
  78. 90abb8c dm: abstract dm_in_flight function by Kiyoshi Ueda · 15 years ago
  79. 952b355 dm io: use slab for struct io by Mikulas Patocka · 15 years ago
  80. f88fb98 dm: dec_pending needs locking to save error value by Kiyoshi Ueda · 15 years ago
  81. 03022c5 dm: add missing del_gendisk to alloc_dev error path by Zdenek Kabelac · 15 years ago
  82. 316d315 block: Seperate read and write statistics of in_flight requests v2 by Nikanth Karthikesan · 15 years ago
  83. 0f78ab9 Revert "Seperate read and write statistics of in_flight requests" by Jens Axboe · 15 years ago
  84. 83d5cde const: make block_device_operations const by Alexey Dobriyan · 15 years ago
  85. a9327ca Seperate read and write statistics of in_flight requests by Nikanth Karthikesan · 15 years ago
  86. 1f98a13 bio: first step in sanitizing the bio->bi_rw flag testing by Jens Axboe · 15 years ago
  87. a77e28c dm multipath: fix oops when request based io fails when no paths by Kiyoshi Ueda · 15 years ago
  88. a732c20 dm: remove queue next_ordered workaround for barriers by Mike Snitzer · 15 years ago
  89. 7878cba block: Create bip slabs with embedded integrity vectors by Martin K. Petersen · 15 years ago
  90. 523d929 dm: disable interrupt when taking map_lock by Kiyoshi Ueda · 15 years ago
  91. 5d67aa2 dm: do not set QUEUE_ORDERED_DRAIN if request based by Kiyoshi Ueda · 15 years ago
  92. e6ee8c0 dm: enable request based option by Kiyoshi Ueda · 15 years ago
  93. cec47e3 dm: prepare for request based option by Kiyoshi Ueda · 15 years ago
  94. 754c5fc dm: calculate queue limits during resume not load by Mike Snitzer · 15 years ago
  95. 60935eb dm ioctl: support cookies for udev by Milan Broz · 15 years ago
  96. 52b1fd5 dm: send empty barriers to targets in dm_flush by Mikulas Patocka · 15 years ago
  97. 9015df2 dm: initialise tio in alloc_tio by Alasdair G Kergon · 15 years ago
  98. f9ab94c dm: introduce num_flush_requests by Mikulas Patocka · 15 years ago
  99. 27eaa14 dm: remove check that prevents mapping empty bios by Mikulas Patocka · 15 years ago
  100. fdb9572 dm: remove EOPNOTSUPP for barriers by Mikulas Patocka · 15 years ago