summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: switch to atomic_t for request referencesJens Axboe2021-12-034-9/+40
| * | | block: move direct_IO into our own read_iter handlerJens Axboe2021-12-031-5/+32
| * | | block: fix double bio queue when merging in cached request pathJens Axboe2021-12-021-8/+12
| * | | block: get rid of useless goto and label in blk_mq_get_new_requests()Jens Axboe2021-12-021-5/+2
| * | | blk-mq: check q->poll_stat in queue_poll_stat_showMing Lei2021-12-021-0/+3
| * | | block: Fix fsync always failed if once failedYe Bin2021-11-291-1/+3
| * | | block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-292-8/+4
| * | | block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-293-11/+8
| * | | block: don't check ->rq_disk in mergesChristoph Hellwig2021-11-291-6/+1
| * | | block: Remove redundant initialization of variable retColin Ian King2021-11-291-1/+1
| * | | block: simplify ioc_lookup_icqChristoph Hellwig2021-11-293-6/+6
| * | | block: simplify ioc_create_icqChristoph Hellwig2021-11-291-7/+5
| * | | block: return the io_context from create_task_io_contextChristoph Hellwig2021-11-291-36/+30
| * | | block: use alloc_io_context in __copy_ioChristoph Hellwig2021-11-291-6/+3
| * | | block: factor out a alloc_io_context helperChristoph Hellwig2021-11-291-5/+14
| * | | block: remove get_io_context_activeChristoph Hellwig2021-11-291-5/+3
| * | | block: move the remaining elv.icq handling to the I/O schedulerChristoph Hellwig2021-11-293-12/+15
| * | | block: move blk_mq_sched_assign_ioc to blk-ioc.cChristoph Hellwig2021-11-295-43/+37
| * | | block: mark put_io_context_active staticChristoph Hellwig2021-11-291-1/+1
| * | | Revert "block: Provide blk_mq_sched_get_icq()"Christoph Hellwig2021-11-292-16/+11
| * | | bfq: use bfq_bic_lookup in bfq_limit_depthChristoph Hellwig2021-11-291-1/+1
| * | | bfq: simplify bfq_bic_lookupChristoph Hellwig2021-11-291-15/+10
| * | | fork: move copy_io to block/blk-ioc.cChristoph Hellwig2021-11-291-0/+27
| * | | blk-mq: use bio->bi_opf after bio is checkedMing Lei2021-11-291-1/+2
| * | | bfq: Do not let waker requests skip proper accountingJan Kara2021-11-291-43/+1
| * | | bfq: Log waker detectionsJan Kara2021-11-291-0/+8
| * | | bfq: Provide helper to generate bfqq nameJan Kara2021-11-291-14/+13
| * | | bfq: Limit waker detection in timeJan Kara2021-11-292-15/+25
| * | | bfq: Limit number of requests consumed by each cgroupJan Kara2021-11-291-19/+118
| * | | bfq: Store full bitmap depth in bfq_dataJan Kara2021-11-292-4/+7
| * | | bfq: Track number of allocated requests in bfq_entityJan Kara2021-11-292-8/+25
| * | | block: Provide blk_mq_sched_get_icq()Jan Kara2021-11-292-11/+16
| * | | blk-crypto: remove blk_crypto_unregister()Eric Biggers2021-11-292-6/+1
| * | | blk-mq: cleanup request allocationChristoph Hellwig2021-11-291-52/+38
| * | | block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig2021-11-297-1/+6
| * | | block: don't include <linux/idr.h> in blk.hChristoph Hellwig2021-11-291-1/+0
| * | | block: don't include <linux/blk-mq.h> in blk.hChristoph Hellwig2021-11-291-1/+0
| * | | block: don't include blk-mq.h in blk.hChristoph Hellwig2021-11-292-1/+1
| * | | block: don't include blk-mq-sched.h in blk.hChristoph Hellwig2021-11-297-1/+6
| * | | block: remove the e argument to elevator_exitChristoph Hellwig2021-11-293-5/+7
| * | | block: remove elevator_exitChristoph Hellwig2021-11-293-12/+5
| * | | block: move blk_get_flush_queue to blk-flush.cChristoph Hellwig2021-11-292-6/+6
| * | | blk_mq: remove repeated includesGuo Zhengkui2021-11-291-1/+0
| * | | block: move io_context creation into where it's neededJens Axboe2021-11-294-12/+7
| * | | block: only allocate poll_stats if there's a user of themJens Axboe2021-11-295-8/+25
| * | | blk-ioprio: don't set bio priority if not neededJens Axboe2021-11-291-3/+10
| * | | blk-mq: move more plug handling from blk_mq_submit_bio into blk_add_rq_to_plugChristoph Hellwig2021-11-291-37/+27
| * | | blk-mq: simplify the plug handling in blk_mq_submit_bioChristoph Hellwig2021-11-293-64/+15
| * | | block: don't set GENHD_FL_NO_PART for hidden gendisksChristoph Hellwig2021-11-291-7/+2
| * | | block: remove GENHD_FL_EXT_DEVTChristoph Hellwig2021-11-292-8/+7