aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-flush.c
Commit message (Expand)AuthorAge
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-09-27
* block: switch all files cleared marked as GPLv2 to SPDX tagsChristoph Hellwig2019-04-30
* blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu2019-03-24
* blk-mq: fix a hung issue when fsyncJianchao Wang2019-01-30
* block: add queue_is_mq() helperJens Axboe2018-11-16
* block: update a few comments for the legacy request removalChristoph Hellwig2018-11-15
* blk-mq: cache request hardware queue mappingJens Axboe2018-11-07
* blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-07
* block: cleanup kick/queued handlingJens Axboe2018-11-07
* block: remove non mq parts from the flush codeJens Axboe2018-11-07
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-13
* block: fix use-after-free in block flush handlingJens Axboe2018-06-09
* block: pass failfast and driver-specific flags to flush requestsHannes Reinecke2018-06-06
* blk-mq: don't allocate driver tag upfront for flush rqMing Lei2017-11-04
* blk-flush: use blk_mq_request_bypass_insert()Ming Lei2017-11-04
* blk-flush: don't run queue for requests bypassing flushMing Lei2017-11-04
* block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH renameOmar Sandoval2017-08-25
* block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-23
* block: Check locking assumptions at runtimeBart Van Assche2017-06-20
* block: introduce new block status code typeChristoph Hellwig2017-06-09
* block: make __blk_end_bidi_request privateChristoph Hellwig2017-04-19
* block: remove outdated part of blkdev_issue_flush() commentEric Biggers2017-03-24
* block: don't defer flushes on blk-mq + schedulingJens Axboe2017-02-17
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* block: allow specifying size for extra command dataChristoph Hellwig2017-01-27
* blk-mq-sched: add flush insertion into blk_mq_sched_insert_request()Jens Axboe2017-01-27
* blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe2017-01-17
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\
| * blk-flush: run the queue when inserting blk-mq flushJens Axboe2016-12-09
| * block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSHJens Axboe2016-11-08
| * blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-02
| * block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-01
| * block: better op and flags encodingChristoph Hellwig2016-10-28
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* | block: flush: fix IO hang in case of flood fua reqMing Lei2016-10-26
|/
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
* block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSHMike Christie2016-06-07
* block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-07
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
* block/fs/drivers: remove rw argument from submit_bioMike Christie2016-06-07
* block: kill off q->flush_flagsJens Axboe2016-04-13
* Revert "blk-flush: Queue through IO scheduler when flush not required"Jens Axboe2015-11-25
* blk-flush: Queue through IO scheduler when flush not requiredJan Kara2015-11-16
* blk-mq: fix race between timeout and freeing requestMing Lei2015-08-15
* blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-25
* block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-25
* block: flush: avoid to figure out flush queue unnecessarilyMing Lei2014-09-25
* block: remove blk_init_flush() and its pairMing Lei2014-09-25
* block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-25
* block: avoid to use q->flush_rq directlyMing Lei2014-09-25