| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-02-15 | 1 | -2/+10 |
|\ |
|
| * | blk-mq: insert rq with DONTPREP to hctx dispatch list when requeue | Jianchao Wang | 2019-02-12 | 1 | -2/+10 |
* | | Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-02-09 | 2 | -9/+48 |
|\| |
|
| * | blk-mq: remove duplicated definition of blk_mq_freeze_queue | Liu Bo | 2019-02-08 | 1 | -1/+0 |
| * | Blk-iolatency: warn on negative inflight IO counter | Liu Bo | 2019-02-08 | 1 | -1/+3 |
| * | blk-iolatency: fix IO hang due to negative inflight counter | Liu Bo | 2019-02-08 | 1 | -7/+45 |
* | | Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-02-08 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | blk-mq: protect debugfs_create_files() from failures | Greg Kroah-Hartman | 2019-01-31 | 1 | -0/+3 |
* | | blk-mq: fix a hung issue when fsync | Jianchao Wang | 2019-01-30 | 1 | -1/+1 |
* | | block: pass no-op callback to INIT_WORK(). | Tetsuo Handa | 2019-01-30 | 1 | -1/+5 |
* | | Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED" | Jens Axboe | 2019-01-27 | 2 | -11/+10 |
* | | blk-wbt: Declare local functions static | Bart Van Assche | 2019-01-24 | 1 | -2/+2 |
* | | blk-mq: fix the cmd_flag_name array | Jianchao Wang | 2019-01-24 | 1 | -1/+2 |
* | | block: cover another queue enter recursion via BIO_QUEUE_ENTERED | Ming Lei | 2019-01-22 | 2 | -10/+11 |
* | | block: Cleanup license notice | Thomas Gleixner | 2019-01-18 | 1 | -2/+0 |
* | | block: don't lose track of REQ_INTEGRITY flag | Ming Lei | 2019-01-16 | 1 | -1/+2 |
* | | block, bfq: fix comments on __bfq_deactivate_entity | Paolo Valente | 2019-01-14 | 1 | -6/+5 |
|/ |
|
* | block: fix kerneldoc comment for blk_attempt_plug_merge() | Jonathan Corbet | 2019-01-09 | 1 | -1/+0 |
* | block: clarify documentation for blk_{start|finish}_plug | Jeff Moyer | 2019-01-09 | 1 | -0/+19 |
* | Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-block | Linus Torvalds | 2019-01-03 | 3 | -23/+8 |
|\ |
|
| * | bsg: deprecate BIDI support in bsg | Christoph Hellwig | 2018-12-21 | 1 | -0/+4 |
| * | blkcg: remove unused __blkg_release_rcu() | Dennis Zhou | 2018-12-21 | 1 | -23/+0 |
| * | blkcg: clean up blkg_tryget_closest() | Dennis Zhou | 2018-12-21 | 1 | -0/+4 |
* | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2018-12-29 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: surround Kconfig file paths with double quotes | Masahiro Yamada | 2018-12-21 | 1 | -1/+1 |
* | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-12-28 | 3 | -18/+8 |
|\ \ \ |
|
| * | | | scsi: block: remove the cluster flag | Christoph Hellwig | 2018-12-19 | 3 | -18/+8 |
* | | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-12-28 | 52 | -10182/+1813 |
|\ \ \ \ |
|
| * | | | | kyber: use sbitmap add_wait_queue/list_del wait helpers | Jens Axboe | 2018-12-20 | 1 | -13/+15 |
| | |_|/
| |/| | |
|
| * | | | block: save irq state in blkg_lookup_create() | Ming Lei | 2018-12-19 | 1 | -2/+4 |
| * | | | block: make request_to_qc_t public | Sagi Grimberg | 2018-12-18 | 1 | -8/+0 |
| * | | | blk-mq: enable IO poll if .nr_queues of type poll > 0 | Ming Lei | 2018-12-18 | 2 | -2/+4 |
| * | | | blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight() | Jens Axboe | 2018-12-18 | 1 | -8/+8 |
| * | | | blk-mq: skip zero-queue maps in blk_mq_map_swqueue | Ming Lei | 2018-12-17 | 1 | -0/+3 |
| * | | | block: fix blk-iolatency accounting underflow | Dennis Zhou | 2018-12-17 | 2 | -1/+6 |
| * | | | blk-mq: fix dispatch from sw queue | Ming Lei | 2018-12-17 | 4 | -45/+68 |
| * | | | block: mq-deadline: Fix write completion handling | Damien Le Moal | 2018-12-17 | 3 | -2/+14 |
| * | | | blk-mq: only dispatch to non-defauly queue maps if they have queues | Christoph Hellwig | 2018-12-17 | 1 | -5/+8 |
| * | | | blk-mq: export hctx->type in debugfs instead of sysfs | Ming Lei | 2018-12-17 | 2 | -17/+16 |
| * | | | blk-mq: fix allocation for queue mapping table | Ming Lei | 2018-12-17 | 1 | -1/+1 |
| * | | | blk-wbt: export internal state via debugfs | Ming Lei | 2018-12-17 | 1 | -0/+91 |
| * | | | blk-mq-debugfs: support rq_qos | Ming Lei | 2018-12-17 | 4 | -0/+97 |
| * | | | block: clear REQ_HIPRI if polling is not supported | Christoph Hellwig | 2018-12-16 | 1 | -0/+3 |
| * | | | blk-mq: replace and kill blk_mq_request_issue_directly | Jianchao Wang | 2018-12-16 | 3 | -11/+8 |
| * | | | blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requests | Jianchao Wang | 2018-12-16 | 2 | -16/+12 |
| * | | | blk-mq: refactor the code of issue request directly | Jianchao Wang | 2018-12-16 | 1 | -49/+54 |
| * | | | block: remove the bio_integrity_advance export | Christoph Hellwig | 2018-12-16 | 1 | -1/+0 |
| * | | | block: remove the bioset_integrity_free export | Christoph Hellwig | 2018-12-16 | 1 | -1/+0 |
| * | | | block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exports | Christoph Hellwig | 2018-12-14 | 1 | -2/+0 |
| * | | | block: remove the unused bio_iov_iter_get_pages export | Christoph Hellwig | 2018-12-14 | 1 | -1/+0 |