aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-14block: release rq qos structures for queue without diskMing Lei1-0/+4
2022-02-17block: fix surprise removal for drivers calling blk_set_queue_dyingChristoph Hellwig1-8/+2
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer1-6/+19
2022-01-09block: don't protect submit_bio_checks by q_usage_counterMing Lei1-5/+9
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei1-5/+22
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig1-0/+1
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig1-0/+1
2021-11-29block: move io_context creation into where it's neededJens Axboe1-9/+0
2021-11-29block: don't include blk-mq headers in blk-core.cChristoph Hellwig1-3/+0
2021-11-29block: move blk_print_req_error to blk-mq.cChristoph Hellwig1-12/+3
2021-11-29block: move blk_dump_rq_flags to blk-mq.cChristoph Hellwig1-14/+0
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig1-26/+1
2021-11-29block: move blk_steal_bios to blk-mq.cChristoph Hellwig1-21/+0
2021-11-29block: move blk_rq_init to blk-mq.cChristoph Hellwig1-17/+0
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig1-183/+1
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig1-19/+0
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig1-41/+0
2021-11-25block: fix parameter not described warningYang Guang1-0/+1
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei1-1/+3
2021-11-12blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu1-3/+1
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-40/+21
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe1-12/+13
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe1-27/+1
2021-11-04block: have plug stored requests hold references to the queueJens Axboe1-1/+7
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-21/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig1-8/+1
2021-10-21block: kill extra rcu lock/unlock in queue enterPavel Begunkov1-1/+1
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-7/+6
2021-10-20block: optimise blk_flush_plug_listPavel Begunkov1-2/+2
2021-10-20block: don't bloat enter_queue with percpu_refPavel Begunkov1-1/+1
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov1-1/+1
2021-10-19block: attempt direct issue of plug listJens Axboe1-0/+1
2021-10-19block: change plugging to use a singly linked listJens Axboe1-2/+2
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-4/+5
2021-10-18block: move update request helpers into blk-mq.cJens Axboe1-145/+1
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe1-5/+4
2021-10-18block: use bdev_get_queue() in blk-core.cPavel Begunkov1-6/+7
2021-10-18block: switch polling to be bio basedChristoph Hellwig1-32/+95
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig1-1/+1
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov1-21/+9
2021-10-18block: pre-allocate requests if plug is started and is a batchJens Axboe1-19/+28
2021-10-18block: move blk-throtl fast path inlineJens Axboe1-0/+1
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsJohn Garry1-1/+1
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()John Garry1-1/+1
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQJohn Garry1-1/+1
2021-10-18block: print the current process in handle_bad_sectorChristoph Hellwig1-1/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-15block: drain file system I/O on del_gendiskChristoph Hellwig1-15/+12
2021-10-15block: split bio_queue_enter from blk_queue_enterChristoph Hellwig1-8/+25
2021-10-15block: factor out a blk_try_enter_queue helperChristoph Hellwig1-28/+32