summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-6/+18
|\
| * s390/dasd: remove ioctl_by_bdev callsStefan Haberland2020-05-211-6/+18
* | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-0236-859/+2879
|\ \
| * | blk-wbt: rename __wbt_update_limits to wbt_update_limitsGuoqing Jiang2020-05-291-4/+4
| * | blk-wbt: remove wbt_update_limitsGuoqing Jiang2020-05-292-12/+0
| * | blk-throttle: remove tg_drain_biosGuoqing Jiang2020-05-291-22/+0
| * | blk-throttle: remove blk_throtl_drainGuoqing Jiang2020-05-292-43/+0
| * | blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei2020-05-293-2/+120
| * | blk-mq: add blk_mq_all_tag_iterMing Lei2020-05-292-18/+34
| * | blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig2020-05-291-21/+23
| * | blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig2020-05-293-13/+13
| * | blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig2020-05-293-5/+5
| * | blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig2020-05-291-17/+19
| * | blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig2020-05-291-14/+22
| * | blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig2020-05-294-4/+4
| * | blk-mq: blk-mq: provide forced completion methodKeith Busch2020-05-291-2/+13
| * | block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King2020-05-271-1/+1
| * | block: reduce part_stat_lock() scopeChristoph Hellwig2020-05-272-3/+5
| * | block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov2020-05-271-3/+8
| * | block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov2020-05-274-12/+19
| * | block: account merge of two requestsKonstantin Khlebnikov2020-05-271-7/+5
| * | block: always use a percpu variable for disk statsChristoph Hellwig2020-05-273-12/+7
| * | block: move update_io_ticks to blk-core.cChristoph Hellwig2020-05-273-17/+15
| * | block: remove generic_{start,end}_io_acctChristoph Hellwig2020-05-271-39/+0
| * | block: add disk/bio-based accounting helpersChristoph Hellwig2020-05-271-0/+34
| * | block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig2020-05-221-8/+0
| * | block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-15/+2
| * | block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2020-05-192-2/+0
| * | block: Fix type of first compat_put_{,u}long() argumentBart Van Assche2020-05-191-2/+2
| * | block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig2020-05-193-26/+8
| * | block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig2020-05-192-18/+5
| * | block: move the blk-mq calls out of part_in_flight{,_rw}Christoph Hellwig2020-05-191-14/+14
| * | block: mark blk_account_io_completion staticChristoph Hellwig2020-05-192-2/+1
| * | blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig2020-05-193-30/+27
| * | blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctxChristoph Hellwig2020-05-191-3/+0
| * | blk-mq: remove a pointless queue enter pair in blk_mq_alloc_requestChristoph Hellwig2020-05-191-3/+0
| * | blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_requestChristoph Hellwig2020-05-191-11/+16
| * | block: blk-crypto-fallback for Inline EncryptionSatya Tangirala2020-05-145-20/+751
| * | block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala2020-05-143-0/+29
| * | block: Inline encryption support for blk-mqSatya Tangirala2020-05-1410-7/+599
| * | block: Keyslot Manager for Inline EncryptionSatya Tangirala2020-05-143-0/+386
| * | iocost: don't let vrate run wild while there's no saturation signalTejun Heo2020-05-141-4/+24
| * | block: move blk_io_schedule() out of header fileMing Lei2020-05-141-0/+13
| * | block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn2020-05-121-0/+2
| * | block: Modify revalidate zonesDamien Le Moal2020-05-121-1/+8
| * | block: introduce blk_req_zone_write_trylockJohannes Thumshirn2020-05-121-0/+14
| * | block: Introduce REQ_OP_ZONE_APPENDKeith Busch2020-05-125-4/+181
| * | block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig2020-05-123-29/+45
| * | block: don't hold part0's refcount in IO pathMing Lei2020-05-122-9/+8
| * | block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei2020-05-122-2/+2