summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c
Commit message (Expand)AuthorAgeFilesLines
* dm: add basic support for using the select or poll functionMikulas Patocka2017-06-191-0/+5
* blk: make the bioset rescue_workqueue optional.NeilBrown2017-06-181-2/+3
* blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-181-1/+1
* Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-1/+1
|\
| * dm: make flush bios explicitly syncJan Kara2017-05-311-1/+1
* | block: switch bios to blk_status_tChristoph Hellwig2017-06-091-20/+20
* | dm: change ->end_io calling conventionChristoph Hellwig2017-06-091-18/+18
* | dm: don't return errnos from ->mapChristoph Hellwig2017-06-091-5/+11
|/
* Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-051-14/+53
|\
| * block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-13/+0
| * dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-251-10/+6
| * dm: add dax_device and dax_operations supportDan Williams2017-04-201-14/+70
* | Merge tag 'for-4.12/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-031-9/+26
|\ \
| * | dm mpath: make it easier to detect unintended I/O request flushesBart Van Assche2017-04-271-0/+2
| * | dm: introduce enum dm_queue_mode to cleanup related codeBart Van Assche2017-04-271-4/+7
| * | dm: verify suspend_locking assumptions at runtimeBart Van Assche2017-04-271-2/+4
| * | dm: mark targets that pass integrity dataMikulas Patocka2017-04-241-3/+13
* | | dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig2017-04-081-3/+28
* | | block: trace completion of all bios.NeilBrown2017-04-071-1/+0
| |/ |/|
* | blk: Ensure users for current->bio_list can see the full list.NeilBrown2017-03-111-13/+16
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge tag 'dm-4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-02-211-0/+55
|\
| * dm: flush queued bios when process blocks to avoid deadlockMikulas Patocka2017-02-171-0/+55
* | dm: don't allow ioctls to targets that don't map to whole devicesChristoph Hellwig2017-02-041-5/+8
* | block: Use pointer to backing_dev_info from request_queueJan Kara2017-02-021-3/+3
* | dm: always defer request allocation to the owner of the request_queueChristoph Hellwig2017-01-271-23/+7
|/
* Merge tag 'dm-4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-12-141-3/+1
|\
| * dm: use blk_set_queue_dying() in __dm_destroy()Bart Van Assche2016-12-081-3/+1
* | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-2/+2
|\ \ | |/ |/|
| * block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-1/+1
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-1/+1
* | Merge tag 'dm-4.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds2016-10-281-2/+2
|\ \ | |/ |/|
| * dm: free io_barrier after blk_cleanup_queue callTahsin Erdogan2016-10-181-2/+2
* | kthread: kthread worker API cleanupPetr Mladek2016-10-111-2/+2
|/
* dm: convert wait loops to use autoremove_wake_function()Bart Van Assche2016-09-141-7/+3
* dm: use signal_pending_state() in dm_wait_for_completion()Bart Van Assche2016-09-141-2/+1
* dm: rename task state function argumentsBart Van Assche2016-09-141-5/+9
* dm: add two lockdep_assert_held() statementsBart Van Assche2016-09-141-0/+4
* dm: mark request_queue dead before destroying the DM deviceBart Van Assche2016-09-141-0/+5
* dm: return correct error code in dm_resume()'s retry loopMinfei Huang2016-09-141-3/+2
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-5/+5
* dm: set DMF_SUSPENDED* _before_ clearing DMF_NOFLUSH_SUSPENDINGMike Snitzer2016-08-021-7/+7
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-1/+1
|\
* \ Merge tag 'dm-4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-07-261-1126/+115
|\ \
| * | dm: add infrastructure for DAX supportToshi Kani2016-07-201-2/+36
| * | dm: call PR reserve/unreserve on each underlying deviceChristoph Hellwig2016-07-181-15/+65
| * | dm mpath: add optional "queue_mode" featureMike Snitzer2016-06-101-13/+2
| * | dm: move request-based code out to dm-rq.[hc]Mike Snitzer2016-06-101-1097/+13
* | | block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-1/+1
|/ /
* | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-6/+6
OpenPOWER on IntegriCloud