summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | block: make queue stat accounting a referenceJens Axboe2021-12-143-5/+18
| * | | bdev: Improve lookup_bdev documentationMatthew Wilcox (Oracle)2021-12-131-6/+6
| * | | blk-mq: Optimise blk_mq_queue_tag_busy_iter() for shared tagsJohn Garry2021-12-061-18/+41
| * | | blk-mq: Delete busy_iter_fnJohn Garry2021-12-062-4/+4
| * | | blk-mq: Drop busy_iter_fn blk_mq_hw_ctx argumentJohn Garry2021-12-062-10/+9
| * | | blk-mq: don't use plug->mq_list->q directly in blk_mq_run_dispatch_ops()Ming Lei2021-12-061-1/+3
| * | | blk-mq: don't run might_sleep() if the operation needn't blockingMing Lei2021-12-062-3/+6
| * | | blk-mq: run dispatch lock once in case of issuing from listMing Lei2021-12-032-9/+8
| * | | blk-mq: pass request queue to blk_mq_run_dispatch_opsMing Lei2021-12-032-8/+9
| * | | blk-mq: move srcu from blk_mq_hw_ctx to request_queueMing Lei2021-12-037-41/+44
| * | | blk-mq: remove hctx_lock and hctx_unlockMing Lei2021-12-032-47/+26
| * | | 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