aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-16block: remove retry loop in ioc_release_fn()John Ogness1-3/+17
2020-07-16block: remove unnecessary ioc nested lockingJohn Ogness1-20/+6
2020-07-15block: add max_active_zones to blk-sysfsNiklas Cassel1-1/+13
2020-07-15block: add max_open_zones to blk-sysfsNiklas Cassel1-0/+15
2020-07-15Revert "blk-rq-qos: remove redundant finish_wait to rq_qos_wait."Jens Axboe1-0/+2
2020-07-15block: always remove partitions from blk_drop_partitions()Ming Lei1-2/+0
2020-07-15block: relax jiffies rounding for timeoutsJens Axboe1-2/+20
2020-07-10Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-07-10blk-mq: remove redundant validation in __blk_mq_end_request()Baolin Wang1-2/+1
2020-07-10blk-mq: Remove unnecessary local variableBaolin Wang1-3/+1
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig1-17/+2
2020-07-08md: switch to ->check_events for media change notificationsChristoph Hellwig1-7/+1
2020-07-08blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei4-43/+19
2020-07-08blk-mq: streamline handling of q->mq_ops->queue_rq resultMing Lei1-13/+11
2020-07-08nvme: support for zoned namespacesKeith Busch1-2/+3
2020-07-08block: add capacity field to zone descriptorsMatias Bjørling1-0/+1
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe3-11/+19
2020-07-07block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig1-2/+1
2020-07-07blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei1-2/+2
2020-07-05Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-07-02Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+4
2020-07-02block: initialize current->bio_list[1] in __submit_bio_noacct_mqChristoph Hellwig1-4/+3
2020-07-02block: make function __bio_integrity_free() staticWei Yongjun1-1/+2
2020-07-01Revert "blk-mq: put driver tag when this request is completed"Jens Axboe5-42/+70
2020-07-01blk-iolatency: only call ktime_get() if neededHongnan Li1-1/+2
2020-07-01block: remove direct_make_requestChristoph Hellwig1-28/+0
2020-07-01block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig1-0/+30
2020-07-01block: refator submit_bio_noacctChristoph Hellwig1-68/+75
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig7-30/+28
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig4-42/+25
2020-07-01block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig1-2/+1
2020-07-01block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig1-11/+1
2020-07-01block: tidy up a warning in bio_check_roChristoph Hellwig1-2/+1
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig3-14/+12
2020-07-01blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao1-2/+1
2020-06-30blk-cgroup: clean up indentationColin Ian King1-1/+1
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei4-44/+20
2020-06-30blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei2-20/+20
2020-06-30blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei3-66/+65
2020-06-30blk-mq: support batching dispatch in case of ioMing Lei2-9/+82
2020-06-30blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei3-9/+33
2020-06-30blk-mq: remove dead check from blk_mq_dispatch_rq_listMing Lei1-7/+0
2020-06-30blk-mq: move getting driver tag and budget into one helperMing Lei1-26/+40
2020-06-30blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei3-12/+10
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei3-16/+12
2020-06-29block/keyslot-manager: use kvfree_sensitive()Eric Biggers1-2/+1
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig3-10/+6
2020-06-29blk-mq: put driver tag when this request is completedMing Lei2-6/+2
2020-06-29blk-cgroup: remove a dead check in blk_throtl_bioChristoph Hellwig1-1/+1
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig4-3/+45