summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig5-5/+5
2020-05-29nvme: force complete cancelled requestsKeith Busch1-1/+1
2020-05-29blk-mq: blk-mq: provide forced completion methodKeith Busch2-2/+14
2020-05-28block: fix a warning when blkdev.h is included for !CONFIG_BLOCK buildsChristoph Hellwig1-1/+1
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: use __this_cpu_add() instead of access by smp_processor_id()Konstantin Khlebnikov1-1/+1
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov2-5/+10
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 Hellwig5-69/+18
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig3-17/+15
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig2-45/+0
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig1-14/+10
2020-05-27nvdimm: use bio_{start,end}_io_acctChristoph Hellwig4-25/+12
2020-05-27dm: use bio_{start,end}_io_acctChristoph Hellwig1-7/+2
2020-05-27bcache: use bio_{start,end}_io_acctChristoph Hellwig1-14/+4
2020-05-27lightnvm/pblk: use bio_{start,end}_io_acctChristoph Hellwig2-12/+7
2020-05-27rsxx: use bio_{start,end}_io_acctChristoph Hellwig1-17/+2
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig1-23/+4
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig2-0/+62
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 Hellwig22-41/+27
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang2-2/+0
2020-05-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche1-0/+26
2020-05-19block: Document the bio_vec propertiesBart Van Assche1-2/+11
2020-05-19bio.h: Declare the arguments of the bio iteration functions constBart Van Assche1-3/+3
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 Hellwig4-31/+37
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-16blktrace: Report pid with note messagesJan Kara1-2/+2
2020-05-16block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig1-2/+0
2020-05-14block: blk-crypto-fallback for Inline EncryptionSatya Tangirala6-21/+752
2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala4-0/+59
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala14-7/+684
2020-05-14block: Keyslot Manager for Inline EncryptionSatya Tangirala6-0/+550
2020-05-14Documentation: Document the blk-crypto frameworkSatya Tangirala2-0/+264
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 Lei2-12/+15
2020-05-12zonefs: use REQ_OP_ZONE_APPEND for sync DIOJohannes Thumshirn1-8/+72
2020-05-12block: export bio_release_pages and bio_iov_iter_get_pagesJohannes Thumshirn1-0/+2
2020-05-12null_blk: Support REQ_OP_ZONE_APPENDDamien Le Moal1-8/+29
2020-05-12scsi: sd_zbc: emulate ZONE_APPEND commandsJohannes Thumshirn3-30/+392
2020-05-12scsi: sd_zbc: factor out sanity checks for zoned commandsJohannes Thumshirn1-11/+25