aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 5-23/+17
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagGravatar Christoph Hellwig 4-12/+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 5-57/+47
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioGravatar Christoph Hellwig 2-3/+2
2020-06-29cgroup: unexport cgroup_rstat_updatedGravatar Christoph Hellwig 1-1/+0
2020-06-29blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkGravatar Christoph Hellwig 1-14/+1
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 3-107/+101
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cGravatar Christoph Hellwig 3-33/+17
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 2-21/+8
2020-06-29dm: use bio_uninit instead of bio_disassociate_blkgGravatar Christoph Hellwig 1-3/+2
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 3-0/+27
2020-06-24block: move struct block_device to blk_types.hGravatar Christoph Hellwig 9-42/+46
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersGravatar Christoph Hellwig 3-63/+46
2020-06-24fs: move the buffer_heads_over_limit stub to buffer_head.hGravatar Christoph Hellwig 2-1/+1
2020-06-24block: move block-related definitions out of fs.hGravatar Christoph Hellwig 12-94/+96
2020-06-24block: simplify sb_is_blkdev_sbGravatar Christoph Hellwig 1-12/+6
2020-06-24fs: remove the mount_bdev and kill_block_super stubsGravatar Christoph Hellwig 1-16/+0
2020-06-24fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL definesGravatar Christoph Hellwig 1-6/+0
2020-06-24fs: remove an unused block_device_operations forward declarationGravatar Christoph Hellwig 1-2/+0
2020-06-24block: mark bd_finish_claiming staticGravatar Christoph Hellwig 2-5/+2
2020-06-24tty/sysrq: emergency_thaw_all does not depend on CONFIG_BLOCKGravatar Christoph Hellwig 2-3/+1
2020-06-24nvme-rdma: fix a missing completion with remove invalidationGravatar Christoph Hellwig 1-2/+3
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 6-48/+39
2020-06-24blktrace: ensure our debugfs dir existsGravatar Luis Chamberlain 1-0/+12
2020-06-24blktrace: fix debugfs use after freeGravatar Luis Chamberlain 1-6/+12
2020-06-24loop: be paranoid on exit and prevent new additions / removalsGravatar Luis Chamberlain 1-0/+4
2020-06-24blktrace: annotate required lock on do_blk_trace_setup()Gravatar Luis Chamberlain 1-0/+2
2020-06-24block: revert back to synchronous request_queue removalGravatar Luis Chamberlain 4-23/+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-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callGravatar Christoph Hellwig 6-9/+18
2020-06-24nvme-rdma: factor out a nvme_rdma_end_request helperGravatar Christoph Hellwig 1-19/+17
2020-06-24blk-mq: add a new blk_mq_complete_request_remote APIGravatar Christoph Hellwig 2-19/+27
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 19-72/+61
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