summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2020-05-29blk-mq: drain I/O when all CPUs in a hctx are offlineMing Lei3-2/+120
2020-05-29blk-mq: add blk_mq_all_tag_iterMing Lei2-18/+34
2020-05-29blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig1-21/+23
2020-05-29blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig3-13/+13
2020-05-29blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig3-5/+5
2020-05-29blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig1-17/+19
2020-05-29blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig1-14/+22
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig4-4/+4
2020-05-29blk-mq: blk-mq: provide forced completion methodKeith Busch1-2/+13
2020-05-28Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT"Jens Axboe1-7/+4
2020-05-27block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King1-1/+1
2020-05-27block: reduce part_stat_lock() scopeChristoph Hellwig2-3/+5
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov1-3/+8
2020-05-27block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov4-12/+19
2020-05-27block: account merge of two requestsKonstantin Khlebnikov1-7/+5
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig3-12/+7
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig3-17/+15
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig1-39/+0
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig1-0/+34
2020-05-22block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig1-8/+0
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-15/+2
2020-05-21s390/dasd: remove ioctl_by_bdev callsStefan Haberland1-6/+18
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2-2/+0
2020-05-19block: Fix type of first compat_put_{,u}long() argumentBart Van Assche1-2/+2
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig3-26/+8
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig2-18/+5
2020-05-19block: move the blk-mq calls out of part_in_flight{,_rw}Christoph Hellwig1-14/+14
2020-05-19block: mark blk_account_io_completion staticChristoph Hellwig2-2/+1
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig3-30/+27
2020-05-19blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctxChristoph Hellwig1-3/+0
2020-05-19blk-mq: remove a pointless queue enter pair in blk_mq_alloc_requestChristoph Hellwig1-3/+0
2020-05-19blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_requestChristoph Hellwig1-11/+16
2020-05-14block: blk-crypto-fallback for Inline EncryptionSatya Tangirala5-20/+751
2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala3-0/+29
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala10-7/+599
2020-05-14block: Keyslot Manager for Inline EncryptionSatya Tangirala3-0/+386
2020-05-14iocost: don't let vrate run wild while there's no saturation signalTejun Heo1-4/+24
2020-05-14block: move blk_io_schedule() out of header fileMing Lei1-0/+13
2020-05-13block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn1-0/+2
2020-05-13block: Modify revalidate zonesDamien Le Moal1-1/+8
2020-05-13block: introduce blk_req_zone_write_trylockJohannes Thumshirn1-0/+14
2020-05-13block: Introduce REQ_OP_ZONE_APPENDKeith Busch5-4/+181
2020-05-13block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig3-29/+45
2020-05-13block: don't hold part0's refcount in IO pathMing Lei2-9/+8
2020-05-13block: only define 'nr_sects_seq' in hd_part for 32bit SMPMing Lei2-2/+2
2020-05-13block: fix use-after-free on cached last_lookup partitionMing Lei3-16/+23
2020-05-13block: reset mapping if failed to update hardware queue countWeiping Zhang1-1/+1
2020-05-10bdi: remove the name field in struct backing_dev_infoChristoph Hellwig1-1/+0
2020-05-10bdi: simplify bdi_allocChristoph Hellwig1-1/+1
2020-05-10bdi: remove bdi_register_ownerChristoph Hellwig1-3/+5