index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-kcopyd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-08-02
1
-1
/
+1
|
\
|
*
dm kcopyd: use __GFP_HIGHMEM when allocating pages
Mikulas Patocka
2022-07-14
1
-1
/
+1
*
|
dm/core: Rename kcopyd_job.rw into kcopyd.op
Bart Van Assche
2022-07-14
1
-12
/
+13
*
|
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
2022-07-14
1
-2
/
+1
|
/
*
dm writecache: have ssd writeback wait if the kcopyd workqueue is busy
Mikulas Patocka
2021-06-15
1
-0
/
+6
*
dm kcopyd: avoid spin_lock_irqsave from process context
Mikulas Patocka
2021-06-04
1
-9
/
+6
*
dm kcopyd: avoid useless atomic operations
Mikulas Patocka
2021-06-04
1
-10
/
+10
*
dm kcopyd: always complete failed jobs
Dmitry Fomichev
2019-08-15
1
-1
/
+4
*
dm kcopyd: Increase default sub-job size to 512KB
Nikos Tsironis
2019-07-17
1
-6
/
+28
*
dm kcopyd: Fix bug causing workqueue stalls
Nikos Tsironis
2018-12-18
1
-5
/
+14
*
dm kcopyd: avoid softlockup in run_complete_job
John Pittman
2018-08-08
1
-0
/
+2
*
dm kcopyd: return void from dm_kcopyd_copy()
Mike Snitzer
2018-07-31
1
-9
/
+7
*
dm: adjust structure members to improve alignment
Mike Snitzer
2018-06-08
1
-1
/
+2
*
dm: Use kzalloc for all structs with embedded biosets/mempools
Kent Overstreet
2018-06-05
1
-1
/
+1
*
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-10
/
+12
*
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
2018-01-17
1
-2
/
+4
*
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
2017-10-25
1
-2
/
+2
*
dm kcopyd: add sequential write feature
Damien Le Moal
2017-06-19
1
-2
/
+63
*
dm kcopyd: switch to use REQ_OP_WRITE_ZEROES
Christoph Hellwig
2017-04-08
1
-3
/
+3
*
dm: move request-based code out to dm-rq.[hc]
Mike Snitzer
2016-06-10
1
-1
/
+1
*
dm: use bio op accessors
Mike Christie
2016-06-07
1
-2
/
+3
*
dm: use op_is_write instead of checking for REQ_WRITE
Mike Christie
2016-06-07
1
-3
/
+3
*
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-1
/
+1
*
dm: stop using WQ_NON_REENTRANT
Tejun Heo
2013-08-23
1
-2
/
+1
*
dm kcopyd: introduce configurable throttling
Mikulas Patocka
2013-03-01
1
-1
/
+120
*
dm kcopyd: add WRITE SAME support to dm_kcopyd_zero
Mike Snitzer
2012-12-21
1
-4
/
+14
*
dm kcopyd: add dm_kcopyd_zero to zero an area
Mikulas Patocka
2011-10-31
1
-5
/
+26
*
dm kcopyd: fix job_pool leak
Alasdair G Kergon
2011-10-23
1
-0
/
+1
*
dm snapshot: skip reading origin when overwriting complete chunk
Mikulas Patocka
2011-08-02
1
-0
/
+31
*
dm kcopyd: remove nr_pages field from job structure
Mikulas Patocka
2011-08-02
1
-4
/
+2
*
dm kcopyd: remove offset field from job structure
Mikulas Patocka
2011-08-02
1
-5
/
+2
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
dm kcopyd: return client directly and not through a pointer
Mikulas Patocka
2011-05-29
1
-5
/
+4
*
dm kcopyd: reserve fewer pages
Mikulas Patocka
2011-05-29
1
-3
/
+3
*
dm io: use fixed initial mempool size
Mikulas Patocka
2011-05-29
1
-1
/
+1
*
dm kcopyd: alloc pages from the main page allocator
Mikulas Patocka
2011-05-29
1
-31
/
+60
*
dm kcopyd: add gfp parm to alloc_pl
Mikulas Patocka
2011-05-29
1
-4
/
+4
*
dm kcopyd: remove superfluous page allocation spinlock
Mikulas Patocka
2011-05-29
1
-10
/
+1
*
dm kcopyd: preallocate sub jobs to avoid deadlock
Mikulas Patocka
2011-05-29
1
-20
/
+29
*
dm kcopyd: avoid pointless job splitting
Mikulas Patocka
2011-05-29
1
-1
/
+1
*
block: kill off REQ_UNPLUG
Jens Axboe
2011-03-10
1
-4
/
+1
*
block: remove per-queue plugging
Jens Axboe
2011-03-10
1
-47
/
+5
*
dm: use non reentrant workqueues if equivalent
Tejun Heo
2011-01-13
1
-1
/
+2
*
dm: convert workqueues to alloc_ordered
Tejun Heo
2011-01-13
1
-1
/
+1
*
dm kcopyd: delay unplugging
Mikulas Patocka
2011-01-13
1
-3
/
+51
*
dm io: remove BIO_RW_SYNCIO flag from kcopyd
Mikulas Patocka
2011-01-13
1
-1
/
+1
*
block: unify flags for struct bio and struct request
Christoph Hellwig
2010-08-07
1
-1
/
+1
*
dm kcopyd: accept zero size jobs
Mikulas Patocka
2009-12-10
1
-1
/
+4
*
dm kcopyd: fix callback race
Mikulas Patocka
2009-04-09
1
-6
/
+11
*
dm kcopyd: prepare for callback race fix
Mikulas Patocka
2009-04-09
1
-2
/
+4
[next]