aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-06blk-mq: don't use plug->mq_list->q directly in blk_mq_run_dispatch_ops()Gravatar Ming Lei 1-1/+3
2021-12-06blk-mq: don't run might_sleep() if the operation needn't blockingGravatar Ming Lei 2-3/+6
2021-12-03blk-mq: run dispatch lock once in case of issuing from listGravatar Ming Lei 2-9/+8
2021-12-03blk-mq: pass request queue to blk_mq_run_dispatch_opsGravatar Ming Lei 2-8/+9
2021-12-03blk-mq: move srcu from blk_mq_hw_ctx to request_queueGravatar Ming Lei 9-49/+53
2021-12-03blk-mq: remove hctx_lock and hctx_unlockGravatar Ming Lei 2-47/+26
2021-12-03block: switch to atomic_t for request referencesGravatar Jens Axboe 5-10/+41
2021-12-03block: move direct_IO into our own read_iter handlerGravatar Jens Axboe 1-5/+32
2021-12-03mm: move filemap_range_needs_writeback() into headerGravatar Jens Axboe 4-31/+33
2021-12-02block: fix double bio queue when merging in cached request pathGravatar Jens Axboe 1-8/+12
2021-12-02block: get rid of useless goto and label in blk_mq_get_new_requests()Gravatar Jens Axboe 1-5/+2
2021-12-02blk-mq: check q->poll_stat in queue_poll_stat_showGravatar Ming Lei 1-0/+3
2021-11-29block: Fix fsync always failed if once failedGravatar Ye Bin 1-1/+3
2021-11-29scsi: remove the gendisk argument to scsi_ioctlGravatar Christoph Hellwig 7-34/+24
2021-11-29block: remove the gendisk argument to blk_execute_rqGravatar Christoph Hellwig 21-42/+35
2021-11-29block: remove the ->rq_disk field in struct requestGravatar Christoph Hellwig 28-67/+62
2021-11-29block: don't check ->rq_disk in mergesGravatar Christoph Hellwig 1-6/+1
2021-11-29mtd_blkdevs: remove the sector out of range check in do_blktrans_requestGravatar Christoph Hellwig 1-8/+2
2021-11-29block: Remove redundant initialization of variable retGravatar Colin Ian King 1-1/+1
2021-11-29block: simplify ioc_lookup_icqGravatar Christoph Hellwig 3-6/+6
2021-11-29block: simplify ioc_create_icqGravatar Christoph Hellwig 1-7/+5
2021-11-29block: return the io_context from create_task_io_contextGravatar Christoph Hellwig 1-36/+30
2021-11-29block: use alloc_io_context in __copy_ioGravatar Christoph Hellwig 1-6/+3
2021-11-29block: factor out a alloc_io_context helperGravatar Christoph Hellwig 1-5/+14
2021-11-29block: remove get_io_context_activeGravatar Christoph Hellwig 2-21/+3
2021-11-29block: move the remaining elv.icq handling to the I/O schedulerGravatar Christoph Hellwig 3-12/+15
2021-11-29block: move blk_mq_sched_assign_ioc to blk-ioc.cGravatar Christoph Hellwig 5-43/+37
2021-11-29block: mark put_io_context_active staticGravatar Christoph Hellwig 2-2/+1
2021-11-29Revert "block: Provide blk_mq_sched_get_icq()"Gravatar Christoph Hellwig 2-16/+11
2021-11-29bfq: use bfq_bic_lookup in bfq_limit_depthGravatar Christoph Hellwig 1-1/+1
2021-11-29bfq: simplify bfq_bic_lookupGravatar Christoph Hellwig 1-15/+10
2021-11-29fork: move copy_io to block/blk-ioc.cGravatar Christoph Hellwig 3-36/+40
2021-11-29RDMA/qib: rename copy_io to qib_copy_ioGravatar Christoph Hellwig 1-2/+2
2021-11-29blk-mq: use bio->bi_opf after bio is checkedGravatar Ming Lei 1-1/+2
2021-11-29bfq: Do not let waker requests skip proper accountingGravatar Jan Kara 1-43/+1
2021-11-29bfq: Log waker detectionsGravatar Jan Kara 1-0/+8
2021-11-29bfq: Provide helper to generate bfqq nameGravatar Jan Kara 1-14/+13
2021-11-29bfq: Limit waker detection in timeGravatar Jan Kara 2-15/+25
2021-11-29bfq: Limit number of requests consumed by each cgroupGravatar Jan Kara 1-19/+118
2021-11-29bfq: Store full bitmap depth in bfq_dataGravatar Jan Kara 2-4/+7
2021-11-29bfq: Track number of allocated requests in bfq_entityGravatar Jan Kara 2-8/+25
2021-11-29block: Provide blk_mq_sched_get_icq()Gravatar Jan Kara 2-11/+16
2021-11-29mmc: core: Use blk_mq_complete_request_direct().Gravatar Sebastian Andrzej Siewior 1-8/+14
2021-11-29blk-mq: Add blk_mq_complete_request_direct()Gravatar Sebastian Andrzej Siewior 1-0/+11
2021-11-29blk-crypto: remove blk_crypto_unregister()Gravatar Eric Biggers 3-10/+1
2021-11-29blk-mq: cleanup request allocationGravatar Christoph Hellwig 1-52/+38
2021-11-29block: don't include <linux/part_stat.h> in blk.hGravatar Christoph Hellwig 7-1/+6
2021-11-29block: don't include <linux/idr.h> in blk.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: don't include <linux/blk-mq.h> in blk.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: don't include blk-mq.h in blk.hGravatar Christoph Hellwig 2-1/+1