summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2018-12-172-2/+4
| * | | blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe2018-12-171-8/+8
| * | | blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei2018-12-171-0/+3
| * | | block: fix blk-iolatency accounting underflowDennis Zhou2018-12-172-1/+6
| * | | blk-mq: fix dispatch from sw queueMing Lei2018-12-174-45/+68
| * | | block: mq-deadline: Fix write completion handlingDamien Le Moal2018-12-173-2/+14
| * | | blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig2018-12-171-5/+8
| * | | blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2018-12-172-17/+16
| * | | blk-mq: fix allocation for queue mapping tableMing Lei2018-12-171-1/+1
| * | | blk-wbt: export internal state via debugfsMing Lei2018-12-161-0/+91
| * | | blk-mq-debugfs: support rq_qosMing Lei2018-12-164-0/+97
| * | | block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig2018-12-161-0/+3
| * | | blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang2018-12-163-11/+8
| * | | blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2018-12-162-16/+12
| * | | blk-mq: refactor the code of issue request directlyJianchao Wang2018-12-161-49/+54
| * | | block: remove the bio_integrity_advance exportChristoph Hellwig2018-12-161-1/+0
| * | | block: remove the bioset_integrity_free exportChristoph Hellwig2018-12-161-1/+0
| * | | block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig2018-12-141-2/+0
| * | | block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig2018-12-141-1/+0
| * | | block: remove the blk_recount_segments exportChristoph Hellwig2018-12-141-1/+0
| * | | block: remove the bio_phys_segments exportChristoph Hellwig2018-12-141-2/+1
| * | | blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg2018-12-131-4/+4
| * | | blkcg: handle dying request_queue when associating a blkgDennis Zhou2018-12-121-0/+6
| * | | block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2018-12-122-1/+8
| * | | block: return just one value from part_in_flightMikulas Patocka2018-12-104-34/+21
| * | | block: switch to per-cpu in-flight countersMikulas Patocka2018-12-101-10/+33
| * | | block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-105-68/+25
| * | | block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-105-35/+30
| * | | Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-094-28/+111
| |\ \ \
| * | | | blk-mq: re-build queue map in case of kdump kernelMing Lei2018-12-071-2/+3
| * | | | block: convert io-latency to use rq_qos_waitJosef Bacik2018-12-071-23/+8
| * | | | block: convert wbt_wait() to use rq_qos_wait()Josef Bacik2018-12-071-54/+11
| * | | | block: add rq_qos_wait to rq_qosJosef Bacik2018-12-072-0/+92
| * | | | blkcg: rename blkg_try_get() to blkg_tryget()Dennis Zhou2018-12-073-4/+3
| * | | | blkcg: change blkg reference counting to use percpu_refDennis Zhou2018-12-071-2/+39
| * | | | blkcg: remove bio_disassociate_task()Dennis Zhou2018-12-071-10/+1
| * | | | blkcg: remove additional reference to the cssDennis Zhou2018-12-071-38/+28
| * | | | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-072-47/+14
| * | | | blkcg: associate writeback bios with a blkgDennis Zhou2018-12-071-0/+18
| * | | | blkcg: associate a blkg for pages being evicted by swapDennis Zhou2018-12-071-24/+38
| * | | | blkcg: consolidate bio_issue_init() to be a part of coreDennis Zhou2018-12-074-10/+2
| * | | | blkcg: associate blkg when associating a deviceDennis Zhou2018-12-073-4/+2
| * | | | dm: set the static flush bio device on demandDennis Zhou2018-12-071-0/+1
| * | | | blkcg: introduce common blkg association logicDennis Zhou2018-12-073-20/+58
| * | | | blkcg: convert blkg_lookup_create() to find closest blkgDennis Zhou2018-12-074-29/+29
| * | | | blkcg: update blkg_lookup_create() to do lockingDennis Zhou2018-12-072-4/+26
| * | | | blkcg: fix ref count issue with bio_blkcg() using task_cssDennis Zhou2018-12-074-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/+19