summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-186-24/+27
| |\ \ \ \ \
| * | | | | | blk-rq-qos: inline check for q->rq_qos functionsJens Axboe2018-11-162-42/+80
| * | | | | | block: add queue_is_mq() helperJens Axboe2018-11-1611-34/+32Star
| * | | | | | block: add wbt_disable_default export for BFQJens Axboe2018-11-151-0/+1
| * | | | | | block: remove the queue_lock indirectionChristoph Hellwig2018-11-1511-86/+78Star
| * | | | | | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-152-14/+4Star
| * | | | | | blk-cgroup: move locking into blkg_destroy_allChristoph Hellwig2018-11-151-7/+2Star
| * | | | | | blk-cgroup: consolidate error handling in blkcg_init_queueChristoph Hellwig2018-11-151-12/+10Star
| * | | | | | block: remove a few unused exportsChristoph Hellwig2018-11-156-17/+0Star
| * | | | | | block: update a few comments for the legacy request removalChristoph Hellwig2018-11-151-2/+2
| * | | | | | block: remove the unused lock argument to rq_qos_throttleChristoph Hellwig2018-11-155-36/+15Star
| * | | | | | block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-152-14/+0Star
| * | | | | | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-155-126/+24Star
| * | | | | | block: don't hold the queue_lock over blk_abort_requestChristoph Hellwig2018-11-151-1/+1
| * | | | | | block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-153-40/+7Star
| * | | | | | block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-154-40/+0Star
| * | | | | | block: make blk_try_req_merge() staticEric Biggers2018-11-151-1/+2
| * | | | | | block: clean up dead code that is now redundantColin Ian King2018-11-141-7/+0Star
| * | | | | | block: remove set but not used variable 'et'YueHaibing2018-11-101-2/+0Star
| * | | | | | block: remove req->timeout_listChristoph Hellwig2018-11-094-16/+0Star
| * | | | | | blk-mq-tag: document tag iteration helper return valueJens Axboe2018-11-081-4/+8
| * | | | | | blk-mq: provide a helper to check if a queue is busyJens Axboe2018-11-081-0/+26
| * | | | | | blk-mq-tag: change busy_iter_fn to return whether to continue or notJens Axboe2018-11-083-9/+18
| * | | | | | blk-mq: initial support for multiple queue mapsJens Axboe2018-11-073-6/+7
| * | | | | | blk-mq: improve plug list sortingJens Axboe2018-11-071-5/+12
| * | | | | | blk-mq: cleanup and improve list insertionJens Axboe2018-11-073-19/+16Star
| * | | | | | blk-mq: cache request hardware queue mappingJens Axboe2018-11-076-40/+18Star
| * | | | | | blk-mq: separate number of hardware queues from nr_cpu_idsJens Axboe2018-11-071-7/+21
| * | | | | | blk-mq: support multiple hctx mapsJens Axboe2018-11-072-39/+86
| * | | | | | blk-mq: add 'type' attribute to the sysfs hctx directoryJens Axboe2018-11-071-0/+10
| * | | | | | blk-mq: allow software queue to map to multiple hardware queuesJens Axboe2018-11-074-11/+21
| * | | | | | blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-077-37/+57
| * | | | | | blk-mq: provide dummy blk_mq_map_queue_type() helperJens Axboe2018-11-071-1/+8
| * | | | | | blk-mq: abstract out queue mapJens Axboe2018-11-076-36/+38
| * | | | | | blk-mq: kill q->mq_mapJens Axboe2018-11-072-10/+7Star
| * | | | | | block: kill request ->cpu memberJens Axboe2018-11-074-6/+7
| * | | | | | block: get rid of q->softirq_done_fn()Jens Axboe2018-11-073-17/+10Star
| * | | | | | block: get rid of blk_queued_rq()Jens Axboe2018-11-071-1/+1
| * | | | | | blk-merge: kill dead queue lock held checkJens Axboe2018-11-071-3/+0Star
| * | | | | | block: remove req_no_special_merge() from merging codeJens Axboe2018-11-071-22/+3Star
| * | | | | | block: kill request slab cacheJens Axboe2018-11-072-9/+0Star
| * | | | | | block: remove request_list codeJens Axboe2018-11-074-129/+0Star
| * | | | | | bsg: move bsg-lib parts outside of request queueJens Axboe2018-11-071-16/+27
| * | | | | | block: kill legacy parts of timeout handlingJens Axboe2018-11-075-104/+10Star
| * | | | | | block: remove __blk_put_request()Jens Axboe2018-11-072-10/+1Star
| * | | | | | block: get rid of MQ scheduler ops unionJens Axboe2018-11-078-53/+52Star
| * | | | | | block: remove dead elevator codeJens Axboe2018-11-0711-2218/+52Star
| * | | | | | block: remove legacy IO schedulersJens Axboe2018-11-076-5734/+0Star
| * | | | | | block: cleanup kick/queued handlingJens Axboe2018-11-071-16/+10Star
| * | | | | | block: remove non mq parts from the flush codeJens Axboe2018-11-072-127/+31Star