summaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2022-03-07block: remove handle_bad_sectorChristoph Hellwig
2022-03-07block: fix and cleanup bio_check_roChristoph Hellwig
2022-02-16block: merge submit_bio_checks() into submit_bio_noacctMing Lei
2022-02-16block: don't check bio in blk_throtl_dispatch_work_fnMing Lei
2022-02-16block: don't declare submit_bio_checks in local headerMing Lei
2022-02-16block: move blk_crypto_bio_prep() out of blk-mq.cMing Lei
2022-02-16block: move submit_bio_checks() into submit_bio_noacctMing Lei
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2022-02-11block: move initialization of q->blkg_list into blkcg_init_queueMing Lei
2022-02-03block: return -ENODEV for BLK_STS_OFFLINESong Liu
2022-02-03block: introduce BLK_STS_OFFLINESong Liu
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig
2022-01-28block: add bio_start_io_acct_time() to control start_timeMike Snitzer
2022-01-09block: don't protect submit_bio_checks by q_usage_counterMing Lei
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig
2021-11-29block: move io_context creation into where it's neededJens Axboe
2021-11-29block: don't include blk-mq headers in blk-core.cChristoph Hellwig
2021-11-29block: move blk_print_req_error to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_dump_rq_flags to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_account_io_{start,done} to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_steal_bios to blk-mq.cChristoph Hellwig
2021-11-29block: move blk_rq_init to blk-mq.cChristoph Hellwig
2021-11-29block: move request based cloning helpers to blk-mq.cChristoph Hellwig
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig
2021-11-25block: fix parameter not described warningblock-5.16-2021-11-25Yang Guang
2021-11-15blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()Ming Lei
2021-11-12blkcg: Remove extra blkcg_bio_issue_initLaibin Qiu
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Jens Axboe
2021-11-04block: make bio_queue_enter() fast-path available inlineJens Axboe
2021-11-04block: have plug stored requests hold references to the queueJens Axboe
2021-10-29block: remove blk_{get,put}_requestfor-5.16/passthrough-flag-2021-10-29Christoph Hellwig
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodChristoph Hellwig
2021-10-21block: kill extra rcu lock/unlock in queue enterPavel Begunkov
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig
2021-10-20block: optimise blk_flush_plug_listPavel Begunkov
2021-10-20block: don't bloat enter_queue with percpu_refPavel Begunkov
2021-10-20block: convert leftovers to bdev_get_queuePavel Begunkov
2021-10-19block: attempt direct issue of plug listJens Axboe
2021-10-19block: change plugging to use a singly linked listJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: move update request helpers into blk-mq.cJens Axboe
2021-10-18block: remove useless caller argument to print_req_error()Jens Axboe
2021-10-18block: use bdev_get_queue() in blk-core.cPavel Begunkov
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig
2021-10-18block: inline hot paths of blk_account_io_*()Pavel Begunkov