aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-kcopyd.c
Commit message (Expand)AuthorAgeFilesLines
* dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-291-5/+4
* dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-291-3/+3
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-291-1/+1
* dm kcopyd: alloc pages from the main page allocatorMikulas Patocka2011-05-291-31/+60
* dm kcopyd: add gfp parm to alloc_plMikulas Patocka2011-05-291-4/+4
* dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka2011-05-291-10/+1
* dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka2011-05-291-20/+29
* dm kcopyd: avoid pointless job splittingMikulas Patocka2011-05-291-1/+1
* block: kill off REQ_UNPLUGJens Axboe2011-03-101-4/+1
* block: remove per-queue pluggingJens Axboe2011-03-101-47/+5
* dm: use non reentrant workqueues if equivalentTejun Heo2011-01-131-1/+2
* dm: convert workqueues to alloc_orderedTejun Heo2011-01-131-1/+1
* dm kcopyd: delay unpluggingMikulas Patocka2011-01-131-3/+51
* dm io: remove BIO_RW_SYNCIO flag from kcopydMikulas Patocka2011-01-131-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* dm kcopyd: accept zero size jobsMikulas Patocka2009-12-101-1/+4
* dm kcopyd: fix callback raceMikulas Patocka2009-04-091-6/+11
* dm kcopyd: prepare for callback race fixMikulas Patocka2009-04-091-2/+4
* block: fix bad definition of BIO_RW_SYNCJens Axboe2009-02-181-1/+1
* dm: remove dm header from targetsMikulas Patocka2008-10-211-0/+1
* dm kcopyd: avoid queue shuffleKazuo Ito2008-10-211-1/+12
* dm: unplug queues in threadsMikulas Patocka2008-04-251-1/+1
* dm: move include filesAlasdair G Kergon2008-04-251-1/+1
* dm kcopyd: renameAlasdair G Kergon2008-04-251-0/+654