aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig1-1/+2
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig1-19/+14
2020-06-29block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig1-5/+10
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig1-31/+18
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig2-77/+101
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig1-26/+0
2020-06-29block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig1-32/+13
2020-06-29block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig1-6/+6
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig1-19/+8
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao1-0/+3
2020-06-28blk-rq-qos: remove redundant finish_wait to rq_qos_wait.Guo Xuenan1-2/+0
2020-06-27Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+14
2020-06-25blktrace: Provide event for request mergingJan Kara1-0/+2
2020-06-24blk-iocost: Use struct_size() in kzalloc_node()Gustavo A. R. Silva1-2/+1
2020-06-24block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva1-3/+1
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain4-14/+10
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain3-21/+47