index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
dm: fix use of sizeof() macro
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: avoid using symbolic permissions
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
1
-0
/
+2
*
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
1
-6
/
+12
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-15
/
+15
*
dm: use fsleep() instead of msleep() for deterministic sleep duration
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
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
[next]