summaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
Commit message (Expand)AuthorAgeFilesLines
...
* block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig2020-05-221-8/+0
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-15/+2
* block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2020-05-191-1/+0
* Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig2020-03-271-9/+0
* block: cleanup comment for blk_flush_complete_seqGuoqing Jiang2020-03-121-3/+0
* block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang2020-03-121-2/+2
* blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei2020-02-241-1/+1
* block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-201-0/+5
* block: add iostat counters for flush requestsKonstantin Khlebnikov2019-11-211-1/+14
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-09-271-0/+10
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-301-2/+1
* blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu2019-03-241-2/+2
* blk-mq: fix a hung issue when fsyncJianchao Wang2019-01-301-1/+1
* block: add queue_is_mq() helperJens Axboe2018-11-161-2/+1
* block: update a few comments for the legacy request removalChristoph Hellwig2018-11-151-2/+2
* blk-mq: cache request hardware queue mappingJens Axboe2018-11-071-8/+4
* blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-3/+4
* block: cleanup kick/queued handlingJens Axboe2018-11-071-16/+10
* block: remove non mq parts from the flush codeJens Axboe2018-11-071-124/+30
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-131-3/+3
* block: fix use-after-free in block flush handlingJens Axboe2018-06-091-1/+3
* block: pass failfast and driver-specific flags to flush requestsHannes Reinecke2018-06-061-3/+6
* blk-mq: don't allocate driver tag upfront for flush rqMing Lei2017-11-041-9/+26
* blk-flush: use blk_mq_request_bypass_insert()Ming Lei2017-11-041-1/+1
* blk-flush: don't run queue for requests bypassing flushMing Lei2017-11-041-1/+1
* block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH renameOmar Sandoval2017-08-251-12/+12
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
* block: Check locking assumptions at runtimeBart Van Assche2017-06-201-3/+5
* block: introduce new block status code typeChristoph Hellwig2017-06-091-4/+4
* block: make __blk_end_bidi_request privateChristoph Hellwig2017-04-191-1/+1
* block: remove outdated part of blkdev_issue_flush() commentEric Biggers2017-03-241-2/+1
* block: don't defer flushes on blk-mq + schedulingJens Axboe2017-02-171-1/+7
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+0
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-271-3/+2
* blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-271-1/+1
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-171-5/+7
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-131-11/+16
|\
| * blk-flush: run the queue when inserting blk-mq flushJens Axboe2016-12-091-1/+1
| * block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe2016-11-081-0/+7
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-4/+1
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
| * block: better op and flags encodingChristoph Hellwig2016-10-281-1/+1
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-4/+5
* | block: flush: fix IO hang in case of flood fua reqMing Lei2016-10-261-0/+28
|/
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-3/+3
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-071-8/+8
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-2/+2
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-071-1/+2
* block: kill off q->flush_flagsJens Axboe2016-04-131-5/+6