aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang
2018-12-10block: delete part_round_stats and switch to less precise countingMikulas Patocka
2018-12-10block: stop passing 'cpu' to all percpu stats methodsMike Snitzer
2018-12-04block: remove ->poll_fnChristoph Hellwig
2018-12-01block: add cmd_flags to print_req_errorBalbir Singh
2018-11-29blk-mq: use bd->last == true for list insertsJens Axboe
2018-11-29block: improve logic around when to sort a plug listJens Axboe
2018-11-26block: sum requests in the plug structureJens Axboe
2018-11-26block: make blk_poll() take a parameter on whether to spin or notJens Axboe
2018-11-26blk-mq: when polling for IO, look for any completionJens Axboe
2018-11-19block: Initialize BIO I/O priority earlyDamien Le Moal
2018-11-19block: prevent merging of requests with different prioritiesDamien Le Moal
2018-11-19block: Introduce get_current_ioprio()Damien Le Moal
2018-11-19block: Remove bio->bi_iocDamien Le Moal
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe
2018-11-16block: add queue_is_mq() helperJens Axboe
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig
2018-11-15block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig
2018-11-15block: remove QUEUE_FLAG_BYPASS and ->bypassChristoph Hellwig
2018-11-14SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-11-09block: remove req->timeout_listChristoph Hellwig
2018-11-07block: kill request ->cpu memberJens Axboe
2018-11-07block: kill request slab cacheJens Axboe
2018-11-07block: remove request_list codeJens Axboe
2018-11-07block: kill legacy parts of timeout handlingJens Axboe
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-11-07block: remove dead elevator codeJens Axboe
2018-11-07block: remove legacy rq taggingJens Axboe
2018-11-07block: remove q->lld_busy_fn()Jens Axboe
2018-11-07blk-mq: provide mq_ops->busy() hookJens Axboe
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei
2018-10-25block: add a report_zones methodChristoph Hellwig
2018-10-20blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou
2018-10-14block: remove bogus check for queue_lock assignmentJens Axboe
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe
2018-09-26block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche
2018-09-26block: Schedule runtime resume earlierBart Van Assche
2018-09-26block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche
2018-09-26block, scsi: Change the preempt-only flag into a counterBart Van Assche
2018-09-26block: Move power management code into a new source fileBart Van Assche
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval
2018-09-05block: don't warn when doing fsync on read-only devicesMikulas Patocka
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-17block: remove duplicate initializationChaitanya Kulkarni
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-14block: don't warn for flush on read-only deviceJens Axboe