index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-01
blk-iocost: implement Andy's method for donation weight updates
Tejun Heo
1
-8
/
+244
2020-09-01
blk-iocost: restructure surplus donation logic
Tejun Heo
1
-76
/
+103
2020-09-01
blk-iocost: decouple vrate adjustment from surplus transfers
Tejun Heo
1
-12
/
+7
2020-09-01
blk-iocost: replace iocg->has_surplus with ->surplus_list
Tejun Heo
1
-8
/
+11
2020-09-01
blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_us
Tejun Heo
1
-27
/
+45
2020-09-01
blk-iocost: add absolute usage stat
Tejun Heo
1
-6
/
+149
2020-09-01
blk-iocost: grab ioc->lock for debt handling
Tejun Heo
1
-19
/
+73
2020-09-01
blk-iocost: streamline vtime margin and timer slack handling
Tejun Heo
1
-29
/
+38
2020-09-01
blk-iocost: make ioc_now->now and ioc->period_at 64bit
Tejun Heo
1
-2
/
+2
2020-09-01
blk-iocost: use WEIGHT_ONE based fixed point number for weights
Tejun Heo
1
-12
/
+13
2020-09-01
blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/g
Tejun Heo
1
-10
/
+10
2020-09-01
blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debt
Tejun Heo
1
-1
/
+2
2020-09-01
blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
Tejun Heo
1
-60
/
+60
2020-09-01
blk-iocost: clamp inuse and skip noops in __propagate_weights()
Tejun Heo
1
-1
/
+4
2020-09-01
blk-iocost: rename propagate_active_weights() to propagate_weights()
Tejun Heo
1
-20
/
+20
2020-09-01
blk-iocost: use local[64]_t for percpu stat
Tejun Heo
1
-10
/
+27
2020-09-01
block: remove the unused q argument to part_in_flight and part_in_flight_rw
Christoph Hellwig
1
-7
/
+5
2020-09-01
block: remove the disk argument to delete_partition
Christoph Hellwig
3
-6
/
+7
2020-09-01
block: cleanup __alloc_disk_node
Christoph Hellwig
1
-35
/
+38
2020-09-01
block: remove the discard_alignment field from struct hd_struct
Christoph Hellwig
1
-3
/
+4
2020-09-01
block: remove the alignment_offset field from struct hd_struct
Christoph Hellwig
1
-3
/
+4
2020-09-01
blk-mq: use BLK_MQ_NO_TAG for no tag
Xianting Tian
2
-3
/
+3
2020-09-01
block: Remove blk_mq_attempt_merge() function
Baolin Wang
1
-28
/
+16
2020-09-01
block: Add a new helper to attempt to merge a bio
Baolin Wang
3
-60
/
+71
2020-09-01
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
4
-46
/
+48
2020-09-01
block: Move bio merge related functions into blk-merge.c
Baolin Wang
2
-156
/
+157
2020-09-01
blk-wbt: Remove obsolete multiqueue I/O scheduling comment
Danny Lin
1
-2
/
+0
2020-09-01
block: remove the BIO_USER_MAPPED flag
Christoph Hellwig
1
-6
/
+4
2020-09-01
block: remove __blk_rq_map_user_iov
Christoph Hellwig
1
-90
/
+54
2020-09-01
block: remove __blk_rq_unmap_user
Christoph Hellwig
1
-18
/
+11
2020-09-01
block: remove the BIO_NULL_MAPPED flag
Christoph Hellwig
1
-4
/
+5
2020-09-01
block: fix locking for struct block_device size updates
Christoph Hellwig
1
-2
/
+2
2020-09-01
Merge branch 'block-5.9' into for-5.10/block
Jens Axboe
4
-23
/
+37
2020-09-01
blk-stat: make q->stats->lock irqsafe
Tejun Heo
1
-6
/
+11
2020-09-01
blk-iocost: ioc_pd_free() shouldn't assume irq disabled
Tejun Heo
1
-2
/
+3
2020-09-01
block: fix locking in bdev_del_partition
Christoph Hellwig
1
-14
/
+13
2020-09-01
block: release disk reference in hd_struct_free_work
Ming Lei
1
-1
/
+9
2020-09-01
block: ensure bdi->io_pages is always initialized
Jens Axboe
1
-0
/
+1
2020-08-24
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-25
/
+45
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
4
-5
/
+5
2020-08-21
blkcg: fix memleak for iolatency
Yufen Yu
1
-3
/
+5
2020-08-21
block: fix get_max_io_size()
Keith Busch
1
-1
/
+1
2020-08-21
blk-mq: insert request not through ->queue_rq into sw/scheduler queue
Ming Lei
1
-1
/
+2
2020-08-18
bfq: fix blkio cgroup leakage v4
Dmitry Monakhov
3
-12
/
+3
2020-08-17
block: Fix page_is_mergeable() for compound pages
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-08-17
block: respect queue limit of max discard segment
Ming Lei
1
-2
/
+9
2020-08-17
blk-mq: order adding requests to hctx->dispatch and checking SCHED_RESTART
Ming Lei
2
-0
/
+18
2020-08-16
bsg-lib: convert comma to semicolon
Xu Wang
1
-1
/
+1
2020-08-16
block: blk-mq.c: fix @at_head kernel-doc warning
Randy Dunlap
1
-0
/
+1
2020-08-15
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+18
[prev]
[next]