aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-07blkcg: remove additional reference to the cssDennis Zhou1-38/+28
2018-12-07blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2-47/+14
2018-12-07blkcg: associate writeback bios with a blkgDennis Zhou1-0/+18
2018-12-07blkcg: associate a blkg for pages being evicted by swapDennis Zhou1-24/+38
2018-12-07blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou4-10/+2
2018-12-07blkcg: associate blkg when associating a deviceDennis Zhou3-4/+2
2018-12-07dm: set the static flush bio device on demandDennis Zhou1-0/+1
2018-12-07blkcg: introduce common blkg association logicDennis Zhou3-20/+58
2018-12-07blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou4-29/+29
2018-12-07blkcg: update blkg_lookup_create() to do lockingDennis Zhou2-4/+26
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou4-6/+12
2018-12-07blk-mq: punt failed direct issue to dispatch listJens Axboe1-28/+5
2018-12-07block, bfq: fix decrement of num_active_groupsPaolo Valente3-25/+107
2018-12-04blk-mq: fix corruption with direct issueJens Axboe1-1/+25
2018-12-04block: enable polling by default if a poll map is initalizedChristoph Hellwig1-0/+2
2018-12-04block: only allow polling if a poll queue_map existsChristoph Hellwig1-1/+1
2018-12-04block: remove ->poll_fnChristoph Hellwig2-28/+19
2018-12-04block: move queues types to the block layerChristoph Hellwig2-10/+20
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe1-1/+1
2018-12-03blk-mq: don't call ktime_get_ns() if we don't need itJens Axboe1-2/+17
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh1-4/+5
2018-11-30sbitmap: optimize wakeup checkJens Axboe1-6/+5
2018-11-30block: fix single range discard mergeMing Lei1-1/+1
2018-11-29blk-mq: use plug for devices that implement ->commits_rqs()Jens Axboe1-1/+5
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe3-10/+10
2018-11-29blk-mq: add mq_ops->commit_rqs()Jens Axboe1-0/+16
2018-11-29block: improve logic around when to sort a plug listJens Axboe2-5/+19
2018-11-29blk-mq: Add a NULL check in blk_mq_free_map_and_requests()Dan Carpenter1-1/+1
2018-11-28block: add io timeout to sysfsWeiping Zhang1-0/+27
2018-11-28block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-3/+5
2018-11-28blk-mq: fix failure to decrement plug count on single rq removalJens Axboe1-1/+3
2018-11-26block: sum requests in the plug structureJens Axboe3-39/+9
2018-11-26blk-mq: Simplify request completion stateKeith Busch1-3/+1
2018-11-26blk-mq: Return true if request was completedKeith Busch1-2/+3
2018-11-26blk-mq: never redirect polled IO completionsJens Axboe1-1/+6
2018-11-26blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe1-2/+2
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe2-6/+9
2018-11-26blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe1-1/+1
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe2-37/+47
2018-11-21blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei3-17/+62
2018-11-20block: fix attempt to assign NULL io_contextJens Axboe1-1/+8
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal1-4/+1
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal2-5/+6
2018-11-19block: Introduce get_current_ioprio()Damien Le Moal1-5/+1
2018-11-19block: Remove bio->bi_iocDamien Le Moal6-26/+6
2018-11-19block: have ->poll_fn() return number of entries polledJens Axboe1-9/+9
2018-11-19block: avoid ordered task state change for polled IOJens Axboe1-2/+2
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe6-24/+27
2018-11-16blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2-42/+80
2018-11-16block: add queue_is_mq() helperJens Axboe11-34/+32