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.12.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-writecache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
1
-13
/
+1
*
dm: push error reporting down to dm_register_target()
Yangtao Li
2023-04-11
1
-9
/
+1
*
dm: fix use of sizeof() macro
Heinz Mauelshagen
2023-02-14
1
-3
/
+3
*
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
2023-02-14
1
-8
/
+8
*
dm: remove unnecessary braces from single statement blocks
Heinz Mauelshagen
2023-02-14
1
-4
/
+3
*
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
1
-8
/
+27
*
dm: fix trailing statements
Heinz Mauelshagen
2023-02-14
1
-4
/
+8
*
dm: fix undue/missing spaces
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm: address indent/space issues
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: avoid assignment in if conditions
Heinz Mauelshagen
2023-02-14
1
-4
/
+7
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-40
/
+40
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-08-11
1
-1
/
+2
|
\
|
*
dm writecache: fix smatch warning about invalid return from writecache_map
Mikulas Patocka
2022-08-09
1
-1
/
+2
*
|
Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-08-02
1
-18
/
+25
|
\
|
|
*
dm writecache: count number of blocks discarded, not number of discard bios
Mikulas Patocka
2022-07-14
1
-1
/
+1
|
*
dm writecache: count number of blocks written, not number of write bios
Mikulas Patocka
2022-07-14
1
-3
/
+9
|
*
dm writecache: count number of blocks read, not number of read bios
Mikulas Patocka
2022-07-14
1
-0
/
+1
|
*
dm writecache: return void from functions
Mikulas Patocka
2022-07-14
1
-13
/
+13
|
*
dm writecache: set a default MAX_WRITEBACK_JOBS
Mikulas Patocka
2022-07-14
1
-1
/
+1
*
|
dm/core: Reduce the size of struct dm_io_request
Bart Van Assche
2022-07-14
1
-8
/
+4
|
/
*
dax: introduce DAX_RECOVERY_WRITE dax access mode
Jane Chu
2022-05-16
1
-3
/
+4
*
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
2022-02-02
1
-3
/
+4
*
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
2021-12-04
1
-1
/
+1
*
Merge tag 'for-5.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-09
1
-4
/
+2
|
\
|
*
dm writecache: Make use of the helper macro kthread_run()
Cai Huoqing
2021-11-01
1
-4
/
+2
*
|
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
2021-10-18
1
-1
/
+1
|
/
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+3
*
dm writecache: add event counters
Mikulas Patocka
2021-08-10
1
-3
/
+53
*
dm writecache: report invalid return from writecache_map helpers
Mikulas Patocka
2021-08-10
1
-1
/
+4
*
dm writecache: further writecache_map() cleanup
Mike Snitzer
2021-08-10
1
-32
/
+43
*
dm writecache: factor out writecache_map_remap_origin()
Mike Snitzer
2021-08-10
1
-15
/
+15
*
dm writecache: split up writecache_map() to improve code readability
Mike Snitzer
2021-08-10
1
-151
/
+187
*
dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
Christoph Hellwig
2021-08-02
1
-3
/
+2
*
dm writecache: make writeback pause configurable
Mikulas Patocka
2021-06-28
1
-8
/
+40
*
dm writecache: pause writeback if cache full and origin being written directly
Mikulas Patocka
2021-06-25
1
-1
/
+20
*
dm writecache: add optional "metadata_only" parameter
Mikulas Patocka
2021-06-25
1
-4
/
+12
*
dm writecache: write at least 4k when committing
Mikulas Patocka
2021-06-21
1
-1
/
+5
*
dm writecache: flush origin device when writing and cache is full
Mikulas Patocka
2021-06-16
1
-2
/
+6
*
dm writecache: have ssd writeback wait if the kcopyd workqueue is busy
Mikulas Patocka
2021-06-15
1
-0
/
+5
*
dm writecache: use list_move instead of list_del/list_add in writecache_write...
Baokun Li
2021-06-14
1
-6
/
+3
*
dm writecache: commit just one block, not a full page
Mikulas Patocka
2021-06-14
1
-5
/
+1
*
dm writecache: remove unused gfp_t argument from wc_add_block()
Mikulas Patocka
2021-06-14
1
-3
/
+3
*
dm writecache: interrupt writeback if suspended
Mikulas Patocka
2021-06-04
1
-2
/
+3
*
dm writecache: don't split bios when overwriting contiguous cache content
Mikulas Patocka
2021-06-04
1
-8
/
+30
*
dm writecache: fix flexible_array.cocci warnings
Julia Lawall
2021-03-26
1
-1
/
+1
*
block: rename BIO_MAX_PAGES to BIO_MAX_VECS
Christoph Hellwig
2021-03-11
1
-2
/
+2
*
dm writecache: use bdev_nr_sectors() instead of open-coded equivalent
Mike Snitzer
2021-02-09
1
-1
/
+1
*
dm writecache: fix writing beyond end of underlying device when shrinking
Mikulas Patocka
2021-02-09
1
-0
/
+18
*
dm writecache: return the exact table values that were set
Mikulas Patocka
2021-02-08
1
-24
/
+30
[next]