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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.10/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-10-14
1
-272
/
+132
|
\
|
*
dm: fix request-based DM to not bounce through indirect dm_submit_bio
Mike Snitzer
2020-10-07
1
-13
/
+12
|
*
dm: remove special-casing of bio-based immutable singleton target on NVMe
Mike Snitzer
2020-10-07
1
-50
/
+5
|
*
dm: fix comment in __dm_suspend()
Mike Snitzer
2020-10-01
1
-5
/
+4
|
*
dm: fold dm_process_bio() into dm_submit_bio()
Mike Snitzer
2020-10-01
1
-30
/
+22
|
*
dm: fix missing imposition of queue_limits from dm_wq_work() thread
Mike Snitzer
2020-09-30
1
-25
/
+9
|
*
dm table: make 'struct dm_table' definition accessible to all of DM core
Mike Snitzer
2020-09-29
1
-19
/
+4
|
*
dm: eliminate need for start_io_acct() forward declaration
Mike Snitzer
2020-09-29
1
-40
/
+38
|
*
dm: simplify __process_abnormal_io()
Mike Snitzer
2020-09-29
1
-51
/
+17
|
*
dm: push use of on-stack flush_bio down to __send_empty_flush()
Mike Snitzer
2020-09-29
1
-24
/
+13
|
*
dm: optimize max_io_len() by inlining max_io_len_target_boundary()
Mike Snitzer
2020-09-29
1
-9
/
+10
|
*
dm: push md->immutable_target optimization down to __process_bio()
Mike Snitzer
2020-09-29
1
-13
/
+9
|
*
dm: change max_io_len() to use blk_max_size_offset()
Mike Snitzer
2020-09-29
1
-12
/
+8
|
*
Merge remote-tracking branch 'jens/for-5.10/block' into dm-5.10
Mike Snitzer
2020-09-29
1
-14
/
+5
|
|
\
*
|
\
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-17
/
+9
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
block: make bio_crypt_clone() able to fail
Eric Biggers
2020-10-05
1
-3
/
+4
|
|
/
|
*
dm: add support for REQ_NOWAIT and enable it for linear target
Konstantin Khlebnikov
2020-09-25
1
-1
/
+3
|
*
block: fix locking for struct block_device size updates
Christoph Hellwig
2020-09-01
1
-13
/
+2
*
|
dm: fix comment in dm_process_bio()
Mike Snitzer
2020-09-21
1
-1
/
+3
*
|
dm: fix bio splitting and its bio completion order for regular IO
Mike Snitzer
2020-09-21
1
-21
/
+2
*
|
dm/dax: Fix table reference counts
Dan Williams
2020-09-20
1
-2
/
+3
|
/
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
Merge tag 'for-5.9/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-07
1
-1
/
+2
|
\
|
*
dm: don't call report zones for more than the user requested
Johannes Thumshirn
2020-08-04
1
-1
/
+2
*
|
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
1
-56
/
+19
|
\
\
|
*
|
writeback: remove bdi->congested_fn
Christoph Hellwig
2020-07-08
1
-33
/
+0
|
*
|
writeback: remove struct bdi_writeback_congested
Christoph Hellwig
2020-07-08
1
-1
/
+1
|
*
|
dm: remove unused variable
Jens Axboe
2020-07-01
1
-1
/
+0
|
*
|
block: remove direct_make_request
Christoph Hellwig
2020-07-01
1
-4
/
+1
|
*
|
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-5
/
+5
|
*
|
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
1
-11
/
+12
|
*
|
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
2020-07-01
1
-1
/
+1
|
*
|
dm: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
|
*
|
dm: use bio_uninit instead of bio_disassociate_blkg
Christoph Hellwig
2020-06-29
1
-3
/
+2
*
|
|
dm integrity: fix integrity recalculation that is improperly skipped
Mikulas Patocka
2020-07-23
1
-0
/
+17
|
|
/
|
/
|
*
|
dm: use noio when sending kobject event
Mikulas Patocka
2020-07-08
1
-3
/
+12
*
|
dm: use bio_uninit instead of bio_disassociate_blkg
Christoph Hellwig
2020-07-08
1
-3
/
+2
*
|
dm: do not use waitqueue for request-based DM
Ming Lei
2020-07-07
1
-25
/
+39
*
|
dm: update original bio sector on Zone Append
Johannes Thumshirn
2020-06-19
1
-0
/
+13
|
/
*
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-06-05
1
-1
/
+10
|
\
|
*
dm: use DMDEBUG macros now that they use pr_debug variants
Mike Snitzer
2020-05-20
1
-1
/
+1
|
*
dm mpath: pass IO start time to path selector
Gabriel Krisman Bertazi
2020-05-15
1
-0
/
+9
*
|
dm: use bio_{start,end}_io_acct
Christoph Hellwig
2020-05-27
1
-7
/
+2
*
|
blk-mq: allow blk_mq_make_request to consume the q_usage_counter reference
Christoph Hellwig
2020-05-19
1
-1
/
+10
*
|
block: Inline encryption support for blk-mq
Satya Tangirala
2020-05-14
1
-0
/
+3
*
|
block: bypass ->make_request_fn for blk-mq drivers
Christoph Hellwig
2020-04-25
1
-0
/
+3
|
/
*
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-04-08
1
-1
/
+31
|
\
|
*
dax: Move mandatory ->zero_page_range() check in alloc_dax()
Vivek Goyal
2020-04-02
1
-1
/
+1
|
*
dm,dax: Add dax zero_page_range operation
Vivek Goyal
2020-04-02
1
-0
/
+30
*
|
Merge tag 'for-5.7/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-04-03
1
-2
/
+3
|
\
\
[next]