index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
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-26
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
2020-06-24
block: clarify context for refcount increment helpers
Luis Chamberlain
2
-0
/
+8
2020-06-24
block: add docs for gendisk / request_queue refcount helpers
Luis Chamberlain
2
-1
/
+62
2020-06-24
blk-mq: add a new blk_mq_complete_request_remote API
Christoph Hellwig
1
-19
/
+26
2020-06-24
blk-mq: factor out a blk_mq_complete_need_ipi helper
Christoph Hellwig
1
-18
/
+21
2020-06-24
blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_request
Christoph Hellwig
1
-2
/
+1
2020-06-24
blk-mq: move failure injection out of blk_mq_complete_request
Christoph Hellwig
4
-41
/
+13
2020-06-24
blk-mq: merge the softirq vs non-softirq IPI logic
Christoph Hellwig
1
-65
/
+20
2020-06-24
blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMP
Christoph Hellwig
1
-1
/
+2
2020-06-24
blk-mq: complete polled requests directly
Christoph Hellwig
1
-6
/
+11
2020-06-24
blk-mq: remove raise_blk_irq
Christoph Hellwig
1
-30
/
+10
2020-06-24
blk-mq: factor out a helper to reise the block softirq
Christoph Hellwig
1
-17
/
+14
2020-06-24
blk-mq: merge blk-softirq.c into blk-mq.c
Christoph Hellwig
3
-157
/
+136
2020-06-24
block: release bip in a right way in error path
Chengguang Xu
1
-9
/
+14
2020-06-22
block: provide plug based way of signaling forced no-wait semantics
Jens Axboe
1
-0
/
+6
[prev]
[next]