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-delay.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm-delay: avoid duplicate logic
Mikulas Patocka
2023-11-17
1
-44
/
+21
*
dm-delay: fix bugs introduced by kthread mode
Mikulas Patocka
2023-11-17
1
-26
/
+35
*
dm-delay: fix a race between delay_presuspend and delay_bio
Mikulas Patocka
2023-11-17
1
-5
/
+11
*
dm delay: for short delays, use kthread instead of timers and wq
Christian Loehle
2023-10-31
1
-15
/
+88
*
dm: add helper macro for simple DM target module init and exit
Yangtao Li
2023-04-11
1
-14
/
+1
*
dm: push error reporting down to dm_register_target()
Yangtao Li
2023-04-11
1
-12
/
+1
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-3
/
+3
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
dm: simplify basic targets
Mike Snitzer
2022-05-05
1
-2
/
+1
*
dm: simplify dm_sumbit_bio_remap interface
Mike Snitzer
2022-03-10
1
-1
/
+1
*
dm delay: use dm_submit_bio_remap
Mike Snitzer
2022-02-21
1
-2
/
+3
*
dm: update target status functions to support IMA measurement
Tushar Sugandhi
2021-08-10
1
-0
/
+4
*
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
dm delay: fix a crash when invalid device is specified
Mikulas Patocka
2019-04-26
1
-1
/
+2
*
dm: Check for device sector overflow if CONFIG_LBDAF is not set
Milan Broz
2018-12-18
1
-1
/
+1
*
dm delay: add flush as a third class of IO
Mikulas Patocka
2018-07-27
1
-4
/
+30
*
dm delay: refactor repetitive code
Mikulas Patocka
2018-07-27
1
-120
/
+103
*
dm: backfill missing calls to mutex_destroy()
Mike Snitzer
2018-01-17
1
-0
/
+2
*
md: Convert timers to use timer_setup()
Kees Cook
2017-11-14
1
-3
/
+3
*
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2017-08-23
1
-2
/
+2
*
dm: mark targets that pass integrity data
Mikulas Patocka
2017-04-24
1
-0
/
+1
*
dm: rename target's per_bio_data_size to per_io_data_size
Mike Snitzer
2016-02-22
1
-1
/
+1
*
dm delay: document that offsets are specified in sectors
Tomohiro Kusumi
2015-10-31
1
-0
/
+1
*
dm delay: capitalize the start of an delay_ctr() error message
Tomohiro Kusumi
2015-10-31
1
-1
/
+1
*
dm delay: Use DM_MAPIO macros instead of open-coded equivalents
Tomohiro Kusumi
2015-10-31
1
-2
/
+2
*
dm: do not override error code returned from dm_get_device()
Vivek Goyal
2015-08-12
1
-5
/
+11
*
dm delay: use msecs_to_jiffies for time conversion
Nicholas Mc Guire
2015-04-15
1
-1
/
+1
*
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2014-01-30
1
-3
/
+4
|
\
|
*
Merge tag 'v3.13-rc6' into for-3.14/core
Jens Axboe
2013-12-31
1
-12
/
+11
|
|
\
|
*
|
block: Abstract out bvec iterator
Kent Overstreet
2013-11-23
1
-3
/
+4
*
|
|
dm delay: use per-bio data instead of a mempool and slab cache
Mikulas Patocka
2014-01-07
1
-28
/
+7
|
|
/
|
/
|
*
|
dm delay: fix a possible deadlock due to shared workqueue
Mikulas Patocka
2013-11-18
1
-12
/
+11
|
/
*
dm: rename request variables to bios
Alasdair G Kergon
2013-03-01
1
-2
/
+2
*
dm: fix truncated status strings
Mikulas Patocka
2013-03-01
1
-5
/
+3
*
dm: remove map_info
Mikulas Patocka
2012-12-21
1
-3
/
+2
*
dm thin: commit before gathering status
Alasdair G Kergon
2012-07-27
1
-1
/
+1
*
dm: reject trailing characters in sccanf input
Mikulas Patocka
2012-03-28
1
-4
/
+5
*
dm: convert workqueues to alloc_ordered
Tejun Heo
2011-01-13
1
-1
/
+1
*
dm delay: support discard
Mike Snitzer
2010-08-12
1
-0
/
+1
*
dm: use dm_target_offset macro
Alasdair G Kergon
2010-08-12
1
-3
/
+2
*
dm table: remove unused dm_get_device range parameters
Nikanth Karthikesan
2010-03-06
1
-4
/
+4
*
dm table: pass correct dev area size to device_area_is_valid
Mike Snitzer
2009-07-23
1
-2
/
+2
*
dm target:s introduce iterate devices fn
Mike Snitzer
2009-06-22
1
-1
/
+19
*
dm delay: support barriers
Mikulas Patocka
2009-06-22
1
-2
/
+4
*
block: move bio list helpers into bio.h
Christoph Hellwig
2009-04-15
1
-2
/
+0
*
dm: consolidate target deregistration error handling
Mikulas Patocka
2009-01-06
1
-5
/
+1
*
dm: remove dm header from targets
Mikulas Patocka
2008-10-21
1
-1
/
+2
*
dm: bio_list macro renaming
Alasdair G Kergon
2007-10-20
1
-1
/
+1
*
dm delay: fix status
Milan Broz
2007-10-20
1
-1
/
+1
*
dm delay: fix ctr error paths
Dmitry Monakhov
2007-10-20
1
-8
/
+11
[next]