index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-mq.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Remove extra part pointer NULLify in blk_rq_init()
John Garry
7 days
1
-1
/
+0
*
block: blk-mq: fix uninit-value in blk_rq_prep_clone and refactor
Suraj Sonawane
13 days
1
-7
/
+6
*
block: don't reorder requests in blk_add_rq_to_plug
Christoph Hellwig
2024-11-13
1
-2
/
+2
*
block: add a rq_list type
Christoph Hellwig
2024-11-13
1
-21
/
+19
*
block: remove the ioprio field from struct request
Christoph Hellwig
2024-11-12
1
-2
/
+1
*
block: remove the write_hint field from struct request
Christoph Hellwig
2024-11-12
1
-2
/
+0
*
block: always verify unfreeze lock on the owner task
Ming Lei
2024-11-08
1
-8
/
+54
*
block: remove blk_freeze_queue()
Ming Lei
2024-11-08
1
-21
/
+1
*
block: model freeze & enter queue as lock for supporting lockdep
Ming Lei
2024-10-26
1
-4
/
+22
*
blk-mq: add non_owner variant of start_freeze/unfreeze queue APIs
Ming Lei
2024-10-26
1
-0
/
+20
*
blk-mq: Unexport blk_mq_flush_busy_ctxs()
Bart Van Assche
2024-10-24
1
-1
/
+0
*
blk-mq: Make blk_mq_quiesce_tagset() hold the tag list mutex less long
Bart Van Assche
2024-10-23
1
-1
/
+2
*
block: fix ordering between checking BLK_MQ_S_STOPPED request adding
Muchun Song
2024-10-22
1
-0
/
+6
*
block: fix ordering between checking QUEUE_FLAG_QUIESCED request adding
Muchun Song
2024-10-22
1
-13
/
+34
*
block: fix missing dispatching request when queue is started or unquiesced
Muchun Song
2024-10-22
1
-0
/
+2
*
block: enable passthrough command statistics
Keith Busch
2024-10-22
1
-1
/
+31
*
block: move issue side time stamping to blk_account_io_start()
Jens Axboe
2024-10-22
1
-8
/
+4
*
block: set issue time stamp based on queue state
Jens Axboe
2024-10-22
1
-1
/
+1
*
block: kill blk_do_io_stat() helper
Jens Axboe
2024-10-22
1
-3
/
+3
*
block: remove 'req->part' check for stats accounting
Jens Axboe
2024-10-22
1
-4
/
+3
*
block: move iostat check into blk_acount_io_start()
Jens Axboe
2024-10-22
1
-19
/
+21
*
blk-mq: setup queue ->tag_set before initializing hctx
Ming Lei
2024-10-14
1
-2
/
+6
*
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-25
1
-2
/
+3
|
\
|
*
blk-mq: set the nr_integrity_segments from bio
Keith Busch
2024-09-13
1
-0
/
+3
|
*
blk-mq: unconditional nr_integrity_segments
Keith Busch
2024-09-13
1
-2
/
+0
*
|
Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-09-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
2024-08-20
1
-1
/
+1
*
|
blk-mq: add missing unplug trace event
Keith Busch
2024-09-07
1
-0
/
+3
*
|
block: rework bio splitting
Christoph Hellwig
2024-08-29
1
-6
/
+5
|
/
*
block: Call .limit_depth() after .hctx has been set
Bart Van Assche
2024-07-02
1
-6
/
+6
*
block: check bio alignment in blk_mq_submit_bio
Ming Lei
2024-06-28
1
-0
/
+20
*
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
2024-06-20
1
-1
/
+1
*
block: move the poll flag to queue_limits
Christoph Hellwig
2024-06-19
1
-13
/
+18
*
block: move the nowait flag to queue_limits
Christoph Hellwig
2024-06-19
1
-1
/
+1
*
block: move the io_stat flag setting to queue_limits
Christoph Hellwig
2024-06-19
1
-1
/
+5
*
block: freeze the queue in queue_attr_store
Christoph Hellwig
2024-06-19
1
-2
/
+3
*
block: remove the blk_integrity_profile structure
Christoph Hellwig
2024-06-14
1
-9
/
+4
*
Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-23
1
-2
/
+18
|
\
|
*
blk-mq: add helper for checking if one CPU is mapped to specified hctx
Ming Lei
2024-05-17
1
-2
/
+18
*
|
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use bdev_is_paritition() instead of open-coding it
Al Viro
2024-05-02
1
-1
/
+1
*
|
block: support to account io_ticks precisely
Yu Kuai
2024-05-09
1
-0
/
+4
*
|
block: Improve zone write request completion handling
Damien Le Moal
2024-05-01
1
-4
/
+2
*
|
block: Fix handling of non-empty flush write requests to zones
Damien Le Moal
2024-05-01
1
-3
/
+3
*
|
block: Do not special-case plugging of zone write operations
Damien Le Moal
2024-04-17
1
-6
/
+1
*
|
block: Remove BLK_STS_ZONE_RESOURCE
Damien Le Moal
2024-04-17
1
-26
/
+0
*
|
block: Implement zone append emulation
Damien Le Moal
2024-04-17
1
-2
/
+1
*
|
block: Introduce zone write plugging
Damien Le Moal
2024-04-17
1
-3
/
+29
*
|
block: Introduce blk_zone_update_request_bio()
Damien Le Moal
2024-04-17
1
-6
/
+5
*
|
block: Remove req_bio_endio()
Damien Le Moal
2024-04-17
1
-30
/
+28
[next]