aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30block: pass no-op callback to INIT_WORK().Tetsuo Handa1-1/+5
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe1-11/+0
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei1-0/+11
2019-01-09block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet1-1/+0
2019-01-08block: clarify documentation for blk_{start|finish}_plugJeff Moyer1-0/+19
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig1-0/+3
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang1-1/+3
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka1-58/+4
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer1-19/+15
2018-12-04block: remove ->poll_fnChristoph Hellwig1-23/+0
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh1-4/+5
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe1-1/+1
2018-11-29block: improve logic around when to sort a plug listJens Axboe1-0/+1
2018-11-26block: sum requests in the plug structureJens Axboe1-26/+4
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe1-3/+6
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe1-2/+11
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal1-4/+1
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal1-3/+0
2018-11-19block: Introduce get_current_ioprio()Damien Le Moal1-5/+1
2018-11-19block: Remove bio->bi_iocDamien Le Moal1-1/+1
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-3/+2
2018-11-16block: add queue_is_mq() helperJens Axboe1-6/+6
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-9/+1
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig1-13/+3
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig1-47/+7
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig1-21/+0
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-3/+2
2018-11-09block: remove req->timeout_listChristoph Hellwig1-1/+0
2018-11-07block: kill request ->cpu memberJens Axboe1-2/+0
2018-11-07block: kill request slab cacheJens Axboe1-8/+0
2018-11-07block: remove request_list codeJens Axboe1-75/+0
2018-11-07block: kill legacy parts of timeout handlingJens Axboe1-1/+0
2018-11-07block: remove __blk_put_request()Jens Axboe1-9/+0
2018-11-07block: remove dead elevator codeJens Axboe1-1695/+14
2018-11-07block: remove legacy rq taggingJens Axboe1-6/+0
2018-11-07block: remove q->lld_busy_fn()Jens Axboe1-2/+0
2018-11-07blk-mq: provide mq_ops->busy() hookJens Axboe1-0/+2
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou1-1/+0
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei1-0/+3
2018-10-25block: add a report_zones methodChristoph Hellwig1-1/+0
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou1-0/+1
2018-10-14block: remove bogus check for queue_lock assignmentJens Axboe1-2/+1
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-1/+1
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe1-3/+1
2018-09-26block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche1-29/+8
2018-09-26block: Schedule runtime resume earlierBart Van Assche1-1/+2
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche1-0/+1
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche1-17/+18
2018-09-26block: Move power management code into a new source fileBart Van Assche1-195/+1
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval1-3/+1