summaryrefslogtreecommitdiff
path: root/drivers/md/dm.c
AgeCommit message (Expand)Author
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
2016-03-10dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer
2016-03-10dm: drop unnecessary assignment of md->queueBob Liu
2016-03-10dm: reorder 'struct mapped_device' members to fix alignment and holesMike Snitzer
2016-03-10dm: remove dummy definition of 'struct dm_table'Mike Snitzer
2016-03-10dm: add 'dm_numa_node' module parameterMike Snitzer
2016-02-22dm: allow immutable request-based targets to use blk-mq pduMike Snitzer
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer
2016-02-22dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer
2016-02-22dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer
2016-02-22dm: fix a couple locking issues with use of block interfacesMike Snitzer
2016-02-22dm: allocate blk_mq_tag_set rather than embed in mapped_deviceMike Snitzer
2016-02-22dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module paramsMike Snitzer