aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge tag 'for-4.15/dm' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-22/+23
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+0
2017-11-10dm: small cleanup in dm_get_md()Mike Snitzer1-10/+5
2017-11-10dm: fix race between dm_get_from_kobject() and __dm_destroy()Hou Tao1-4/+8
2017-11-10dm: allocate struct mapped_device with kvzallocMikulas Patocka1-3/+3
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-10-24dm: convert table_device.count from atomic_t to refcount_tElena Reshetova1-5/+7
2017-10-05block: remove QUEUE_FLAG_STACKABLEChristoph Hellwig1-11/+0
2017-09-25dm ioctl: fix alignment of event number in the device listMikulas Patocka1-2/+8
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-19/+0
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-19/+0
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+8
2017-08-28dm: fix printk() rate limiting codeBart Van Assche1-10/+0
2017-08-28dm: fix the second dec_pending() argument in __split_and_process_bio()Bart Van Assche1-1/+1
2017-08-23block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig1-5/+5
2017-08-09block: pass in queue to inflight accountingJens Axboe1-3/+3
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+45
2017-07-06Merge tag 'for-4.13/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-2/+95
2017-07-03bio-integrity: fix interface for bio_integrity_trimDmitry Monakhov1-1/+1
2017-06-27dm: don't set bounce limitChristoph Hellwig1-1/+0
2017-06-19dm: introduce dm_remap_zone_report()Damien Le Moal1-0/+79
2017-06-19dm: fix REQ_OP_ZONE_REPORT bio handlingDamien Le Moal1-2/+7
2017-06-19dm: fix REQ_OP_ZONE_RESET bio handlingDamien Le Moal1-0/+4
2017-06-19dm: add basic support for using the select or poll functionMikulas Patocka1-0/+5
2017-06-18blk: make the bioset rescue_workqueue optional.NeilBrown1-2/+3
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown1-1/+1
2017-06-15dm: add ->flush() dax operation supportDan Williams1-0/+19
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-1/+1
2017-06-09dm: add ->copy_from_iter() dax operation supportDan Williams1-0/+26
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-20/+20
2017-06-09dm: change ->end_io calling conventionChristoph Hellwig1-18/+18
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig1-5/+11
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