aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-kcopyd.c
AgeCommit message (Expand)Author
2018-12-18dm kcopyd: Fix bug causing workqueue stallsNikos Tsironis
2018-08-08dm kcopyd: avoid softlockup in run_complete_jobJohn Pittman
2018-07-31dm kcopyd: return void from dm_kcopyd_copy()Mike Snitzer
2018-06-08dm: adjust structure members to improve alignmentMike Snitzer
2018-06-05dm: Use kzalloc for all structs with embedded biosets/mempoolsKent Overstreet
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet
2018-01-17dm: backfill missing calls to mutex_destroy()Mike Snitzer
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-06-19dm kcopyd: add sequential write featureDamien Le Moal
2017-04-08dm kcopyd: switch to use REQ_OP_WRITE_ZEROESChristoph Hellwig
2016-06-10dm: move request-based code out to dm-rq.[hc]Mike Snitzer
2016-06-07dm: use bio op accessorsMike Christie
2016-06-07dm: use op_is_write instead of checking for REQ_WRITEMike Christie
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2013-08-23dm: stop using WQ_NON_REENTRANTTejun Heo
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka
2012-12-21dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer
2011-10-31dm kcopyd: add dm_kcopyd_zero to zero an areaMikulas Patocka
2011-10-23dm kcopyd: fix job_pool leakAlasdair G Kergon
2011-08-02dm snapshot: skip reading origin when overwriting complete chunkMikulas Patocka
2011-08-02dm kcopyd: remove nr_pages field from job structureMikulas Patocka
2011-08-02dm kcopyd: remove offset field from job structureMikulas Patocka
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-29dm kcopyd: return client directly and not through a pointerMikulas Patocka
2011-05-29dm kcopyd: reserve fewer pagesMikulas Patocka
2011-05-29dm io: use fixed initial mempool sizeMikulas Patocka
2011-05-29dm kcopyd: alloc pages from the main page allocatorMikulas Patocka
2011-05-29dm kcopyd: add gfp parm to alloc_plMikulas Patocka
2011-05-29dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka
2011-05-29dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka
2011-05-29dm kcopyd: avoid pointless job splittingMikulas Patocka
2011-03-10block: kill off REQ_UNPLUGJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-13dm: use non reentrant workqueues if equivalentTejun Heo
2011-01-13dm: convert workqueues to alloc_orderedTejun Heo
2011-01-13dm kcopyd: delay unpluggingMikulas Patocka
2011-01-13dm io: remove BIO_RW_SYNCIO flag from kcopydMikulas Patocka
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig
2009-12-10dm kcopyd: accept zero size jobsMikulas Patocka
2009-04-09dm kcopyd: fix callback raceMikulas Patocka
2009-04-09dm kcopyd: prepare for callback race fixMikulas Patocka
2009-02-18block: fix bad definition of BIO_RW_SYNCJens Axboe
2008-10-21dm: remove dm header from targetsMikulas Patocka
2008-10-21dm kcopyd: avoid queue shuffleKazuo Ito
2008-04-25dm: unplug queues in threadsMikulas Patocka
2008-04-25dm: move include filesAlasdair G Kergon
2008-04-25dm kcopyd: renameAlasdair G Kergon