summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-0/+6
|\
| * block: provide plug based way of signaling forced no-wait semanticsJens Axboe2020-06-211-0/+6
* | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-0329-950/+1054
|\ \
| * | block: blk-timeout: delete duplicated wordRandy Dunlap2020-07-311-1/+1
| * | block: blk-mq-sched: delete duplicated wordRandy Dunlap2020-07-311-1/+1
| * | block: blk-mq: delete duplicated wordRandy Dunlap2020-07-311-1/+1
| * | block: genhd: delete duplicated wordsRandy Dunlap2020-07-311-3/+3
| * | block: elevator: delete duplicated word and fix typosRandy Dunlap2020-07-311-2/+2
| * | block: bio: delete duplicated wordsRandy Dunlap2020-07-311-2/+2
| * | block: bfq-iosched: fix duplicated wordRandy Dunlap2020-07-311-1/+1
| * | iocost: Fix check condition of iocg abs_vdebtChengming Zhou2020-07-301-1/+1
| * | block: Use non _rcu version of list functions for tag_set_listDaniel Wagner2020-07-281-2/+2
| * | blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov2020-07-172-5/+56
| * | blk-cgroup: make iostat functions visible to stat printingBoris Burkov2020-07-171-71/+71
| * | block: improve discard bio alignment in __blkdev_issue_discard()Coly Li2020-07-172-3/+42
| * | block: defer flush request no matter whether we have elevatorYufen Yu2020-07-171-7/+2
| * | block: make blk_timeout_init() staticWei Yongjun2020-07-171-1/+1
| * | block: remove retry loop in ioc_release_fn()John Ogness2020-07-161-3/+17
| * | block: remove unnecessary ioc nested lockingJohn Ogness2020-07-161-20/+6
| * | Revert "blk-rq-qos: remove redundant finish_wait to rq_qos_wait."Jens Axboe2020-07-151-0/+2
| * | block: always remove partitions from blk_drop_partitions()Ming Lei2020-07-151-2/+0
| * | block: relax jiffies rounding for timeoutsJens Axboe2020-07-151-2/+20
| * | blk-mq: remove redundant validation in __blk_mq_end_request()Baolin Wang2020-07-101-2/+1
| * | blk-mq: Remove unnecessary local variableBaolin Wang2020-07-101-3/+1
| * | writeback: remove struct bdi_writeback_congestedChristoph Hellwig2020-07-081-17/+2
| * | md: switch to ->check_events for media change notificationsChristoph Hellwig2020-07-081-7/+1
| * | blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-07-084-43/+19
| * | blk-mq: streamline handling of q->mq_ops->queue_rq resultMing Lei2020-07-081-13/+11
| * | block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig2020-07-071-2/+1
| * | block: initialize current->bio_list[1] in __submit_bio_noacct_mqChristoph Hellwig2020-07-021-4/+3
| * | Revert "blk-mq: put driver tag when this request is completed"Jens Axboe2020-07-015-42/+70
| * | blk-iolatency: only call ktime_get() if neededHongnan Li2020-07-011-1/+2
| * | block: remove direct_make_requestChristoph Hellwig2020-07-011-28/+0
| * | block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig2020-07-011-0/+30
| * | block: refator submit_bio_noacctChristoph Hellwig2020-07-011-68/+75
| * | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-017-30/+28
| * | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-014-42/+25
| * | block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig2020-07-011-2/+1
| * | block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig2020-07-011-11/+1
| * | block: tidy up a warning in bio_check_roChristoph Hellwig2020-07-011-2/+1
| * | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-013-14/+12
| * | blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao2020-07-011-2/+1
| * | blk-cgroup: clean up indentationColin Ian King2020-06-301-1/+1
| * | blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-06-304-44/+20
| * | blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei2020-06-302-20/+20
| * | blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei2020-06-303-66/+65
| * | blk-mq: support batching dispatch in case of ioMing Lei2020-06-302-9/+82
| * | blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei2020-06-303-9/+33
| * | blk-mq: remove dead check from blk_mq_dispatch_rq_listMing Lei2020-06-301-7/+0
| * | blk-mq: move getting driver tag and budget into one helperMing Lei2020-06-301-26/+40