index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
block: remove a bogus warning in __submit_bio_noacct_mq
Christoph Hellwig
2020-07-07
1
-2
/
+1
|
*
|
|
|
|
block: initialize current->bio_list[1] in __submit_bio_noacct_mq
Christoph Hellwig
2020-07-02
1
-4
/
+3
|
*
|
|
|
|
Revert "blk-mq: put driver tag when this request is completed"
Jens Axboe
2020-07-01
5
-42
/
+70
|
*
|
|
|
|
blk-iolatency: only call ktime_get() if needed
Hongnan Li
2020-07-01
1
-1
/
+2
|
*
|
|
|
|
block: remove direct_make_request
Christoph Hellwig
2020-07-01
1
-28
/
+0
|
*
|
|
|
|
block: shortcut __submit_bio_noacct for blk-mq drivers
Christoph Hellwig
2020-07-01
1
-0
/
+30
|
*
|
|
|
|
block: refator submit_bio_noacct
Christoph Hellwig
2020-07-01
1
-68
/
+75
|
*
|
|
|
|
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
7
-30
/
+28
|
*
|
|
|
|
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
4
-42
/
+25
|
*
|
|
|
|
block: remove the nr_sectors variable in generic_make_request_checks
Christoph Hellwig
2020-07-01
1
-2
/
+1
|
*
|
|
|
|
block: remove the NULL queue check in generic_make_request_checks
Christoph Hellwig
2020-07-01
1
-11
/
+1
|
*
|
|
|
|
block: tidy up a warning in bio_check_ro
Christoph Hellwig
2020-07-01
1
-2
/
+1
|
*
|
|
|
|
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
2020-07-01
3
-14
/
+12
|
*
|
|
|
|
blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()
Hou Tao
2020-07-01
1
-2
/
+1
|
*
|
|
|
|
blk-cgroup: clean up indentation
Colin Ian King
2020-06-30
1
-1
/
+1
|
*
|
|
|
|
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
2020-06-30
4
-44
/
+20
|
*
|
|
|
|
blk-mq: move blk_mq_put_driver_tag() into blk-mq.c
Ming Lei
2020-06-30
2
-20
/
+20
|
*
|
|
|
|
blk-mq: move blk_mq_get_driver_tag into blk-mq.c
Ming Lei
2020-06-30
3
-66
/
+65
|
*
|
|
|
|
blk-mq: support batching dispatch in case of io
Ming Lei
2020-06-30
2
-9
/
+82
|
*
|
|
|
|
blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
3
-9
/
+33
|
*
|
|
|
|
blk-mq: remove dead check from blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
1
-7
/
+0
|
*
|
|
|
|
blk-mq: move getting driver tag and budget into one helper
Ming Lei
2020-06-30
1
-26
/
+40
|
*
|
|
|
|
blk-mq: pass hctx to blk_mq_dispatch_rq_list
Ming Lei
2020-06-30
3
-12
/
+10
|
*
|
|
|
|
blk-mq: pass request queue into get/put budget callback
Ming Lei
2020-06-30
3
-16
/
+12
|
*
|
|
|
|
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
2020-06-29
3
-10
/
+6
|
*
|
|
|
|
blk-mq: put driver tag when this request is completed
Ming Lei
2020-06-29
2
-6
/
+2
|
*
|
|
|
|
blk-cgroup: remove a dead check in blk_throtl_bio
Christoph Hellwig
2020-06-29
1
-1
/
+1
|
*
|
|
|
|
blk-cgroup: remove blkcg_bio_issue_check
Christoph Hellwig
2020-06-29
4
-3
/
+45
|
*
|
|
|
|
blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio
Christoph Hellwig
2020-06-29
1
-1
/
+2
|
*
|
|
|
|
block: move the initial blkg lookup into blkg_tryget_closest
Christoph Hellwig
2020-06-29
1
-19
/
+14
|
*
|
|
|
|
block: bypass blkg_tryget_closest for the root_blkg
Christoph Hellwig
2020-06-29
1
-5
/
+10
|
*
|
|
|
|
block: merge blkg_lookup_create and __blkg_lookup_create
Christoph Hellwig
2020-06-29
1
-31
/
+18
|
*
|
|
|
|
block: move the bio cgroup associatation helpers to blk-cgroup.c
Christoph Hellwig
2020-06-29
2
-77
/
+101
|
*
|
|
|
|
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
2020-06-29
1
-26
/
+0
|
*
|
|
|
|
block: merge __bio_associate_blkg into bio_associate_blkg_from_css
Christoph Hellwig
2020-06-29
1
-32
/
+13
|
*
|
|
|
|
block: really clone the block cgroup in bio_clone_blkg_association
Christoph Hellwig
2020-06-29
1
-6
/
+6
|
*
|
|
|
|
block: remove bio_disassociate_blkg
Christoph Hellwig
2020-06-29
1
-19
/
+8
|
*
|
|
|
|
blk-rq-qos: remove redundant finish_wait to rq_qos_wait.
Guo Xuenan
2020-06-28
1
-2
/
+0
|
*
|
|
|
|
blktrace: Provide event for request merging
Jan Kara
2020-06-25
1
-0
/
+2
|
*
|
|
|
|
blk-iocost: Use struct_size() in kzalloc_node()
Gustavo A. R. Silva
2020-06-24
1
-2
/
+1
|
*
|
|
|
|
block: bio: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2020-06-24
1
-3
/
+1
|
*
|
|
|
|
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
2020-06-24
4
-14
/
+10
|
*
|
|
|
|
block: revert back to synchronous request_queue removal
Luis Chamberlain
2020-06-24
3
-21
/
+47
|
*
|
|
|
|
block: clarify context for refcount increment helpers
Luis Chamberlain
2020-06-24
2
-0
/
+8
|
*
|
|
|
|
block: add docs for gendisk / request_queue refcount helpers
Luis Chamberlain
2020-06-24
2
-1
/
+62
|
*
|
|
|
|
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
2020-06-24
1
-19
/
+26
|
*
|
|
|
|
blk-mq: factor out a blk_mq_complete_need_ipi helper
Christoph Hellwig
2020-06-24
1
-18
/
+21
|
*
|
|
|
|
blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request
Christoph Hellwig
2020-06-24
1
-2
/
+1
|
*
|
|
|
|
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
2020-06-24
4
-41
/
+13
|
*
|
|
|
|
blk-mq: merge the softirq vs non-softirq IPI logic
Christoph Hellwig
2020-06-24
1
-65
/
+20
[prev]
[next]