index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-kcopyd.c
Age
Commit message (
Expand
)
Author
2012-12-21
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
2011-10-31
dm kcopyd: add dm_kcopyd_zero to zero an area
Mikulas Patocka
2011-10-23
dm kcopyd: fix job_pool leak
Alasdair G Kergon
2011-08-02
dm snapshot: skip reading origin when overwriting complete chunk
Mikulas Patocka
2011-08-02
dm kcopyd: remove nr_pages field from job structure
Mikulas Patocka
2011-08-02
dm kcopyd: remove offset field from job structure
Mikulas Patocka
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2011-05-29
dm kcopyd: return client directly and not through a pointer
Mikulas Patocka
2011-05-29
dm kcopyd: reserve fewer pages
Mikulas Patocka
2011-05-29
dm io: use fixed initial mempool size
Mikulas Patocka
2011-05-29
dm kcopyd: alloc pages from the main page allocator
Mikulas Patocka
2011-05-29
dm kcopyd: add gfp parm to alloc_pl
Mikulas Patocka
2011-05-29
dm kcopyd: remove superfluous page allocation spinlock
Mikulas Patocka
2011-05-29
dm kcopyd: preallocate sub jobs to avoid deadlock
Mikulas Patocka
2011-05-29
dm kcopyd: avoid pointless job splitting
Mikulas Patocka
2011-03-10
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
block: remove per-queue plugging
Jens Axboe
2011-01-13
dm: use non reentrant workqueues if equivalent
Tejun Heo
2011-01-13
dm: convert workqueues to alloc_ordered
Tejun Heo
2011-01-13
dm kcopyd: delay unplugging
Mikulas Patocka
2011-01-13
dm io: remove BIO_RW_SYNCIO flag from kcopyd
Mikulas Patocka
2010-08-07
block: unify flags for struct bio and struct request
Christoph Hellwig
2009-12-10
dm kcopyd: accept zero size jobs
Mikulas Patocka
2009-04-09
dm kcopyd: fix callback race
Mikulas Patocka
2009-04-09
dm kcopyd: prepare for callback race fix
Mikulas Patocka
2009-02-18
block: fix bad definition of BIO_RW_SYNC
Jens Axboe
2008-10-21
dm: remove dm header from targets
Mikulas Patocka
2008-10-21
dm kcopyd: avoid queue shuffle
Kazuo Ito
2008-04-25
dm: unplug queues in threads
Mikulas Patocka
2008-04-25
dm: move include files
Alasdair G Kergon
2008-04-25
dm kcopyd: rename
Alasdair G Kergon