index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
block: grant IOPRIO_CLASS_RT to CAP_SYS_NICE
Khazhismel Kumykov
2020-09-02
1
-1
/
+1
|
*
|
blk-iocost: add three debug stat - cost.wait, indebt and indelay
Tejun Heo
2020-09-02
1
-5
/
+72
|
*
|
blk-iocost: restore inuse update tracepoints
Tejun Heo
2020-09-02
1
-0
/
+16
|
*
|
blk-iocost: implement vtime loss compensation
Tejun Heo
2020-09-02
1
-42
/
+90
|
*
|
blk-iocost: halve debts if device stays idle
Tejun Heo
2020-09-02
1
-1
/
+48
|
*
|
blk-iocost: implement delay adjustment hysteresis
Tejun Heo
2020-09-02
2
-56
/
+86
|
*
|
blk-iocost: revamp debt handling
Tejun Heo
2020-09-02
1
-24
/
+93
|
*
|
blk-iocost: revamp in-period donation snapbacks
Tejun Heo
2020-09-02
1
-37
/
+96
|
*
|
blk-iocost: revamp donation amount determination
Tejun Heo
2020-09-02
1
-82
/
+51
|
*
|
blk-iocost: implement Andy's method for donation weight updates
Tejun Heo
2020-09-02
1
-8
/
+244
|
*
|
blk-iocost: restructure surplus donation logic
Tejun Heo
2020-09-02
1
-76
/
+103
|
*
|
blk-iocost: decouple vrate adjustment from surplus transfers
Tejun Heo
2020-09-02
1
-12
/
+7
|
*
|
blk-iocost: replace iocg->has_surplus with ->surplus_list
Tejun Heo
2020-09-02
1
-8
/
+11
|
*
|
blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_us
Tejun Heo
2020-09-02
1
-27
/
+45
|
*
|
blk-iocost: add absolute usage stat
Tejun Heo
2020-09-02
1
-6
/
+149
|
*
|
blk-iocost: grab ioc->lock for debt handling
Tejun Heo
2020-09-02
1
-19
/
+73
|
*
|
blk-iocost: streamline vtime margin and timer slack handling
Tejun Heo
2020-09-02
1
-29
/
+38
|
*
|
blk-iocost: make ioc_now->now and ioc->period_at 64bit
Tejun Heo
2020-09-02
1
-2
/
+2
|
*
|
blk-iocost: use WEIGHT_ONE based fixed point number for weights
Tejun Heo
2020-09-02
1
-12
/
+13
|
*
|
blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/g
Tejun Heo
2020-09-02
1
-10
/
+10
|
*
|
blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debt
Tejun Heo
2020-09-02
1
-1
/
+2
|
*
|
blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()
Tejun Heo
2020-09-02
1
-60
/
+60
|
*
|
blk-iocost: clamp inuse and skip noops in __propagate_weights()
Tejun Heo
2020-09-02
1
-1
/
+4
|
*
|
blk-iocost: rename propagate_active_weights() to propagate_weights()
Tejun Heo
2020-09-02
1
-20
/
+20
|
*
|
blk-iocost: use local[64]_t for percpu stat
Tejun Heo
2020-09-02
1
-10
/
+27
|
*
|
block: remove the unused q argument to part_in_flight and part_in_flight_rw
Christoph Hellwig
2020-09-02
1
-7
/
+5
|
*
|
block: remove the disk argument to delete_partition
Christoph Hellwig
2020-09-02
3
-6
/
+7
|
*
|
block: cleanup __alloc_disk_node
Christoph Hellwig
2020-09-02
1
-35
/
+38
|
*
|
block: remove the discard_alignment field from struct hd_struct
Christoph Hellwig
2020-09-02
1
-3
/
+4
|
*
|
block: remove the alignment_offset field from struct hd_struct
Christoph Hellwig
2020-09-02
1
-3
/
+4
|
*
|
blk-mq: use BLK_MQ_NO_TAG for no tag
Xianting Tian
2020-09-02
2
-3
/
+3
|
*
|
block: Remove blk_mq_attempt_merge() function
Baolin Wang
2020-09-02
1
-28
/
+16
|
*
|
block: Add a new helper to attempt to merge a bio
Baolin Wang
2020-09-02
3
-60
/
+71
|
*
|
block: Move blk_mq_bio_list_merge() into blk-merge.c
Baolin Wang
2020-09-02
4
-46
/
+48
|
*
|
block: Move bio merge related functions into blk-merge.c
Baolin Wang
2020-09-02
2
-156
/
+157
|
*
|
blk-wbt: Remove obsolete multiqueue I/O scheduling comment
Danny Lin
2020-09-02
1
-2
/
+0
|
*
|
block: remove the BIO_USER_MAPPED flag
Christoph Hellwig
2020-09-02
1
-6
/
+4
|
*
|
block: remove __blk_rq_map_user_iov
Christoph Hellwig
2020-09-02
1
-90
/
+54
|
*
|
block: remove __blk_rq_unmap_user
Christoph Hellwig
2020-09-02
1
-18
/
+11
|
*
|
block: remove the BIO_NULL_MAPPED flag
Christoph Hellwig
2020-09-02
1
-4
/
+5
|
*
|
block: fix locking for struct block_device size updates
Christoph Hellwig
2020-09-02
1
-2
/
+2
|
*
|
Merge branch 'block-5.9' into for-5.10/block
Jens Axboe
2020-09-02
4
-23
/
+37
|
|
\
\
*
|
\
\
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-10-13
1
-10
/
+2
|
\
\
\
\
|
*
|
|
|
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
2020-10-03
1
-10
/
+2
*
|
|
|
|
Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-09
2
-4
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
partitions/ibm: fix non-DASD devices
Christoph Hellwig
2020-10-07
1
-4
/
+3
|
*
|
|
|
|
block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()
Peilin Ye
2020-10-02
1
-0
/
+1
*
|
|
|
|
|
Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-02
1
-9
/
+9
|
\
|
|
|
|
|
|
*
|
|
|
|
blk-mq: call commit_rqs while list empty but error happen
yangerkun
2020-09-29
1
-9
/
+9
*
|
|
|
|
|
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2020-09-26
1
-0
/
+46
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
[prev]
[next]