aboutsummaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2018-11-293-3/+3
* block: fix wrong error return in elevator_init()Sudip Mukherjee2017-12-181-1/+3
* block: fix del_gendisk() vs blkdev_ioctl crashDan Williams2017-07-041-1/+0
* block: allow WRITE_SAME commands with the SG_IO ioctlMauricio Faria de Oliveira2017-07-041-0/+3
* BACKPORT: block: add blk_rq_set_block_pc()Jens Axboe2017-04-133-4/+23
* sg_write()/bsg_write() is not fit to be called under KERNEL_DSAl Viro2017-04-131-0/+3
* block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer2017-04-131-3/+3
* Get rid of __cpuinitMoyster2017-04-112-4/+4
* bfq: various fixesMister Oyster2017-04-112-1/+2
* block: remove request ref_countChristoph Hellwig2017-04-112-10/+0
* block: make rq->cmd_flags be 64-bitJens Axboe2017-04-111-2/+2
* block: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2017-04-114-5/+4
* kernel: Fix few typosMasanari Iida2017-04-111-1/+1
* cfq: fix starvation of asynchronous writesGlauber Costa2017-04-111-3/+10
* kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2017-04-112-3/+3
* iosched: bfq: fix buildMister Oyster2017-04-111-0/+32
* iosched: sio: fix buildMister Oyster2017-04-112-0/+409
* block: Adding ROW scheduling algorithmAndrei F2016-12-113-15/+37
* bfq-sched: Forcefully lookup entities when the cache is inconsistentDiogo Ferreira2016-12-111-0/+3
* blkcg: move bulk of blkcg_gq release operations to the RCU callbackTejun Heo2016-09-182-20/+18
* blkcg: invoke blkcg_policy->pd_init() after parent is linkedTejun Heo2016-09-181-17/+22
* blkcg: implement blkg_for_each_descendant_post()Tejun Heo2016-09-181-0/+14
* blkcg: move blkg_for_each_descendant_pre() to block/blk-cgroup.hTejun Heo2016-09-182-22/+22
* blkcg: fix error return path in blkg_create()Tejun Heo2016-09-181-1/+1
* blk-throttle: implement proper hierarchy supportTejun Heo2016-09-182-9/+21
* blk-throttle: implement throtl_grp->has_rules[]Tejun Heo2016-09-181-7/+42
* blk-throttle: Account for child group's start time in parent while bio climbs upVivek Goyal2016-09-181-0/+33
* blk-throttle: add throtl_qnode for dispatch fairnessTejun Heo2016-09-181-25/+176
* blk-throttle: make throtl_pending_timer_fn() ready for hierarchyTejun Heo2016-09-181-7/+33
* blk-throttle: make tg_dispatch_one_bio() ready for hierarchyTejun Heo2016-09-181-7/+21
* blk-throttle: make blk_throtl_bio() ready for hierarchyTejun Heo2016-09-181-7/+20
* blk-throttle: make blk_throtl_drain() ready for hierarchyTejun Heo2016-09-181-11/+40
* blk-throttle: dispatch from throtl_pending_timer_fn()Tejun Heo2016-09-181-25/+44
* blk-throttle: implement dispatch loopingTejun Heo2016-09-181-26/+56
* blk-throttle: separate out throtl_service_queue->pending_timer from throtl_da...Tejun Heo2016-09-181-23/+45
* blk-throttle: set REQ_THROTTLED from throtl_charge_bio() and gate stats updat...Tejun Heo2016-09-181-5/+25
* blk-throttle: implement sq_to_tg(), sq_to_td() and throtl_log()Tejun Heo2016-09-181-29/+81
* blk-throttle: add throtl_service_queue->parent_sqTejun Heo2016-09-181-42/+39
* blk-throttle: generalize update_disptime optimization in blk_throtl_bio()Tejun Heo2016-09-181-10/+18
* blk-throttle: dispatch to throtl_data->service_queue.bio_lists[]Tejun Heo2016-09-181-17/+23
* blk-throttle: move bio_lists[] and friends to throtl_service_queueTejun Heo2016-09-181-24/+39
* blk-throttle: add throtl_grp->service_queueTejun Heo2016-09-181-4/+11
* blk-throttle: reorganize throtl_service_queue passed around as argumentTejun Heo2016-09-181-49/+51
* blk-throttle: pass around throtl_service_queue instead of throtl_dataTejun Heo2016-09-181-25/+28
* blk-throttle: add backlink pointer from throtl_grp to throtl_dataTejun Heo2016-09-181-53/+53
* blk-throttle: simplify throtl_grp flag handlingTejun Heo2016-09-181-25/+9
* blk-throttle: rename throtl_rb_root to throtl_service_queueTejun Heo2016-09-181-42/+42
* blk-throttle: remove pointless throtl_nr_queued() optimizationsTejun Heo2016-09-181-22/+7
* blk-throttle: relocate throtl_schedule_delayed_work()Tejun Heo2016-09-181-16/+13
* blk-throttle: collapse throtl_dispatch() into the work functionTejun Heo2016-09-181-17/+9