summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | blk-mq: re-build queue map in case of kdump kernelMing Lei2018-12-081-2/+3
| * | | | block: convert io-latency to use rq_qos_waitJosef Bacik2018-12-081-23/+8Star
| * | | | block: convert wbt_wait() to use rq_qos_wait()Josef Bacik2018-12-081-54/+11Star
| * | | | block: add rq_qos_wait to rq_qosJosef Bacik2018-12-082-0/+92
| * | | | blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-083-4/+3Star
| * | | | blkcg: change blkg reference counting to use percpu_refDennis Zhou2018-12-081-2/+39
| * | | | blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-081-10/+1Star
| * | | | blkcg: remove additional reference to the cssDennis Zhou2018-12-081-38/+28Star
| * | | | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-082-47/+14Star
| * | | | blkcg: associate writeback bios with a blkgDennis Zhou2018-12-081-0/+18
| * | | | blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-081-24/+38
| * | | | blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-084-10/+2Star
| * | | | blkcg: associate blkg when associating a deviceDennis Zhou2018-12-083-4/+2Star
| * | | | dm: set the static flush bio device on demandDennis Zhou2018-12-081-0/+1
| * | | | blkcg: introduce common blkg association logicDennis Zhou2018-12-083-20/+58
| * | | | blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-084-29/+29
| * | | | blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-082-4/+26
| * | | | blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-084-6/+12
| * | | | block: enable polling by default if a poll map is initalizedChristoph Hellwig2018-12-041-0/+2
| * | | | block: only allow polling if a poll queue_map existsChristoph Hellwig2018-12-041-1/+1
| * | | | block: remove ->poll_fnChristoph Hellwig2018-12-042-28/+19Star
| * | | | block: move queues types to the block layerChristoph Hellwig2018-12-042-10/+20
| * | | | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-041-1/+1
| |\ \ \ \
| * | | | | blk-mq: don't call ktime_get_ns() if we don't need itJens Axboe2018-12-031-2/+17
| * | | | | block: add cmd_flags to print_req_errorBalbir Singh2018-12-011-4/+5
| * | | | | sbitmap: optimize wakeup checkJens Axboe2018-11-301-6/+5Star
| * | | | | blk-mq: use plug for devices that implement ->commits_rqs()Jens Axboe2018-11-291-1/+5
| * | | | | blk-mq: use bd->last == true for list insertsJens Axboe2018-11-293-10/+10
| * | | | | blk-mq: add mq_ops->commit_rqs()Jens Axboe2018-11-291-0/+16
| * | | | | block: improve logic around when to sort a plug listJens Axboe2018-11-292-5/+19
| * | | | | blk-mq: Add a NULL check in blk_mq_free_map_and_requests()Dan Carpenter2018-11-291-1/+1
| * | | | | block: add io timeout to sysfsWeiping Zhang2018-11-281-0/+27
| * | | | | block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu2018-11-281-3/+5
| * | | | | blk-mq: fix failure to decrement plug count on single rq removalJens Axboe2018-11-281-1/+3
| * | | | | block: sum requests in the plug structureJens Axboe2018-11-263-39/+9Star
| * | | | | blk-mq: Simplify request completion stateKeith Busch2018-11-261-3/+1Star
| * | | | | blk-mq: Return true if request was completedKeith Busch2018-11-261-2/+3
| * | | | | blk-mq: never redirect polled IO completionsJens Axboe2018-11-261-1/+6
| * | | | | blk-mq: ensure mq_ops ->poll() is entered at least onceJens Axboe2018-11-261-2/+2
| * | | | | block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-262-6/+9
| * | | | | blk-mq: remove 'tag' parameter from mq_ops->poll()Jens Axboe2018-11-261-1/+1
| * | | | | blk-mq: when polling for IO, look for any completionJens Axboe2018-11-262-37/+47
| * | | | | blk-mq: not embed .mq_kobj and ctx->kobj into queue instanceMing Lei2018-11-213-17/+62
| * | | | | block: fix attempt to assign NULL io_contextJens Axboe2018-11-211-1/+8
| * | | | | block: Initialize BIO I/O priority earlyDamien Le Moal2018-11-201-4/+1Star
| * | | | | block: prevent merging of requests with different prioritiesDamien Le Moal2018-11-202-5/+6
| * | | | | block: Introduce get_current_ioprio()Damien Le Moal2018-11-201-5/+1Star
| * | | | | block: Remove bio->bi_iocDamien Le Moal2018-11-206-26/+6Star
| * | | | | block: have ->poll_fn() return number of entries polledJens Axboe2018-11-191-9/+9
| * | | | | block: avoid ordered task state change for polled IOJens Axboe2018-11-191-2/+2