summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-07-01block: tidy up a warning in bio_check_roChristoph Hellwig-2/+1
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig-31/+28
2020-07-01fs: remove a weird comment in submit_bh_wbcChristoph Hellwig-5/+0
2020-07-01dm: stop using ->queuedataChristoph Hellwig-2/+1
2020-07-01bcache: stop setting ->queuedataChristoph Hellwig-1/+0
2020-07-01zram: stop using ->queuedataChristoph Hellwig-2/+1
2020-07-01umem: stop using ->queuedataChristoph Hellwig-2/+2
2020-07-01rsxx: stop using ->queuedataChristoph Hellwig-4/+1
2020-07-01ps3vram: stop using ->queuedataChristoph Hellwig-2/+1
2020-07-01null_blk: stop using ->queuedata for bio modeChristoph Hellwig-1/+1
2020-07-01drbd: stop using ->queuedataChristoph Hellwig-2/+1
2020-07-01simdisk: stop using ->queuedataChristoph Hellwig-3/+1
2020-07-01nfblock: stop using ->queuedataChristoph Hellwig-2/+1
2020-07-01blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao-2/+1
2020-06-30blk-cgroup: clean up indentationColin Ian King-1/+1
2020-06-30blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei-44/+20
2020-06-30blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei-20/+20
2020-06-30blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei-66/+65
2020-06-30blk-mq: support batching dispatch in case of ioMing Lei-9/+82
2020-06-30blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei-9/+33
2020-06-30blk-mq: remove dead check from blk_mq_dispatch_rq_listMing Lei-7/+0
2020-06-30blk-mq: move getting driver tag and budget into one helperMing Lei-26/+40
2020-06-30blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei-12/+10
2020-06-30blk-mq: pass request queue into get/put budget callbackMing Lei-23/+17
2020-06-29blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig-12/+6
2020-06-29blk-mq: put driver tag when this request is completedMing Lei-6/+2
2020-06-29blk-cgroup: remove a dead check in blk_throtl_bioChristoph Hellwig-1/+1
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig-57/+47
2020-06-29blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig-3/+2
2020-06-29cgroup: unexport cgroup_rstat_updatedChristoph Hellwig-1/+0
2020-06-29blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_checkChristoph Hellwig-14/+1
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig-19/+14
2020-06-29block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig-5/+10
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig-31/+18
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig-107/+101
2020-06-29block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig-33/+17
2020-06-29block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig-32/+13
2020-06-29block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig-6/+6
2020-06-29block: remove bio_disassociate_blkgChristoph Hellwig-21/+8
2020-06-29dm: use bio_uninit instead of bio_disassociate_blkgChristoph Hellwig-3/+2
2020-06-28blk-rq-qos: remove redundant finish_wait to rq_qos_wait.Guo Xuenan-2/+0
2020-06-25blktrace: Provide event for request mergingJan Kara-0/+27
2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig-42/+46
2020-06-24block: reduce ifdef CONFIG_BLOCK madness in headersChristoph Hellwig-63/+46
2020-06-24fs: move the buffer_heads_over_limit stub to buffer_head.hChristoph Hellwig-1/+1
2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig-94/+96
2020-06-24block: simplify sb_is_blkdev_sbChristoph Hellwig-12/+6
2020-06-24fs: remove the mount_bdev and kill_block_super stubsChristoph Hellwig-16/+0
2020-06-24fs: remove the HAVE_UNLOCKED_IOCTL and HAVE_COMPAT_IOCTL definesChristoph Hellwig-6/+0
2020-06-24fs: remove an unused block_device_operations forward declarationChristoph Hellwig-2/+0