| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-07-14 | block: Use the new blk_opf_t type | Bart Van Assche | 1 | -3/+3 |
| 2022-02-02 | block: pass a block_device and opf to bio_init | Christoph Hellwig | 1 | -3/+1 |
| 2021-12-03 | block: switch to atomic_t for request references | Jens Axboe | 1 | -2/+2 |
| 2021-11-29 | block: Fix fsync always failed if once failed | Ye Bin | 1 | -1/+3 |
| 2021-11-29 | block: remove the ->rq_disk field in struct request | Christoph Hellwig | 1 | -2/+1 |
| 2021-11-29 | block: don't include <linux/part_stat.h> in blk.h | Christoph Hellwig | 1 | -0/+1 |
| 2021-11-29 | block: move blk_get_flush_queue to blk-flush.c | Christoph Hellwig | 1 | -0/+6 |
| 2021-11-19 | blk-mq: don't insert FUA request with data into scheduler queue | Ming Lei | 1 | -6/+6 |
| 2021-10-19 | blk-mq: don't handle non-flush requests in blk_insert_flush | Christoph Hellwig | 1 | -6/+6 |
| 2021-08-17 | blk-mq: fix is_flush_rq | Ming Lei | 1 | -0/+5 |
| 2021-08-17 | blk-mq: fix kernel panic during iterating over flush request | Ming Lei | 1 | -0/+8 |
| 2021-05-24 | block: avoid double io accounting for flush request | Ming Lei | 1 | -2/+1 |
| 2021-01-27 | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 1 | -11/+6 |
| 2020-12-16 | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -6/+26 |
| 2020-12-07 | Revert "block: Fix a lockdep complaint triggered by request queue flushing" | Ming Lei | 1 | -5/+0 |
| 2020-12-07 | blk-mq: add new API of blk_mq_hctx_set_fq_lock_class | Ming Lei | 1 | -0/+25 |
| 2020-12-01 | block: switch partition lookup to use struct block_device | Christoph Hellwig | 1 | -1/+1 |
| 2020-12-01 | block: allocate struct hd_struct as part of struct bdev_inode | Christoph Hellwig | 1 | -1/+1 |
| 2020-11-13 | block: mark flush request as IDLE when it is really finished | Ming Lei | 1 | -1/+6 |
| 2020-10-30 | blk-mq: mark flush request as IDLE in flush_end_io() | Ming Lei | 1 | -0/+1 |
| 2020-08-11 | block: fix double account of flush request's driver tag | Ming Lei | 1 | -2/+9 |
| 2020-07-17 | block: defer flush request no matter whether we have elevator | Yufen Yu | 1 | -7/+2 |
| 2020-07-08 | blk-mq: centralise related handling into blk_mq_get_driver_tag | Ming Lei | 1 | -10/+4 |
| 2020-07-01 | Revert "blk-mq: put driver tag when this request is completed" | Jens Axboe | 1 | -6/+17 |
| 2020-06-30 | blk-mq: centralise related handling into blk_mq_get_driver_tag | Ming Lei | 1 | -11/+6 |
| 2020-06-29 | blk-mq: put driver tag when this request is completed | Ming Lei | 1 | -6/+0 |
| 2020-05-22 | block: remove the disk and queue NULL checks in blkdev_issue_flush | Christoph Hellwig | 1 | -8/+0 |
| 2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 1 | -15/+2 |
| 2020-05-19 | block: Remove unused flush_queue_delayed in struct blk_flush_queue | Baolin Wang | 1 | -1/+0 |
| 2020-03-27 | Revert "blkdev: check for valid request queue before issuing flush" | Christoph Hellwig | 1 | -9/+0 |
| 2020-03-12 | block: cleanup comment for blk_flush_complete_seq | Guoqing Jiang | 1 | -3/+0 |
| 2020-03-12 | block: remove unneeded argument from blk_alloc_flush_queue | Guoqing Jiang | 1 | -2/+2 |
| 2020-02-24 | blk-mq: insert passthrough request into hctx->dispatch directly | Ming Lei | 1 | -1/+1 |
| 2019-12-20 | block: Fix a lockdep complaint triggered by request queue flushing | Bart Van Assche | 1 | -0/+5 |
| 2019-11-21 | block: add iostat counters for flush requests | Konstantin Khlebnikov | 1 | -1/+14 |
| 2019-09-27 | block: fix null pointer dereference in blk_mq_rq_timed_out() | Yufen Yu | 1 | -0/+10 |
| 2019-04-30 | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig | 1 | -2/+1 |
| 2019-03-24 | blk-mq: use blk_mq_put_driver_tag() to put tag | Yufen Yu | 1 | -2/+2 |
| 2019-01-30 | blk-mq: fix a hung issue when fsync | Jianchao Wang | 1 | -1/+1 |
| 2018-11-16 | block: add queue_is_mq() helper | Jens Axboe | 1 | -2/+1 |
| 2018-11-15 | block: update a few comments for the legacy request removal | Christoph Hellwig | 1 | -2/+2 |
| 2018-11-07 | blk-mq: cache request hardware queue mapping | Jens Axboe | 1 | -8/+4 |
| 2018-11-07 | blk-mq: pass in request/bio flags to queue mapping | Jens Axboe | 1 | -3/+4 |
| 2018-11-07 | block: cleanup kick/queued handling | Jens Axboe | 1 | -16/+10 |
| 2018-11-07 | block: remove non mq parts from the flush code | Jens Axboe | 1 | -123/+29 |
| 2018-10-13 | blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs | Jianchao Wang | 1 | -3/+3 |
| 2018-06-09 | block: fix use-after-free in block flush handling | Jens Axboe | 1 | -1/+3 |
| 2018-06-06 | block: pass failfast and driver-specific flags to flush requests | Hannes Reinecke | 1 | -3/+6 |
| 2017-11-04 | blk-mq: don't allocate driver tag upfront for flush rq | Ming Lei | 1 | -9/+26 |
| 2017-11-04 | blk-flush: use blk_mq_request_bypass_insert() | Ming Lei | 1 | -1/+1 |
| 2017-11-04 | blk-flush: don't run queue for requests bypassing flush | Ming Lei | 1 | -1/+1 |
| 2017-08-25 | block: update comments to reflect REQ_FLUSH -> REQ_PREFLUSH rename | Omar Sandoval | 1 | -12/+12 |
| 2017-08-23 | block: replace bi_bdev with a gendisk pointer and partitions index | Christoph Hellwig | 1 | -1/+1 |
| 2017-06-20 | block: Check locking assumptions at runtime | Bart Van Assche | 1 | -3/+5 |
| 2017-06-09 | block: introduce new block status code type | Christoph Hellwig | 1 | -4/+4 |
| 2017-04-19 | block: make __blk_end_bidi_request private | Christoph Hellwig | 1 | -1/+1 |
| 2017-03-24 | block: remove outdated part of blkdev_issue_flush() comment | Eric Biggers | 1 | -2/+1 |
| 2017-02-17 | block: don't defer flushes on blk-mq + scheduling | Jens Axboe | 1 | -1/+7 |
| 2017-01-31 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 1 | -1/+0 |
| 2017-01-27 | block: allow specifying size for extra command data | Christoph Hellwig | 1 | -3/+2 |
| 2017-01-27 | blk-mq-sched: add flush insertion into blk_mq_sched_insert_request() | Jens Axboe | 1 | -1/+1 |
| 2017-01-17 | blk-mq-sched: add framework for MQ capable IO schedulers | Jens Axboe | 1 | -5/+7 |
| 2016-12-13 | Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -11/+16 |
| 2016-12-09 | blk-flush: run the queue when inserting blk-mq flush | Jens Axboe | 1 | -1/+1 |
| 2016-11-08 | block: set REQ_SYNC if we clear REQ_FUA|REQ_PREFLUSH | Jens Axboe | 1 | -0/+7 |
| 2016-11-02 | blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request() | Bart Van Assche | 1 | -4/+1 |
| 2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig | 1 | -2/+2 |
| 2016-10-28 | block: better op and flags encoding | Christoph Hellwig | 1 | -1/+1 |
| 2016-10-28 | block: split out request-only flags into a new namespace | Christoph Hellwig | 1 | -4/+5 |
| 2016-10-26 | block: flush: fix IO hang in case of flood fua req | Ming Lei | 1 | -0/+28 |
| 2016-09-15 | blk-mq: remove ->map_queue | Christoph Hellwig | 1 | -3/+3 |
| 2016-06-07 | block, drivers, fs: rename REQ_FLUSH to REQ_PREFLUSH | Mike Christie | 1 | -8/+8 |
| 2016-06-07 | block, drivers: add REQ_OP_FLUSH operation | Mike Christie | 1 | -2/+2 |
| 2016-06-07 | block, fs, mm, drivers: use bio set/get op accessors | Mike Christie | 1 | -1/+1 |
| 2016-06-07 | block/fs/drivers: remove rw argument from submit_bio | Mike Christie | 1 | -1/+2 |
| 2016-04-13 | block: kill off q->flush_flags | Jens Axboe | 1 | -5/+6 |
| 2015-11-25 | Revert "blk-flush: Queue through IO scheduler when flush not required" | Jens Axboe | 1 | -1/+1 |
| 2015-11-16 | blk-flush: Queue through IO scheduler when flush not required | Jan Kara | 1 | -1/+1 |
| 2015-08-15 | blk-mq: fix race between timeout and freeing request | Ming Lei | 1 | -1/+14 |
| 2014-09-25 | blk-mq: support per-distpatch_queue flush machinery | Ming Lei | 1 | -7/+14 |
| 2014-09-25 | block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queue | Ming Lei | 1 | -6/+5 |
| 2014-09-25 | block: flush: avoid to figure out flush queue unnecessarily | Ming Lei | 1 | -14/+16 |
| 2014-09-25 | block: remove blk_init_flush() and its pair | Ming Lei | 1 | -17/+2 |
| 2014-09-25 | block: introduce blk_flush_queue to drive flush machinery | Ming Lei | 1 | -41/+68 |
| 2014-09-25 | block: avoid to use q->flush_rq directly | Ming Lei | 1 | -8/+9 |
| 2014-09-25 | block: move flush initialization to blk_flush_init | Ming Lei | 1 | -0/+4 |
| 2014-09-25 | block: introduce blk_init_flush and its pair | Ming Lei | 1 | -1/+18 |
| 2014-09-25 | blk-mq: allocate flush_rq in blk_mq_init_flush() | Ming Lei | 1 | -1/+10 |
| 2014-09-22 | blk-mq: remove unnecessary blk_clear_rq_complete() | Ming Lei | 1 | -2/+0 |
| 2014-09-22 | blk-mq: rename blk_mq_end_io to blk_mq_end_request | Christoph Hellwig | 1 | -2/+2 |
| 2014-06-11 | block: remove elv_abort_queue and blk_abort_flushes | Christoph Hellwig | 1 | -38/+0 |
| 2014-06-04 | block: mq flush: clear flush_rq's tag in flush_end_io() | Ming Lei | 1 | -1/+1 |
| 2014-05-30 | blk-mq: blk_mq_tag_to_rq should handle flush request | Shaohua Li | 1 | -1/+3 |
| 2014-05-28 | blk-mq: add helper to insert requests from irq context | Christoph Hellwig | 1 | -12/+4 |
| 2014-04-16 | blk-mq: rename mq_flush_work struct request member | Christoph Hellwig | 1 | -3/+3 |
| 2014-04-15 | blk-mq: make ->flush_rq fully transparent to drivers | Christoph Hellwig | 1 | -10/+2 |
| 2014-04-15 | blk-mq: do not initialize req->special | Christoph Hellwig | 1 | -8/+2 |
| 2014-04-09 | block: remove 'q' parameter from kblockd_schedule_*_work() | Jens Axboe | 1 | -1/+1 |
| 2014-03-08 | block: change flush sequence list addition back to front add | Mike Snitzer | 1 | -4/+7 |
| 2014-02-21 | blk-mq: merge blk_mq_insert_request and blk_mq_run_request | Christoph Hellwig | 1 | -2/+2 |
| 2014-02-10 | blk-mq: rework flush sequencing logic | Christoph Hellwig | 1 | -67/+38 |
| 2014-01-30 | blk-mq: Don't reserve a tag for flush request | Shaohua Li | 1 | -3/+5 |
| 2013-11-23 | block: Abstract out bvec iterator | Kent Overstreet | 1 | -1/+1 |
| 2013-11-23 | block: submit_bio_wait() conversions | Kent Overstreet | 1 | -18/+1 |
| 2013-10-28 | blk-mq: fix for flush deadlock | Christoph Hellwig | 1 | -1/+1 |
| 2013-10-25 | blk-mq: new multi-queue block IO queueing mechanism | Jens Axboe | 1 | -15/+139 |
| 2013-03-22 | Block: blk-flush: Fixed indent code style | Alice Ferrazzi | 1 | -1/+1 |
| 2013-02-15 | block: account iowait time when waiting for completion of IO request | Vladimir Davydov | 1 | -1/+1 |
| 2011-10-24 | blk-flush: move the queue kick into | Jeff Moyer | 1 | -1/+0 |
| 2011-10-24 | blk-flush: fix invalid BUG_ON in blk_insert_flush | Jeff Moyer | 1 | -1/+1 |
| 2011-08-15 | block: fix flush machinery for stacking drivers with differring flush flags | Jeff Moyer | 1 | -4/+16 |
| 2011-08-09 | allow blk_flush_policy to return REQ_FSEQ_DATA independent of *FLUSH | Jeff Moyer | 1 | -2/+3 |
| 2011-05-06 | block: hold queue if flush is running for non-queueable flush drive | shaohua.li@intel.com | 1 | -5/+11 |
| 2011-04-18 | block: add blk_run_queue_async | Christoph Hellwig | 1 | -2/+2 |
| 2011-04-05 | block: make the flush insertion use the tail of the dispatch list | Jens Axboe | 1 | -2/+2 |
| 2011-04-05 | block: get rid of elv_insert() interface | Jens Axboe | 1 | -2/+2 |
| 2011-03-10 | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 1 | -4/+2 |
| 2011-03-10 | block: remove per-queue plugging | Jens Axboe | 1 | -2/+1 |
| 2011-03-10 | block: initial patch for on-stack per-task plugging | Jens Axboe | 1 | -2/+1 |
| 2011-03-04 | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core | Tejun Heo | 1 | -5/+13 |
| 2011-03-02 | block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue() | Tejun Heo | 1 | -3/+5 |
| 2011-03-02 | block: add @force_kblockd to __blk_run_queue() | Tejun Heo | 1 | -1/+1 |
| 2011-01-25 | block: reimplement FLUSH/FUA to support merge | Tejun Heo | 1 | -132/+300 |
| 2011-01-25 | block: add REQ_FLUSH_SEQ | Tejun Heo | 1 | -0/+1 |
| 2010-09-16 | block: remove BLKDEV_IFL_WAIT | Christoph Hellwig | 1 | -14/+11 |
| 2010-09-10 | block: use REQ_FLUSH in blkdev_issue_flush() | Tejun Heo | 1 | -11/+6 |
| 2010-09-10 | block: make sure FSEQ_DATA request has the same rq_disk as the original | Tejun Heo | 1 | -0/+7 |
| 2010-09-10 | block: kick queue after sequencing REQ_FLUSH/FUA | Tejun Heo | 1 | -3/+19 |
| 2010-09-10 | block: initialize flush request with WRITE_FLUSH instead of REQ_FLUSH | Tejun Heo | 1 | -1/+1 |
| 2010-09-10 | block: simplify queue_next_fseq | Christoph Hellwig | 1 | -16/+10 |
| 2010-09-10 | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requests | Tejun Heo | 1 | -39/+46 |
| 2010-09-10 | block: rename barrier/ordered to flush | Tejun Heo | 1 | -49/+47 |
| 2010-09-10 | block: rename blk-barrier.c to blk-flush.c | Tejun Heo | 1 | -0/+248 |