summaryrefslogtreecommitdiffstats
path: root/block/blk-core.c
Commit message (Expand)AuthorAgeFilesLines
* block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet2019-01-091-1/+0
* block: clarify documentation for blk_{start|finish}_plugJeff Moyer2019-01-081-0/+19
* 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-161-1/+3
* block: delete part_round_stats and switch to less precise countingMikulas Patocka2018-12-101-58/+4
* block: stop passing 'cpu' to all percpu stats methodsMike Snitzer2018-12-101-19/+15
* block: remove ->poll_fnChristoph Hellwig2018-12-041-23/+0
* block: add cmd_flags to print_req_errorBalbir Singh2018-12-011-4/+5
* blk-mq: use bd->last == true for list insertsJens Axboe2018-11-291-1/+1
* block: improve logic around when to sort a plug listJens Axboe2018-11-291-0/+1
* block: sum requests in the plug structureJens Axboe2018-11-261-26/+4
* block: make blk_poll() take a parameter on whether to spin or notJens Axboe2018-11-261-3/+6
* blk-mq: when polling for IO, look for any completionJens Axboe2018-11-261-2/+11
* block: Initialize BIO I/O priority earlyDamien Le Moal2018-11-191-4/+1
* block: prevent merging of requests with different prioritiesDamien Le Moal2018-11-191-3/+0
* block: Introduce get_current_ioprio()Damien Le Moal2018-11-191-5/+1
* block: Remove bio->bi_iocDamien Le Moal2018-11-191-1/+1
* Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-3/+2
|\
| * SCSI: fix queue cleanup race before queue initialization is doneMing Lei2018-11-141-3/+2
* | block: add queue_is_mq() helperJens Axboe2018-11-161-6/+6
* | block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-9/+1
* | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-13/+3
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-47/+7
* | block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig2018-11-151-21/+0
* | block: remove req->timeout_listChristoph Hellwig2018-11-091-1/+0
* | block: kill request ->cpu memberJens Axboe2018-11-071-2/+0
* | block: kill request slab cacheJens Axboe2018-11-071-8/+0
* | block: remove request_list codeJens Axboe2018-11-071-75/+0
* | block: kill legacy parts of timeout handlingJens Axboe2018-11-071-1/+0
* | block: remove __blk_put_request()Jens Axboe2018-11-071-9/+0
* | block: remove dead elevator codeJens Axboe2018-11-071-1695/+14
* | block: remove legacy rq taggingJens Axboe2018-11-071-6/+0
* | block: remove q->lld_busy_fn()Jens Axboe2018-11-071-2/+0
* | blk-mq: provide mq_ops->busy() hookJens Axboe2018-11-071-0/+2
|/
* blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-011-1/+0
* block: call rq_qos_exit() after queue is frozenMing Lei2018-10-311-0/+3
* block: add a report_zones methodChristoph Hellwig2018-10-251-1/+0
* blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou2018-10-201-0/+1
* block: remove bogus check for queue_lock assignmentJens Axboe2018-10-141-2/+1
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-131-1/+1
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-011-3/+1
|\
| * block: use nanosecond resolution for iostatOmar Sandoval2018-09-211-3/+1
* | block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche2018-09-261-29/+8
* | block: Schedule runtime resume earlierBart Van Assche2018-09-261-1/+2
* | block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche2018-09-261-0/+1
* | block, scsi: Change the preempt-only flag into a counterBart Van Assche2018-09-261-17/+18
* | block: Move power management code into a new source fileBart Van Assche2018-09-261-195/+1
|/
* block: don't warn when doing fsync on read-only devicesMikulas Patocka2018-09-051-1/+4
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-221-2/+3
|\
| * block: remove duplicate initializationChaitanya Kulkarni2018-08-171-1/+0