Age | Commit message (Expand) | Author | Files | Lines |
2021-08-18 | 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-08 | Revert "block: Fix a lockdep complaint triggered by request queue flushing" | Ming Lei | 1 | -5/+0 |
2020-12-08 | blk-mq: add new API of blk_mq_hctx_set_fq_lock_class | Ming Lei | 1 | -0/+25 |
2020-12-02 | block: switch partition lookup to use struct block_device | Christoph Hellwig | 1 | -1/+1 |
2020-12-02 | block: allocate struct hd_struct as part of struct bdev_inode | Christoph Hellwig | 1 | -1/+1 |
2020-11-14 | 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-09 | blk-mq: centralise related handling into blk_mq_get_driver_tag | Ming Lei | 1 | -10/+4 |
2020-07-02 | 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-25 | 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-05-01 | 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 | -124/+30 |
2018-10-14 | 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-21 | 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-25 | 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-02-01 | block: fold cmd_type into the REQ_OP_ space | Christoph Hellwig | 1 | -1/+0 |