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-rq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: avoid using symbolic permissions
Heinz Mauelshagen
2023-02-14
1
-4
/
+4
*
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
1
-0
/
+2
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
1
-8
/
+8
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
1
-0
/
+1
*
dm: change from DMWARN to DMERR or DMCRIT for fatal errors
Mikulas Patocka
2022-10-18
1
-2
/
+2
*
block: change request end_io handler to pass back a return value
Jens Axboe
2022-09-30
1
-1
/
+3
*
dm: unexport dm_get_reserved_rq_based_ios
Christoph Hellwig
2022-06-29
1
-1
/
+0
*
dm: fix bio_set allocation
Christoph Hellwig
2022-06-08
1
-1
/
+1
*
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-24
1
-3
/
+0
|
\
|
*
scsi: dm: Remove WRITE_SAME support
Christoph Hellwig
2022-02-22
1
-3
/
+0
*
|
dm: requeue IO if mapping table not yet available
Mike Snitzer
2022-02-22
1
-1
/
+6
*
|
dm: remove dm_dispatch_clone_request
Christoph Hellwig
2022-02-16
1
-13
/
+9
*
|
dm: remove useless code from dm_dispatch_clone_request
Christoph Hellwig
2022-02-16
1
-4
/
+0
*
|
blk-mq: remove the request_queue argument to blk_insert_cloned_request
Christoph Hellwig
2022-02-16
1
-1
/
+1
|
/
*
block: remove the unused rq_end_sector macro
Christoph Hellwig
2021-10-18
1
-1
/
+0
*
dm rq: don't queue request to blk-mq during DM suspend
Ming Lei
2021-10-12
1
-0
/
+8
*
dm: delay registering the gendisk
Christoph Hellwig
2021-08-09
1
-1
/
+0
*
blk-mq: improve the blk_mq_init_allocated_queue interface
Christoph Hellwig
2021-06-11
1
-6
/
+3
*
dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails
Benjamin Block
2021-04-30
1
-0
/
+2
*
block: remove the request_queue to argument request based tracepoints
Christoph Hellwig
2020-12-04
1
-1
/
+1
*
dm table: make 'struct dm_table' definition accessible to all of DM core
Mike Snitzer
2020-09-29
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
-3
/
+0
|
\
|
*
dm rq: don't call blk_mq_queue_stopped() in dm_stop_queue()
Ming Lei
2020-07-20
1
-3
/
+0
*
|
Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-03
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-1
/
+2
*
|
dm: do not use waitqueue for request-based DM
Ming Lei
2020-07-07
1
-4
/
+0
|
/
*
blk-mq: drain I/O when all CPUs in a hctx are offline
Ming Lei
2020-05-29
1
-1
/
+1
*
block: Delay default elevator initialization
Damien Le Moal
2019-09-05
1
-1
/
+1
*
blk-mq: add callback of .cleanup_rq
Ming Lei
2019-08-04
1
-0
/
+1
*
dm: update stale comment in end_clone_bio()
Pavel Begunkov
2019-07-09
1
-1
/
+1
*
dm mpath: fix missing call of path selector type->end_io
Yufen Yu
2019-04-25
1
-4
/
+4
*
dm: disable DISCARD if the underlying storage no longer supports it
Mike Snitzer
2019-04-04
1
-4
/
+7
*
Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-03-09
1
-0
/
+16
|
\
|
*
dm: remove unused _rq_tio_cache and _rq_cache
Mike Snitzer
2019-03-05
1
-0
/
+16
*
|
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
2019-02-15
1
-1
/
+1
|
\
|
|
*
dm: add memory barrier before waitqueue_active
Mikulas Patocka
2019-02-06
1
-1
/
+1
*
|
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
2019-02-15
1
-1
/
+1
|
/
*
dm rq: cleanup leftover code from recently removed q->mq_ops branching
Mike Snitzer
2018-12-18
1
-3
/
+1
*
dm rq: remove unused arguments from rq_completed()
Mike Snitzer
2018-12-18
1
-9
/
+5
*
dm: fix request-based dm's use of dm_wait_for_completion
Mike Snitzer
2018-12-11
1
-4
/
+2
*
dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
Mike Snitzer
2018-12-10
1
-5
/
+4
*
block: add queue_is_mq() helper
Jens Axboe
2018-11-16
1
-1
/
+1
*
dm: remove legacy request-based IO path
Jens Axboe
2018-10-11
1
-290
/
+26
*
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
2018-05-30
1
-1
/
+1
*
block: consolidate struct request timestamp fields
Omar Sandoval
2018-05-09
1
-1
/
+1
*
Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-02-04
1
-3
/
+2
|
\
|
*
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
2018-01-30
1
-3
/
+2
*
|
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-01-31
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
dm: various cleanups to md->queue initialization code
Mike Snitzer
2018-01-29
1
-2
/
+0
|
*
dm mpath: delay the retry of a request if the target responded as busy
Mike Snitzer
2018-01-29
1
-0
/
+4
[next]