index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: rename generic_make_request to submit_bio_noacct
Christoph Hellwig
2020-07-01
44
-118
/
+115
*
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
2020-07-01
36
-140
/
+153
*
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
15
-31
/
+28
*
fs: remove a weird comment in submit_bh_wbc
Christoph Hellwig
2020-07-01
1
-5
/
+0
*
dm: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
bcache: stop setting ->queuedata
Christoph Hellwig
2020-07-01
1
-1
/
+0
*
zram: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
umem: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+2
*
rsxx: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-4
/
+1
*
ps3vram: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
null_blk: stop using ->queuedata for bio mode
Christoph Hellwig
2020-07-01
1
-1
/
+1
*
drbd: stop using ->queuedata
Christoph Hellwig
2020-07-01
2
-2
/
+1
*
simdisk: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-3
/
+1
*
nfblock: stop using ->queuedata
Christoph Hellwig
2020-07-01
1
-2
/
+1
*
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
5
-23
/
+17
*
blk-mq: remove the BLK_MQ_REQ_INTERNAL flag
Christoph Hellwig
2020-06-29
4
-12
/
+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
5
-57
/
+47
*
blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio
Christoph Hellwig
2020-06-29
2
-3
/
+2
*
cgroup: unexport cgroup_rstat_updated
Christoph Hellwig
2020-06-29
1
-1
/
+0
*
blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check
Christoph Hellwig
2020-06-29
1
-14
/
+1
*
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
3
-107
/
+101
*
block: move bio_associate_blkg_from_page to mm/page_io.c
Christoph Hellwig
2020-06-29
3
-33
/
+17
*
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
2
-21
/
+8
*
dm: use bio_uninit instead of bio_disassociate_blkg
Christoph Hellwig
2020-06-29
1
-3
/
+2
*
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-26
3
-0
/
+27
*
block: move struct block_device to blk_types.h
Christoph Hellwig
2020-06-24
9
-42
/
+46
*
block: reduce ifdef CONFIG_BLOCK madness in headers
Christoph Hellwig
2020-06-24
3
-63
/
+46
*
fs: move the buffer_heads_over_limit stub to buffer_head.h
Christoph Hellwig
2020-06-24
2
-1
/
+1
*
block: move block-related definitions out of fs.h
Christoph Hellwig
2020-06-24
12
-94
/
+96
[next]