summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2021-12-02block: get rid of useless goto and label in blk_mq_get_new_requests()Jens Axboe1-5/+2
2021-12-02blk-mq: check q->poll_stat in queue_poll_stat_showMing Lei1-0/+3
2021-11-29block: Fix fsync always failed if once failedYe Bin1-1/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2-8/+4
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig3-11/+8
2021-11-29block: don't check ->rq_disk in mergesChristoph Hellwig1-6/+1
2021-11-29block: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-11-29block: simplify ioc_lookup_icqChristoph Hellwig3-6/+6
2021-11-29block: simplify ioc_create_icqChristoph Hellwig1-7/+5
2021-11-29block: return the io_context from create_task_io_contextChristoph Hellwig1-36/+30
2021-11-29block: use alloc_io_context in __copy_ioChristoph Hellwig1-6/+3
2021-11-29block: factor out a alloc_io_context helperChristoph Hellwig1-5/+14
2021-11-29block: remove get_io_context_activeChristoph Hellwig1-5/+3
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig3-12/+15
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig5-43/+37
2021-11-29block: mark put_io_context_active staticChristoph Hellwig1-1/+1
2021-11-29Revert "block: Provide blk_mq_sched_get_icq()"Christoph Hellwig2-16/+11
2021-11-29bfq: use bfq_bic_lookup in bfq_limit_depthChristoph Hellwig1-1/+1
2021-11-29bfq: simplify bfq_bic_lookupChristoph Hellwig1-15/+10
2021-11-29fork: move copy_io to block/blk-ioc.cChristoph Hellwig1-0/+27
2021-11-29blk-mq: use bio->bi_opf after bio is checkedMing Lei1-1/+2
2021-11-29bfq: Do not let waker requests skip proper accountingJan Kara1-43/+1
2021-11-29bfq: Log waker detectionsJan Kara1-0/+8
2021-11-29bfq: Provide helper to generate bfqq nameJan Kara1-14/+13
2021-11-29bfq: Limit waker detection in timeJan Kara2-15/+25
2021-11-29bfq: Limit number of requests consumed by each cgroupJan Kara1-19/+118
2021-11-29bfq: Store full bitmap depth in bfq_dataJan Kara2-4/+7
2021-11-29bfq: Track number of allocated requests in bfq_entityJan Kara2-8/+25
2021-11-29block: Provide blk_mq_sched_get_icq()Jan Kara2-11/+16
2021-11-29blk-crypto: remove blk_crypto_unregister()Eric Biggers2-6/+1
2021-11-29blk-mq: cleanup request allocationChristoph Hellwig1-52/+38
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig7-1/+6
2021-11-29block: don't include <linux/idr.h> in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include <linux/blk-mq.h> in blk.hChristoph Hellwig1-1/+0
2021-11-29block: don't include blk-mq.h in blk.hChristoph Hellwig2-1/+1
2021-11-29block: don't include blk-mq-sched.h in blk.hChristoph Hellwig7-1/+6
2021-11-29block: remove the e argument to elevator_exitChristoph Hellwig3-5/+7
2021-11-29block: remove elevator_exitChristoph Hellwig3-12/+5
2021-11-29block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig2-6/+6
2021-11-29blk_mq: remove repeated includesGuo Zhengkui1-1/+0
2021-11-29block: move io_context creation into where it's neededJens Axboe4-12/+7
2021-11-29block: only allocate poll_stats if there's a user of themJens Axboe5-8/+25
2021-11-29blk-ioprio: don't set bio priority if not neededJens Axboe1-3/+10
2021-11-29blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plugChristoph Hellwig1-37/+27
2021-11-29blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig3-64/+15
2021-11-29block: don't set GENHD_FL_NO_PART for hidden gendisksChristoph Hellwig1-7/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2-8/+7
2021-11-29block: remove GENHD_FL_SUPPRESS_PARTITION_INFOChristoph Hellwig1-8/+3
2021-11-29block: remove the GENHD_FL_HIDDEN check in blkdev_get_no_openChristoph Hellwig1-8/+0
2021-11-29block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PARTChristoph Hellwig1-1/+1