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