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
*
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
*
block: simplify sb_is_blkdev_sb
Christoph Hellwig
2020-06-24
1
-12
/
+6
*
fs: remove the mount_bdev and kill_block_super stubs
Christoph Hellwig
2020-06-24
1
-16
/
+0
*
fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL defines
Christoph Hellwig
2020-06-24
1
-6
/
+0
*
fs: remove an unused block_device_operations forward declaration
Christoph Hellwig
2020-06-24
1
-2
/
+0
*
block: mark bd_finish_claiming static
Christoph Hellwig
2020-06-24
2
-5
/
+2
*
tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCK
Christoph Hellwig
2020-06-24
2
-3
/
+1
*
nvme-rdma: fix a missing completion with remove invalidation
Christoph Hellwig
2020-06-24
1
-2
/
+3
*
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
6
-48
/
+39
*
blktrace: ensure our debugfs dir exists
Luis Chamberlain
2020-06-24
1
-0
/
+12
[next]