aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-target.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-25dm mpath: fix missing call of path selector type->end_ioGravatar Yufen Yu 1-1/+2
2018-04-03dm: remove unused macro DM_MOD_NAME_SIZEGravatar Wang Sheng-Hui 1-2/+0
2017-06-09dm: don't return errnos from ->mapGravatar Christoph Hellwig 1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+3
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueGravatar Christoph Hellwig 1-1/+1
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsGravatar Dan Williams 1-3/+3
2017-01-27dm: always defer request allocation to the owner of the request_queueGravatar Christoph Hellwig 1-7/+0
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2016-07-20dm error: add DAX supportGravatar Mike Snitzer 1-1/+8
2016-06-10dm: move request-based code out to dm-rq.[hc]Gravatar Mike Snitzer 1-1/+1
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetGravatar Mike Snitzer 1-1/+2
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesGravatar Mike Snitzer 1-1/+14
2013-09-05dm: allow error target to replace bio-based and request-based targetsGravatar Mike Snitzer 1-1/+8
2013-03-01dm: rename request variables to biosGravatar Alasdair G Kergon 1-1/+1
2012-12-21dm: remove map_infoGravatar Mikulas Patocka 1-3/+2
2010-08-12dm: error return error for discardsGravatar Mike Snitzer 1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-04-02dm target: remove struct tt_internalGravatar Cheng Renquan 1-60/+30
2009-04-02dm target: use module refcount directlyGravatar Cheng Renquan 1-17/+3
2009-01-06dm: consolidate target deregistration error handlingGravatar Mikulas Patocka 1-8/+7
2007-10-20dm: use kzallocGravatar Dmitry Monakhov 1-4/+2
2006-06-26[PATCH] dm: improve error message consistencyGravatar Alasdair G Kergon 1-0/+2
2006-04-01BUG_ON() Conversion in md/dm-target.cGravatar Eric Sesterhenn 1-2/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+196