aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-31dm: make flush bios explicitly syncJan Kara1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-14/+53
2017-05-03Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-9/+26
2017-04-27dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche1-0/+2
2017-04-27dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche1-4/+7
2017-04-27dm: verify suspend_locking assumptions at runtimeBart Van Assche1-2/+4
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-13/+0
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams1-10/+6
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka1-3/+13
2017-04-20dm: add dax_device and dax_operations supportDan Williams1-14/+70
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+28
2017-04-07block: trace completion of all bios.NeilBrown1-1/+0
2017-03-11blk: Ensure users for current->bio_list can see the full list.NeilBrown1-13/+16
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-21Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-0/+55
2017-02-17dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka1-0/+55
2017-02-04dm: don't allow ioctls to targets that don't map to whole devicesChristoph Hellwig1-5/+8
2017-02-02block: Use pointer to backing_dev_info from request_queueJan Kara1-3/+3
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig1-23/+7
2016-12-14Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-3/+1
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2016-12-08dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche1-3/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-1/+1
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-1/+1
2016-10-28Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+2
2016-10-18dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan1-2/+2
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-2/+2
2016-09-14dm: convert wait loops to use autoremove_wake_function()Bart Van Assche1-7/+3
2016-09-14dm: use signal_pending_state() in dm_wait_for_completion()Bart Van Assche1-2/+1
2016-09-14dm: rename task state function argumentsBart Van Assche1-5/+9
2016-09-14dm: add two lockdep_assert_held() statementsBart Van Assche1-0/+4
2016-09-14dm: mark request_queue dead before destroying the DM deviceBart Van Assche1-0/+5
2016-09-14dm: return correct error code in dm_resume()'s retry loopMinfei Huang1-3/+2
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-5/+5
2016-08-02dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer1-7/+7
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2016-07-26Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-1126/+115
2016-07-20dm: add infrastructure for DAX supportToshi Kani1-2/+36
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig1-1/+1
2016-07-18dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig1-15/+65
2016-06-10dm mpath: add optional "queue_mode" featureMike Snitzer1-13/+2
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer1-1097/+13
2016-06-07block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie1-6/+6
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-06-07drivers: use req op accessorMike Christie1-1/+1
2016-06-07dm: use bio op accessorsMike Christie1-4/+4
2016-06-07dm: pass dm stats data dir instead of bi_rwMike Christie1-9/+12
2016-05-05dm: remove unused mapped_device argument from free_tio()Mike Snitzer1-6/+4
2016-04-11dm: fix dm_target_io leak if clone_bio() returns an errorMikulas Patocka1-1/+3
2016-03-14dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves1-1/+1