summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov2020-09-021-1/+1
| * | blk-iocost: add three debug stat - cost.wait, indebt and indelayTejun Heo2020-09-021-5/+72
| * | blk-iocost: restore inuse update tracepointsTejun Heo2020-09-021-0/+16
| * | blk-iocost: implement vtime loss compensationTejun Heo2020-09-021-42/+90
| * | blk-iocost: halve debts if device stays idleTejun Heo2020-09-021-1/+48
| * | blk-iocost: implement delay adjustment hysteresisTejun Heo2020-09-022-56/+86
| * | blk-iocost: revamp debt handlingTejun Heo2020-09-021-24/+93
| * | blk-iocost: revamp in-period donation snapbacksTejun Heo2020-09-021-37/+96
| * | blk-iocost: revamp donation amount determinationTejun Heo2020-09-021-82/+51
| * | blk-iocost: implement Andy's method for donation weight updatesTejun Heo2020-09-021-8/+244
| * | blk-iocost: restructure surplus donation logicTejun Heo2020-09-021-76/+103
| * | blk-iocost: decouple vrate adjustment from surplus transfersTejun Heo2020-09-021-12/+7
| * | blk-iocost: replace iocg->has_surplus with ->surplus_listTejun Heo2020-09-021-8/+11
| * | blk-iocost: calculate iocg->usages[] from iocg->local_stat.usage_usTejun Heo2020-09-021-27/+45
| * | blk-iocost: add absolute usage statTejun Heo2020-09-021-6/+149
| * | blk-iocost: grab ioc->lock for debt handlingTejun Heo2020-09-021-19/+73
| * | blk-iocost: streamline vtime margin and timer slack handlingTejun Heo2020-09-021-29/+38
| * | blk-iocost: make ioc_now->now and ioc->period_at 64bitTejun Heo2020-09-021-2/+2
| * | blk-iocost: use WEIGHT_ONE based fixed point number for weightsTejun Heo2020-09-021-12/+13
| * | blk-iocost: s/HWEIGHT_WHOLE/WEIGHT_ONE/gTejun Heo2020-09-021-10/+10
| * | blk-iocost: make iocg_kick_waitq() call iocg_kick_delay() after paying debtTejun Heo2020-09-021-1/+2
| * | blk-iocost: move iocg_kick_delay() above iocg_kick_waitq()Tejun Heo2020-09-021-60/+60
| * | blk-iocost: clamp inuse and skip noops in __propagate_weights()Tejun Heo2020-09-021-1/+4
| * | blk-iocost: rename propagate_active_weights() to propagate_weights()Tejun Heo2020-09-021-20/+20
| * | blk-iocost: use local[64]_t for percpu statTejun Heo2020-09-021-10/+27
| * | block: remove the unused q argument to part_in_flight and part_in_flight_rwChristoph Hellwig2020-09-021-7/+5
| * | block: remove the disk argument to delete_partitionChristoph Hellwig2020-09-023-6/+7
| * | block: cleanup __alloc_disk_nodeChristoph Hellwig2020-09-021-35/+38
| * | block: remove the discard_alignment field from struct hd_structChristoph Hellwig2020-09-021-3/+4
| * | block: remove the alignment_offset field from struct hd_structChristoph Hellwig2020-09-021-3/+4
| * | blk-mq: use BLK_MQ_NO_TAG for no tagXianting Tian2020-09-022-3/+3
| * | block: Remove blk_mq_attempt_merge() functionBaolin Wang2020-09-021-28/+16
| * | block: Add a new helper to attempt to merge a bioBaolin Wang2020-09-023-60/+71
| * | block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang2020-09-024-46/+48
| * | block: Move bio merge related functions into blk-merge.cBaolin Wang2020-09-022-156/+157
| * | blk-wbt: Remove obsolete multiqueue I/O scheduling commentDanny Lin2020-09-021-2/+0
| * | block: remove the BIO_USER_MAPPED flagChristoph Hellwig2020-09-021-6/+4
| * | block: remove __blk_rq_map_user_iovChristoph Hellwig2020-09-021-90/+54
| * | block: remove __blk_rq_unmap_userChristoph Hellwig2020-09-021-18/+11
| * | block: remove the BIO_NULL_MAPPED flagChristoph Hellwig2020-09-021-4/+5
| * | block: fix locking for struct block_device size updatesChristoph Hellwig2020-09-021-2/+2
| * | Merge branch 'block-5.9' into for-5.10/blockJens Axboe2020-09-024-23/+37
| |\ \
* | \ \ Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-131-10/+2
|\ \ \ \
| * | | | iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig2020-10-031-10/+2
* | | | | Merge tag 'block5.9-2020-10-08' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-092-4/+4
|\ \ \ \ \
| * | | | | partitions/ibm: fix non-DASD devicesChristoph Hellwig2020-10-071-4/+3
| * | | | | block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg()Peilin Ye2020-10-021-0/+1
* | | | | | Merge tag 'block-5.9-2020-10-02' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-021-9/+9
|\| | | | |
| * | | | | blk-mq: call commit_rqs while list empty but error happenyangerkun2020-09-291-9/+9
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-09-261-0/+46
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |