aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-06-30blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listGravatar Ming Lei 3-9/+33
2020-06-30blk-mq: remove dead check from blk_mq_dispatch_rq_listGravatar Ming Lei 1-7/+0
2020-06-30blk-mq: move getting driver tag and budget into one helperGravatar Ming Lei 1-26/+40
2020-06-30blk-mq: pass hctx to blk_mq_dispatch_rq_listGravatar Ming Lei 3-12/+10
2020-06-30blk-mq: pass request queue into get/put budget callbackGravatar Ming Lei 3-16/+12
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagGravatar Christoph Hellwig 3-10/+6
2020-06-29blk-mq: put driver tag when this request is completedGravatar Ming Lei 2-6/+2
2020-06-29blk-cgroup: remove a dead check in blk_throtl_bioGravatar Christoph Hellwig 1-1/+1
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkGravatar Christoph Hellwig 4-3/+45
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioGravatar Christoph Hellwig 1-1/+2
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestGravatar Christoph Hellwig 1-19/+14
2020-06-29block: bypass blkg_tryget_closest for the root_blkgGravatar Christoph Hellwig 1-5/+10
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createGravatar Christoph Hellwig 1-31/+18
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cGravatar Christoph Hellwig 2-77/+101
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cGravatar Christoph Hellwig 1-26/+0
2020-06-29block: merge __bio_associate_blkg into bio_associate_blkg_from_cssGravatar Christoph Hellwig 1-32/+13
2020-06-29block: really clone the block cgroup in bio_clone_blkg_associationGravatar Christoph Hellwig 1-6/+6
2020-06-29block: remove bio_disassociate_blkgGravatar Christoph Hellwig 1-19/+8
2020-06-28blk-rq-qos: remove redundant finish_wait to rq_qos_wait.Gravatar Guo Xuenan 1-2/+0
2020-06-25blktrace: Provide event for request mergingGravatar Jan Kara 1-0/+2
2020-06-24blk-iocost: Use struct_size() in kzalloc_node()Gravatar Gustavo A. R. Silva 1-2/+1
2020-06-24block: bio: Use struct_size() in kmalloc()Gravatar Gustavo A. R. Silva 1-3/+1
2020-06-24block: create the request_queue debugfs_dir on registrationGravatar Luis Chamberlain 4-14/+10
2020-06-24block: revert back to synchronous request_queue removalGravatar Luis Chamberlain 3-21/+47
2020-06-24block: clarify context for refcount increment helpersGravatar Luis Chamberlain 2-0/+8
2020-06-24block: add docs for gendisk / request_queue refcount helpersGravatar Luis Chamberlain 2-1/+62
2020-06-24blk-mq: add a new blk_mq_complete_request_remote APIGravatar Christoph Hellwig 1-19/+26
2020-06-24blk-mq: factor out a blk_mq_complete_need_ipi helperGravatar Christoph Hellwig 1-18/+21
2020-06-24blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_requestGravatar Christoph Hellwig 1-2/+1
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestGravatar Christoph Hellwig 4-41/+13
2020-06-24blk-mq: merge the softirq vs non-softirq IPI logicGravatar Christoph Hellwig 1-65/+20
2020-06-24blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMPGravatar Christoph Hellwig 1-1/+2
2020-06-24blk-mq: complete polled requests directlyGravatar Christoph Hellwig 1-6/+11
2020-06-24blk-mq: remove raise_blk_irqGravatar Christoph Hellwig 1-30/+10
2020-06-24blk-mq: factor out a helper to reise the block softirqGravatar Christoph Hellwig 1-17/+14
2020-06-24blk-mq: merge blk-softirq.c into blk-mq.cGravatar Christoph Hellwig 3-157/+136
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-3/+5
2020-06-18partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseGravatar Andy Shevchenko 1-1/+1
2020-06-17block: update hctx map when use multiple mapsGravatar Weiping Zhang 1-1/+3
2020-06-15block: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-06-15blk-mq: Remove redundant 'return' statementGravatar Baolin Wang 1-1/+1
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 3-19/+19
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 3-19/+19
2020-06-07blk-mq: fix blk_mq_all_tag_iterGravatar Ming Lei 1-3/+9
2020-06-07blk-mq: split out a __blk_mq_get_driver_tag helperGravatar Christoph Hellwig 4-30/+35
2020-06-04block: nr_sects_write(): Disable preemption on seqcount writeGravatar Ahmed S. Darwish 1-0/+2
2020-06-04block: remove the error argument to the block_bio_complete tracepointGravatar Christoph Hellwig 1-2/+1
2020-06-02block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failedGravatar yu kuai 1-1/+0
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-6/+18
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 36-859/+2879