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