aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-04block: move queue enter logic into blk_mq_submit_bio()Gravatar Jens Axboe 1-12/+13
2021-11-04block: make bio_queue_enter() fast-path available inlineGravatar Jens Axboe 1-27/+1
2021-11-04block: have plug stored requests hold references to the queueGravatar Jens Axboe 1-1/+7
2021-10-29block: remove blk_{get,put}_requestGravatar Christoph Hellwig 1-21/+0
2021-10-22block: remove the initialize_rq_fn blk_mq_ops methodGravatar Christoph Hellwig 1-8/+1
2021-10-21block: kill extra rcu lock/unlock in queue enterGravatar Pavel Begunkov 1-1/+1
2021-10-20block: cleanup the flush plug helpersGravatar Christoph Hellwig 1-7/+6
2021-10-20block: optimise blk_flush_plug_listGravatar Pavel Begunkov 1-2/+2
2021-10-20block: don't bloat enter_queue with percpu_refGravatar Pavel Begunkov 1-1/+1
2021-10-20block: convert leftovers to bdev_get_queueGravatar Pavel Begunkov 1-1/+1
2021-10-19block: attempt direct issue of plug listGravatar Jens Axboe 1-0/+1
2021-10-19block: change plugging to use a singly linked listGravatar Jens Axboe 1-2/+2
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Gravatar Jens Axboe 1-4/+5
2021-10-18block: move update request helpers into blk-mq.cGravatar Jens Axboe 1-145/+1
2021-10-18block: remove useless caller argument to print_req_error()Gravatar Jens Axboe 1-5/+4
2021-10-18block: use bdev_get_queue() in blk-core.cGravatar Pavel Begunkov 1-6/+7
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-32/+95
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDGravatar Christoph Hellwig 1-1/+1
2021-10-18block: inline hot paths of blk_account_io_*()Gravatar Pavel Begunkov 1-21/+9
2021-10-18block: pre-allocate requests if plug is started and is a batchGravatar Jens Axboe 1-19/+28
2021-10-18block: move blk-throtl fast path inlineGravatar Jens Axboe 1-0/+1
2021-10-18blk-mq: Change shared sbitmap naming to shared tagsGravatar John Garry 1-1/+1
2021-10-18blk-mq-sched: Rename blk_mq_sched_free_{requests -> rqs}()Gravatar John Garry 1-1/+1
2021-10-18block: Rename BLKDEV_MAX_RQ -> BLKDEV_DEFAULT_RQGravatar John Garry 1-1/+1
2021-10-18block: print the current process in handle_bad_sectorGravatar Christoph Hellwig 1-1/+2
2021-10-18block: move integrity handling out of <linux/blkdev.h>Gravatar Christoph Hellwig 1-0/+1
2021-10-15block: drain file system I/O on del_gendiskGravatar Christoph Hellwig 1-15/+12
2021-10-15block: split bio_queue_enter from blk_queue_enterGravatar Christoph Hellwig 1-8/+25
2021-10-15block: factor out a blk_try_enter_queue helperGravatar Christoph Hellwig 1-28/+32
2021-10-15block: call submit_bio_checks under q_usage_counterGravatar Christoph Hellwig 1-22/+12
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-15/+3
2021-08-23block: provide bio_clear_hipri() helperGravatar Jens Axboe 1-5/+2
2021-08-23block: clear BIO_PERCPU_CACHE flag if polling isn't supportedGravatar Jens Axboe 1-1/+4
2021-08-17blk-mq: fix kernel panic during iterating over flush requestGravatar Ming Lei 1-1/+0
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 1-10/+3
2021-08-09mm: hide laptop_mode_wb_timer entirely behind the BDI APIGravatar Christoph Hellwig 1-5/+0
2021-07-07block: fix the problem of io_ticks becoming smallerGravatar Chunguang Xu 1-1/+1
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Gravatar Christoph Hellwig 1-2/+0
2021-06-03block: Update blk_update_request() documentationGravatar Bart Van Assche 1-8/+4
2021-06-01block: unexport blk_alloc_queueGravatar Christoph Hellwig 1-1/+0
2021-05-24block_dump: remove block_dump featureGravatar zhangyi (F) 1-9/+0
2021-04-06block: refactor the bounce buffering codeGravatar Christoph Hellwig 1-4/+2
2021-02-22block: get rid of the trace rq insert wrapperGravatar Chaitanya Kulkarni 1-0/+1
2021-01-25block: skip bio_check_eod for partition-remapped biosGravatar Christoph Hellwig 1-5/+6
2021-01-24block: don't pass BIOSET_NEED_BVECS for q->bio_splitGravatar Ming Lei 1-1/+1
2021-01-24blk-mq: use ->bi_bdev for I/O accountingGravatar Christoph Hellwig 1-1/+5
2021-01-24block: use ->bi_bdev for bio based I/O accountingGravatar Christoph Hellwig 1-10/+13
2021-01-24block: do not reassig ->bi_bdev when partition remappingGravatar Christoph Hellwig 1-2/+3
2021-01-24block: simplify submit_bio_checks a bitGravatar Christoph Hellwig 1-25/+14