index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
dm-rq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-09
dm: update stale comment in end_clone_bio()
Pavel Begunkov
1
-1
/
+1
2019-04-25
dm mpath: fix missing call of path selector type->end_io
Yufen Yu
1
-4
/
+4
2019-04-04
dm: disable DISCARD if the underlying storage no longer supports it
Mike Snitzer
1
-4
/
+7
2019-03-10
Merge tag 'for-5.1/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+16
2019-03-05
dm: remove unused _rq_tio_cache and _rq_cache
Mike Snitzer
1
-0
/
+16
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
1
-1
/
+1
2019-02-15
block: kill BLK_MQ_F_SG_MERGE
Ming Lei
1
-1
/
+1
2019-02-07
dm: add memory barrier before waitqueue_active
Mikulas Patocka
1
-1
/
+1
2018-12-18
dm rq: cleanup leftover code from recently removed q->mq_ops branching
Mike Snitzer
1
-3
/
+1
2018-12-18
dm rq: remove unused arguments from rq_completed()
Mike Snitzer
1
-9
/
+5
2018-12-11
dm: fix request-based dm's use of dm_wait_for_completion
Mike Snitzer
1
-4
/
+2
2018-12-10
dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
Mike Snitzer
1
-5
/
+4
2018-11-16
block: add queue_is_mq() helper
Jens Axboe
1
-1
/
+1
2018-10-11
dm: remove legacy request-based IO path
Jens Axboe
1
-290
/
+26
2018-05-31
dm: convert to bioset_init()/mempool_init()
Kent Overstreet
1
-1
/
+1
2018-05-09
block: consolidate struct request timestamp fields
Omar Sandoval
1
-1
/
+1
2018-02-04
Merge tag 'for-linus-20180204' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+2
2018-01-31
Merge tag 'for-4.16/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+4
2018-01-31
blk-mq: introduce BLK_STS_DEV_RESOURCE
Ming Lei
1
-3
/
+2
2018-01-29
dm: various cleanups to md->queue initialization code
Mike Snitzer
1
-2
/
+0
2018-01-29
dm mpath: delay the retry of a request if the target responded as busy
Mike Snitzer
1
-0
/
+4
2018-01-17
blk-mq: improve DM's blk-mq IO merging via blk_insert_cloned_request feedback
Ming Lei
1
-3
/
+16
2018-01-15
dm: fix incomplete request_queue initialization
Mike Snitzer
1
-9
/
+0
2017-10-06
block: remove QUEUE_FLAG_STACKABLE
Christoph Hellwig
1
-1
/
+1
2017-08-28
dm rq: do not update rq partially in each ending bio
Ming Lei
1
-11
/
+7
2017-08-28
dm rq: make dm-sq requeuing behavior consistent with dm-mq behavior
Bart Van Assche
1
-4
/
+5
2017-06-18
blk-mq: use the introduced blk_mq_unquiesce_queue()
Ming Lei
1
-1
/
+1
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-1
/
+1
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
1
-4
/
+4
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-10
/
+10
2017-05-15
dm rq: add a missing break to map_request
Christoph Hellwig
1
-0
/
+1
2017-05-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+3
2017-05-02
blk-mq: update ->init_request and ->exit_request prototypes
Christoph Hellwig
1
-4
/
+3
2017-05-02
dm: introduce a new DM_MAPIO_KILL return value
Christoph Hellwig
1
-7
/
+5
2017-05-02
dm rq: change ->rq_end_io calling conventions
Christoph Hellwig
1
-7
/
+10
2017-05-02
Merge branch 'dm-4.12' into dm-4.12-post-merge
Mike Snitzer
1
-2
/
+6
2017-04-28
dm rq: check blk_mq_register_dev() return value in dm_mq_init_request_queue()
Bart Van Assche
1
-1
/
+5
2017-04-24
dm mpath: requeue after a small delay if blk_get_request() fails
Bart Van Assche
1
-1
/
+1
2017-04-20
blk-mq: remove the error argument to blk_mq_complete_request
Christoph Hellwig
1
-1
/
+1
2017-04-20
dm rq: don't pass irrelevant error code to blk_mq_complete_request
Christoph Hellwig
1
-1
/
+1
2017-04-08
dm: support REQ_OP_WRITE_ZEROES
Christoph Hellwig
1
-3
/
+8
2017-04-07
Merge branch 'for-linus' into for-4.12/block
Jens Axboe
1
-0
/
+1
2017-04-07
dm rq: Avoid that request processing stalls sporadically
Bart Van Assche
1
-0
/
+1
2017-03-31
blk-mq: constify struct blk_mq_ops
Eric Biggers
1
-1
/
+1
2017-02-24
dm-rq: don't dereference request payload after ending request
Jens Axboe
1
-2
/
+4
2017-02-18
Merge branch 'for-4.11/next' into for-4.11/linus-merge
Jens Axboe
1
-211
/
+57
2017-02-03
dm rq: cope with DM device destruction while in dm_old_request_fn()
Mike Snitzer
1
-0
/
+4
2017-01-28
dm: always defer request allocation to the owner of the request_queue
Christoph Hellwig
1
-195
/
+56
2017-01-28
dm: remove incomplete BLOCK_PC support
Christoph Hellwig
1
-16
/
+0
2017-01-28
block: simplify blk_init_allocated_queue
Christoph Hellwig
1
-1
/
+2
[next]