summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-29blk-mq: open code __blk_mq_alloc_request in blk_mq_alloc_request_hctxChristoph Hellwig
2020-05-29blk-mq: use BLK_MQ_NO_TAG in more placesChristoph Hellwig
2020-05-29blk-mq: rename BLK_MQ_TAG_FAIL to BLK_MQ_NO_TAGChristoph Hellwig
2020-05-29blk-mq: move more request initialization to blk_mq_rq_ctx_initChristoph Hellwig
2020-05-29blk-mq: simplify the blk_mq_get_request calling conventionChristoph Hellwig
2020-05-29blk-mq: remove the bio argument to ->prepare_requestChristoph Hellwig
2020-05-29nvme: force complete cancelled requestsKeith Busch
2020-05-29blk-mq: blk-mq: provide forced completion methodKeith Busch
2020-05-28block: fix a warning when blkdev.h is included for !CONFIG_BLOCK buildsChristoph Hellwig
2020-05-27block: blk-crypto-fallback: remove redundant initialization of variable errColin Ian King
2020-05-27block: reduce part_stat_lock() scopeChristoph Hellwig
2020-05-27block: use __this_cpu_add() instead of access by smp_processor_id()Konstantin Khlebnikov
2020-05-27block: remove rcu_read_lock() from part_stat_lock()Konstantin Khlebnikov
2020-05-27block: add a blk_account_io_merge_bio helperKonstantin Khlebnikov
2020-05-27block: account merge of two requestsKonstantin Khlebnikov
2020-05-27block: always use a percpu variable for disk statsChristoph Hellwig
2020-05-27block: move update_io_ticks to blk-core.cChristoph Hellwig
2020-05-27block: remove generic_{start,end}_io_acctChristoph Hellwig
2020-05-27zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acctChristoph Hellwig
2020-05-27nvdimm: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27dm: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27bcache: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27lightnvm/pblk: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27rsxx: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27drbd: use bio_{start,end}_io_acctChristoph Hellwig
2020-05-27block: add disk/bio-based accounting helpersChristoph Hellwig
2020-05-22block: remove the disk and queue NULL checks in blkdev_issue_flushChristoph Hellwig
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-05-19block: Remove unused flush_queue_delayed in struct blk_flush_queueBaolin Wang
2020-05-19null_blk: Zero-initialize read buffers in non-memory-backed modeBart Van Assche
2020-05-19block: Document the bio_vec propertiesBart Van Assche
2020-05-19bio.h: Declare the arguments of the bio iteration functions constBart Van Assche
2020-05-19block: Fix type of first compat_put_{,u}long() argumentBart Van Assche
2020-05-19block: merge part_{inc,dev}_in_flight into their only callersChristoph Hellwig
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig
2020-05-19block: move the blk-mq calls out of part_in_flight{,_rw}Christoph Hellwig
2020-05-19block: mark blk_account_io_completion staticChristoph Hellwig
2020-05-19blk-mq: allow blk_mq_make_request to consume the q_usage_counter referenceChristoph Hellwig
2020-05-19blk-mq: remove a pointless queue enter pair in blk_mq_alloc_request_hctxChristoph Hellwig
2020-05-19blk-mq: remove a pointless queue enter pair in blk_mq_alloc_requestChristoph Hellwig
2020-05-19blk-mq: move the call to blk_queue_enter_live out of blk_mq_get_requestChristoph Hellwig
2020-05-16blktrace: Report pid with note messagesJan Kara
2020-05-16block: remove the REQ_NOWAIT_INLINE flagChristoph Hellwig
2020-05-14block: blk-crypto-fallback for Inline EncryptionSatya Tangirala
2020-05-14block: Make blk-integrity preclude hardware inline encryptionSatya Tangirala
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala
2020-05-14block: Keyslot Manager for Inline EncryptionSatya Tangirala
2020-05-14Documentation: Document the blk-crypto frameworkSatya Tangirala
2020-05-14iocost: don't let vrate run wild while there's no saturation signalTejun Heo
2020-05-14block: move blk_io_schedule() out of header fileMing Lei