aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-target.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig1-1/+1
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-3/+3
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig1-1/+1
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams1-3/+3
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig1-7/+0
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2016-07-20dm error: add DAX supportMike Snitzer1-1/+8
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer1-1/+1
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer1-1/+2
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer1-1/+14
2013-09-05dm: allow error target to replace bio-based and request-based targetsMike Snitzer1-1/+8
2013-03-01dm: rename request variables to biosAlasdair G Kergon1-1/+1
2012-12-21dm: remove map_infoMikulas Patocka1-3/+2
2010-08-12dm: error return error for discardsMike Snitzer1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-04-02dm target: remove struct tt_internalCheng Renquan1-60/+30
2009-04-02dm target: use module refcount directlyCheng Renquan1-17/+3
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka1-8/+7
2007-10-20dm: use kzallocDmitry Monakhov1-4/+2
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon1-0/+2
2006-04-01BUG_ON() Conversion in md/dm-target.cEric Sesterhenn1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+196