index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-07
block: remove a bogus warning in __submit_bio_noacct_mq
Christoph Hellwig
1
-2
/
+1
2020-07-07
blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()
Ming Lei
1
-2
/
+2
2020-07-05
Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2020-07-02
Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+4
2020-07-02
block: initialize current->bio_list[1] in __submit_bio_noacct_mq
Christoph Hellwig
1
-4
/
+3
2020-07-02
block: make function __bio_integrity_free() static
Wei Yongjun
1
-1
/
+2
2020-07-01
Revert "blk-mq: put driver tag when this request is completed"
Jens Axboe
5
-42
/
+70
2020-07-01
blk-iolatency: only call ktime_get() if needed
Hongnan Li
1
-1
/
+2
2020-07-01
block: remove direct_make_request
Christoph Hellwig
1
-28
/
+0
2020-07-01
block: shortcut __submit_bio_noacct for blk-mq drivers
Christoph Hellwig
1
-0
/
+30
2020-07-01
block: refator submit_bio_noacct
Christoph Hellwig
1
-68
/
+75
2020-07-01
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
7
-30
/
+28
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
4
-42
/
+25
2020-07-01
block: remove the nr_sectors variable in generic_make_request_checks
Christoph Hellwig
1
-2
/
+1
2020-07-01
block: remove the NULL queue check in generic_make_request_checks
Christoph Hellwig
1
-11
/
+1
2020-07-01
block: tidy up a warning in bio_check_ro
Christoph Hellwig
1
-2
/
+1
2020-07-01
block: remove the request_queue argument from blk_queue_split
Christoph Hellwig
3
-14
/
+12
2020-07-01
blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()
Hou Tao
1
-2
/
+1
2020-06-30
blk-cgroup: clean up indentation
Colin Ian King
1
-1
/
+1
2020-06-30
blk-mq: centralise related handling into blk_mq_get_driver_tag
Ming Lei
4
-44
/
+20
2020-06-30
blk-mq: move blk_mq_put_driver_tag() into blk-mq.c
Ming Lei
2
-20
/
+20
2020-06-30
blk-mq: move blk_mq_get_driver_tag into blk-mq.c
Ming Lei
3
-66
/
+65
2020-06-30
blk-mq: support batching dispatch in case of io
Ming Lei
2
-9
/
+82
2020-06-30
blk-mq: pass obtained budget count to blk_mq_dispatch_rq_list
Ming Lei
3
-9
/
+33
2020-06-30
blk-mq: remove dead check from blk_mq_dispatch_rq_list
Ming Lei
1
-7
/
+0
2020-06-30
blk-mq: move getting driver tag and budget into one helper
Ming Lei
1
-26
/
+40
2020-06-30
blk-mq: pass hctx to blk_mq_dispatch_rq_list
Ming Lei
3
-12
/
+10
2020-06-30
blk-mq: pass request queue into get/put budget callback
Ming Lei
3
-16
/
+12
2020-06-29
block/keyslot-manager: use kvfree_sensitive()
Eric Biggers
1
-2
/
+1
2020-06-29
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
3
-10
/
+6
2020-06-29
blk-mq: put driver tag when this request is completed
Ming Lei
2
-6
/
+2
2020-06-29
blk-cgroup: remove a dead check in blk_throtl_bio
Christoph Hellwig
1
-1
/
+1
2020-06-29
blk-cgroup: remove blkcg_bio_issue_check
Christoph Hellwig
4
-3
/
+45
2020-06-29
blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio
Christoph Hellwig
1
-1
/
+2
2020-06-29
block: move the initial blkg lookup into blkg_tryget_closest
Christoph Hellwig
1
-19
/
+14
2020-06-29
block: bypass blkg_tryget_closest for the root_blkg
Christoph Hellwig
1
-5
/
+10
2020-06-29
block: merge blkg_lookup_create and __blkg_lookup_create
Christoph Hellwig
1
-31
/
+18
2020-06-29
block: move the bio cgroup associatation helpers to blk-cgroup.c
Christoph Hellwig
2
-77
/
+101
2020-06-29
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
1
-26
/
+0
2020-06-29
block: merge __bio_associate_blkg into bio_associate_blkg_from_css
Christoph Hellwig
1
-32
/
+13
2020-06-29
block: really clone the block cgroup in bio_clone_blkg_association
Christoph Hellwig
1
-6
/
+6
2020-06-29
block: remove bio_disassociate_blkg
Christoph Hellwig
1
-19
/
+8
2020-06-29
blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flags
Hou Tao
1
-0
/
+3
2020-06-28
blk-rq-qos: remove redundant finish_wait to rq_qos_wait.
Guo Xuenan
1
-2
/
+0
2020-06-27
Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+14
2020-06-25
blktrace: Provide event for request merging
Jan Kara
1
-0
/
+2
2020-06-24
blk-iocost: Use struct_size() in kzalloc_node()
Gustavo A. R. Silva
1
-2
/
+1
2020-06-24
block: bio: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+1
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
4
-14
/
+10
2020-06-24
block: revert back to synchronous request_queue removal
Luis Chamberlain
3
-21
/
+47
[prev]
[next]