index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-08
block: don't update BLK_FEAT_POLL in __blk_mq_update_nr_hw_queues
Christoph Hellwig
1
-21
/
+5
2025-02-08
block: check BLK_FEAT_POLL under q_usage_count
Christoph Hellwig
1
-2
/
+10
2025-01-02
blk-mq: register cpuhp callback after hctx is added to xarray table
Ming Lei
1
-8
/
+7
2024-12-27
block: avoid to reuse `hctx` not removed from cpuhp callback list
Ming Lei
1
-1
/
+10
2024-12-27
block: Revert "block: Fix potential deadlock while freezing queue and acquiri...
Ming Lei
1
-18
/
+11
2024-12-19
block: Fix potential deadlock while freezing queue and acquiring sysfs_lock
Nilay Shroff
1
-11
/
+18
2024-12-19
blk-mq: move cpuhp callback registering out of q->sysfs_lock
Ming Lei
1
-6
/
+92
2024-12-05
block: always verify unfreeze lock on the owner task
Ming Lei
1
-8
/
+54
2024-12-05
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
1
-4
/
+22
2024-12-05
blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
Ming Lei
1
-0
/
+20
2024-12-05
blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long
Bart Van Assche
1
-1
/
+2
2024-12-05
block: fix ordering between checking BLK_MQ_S_STOPPED request adding
Muchun Song
1
-0
/
+6
2024-12-05
block: fix ordering between checking QUEUE_FLAG_QUIESCED request adding
Muchun Song
1
-13
/
+34
2024-12-05
block: fix missing dispatching request when queue is started or unquiesced
Muchun Song
1
-0
/
+2
2024-10-14
blk-mq: setup queue ->tag_set before initializing hctx
Ming Lei
1
-2
/
+6
2024-09-25
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+3
2024-09-17
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-09-13
blk-mq: set the nr_integrity_segments from bio
Keith Busch
1
-0
/
+3
2024-09-13
blk-mq: unconditional nr_integrity_segments
Keith Busch
1
-2
/
+0
2024-09-07
blk-mq: add missing unplug trace event
Keith Busch
1
-0
/
+3
2024-08-29
block: rework bio splitting
Christoph Hellwig
1
-6
/
+5
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-1
/
+1
2024-07-02
block: Call .limit_depth() after .hctx has been set
Bart Van Assche
1
-6
/
+6
2024-06-28
block: check bio alignment in blk_mq_submit_bio
Ming Lei
1
-0
/
+20
2024-06-20
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
1
-1
/
+1
2024-06-19
block: move the poll flag to queue_limits
Christoph Hellwig
1
-13
/
+18
2024-06-19
block: move the nowait flag to queue_limits
Christoph Hellwig
1
-1
/
+1
2024-06-19
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
1
-1
/
+5
2024-06-19
block: freeze the queue in queue_attr_store
Christoph Hellwig
1
-2
/
+3
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
1
-9
/
+4
2024-05-23
Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+18
2024-05-21
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2024-05-17
blk-mq: add helper for checking if one CPU is mapped to specified hctx
Ming Lei
1
-2
/
+18
2024-05-09
block: support to account io_ticks precisely
Yu Kuai
1
-0
/
+4
2024-05-02
Use bdev_is_paritition() instead of open-coding it
Al Viro
1
-1
/
+1
2024-05-01
block: Improve zone write request completion handling
Damien Le Moal
1
-4
/
+2
2024-05-01
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
1
-3
/
+3
2024-04-17
block: Do not special-case plugging of zone write operations
Damien Le Moal
1
-6
/
+1
2024-04-17
block: Remove BLK_STS_ZONE_RESOURCE
Damien Le Moal
1
-26
/
+0
2024-04-17
block: Implement zone append emulation
Damien Le Moal
1
-2
/
+1
2024-04-17
block: Introduce zone write plugging
Damien Le Moal
1
-3
/
+29
2024-04-17
block: Introduce blk_zone_update_request_bio()
Damien Le Moal
1
-6
/
+5
2024-04-17
block: Remove req_bio_endio()
Damien Le Moal
1
-30
/
+28
2024-04-01
blk-mq: don't schedule block kworker on isolated CPUs
Ming Lei
1
-10
/
+47
2024-03-28
block: Do not force full zone append completion in req_bio_endio()
Damien Le Moal
1
-7
/
+2
2024-03-11
Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linux
Linus Torvalds
1
-98
/
+88
2024-03-11
Merge tag 'vfs-6.9.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-0
/
+2
2024-02-28
blk-mq: don't change nr_hw_queues and nr_maps for kdump kernel
Ming Lei
1
-8
/
+6
2024-02-24
block/blk-mq: Don't complete locally if capacities are different
Qais Yousef
1
-2
/
+3
2024-02-24
block: io wait hang check helper
Keith Busch
1
-16
/
+3
[next]