summaryrefslogtreecommitdiff
path: root/drivers/md/dm-target.c
AgeCommit message (Expand)Author
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu
2019-04-25dm mpath: fix missing call of path selector type->end_ioYufen Yu
2018-04-03dm: remove unused macro DM_MOD_NAME_SIZEWang Sheng-Hui
2017-06-09dm: don't return errnos from ->mapChristoph Hellwig
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-01dm: introduce a new DM_MAPIO_KILL return valueChristoph Hellwig
2017-04-25dm: teach dm-targets to use a dax_device + dax_operationsDan Williams
2017-01-27dm: always defer request allocation to the owner of the request_queueChristoph Hellwig
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-20dm error: add DAX supportMike Snitzer
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer
2015-02-09dm: allocate requests in target when stacking on blk-mq devicesMike Snitzer
2013-09-05dm: allow error target to replace bio-based and request-based targetsMike Snitzer
2013-03-01dm: rename request variables to biosAlasdair G Kergon
2012-12-21dm: remove map_infoMikulas Patocka
2010-08-12dm: error return error for discardsMike Snitzer
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-04-02dm target: remove struct tt_internalCheng Renquan
2009-04-02dm target: use module refcount directlyCheng Renquan
2009-01-06dm: consolidate target deregistration error handlingMikulas Patocka
2007-10-20dm: use kzallocDmitry Monakhov
2006-06-26[PATCH] dm: improve error message consistencyAlasdair G Kergon
2006-04-01BUG_ON() Conversion in md/dm-target.cEric Sesterhenn
2004-10-25[PATCH] device-mapper trivial: duplicate kfree in error pathAlasdair G. Kergon
2004-05-28[PATCH] dm: add static and __init qualifiersAndrew Morton
2004-03-11[PATCH] dm: list targets cmdAndrew Morton
2004-03-11[PATCH] dm: list_for_each_entry auditAndrew Morton
2004-03-11[PATCH] dm: endio methodAndrew Morton
2003-06-08[PATCH] dm: Fix memory leak in dm_register_target()Joe Thornber
2003-06-08[PATCH] dm: signed/unsigned auditJoe Thornber
2003-05-16Make request_module() take a printf-like vararg argument instead of a string.Linus Torvalds
2003-05-14[PATCH] fix lots of error-path memory leaksAndrew Morton
2003-01-07[PATCH] dm: Simplify error->mapJoe Thornber
2003-01-07[PATCH] dm: Remove explicit returns from void fns (fluff)Joe Thornber
2003-01-07[PATCH] dm: rwlock_t -> rw_semaphore (fluff)Joe Thornber
2003-01-07[PATCH] dm: Correct target_type reference countingJoe Thornber
2002-12-29[PATCH] more module warning fixesChristoph Hellwig
2002-10-27[PATCH] Device Mapper, with updatesAlan Cox