aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-03-12mm: refactor readahead defines in mm.hGravatar Nikolay Borisov 1-2/+1
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-133/+106
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-8/+54
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 17-484/+658
2019-03-02block: fix updating bio's front segment sizeGravatar Ming Lei 1-0/+8
2019-02-28block: Replace function name in string with __func__Gravatar Keyur Patel 1-4/+4
2019-02-28block: fix NULL pointer dereference in register_diskGravatar zhengbin 1-4/+6
2019-02-28blk-mq: use HCTX_TYPE_DEFAULT but not 0 to index blk_mq_tag_set->mapGravatar Dongli Zhang 1-7/+7
2019-02-28block: implement bio helper to add iter bvec pages to bioGravatar Jens Axboe 1-8/+54
2019-02-27block: optimize blk_bio_segment_split for single-page bvecGravatar Ming Lei 1-3/+9
2019-02-27block: optimize __blk_segment_map_sg() for single-page bvecGravatar Ming Lei 1-2/+7
2019-02-27block: introduce bvec_nth_page()Gravatar Ming Lei 1-1/+1
2019-02-21block: bounce: make sure that bvec table is updatedGravatar Ming Lei 1-2/+6
2019-02-19block: avoid to READ fields of null bioGravatar Ming Lei 1-1/+3
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+10
2019-02-15Merge tag 'v5.0-rc6' into for-5.1/blockGravatar Jens Axboe 5-11/+57
2019-02-15block: kill BLK_MQ_F_SG_MERGEGravatar Ming Lei 1-1/+0
2019-02-15block: kill QUEUE_FLAG_NO_SG_MERGEGravatar Ming Lei 3-29/+6
2019-02-15block: enable multipage bvecsGravatar Ming Lei 1-7/+15
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecGravatar Ming Lei 2-11/+22
2019-02-15block: use bio_for_each_bvec() to map sgGravatar Ming Lei 1-20/+50
2019-02-15block: use bio_for_each_bvec() to compute multi-page bvec countGravatar Ming Lei 1-20/+83
2019-02-15block: don't use bio->bi_vcnt to figure out segment numberGravatar Ming Lei 1-7/+1
2019-02-11blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueGravatar Jianchao Wang 1-2/+10
2019-02-11block: avoid setting none scheduler if it's already noneGravatar Aleksei Zakharov 1-1/+4
2019-02-11block: avoid setting wbt_lat_usec to current valueGravatar Aleksei Zakharov 1-0/+3
2019-02-10blk-sysfs: Rework documention of __blk_release_queueGravatar Marcos Paulo de Souza 1-12/+7
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueGravatar Marcos Paulo de Souza 1-1/+1
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQGravatar Jens Axboe 2-10/+0
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+48
2019-02-08block: avoid setting nr_requests to current valueGravatar Aleksei Zakharov 1-0/+3
2019-02-08blk-mq: remove duplicated definition of blk_mq_freeze_queueGravatar Liu Bo 1-1/+0
2019-02-08Blk-iolatency: warn on negative inflight IO counterGravatar Liu Bo 1-1/+3
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterGravatar Liu Bo 1-7/+45
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2019-02-05scsi: block: remove bidi supportGravatar Christoph Hellwig 2-4/+0
2019-02-05scsi: block: remove req->specialGravatar Christoph Hellwig 1-1/+0
2019-02-05scsi: bsg-lib: handle bidi requests without block layer helpGravatar Christoph Hellwig 2-60/+52
2019-02-05scsi: bsg: refactor bsg_ioctlGravatar Christoph Hellwig 1-86/+72
2019-02-01blk-mq: save default hctx into ctx->hctxs for not-supported typeGravatar Jianchao Wang 2-9/+13
2019-02-01blk-mq: save queue mapping result into ctx directlyGravatar Jianchao Wang 5-8/+9
2019-01-31block, bfq: fix in-service-queue check for queue mergingGravatar Paolo Valente 2-1/+7
2019-01-31block, bfq: do not overcharge writes in asymmetric scenariosGravatar Paolo Valente 1-1/+2
2019-01-31block, bfq: port commit "cfq-iosched: improve hw_tag detection"Gravatar Paolo Valente 1-0/+13
2019-01-31block, bfq: reduce threshold for detecting command queueingGravatar Paolo Valente 1-2/+2
2019-01-31block, bfq: fix queue removal from weights treeGravatar Paolo Valente 2-7/+16
2019-01-31block, bfq: fix sequential rq detection in rate estimationGravatar Paolo Valente 1-5/+7
2019-01-31block, bfq: unconditionally plug I/O in asymmetric scenariosGravatar Paolo Valente 1-181/+165
2019-01-31block, bfq: do not plug I/O of in-service queue when harmfulGravatar Paolo Valente 1-14/+17
2019-01-31block, bfq: split function bfq_better_to_idleGravatar Paolo Valente 1-73/+82