| Commit message (Expand) | Author | Age | Files | Lines |
* | block: change request end_io handler to pass back a return value | Jens Axboe | 2022-09-30 | 1 | -3/+7 |
* | block: kill deprecated BUG_ON() in the flush handling | Jens Axboe | 2022-09-30 | 1 | -1/+0 |
* | block: Use the new blk_opf_t type | Bart Van Assche | 2022-07-14 | 1 | -3/+3 |
* | block: pass a block_device and opf to bio_init | Christoph Hellwig | 2022-02-02 | 1 | -3/+1 |
* | block: switch to atomic_t for request references | Jens Axboe | 2021-12-03 | 1 | -2/+2 |
* | block: Fix fsync always failed if once failed | Ye Bin | 2021-11-29 | 1 | -1/+3 |
* | block: remove the ->rq_disk field in struct request | Christoph Hellwig | 2021-11-29 | 1 | -2/+1 |
* | block: don't include <linux/part_stat.h> in blk.h | Christoph Hellwig | 2021-11-29 | 1 | -0/+1 |
* | block: move blk_get_flush_queue to blk-flush.c | Christoph Hellwig | 2021-11-29 | 1 | -0/+6 |
* | blk-mq: don't insert FUA request with data into scheduler queue | Ming Lei | 2021-11-19 | 1 | -6/+6 |
* | blk-mq: don't handle non-flush requests in blk_insert_flush | Christoph Hellwig | 2021-10-19 | 1 | -6/+6 |
* | blk-mq: fix is_flush_rq | Ming Lei | 2021-08-18 | 1 | -0/+5 |
* | blk-mq: fix kernel panic during iterating over flush request | Ming Lei | 2021-08-17 | 1 | -0/+8 |
* | block: avoid double io accounting for flush request | Ming Lei | 2021-05-24 | 1 | -2/+1 |
* | block: use an on-stack bio in blkdev_issue_flush | Christoph Hellwig | 2021-01-27 | 1 | -11/+6 |
* | Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 1 | -6/+26 |
|\ |
|
| * | Revert "block: Fix a lockdep complaint triggered by request queue flushing" | Ming Lei | 2020-12-08 | 1 | -5/+0 |
| * | blk-mq: add new API of blk_mq_hctx_set_fq_lock_class | Ming Lei | 2020-12-08 | 1 | -0/+25 |
| * | block: switch partition lookup to use struct block_device | Christoph Hellwig | 2020-12-01 | 1 | -1/+1 |
| * | block: allocate struct hd_struct as part of struct bdev_inode | Christoph Hellwig | 2020-12-01 | 1 | -1/+1 |
* | | block: mark flush request as IDLE when it is really finished | Ming Lei | 2020-11-13 | 1 | -1/+6 |
|/ |
|
* | blk-mq: mark flush request as IDLE in flush_end_io() | Ming Lei | 2020-10-30 | 1 | -0/+1 |
* | block: fix double account of flush request's driver tag | Ming Lei | 2020-08-11 | 1 | -2/+9 |
* | block: defer flush request no matter whether we have elevator | Yufen Yu | 2020-07-17 | 1 | -7/+2 |
* | blk-mq: centralise related handling into blk_mq_get_driver_tag | Ming Lei | 2020-07-09 | 1 | -10/+4 |
* | Revert "blk-mq: put driver tag when this request is completed" | Jens Axboe | 2020-07-02 | 1 | -6/+17 |
* | blk-mq: centralise related handling into blk_mq_get_driver_tag | Ming Lei | 2020-06-30 | 1 | -11/+6 |
* | blk-mq: put driver tag when this request is completed | Ming Lei | 2020-06-29 | 1 | -6/+0 |
* | block: remove the disk and queue NULL checks in blkdev_issue_flush | Christoph Hellwig | 2020-05-22 | 1 | -8/+0 |
* | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig | 2020-05-22 | 1 | -15/+2 |
* | block: Remove unused flush_queue_delayed in struct blk_flush_queue | Baolin Wang | 2020-05-19 | 1 | -1/+0 |
* | Revert "blkdev: check for valid request queue before issuing flush" | Christoph Hellwig | 2020-03-27 | 1 | -9/+0 |
* | block: cleanup comment for blk_flush_complete_seq | Guoqing Jiang | 2020-03-12 | 1 | -3/+0 |
* | block: remove unneeded argument from blk_alloc_flush_queue | Guoqing Jiang | 2020-03-12 | 1 | -2/+2 |
* | blk-mq: insert passthrough request into hctx->dispatch directly | Ming Lei | 2020-02-25 | 1 | -1/+1 |
* | block: Fix a lockdep complaint triggered by request queue flushing | Bart Van Assche | 2019-12-20 | 1 | -0/+5 |
* | block: add iostat counters for flush requests | Konstantin Khlebnikov | 2019-11-21 | 1 | -1/+14 |
* | block: fix null pointer dereference in blk_mq_rq_timed_out() | Yufen Yu | 2019-09-27 | 1 | -0/+10 |
* | block: switch all files cleared marked as GPLv2 to SPDX tags | Christoph Hellwig | 2019-05-01 | 1 | -2/+1 |
* | blk-mq: use blk_mq_put_driver_tag() to put tag | Yufen Yu | 2019-03-24 | 1 | -2/+2 |
* | blk-mq: fix a hung issue when fsync | Jianchao Wang | 2019-01-30 | 1 | -1/+1 |
* | block: add queue_is_mq() helper | Jens Axboe | 2018-11-16 | 1 | -2/+1 |
* | block: update a few comments for the legacy request removal | Christoph Hellwig | 2018-11-15 | 1 | -2/+2 |
* | blk-mq: cache request hardware queue mapping | Jens Axboe | 2018-11-07 | 1 | -8/+4 |
* | blk-mq: pass in request/bio flags to queue mapping | Jens Axboe | 2018-11-07 | 1 | -3/+4 |
* | block: cleanup kick/queued handling | Jens Axboe | 2018-11-07 | 1 | -16/+10 |
* | block: remove non mq parts from the flush code | Jens Axboe | 2018-11-07 | 1 | -124/+30 |
* | blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxs | Jianchao Wang | 2018-10-13 | 1 | -3/+3 |
* | block: fix use-after-free in block flush handling | Jens Axboe | 2018-06-09 | 1 | -1/+3 |
* | block: pass failfast and driver-specific flags to flush requests | Hannes Reinecke | 2018-06-06 | 1 | -3/+6 |