summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2020-06-30blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei
2020-06-30blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei
2020-06-30blk-mq: support batching dispatch in case of ioMing Lei
2020-06-30blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: remove dead check from blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: move getting driver tag and budget into one helperMing Lei
2020-06-30blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei
2020-06-29block/keyslot-manager: use kvfree_sensitive()Eric Biggers
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig
2020-06-29blk-mq: put driver tag when this request is completedMing Lei
2020-06-29blk-cgroup: remove a dead check in blk_throtl_bioChristoph Hellwig
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig
2020-06-29block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig
2020-06-29block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig
2020-06-29block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig
2020-06-29blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao
2020-06-28blk-rq-qos: remove redundant finish_wait to rq_qos_wait.Guo Xuenan
2020-06-27Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-25blktrace: Provide event for request mergingJan Kara
2020-06-24blk-iocost: Use struct_size() in kzalloc_node()Gustavo A. R. Silva
2020-06-24block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva
2020-06-24block: create the request_queue debugfs_dir on registrationLuis Chamberlain
2020-06-24block: revert back to synchronous request_queue removalLuis Chamberlain
2020-06-24block: clarify context for refcount increment helpersLuis Chamberlain
2020-06-24block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain
2020-06-24blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig
2020-06-24blk-mq: factor out a blk_mq_complete_need_ipi helperChristoph Hellwig
2020-06-24blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_requestChristoph Hellwig
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig
2020-06-24blk-mq: merge the softirq vs non-softirq IPI logicChristoph Hellwig
2020-06-24blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMPChristoph Hellwig
2020-06-24blk-mq: complete polled requests directlyChristoph Hellwig
2020-06-24blk-mq: remove raise_blk_irqChristoph Hellwig
2020-06-24blk-mq: factor out a helper to reise the block softirqChristoph Hellwig
2020-06-24blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig
2020-06-24block: release bip in a right way in error pathChengguang Xu
2020-06-21block: provide plug based way of signaling forced no-wait semanticsJens Axboe
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko
2020-06-17block: update hctx map when use multiple mapsWeiping Zhang
2020-06-15block: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15blk-mq: Remove redundant 'return' statementBaolin Wang
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds