summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
2017-05-31dm: make flush bios explicitly syncJan Kara
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-27dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche
2017-04-27dm: verify suspend_locking assumptions at runtimeBart Van Assche
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka
2017-04-20dm: add dax_device and dax_operations supportDan Williams
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-07block: trace completion of all bios.NeilBrown
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-21Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-02-17dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka
2017-02-04dm: don't allow ioctls to targets that don't map to whole devicesChristoph Hellwig
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-08dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds
2016-10-18dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-09-14dm: convert wait loops to use autoremove_wake_function()Bart Van Assche
2016-09-14dm: use signal_pending_state() in dm_wait_for_completion()Bart Van Assche
2016-09-14dm: rename task state function argumentsBart Van Assche
2016-09-14dm: add two lockdep_assert_held() statementsBart Van Assche
2016-09-14dm: mark request_queue dead before destroying the DM deviceBart Van Assche
2016-09-14dm: return correct error code in dm_resume()'s retry loopMinfei Huang
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-02dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-07-20dm: add infrastructure for DAX supportToshi Kani
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-07-18dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie
2016-06-07drivers: use req op accessorMike Christie
2016-06-07dm: use bio op accessorsMike Christie
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie
2016-05-05dm: remove unused mapped_device argument from free_tio()Mike Snitzer
2016-04-11dm: fix dm_target_io leak if clone_bio() returns an errorMikulas Patocka
2016-03-14dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves