1. b91593f Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  2. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  3. 49de576 dm: small cleanup in dm_get_md() by Mike Snitzer · 7 years ago
  4. b9a41d2 dm: fix race between dm_get_from_kobject() and __dm_destroy() by Hou Tao · 7 years ago
  5. 856eb09 dm: allocate struct mapped_device with kvzalloc by Mikulas Patocka · 7 years ago
  6. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  7. b0b4d7c dm: convert table_device.count from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  8. 5fdee21 block: remove QUEUE_FLAG_STACKABLE by Christoph Hellwig · 7 years ago
  9. 62e0824 dm ioctl: fix alignment of event number in the device list by Mikulas Patocka · 7 years ago
  10. dff4d1f Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  11. c3ca015 dax: remove the pmem_dax_ops->flush abstraction by Mikulas Patocka · 7 years ago
  12. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  13. 6044078 dm: fix printk() rate limiting code by Bart Van Assche · 7 years ago
  14. 54385bf dm: fix the second dec_pending() argument in __split_and_process_bio() by Bart Van Assche · 7 years ago
  15. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  16. d62e26b block: pass in queue to inflight accounting by Jens Axboe · 7 years ago
  17. 130568d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  18. b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  19. 3a564bb Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  20. fbd08e7 bio-integrity: fix interface for bio_integrity_trim by Dmitry Monakhov · 7 years ago
  21. 41341af dm: don't set bounce limit by Christoph Hellwig · 7 years ago
  22. 1099930 dm: introduce dm_remap_zone_report() by Damien Le Moal · 7 years ago
  23. 264c869 dm: fix REQ_OP_ZONE_REPORT bio handling by Damien Le Moal · 7 years ago
  24. a4aa5e5 dm: fix REQ_OP_ZONE_RESET bio handling by Damien Le Moal · 7 years ago
  25. 93e6442 dm: add basic support for using the select or poll function by Mikulas Patocka · 8 years ago
  26. 47e0fb4 blk: make the bioset rescue_workqueue optional. by NeilBrown · 7 years ago
  27. 011067b blk: replace bioset_create_nobvec() with a flags arg to bioset_create() by NeilBrown · 7 years ago
  28. abebfbe dm: add ->flush() dax operation support by Dan Williams · 7 years ago
  29. 8f66439 Merge tag 'v4.12-rc5' into for-4.13/block by Jens Axboe · 7 years ago
  30. 7e026c8 dm: add ->copy_from_iter() dax operation support by Dan Williams · 7 years ago
  31. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  32. 1be5690 dm: change ->end_io calling convention by Christoph Hellwig · 7 years ago
  33. 846785e dm: don't return errnos from ->map by Christoph Hellwig · 7 years ago
  34. ff0361b dm: make flush bios explicitly sync by Jan Kara · 7 years ago
  35. 53ef7d0 Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  36. d35a878 Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 7 years ago
  37. 86331f3 dm mpath: make it easier to detect unintended I/O request flushes by Bart Van Assche · 7 years ago
  38. 7e0d574 dm: introduce enum dm_queue_mode to cleanup related code by Bart Van Assche · 7 years ago
  39. 1ea0654 dm: verify suspend_locking assumptions at runtime by Bart Van Assche · 7 years ago
  40. d4b29fd7 block: remove block_device_operations ->direct_access() by Dan Williams · 8 years ago
  41. 817bf40 dm: teach dm-targets to use a dax_device + dax_operations by Dan Williams · 7 years ago
  42. e2460f2 dm: mark targets that pass integrity data by Mikulas Patocka · 7 years ago
  43. f26c571 dm: add dax_device and dax_operations support by Dan Williams · 7 years ago
  44. ac62d62 dm: support REQ_OP_WRITE_ZEROES by Christoph Hellwig · 7 years ago
  45. fbbaf70 block: trace completion of all bios. by NeilBrown · 7 years ago
  46. f5fe1b5 blk: Ensure users for current->bio_list can see the full list. by NeilBrown · 8 years ago
  47. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  48. 7a771ce Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  49. d67a5f4 dm: flush queued bios when process blocks to avoid deadlock by Mikulas Patocka · 8 years ago
  50. e980f62 dm: don't allow ioctls to targets that don't map to whole devices by Christoph Hellwig · 8 years ago
  51. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  52. eb8db83 dm: always defer request allocation to the owner of the request_queue by Christoph Hellwig · 8 years ago
  53. 775a2e2 Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  54. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  55. 2e91c36 dm: use blk_set_queue_dying() in __dm_destroy() by Bart Van Assche · 8 years ago
  56. 3a83f46 block: bio: pass bvec table to bio_init() by Ming Lei · 8 years ago
  57. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  58. e0f3e6a Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  59. d09960b dm: free io_barrier after blk_cleanup_queue call by Tahsin Erdogan · 8 years ago
  60. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  61. 9f4c3f8 dm: convert wait loops to use autoremove_wake_function() by Bart Van Assche · 8 years ago
  62. e3fabdf dm: use signal_pending_state() in dm_wait_for_completion() by Bart Van Assche · 8 years ago
  63. b48633f dm: rename task state function arguments by Bart Van Assche · 8 years ago
  64. 5a8f1f8 dm: add two lockdep_assert_held() statements by Bart Van Assche · 8 years ago
  65. 3b785fb dm: mark request_queue dead before destroying the DM device by Bart Van Assche · 8 years ago
  66. 8dc2365 dm: return correct error code in dm_resume()'s retry loop by Minfei Huang · 8 years ago
  67. 1eff9d3 block: rename bio bi_rw to bi_opf by Jens Axboe · 8 years ago
  68. eaf9a73 dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDING by Mike Snitzer · 8 years ago
  69. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  70. f7e6816 Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 8 years ago
  71. 545ed20 dm: add infrastructure for DAX support by Toshi Kani · 8 years ago
  72. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  73. 9c72bad dm: call PR reserve/unreserve on each underlying device by Christoph Hellwig · 8 years ago
  74. e83068a dm mpath: add optional "queue_mode" feature by Mike Snitzer · 8 years ago
  75. 4cc9613 dm: move request-based code out to dm-rq.[hc] by Mike Snitzer · 8 years ago
  76. 28a8f0d block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH by Mike Christie · 8 years ago
  77. 3a5e02c block, drivers: add REQ_OP_FLUSH operation by Mike Christie · 8 years ago
  78. c2df40d drivers: use req op accessor by Mike Christie · 8 years ago
  79. e604714 dm: use bio op accessors by Mike Christie · 8 years ago
  80. 528ec5a dm: pass dm stats data dir instead of bi_rw by Mike Christie · 8 years ago
  81. cfae752 dm: remove unused mapped_device argument from free_tio() by Mike Snitzer · 8 years ago
  82. 072623d dm: fix dm_target_io leak if clone_bio() returns an error by Mikulas Patocka · 8 years ago
  83. 98dbc9c dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request() by Bryn M. Reeves · 9 years ago
  84. c80914e dm: return error if bio_integrity_clone() fails in clone_bio() by Mike Snitzer · 9 years ago
  85. e233d80 dm: drop unnecessary assignment of md->queue by Bob Liu · 9 years ago
  86. 032482f dm: reorder 'struct mapped_device' members to fix alignment and holes by Mike Snitzer · 9 years ago
  87. 1d3aa6f dm: remove dummy definition of 'struct dm_table' by Mike Snitzer · 9 years ago
  88. 115485e dm: add 'dm_numa_node' module parameter by Mike Snitzer · 9 years ago
  89. 591ddcf dm: allow immutable request-based targets to use blk-mq pdu by Mike Snitzer · 9 years ago
  90. 30187e1 dm: rename target's per_bio_data_size to per_io_data_size by Mike Snitzer · 9 years ago
  91. eca7ee6 dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DM by Mike Snitzer · 9 years ago
  92. c5248f7 dm: remove support for stacking dm-mq on .request_fn device(s) by Mike Snitzer · 9 years ago
  93. 818c5f3 dm: fix a couple locking issues with use of block interfaces by Mike Snitzer · 9 years ago
  94. 1c357a1 dm: allocate blk_mq_tag_set rather than embed in mapped_device by Mike Snitzer · 9 years ago
  95. faad87d dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module params by Mike Snitzer · 9 years ago
  96. c91852ff dm: optimize dm_request_fn() by Mike Snitzer · 9 years ago
  97. 16f1226 dm: optimize dm_mq_queue_rq() by Mike Snitzer · 9 years ago
  98. e522c03 dm: cleanup dm_any_congested() by Mike Snitzer · 9 years ago
  99. ae6ad75 dm: remove unused dm_get_rq_mapinfo() by Mike Snitzer · 9 years ago
  100. 6acfe68 dm: fix excessive dm-mq context switching by Mike Snitzer · 9 years ago