summaryrefslogtreecommitdiff
path: root/drivers/md/dm-target.c
AgeCommit message (Expand)Author
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