index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-crypto-internal.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-13
fault-inject: allow configuration via configfs
Akinobu Mita
3
-1
/
+225
2023-04-13
blk-mq: remove __blk_mq_run_hw_queue
Christoph Hellwig
1
-20
/
+9
2023-04-13
blk-mq: move the !async handling out of __blk_mq_delay_run_hw_queue
Christoph Hellwig
1
-27
/
+13
2023-04-13
blk-mq: move the blk_mq_hctx_stopped check in __blk_mq_delay_run_hw_queue
Christoph Hellwig
1
-3
/
+2
2023-04-13
blk-mq: remove the blk_mq_hctx_stopped check in blk_mq_run_work_fn
Christoph Hellwig
1
-9
/
+2
2023-04-13
blk-mq: cleanup __blk_mq_sched_dispatch_requests
Christoph Hellwig
1
-17
/
+14
2023-04-13
blk-mq: pass a flags argument to blk_mq_add_to_requeue_list
Christoph Hellwig
3
-6
/
+6
2023-04-13
blk-mq: pass a flags argument to elevator_type->insert_requests
Christoph Hellwig
5
-18
/
+21
2023-04-13
blk-mq: pass a flags argument to blk_mq_request_bypass_insert
Christoph Hellwig
3
-11
/
+11
2023-04-13
blk-mq: pass a flags argument to blk_mq_insert_request
Christoph Hellwig
2
-13
/
+17
2023-04-13
blk-mq: don't kick the requeue_list in blk_mq_add_to_requeue_list
Christoph Hellwig
3
-10
/
+12
2023-04-13
blk-mq: don't run the hw_queue from blk_mq_request_bypass_insert
Christoph Hellwig
3
-16
/
+15
2023-04-13
blk-mq: don't run the hw_queue from blk_mq_insert_request
Christoph Hellwig
1
-24
/
+32
2023-04-13
blk-mq: fold __blk_mq_try_issue_directly into its two callers
Christoph Hellwig
1
-41
/
+31
2023-04-13
blk-mq: factor out a blk_mq_get_budget_and_tag helper
Christoph Hellwig
1
-10
/
+16
2023-04-13
blk-mq: refactor the DONTPREP/SOFTBARRIER andling in blk_mq_requeue_work
Christoph Hellwig
1
-10
/
+11
2023-04-13
blk-mq: refactor passthrough vs flush handling in blk_mq_insert_request
Christoph Hellwig
1
-32
/
+18
2023-04-13
blk-mq: remove blk_flush_queue_rq
Christoph Hellwig
1
-7
/
+2
2023-04-13
blk-mq: fold __blk_mq_insert_req_list into blk_mq_insert_request
Christoph Hellwig
1
-18
/
+7
2023-04-13
blk-mq: fold __blk_mq_insert_request into blk_mq_insert_request
Christoph Hellwig
2
-14
/
+2
2023-04-13
blk-mq: move blk_mq_sched_insert_request to blk-mq.c
Christoph Hellwig
4
-83
/
+82
2023-04-13
blk-mq: fold blk_mq_sched_insert_requests into blk_mq_dispatch_plug_list
Christoph Hellwig
5
-34
/
+14
2023-04-13
blk-mq: move more logic into blk_mq_insert_requests
Christoph Hellwig
3
-20
/
+21
2023-04-13
blk-mq: include <linux/blk-mq.h> in block/blk-mq.h
Christoph Hellwig
15
-14
/
+1
2023-04-13
blk-mq: remove blk-mq-tag.h
Christoph Hellwig
13
-85
/
+60
2023-04-13
blk-mq: don't plug for head insertions in blk_execute_rq_nowait
Christoph Hellwig
1
-1
/
+1
2023-04-13
blk-throttle: only enable blk-stat when BLK_DEV_THROTTLING_LOW
Chengming Zhou
1
-1
/
+2
2023-04-13
blk-stat: fix QUEUE_FLAG_STATS clear
Chengming Zhou
1
-2
/
+2
2023-04-13
blk-iolatency: Make initialization lazy
Tejun Heo
3
-15
/
+28
2023-04-13
blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/
Tejun Heo
2
-2
/
+2
2023-04-13
blkcg: Restructure blkg_conf_prep() and friends
Tejun Heo
6
-78
/
+127
2023-04-13
blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()
Tejun Heo
1
-9
/
+4
2023-04-13
nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage"
Ming Lei
1
-21
/
+27
2023-04-13
blk-mq-rdma: remove queue mapping helper for rdma devices
Sagi Grimberg
5
-66
/
+2
2023-04-13
nvme-rdma: minor cleanup in nvme_rdma_create_cq()
zhenwei pi
1
-8
/
+4
2023-04-13
nvme: fix double blk_mq_complete_request for timeout request with low probabi...
Lei Yin
1
-2
/
+2
2023-04-13
nvme: fix async event trace event
Keith Busch
2
-13
/
+7
2023-04-13
nvme-apple: return directly instead of else
Chaitanya Kulkarni
1
-2
/
+2
2023-04-13
nvme-apple: return directly instead of else
Chaitanya Kulkarni
1
-2
/
+2
2023-04-13
nvmet-tcp: validate idle poll modparam value
Chaitanya Kulkarni
1
-2
/
+3
2023-04-13
nvmet-tcp: validate so_priority modparam value
Chaitanya Kulkarni
1
-2
/
+27
2023-04-13
nvme-tcp: fence TCP socket on receive error
Chris Leech
1
-0
/
+3
2023-04-13
nvmet: remove nvmet_req_cns_error_complete
Christoph Hellwig
2
-9
/
+4
2023-04-13
nvmet: rename nvmet_execute_identify_cns_cs_ns
Christoph Hellwig
3
-4
/
+4
2023-04-13
nvmet: fix Identify Identification Descriptor List handling
Christoph Hellwig
1
-19
/
+1
2023-04-13
nvmet: cleanup nvmet_execute_identify()
Damien Le Moal
1
-16
/
+19
2023-04-13
nvmet: fix I/O Command Set specific Identify Controller
Damien Le Moal
3
-8
/
+18
2023-04-13
nvmet: fix Identify Active Namespace ID list handling
Damien Le Moal
1
-7
/
+2
2023-04-13
nvmet: fix Identify Controller handling
Damien Le Moal
1
-5
/
+2
2023-04-13
nvmet: fix Identify Namespace handling
Damien Le Moal
1
-7
/
+2
[next]