summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-155/+389
2026-08-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds4-43/+31
2026-08-17Merge tag 'vfs-7.3-rc1.super' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-26/+99
2026-08-17Merge tag 'vfs-7.3-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2026-08-16blk-mq: add missing call to srcu_barrier() in blk_mq_free_tag_set()Marek Szyprowski1-0/+1
2026-08-16block: don't include blk-integrity.h in bdev.cChristoph Hellwig1-1/+0
2026-08-16block: set QUEUE_FLAG_DYING unconditionally in blk_mark_disk_dead()胡连勤1-0/+1
2026-08-16block: skip blkcg walk in blk_cgroup_congested() when nothing throttledUsama Arif2-5/+35
2026-08-16blk-iocost: clear delay state when freeing policy dataUsama Arif1-0/+7
2026-08-16blk-iolatency: clear delay state when freeing policy dataUsama Arif1-0/+9
2026-08-16block/mq-deadline: Drop unused dd parametersHongfu Li1-14/+11
2026-08-16block: introduce bio_iov_iter_set()Pavel Begunkov3-15/+16
2026-08-16block: move bvec init into __bio_clonePavel Begunkov1-3/+2
2026-08-06block: rename bi_bvec_donePavel Begunkov4-8/+8
2026-08-04block/blk-iocost: annotate ioc_pd_stat reads with data_race()Tao Cui1-6/+6
2026-08-04block: handle nogenerate/noverify properly in fs-integrityChristoph Hellwig1-1/+5
2026-08-04block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.hChristoph Hellwig1-2/+0
2026-08-04block: remove bip_should_checkChristoph Hellwig1-6/+2
2026-08-04block: implement async io_uring zone reset allChristoph Hellwig1-0/+37
2026-08-04block: remove most blkdev_cmd_discard argumentsChristoph Hellwig1-13/+10
2026-08-04block: also reject zone open / close on conventional zonesChristoph Hellwig1-6/+3
2026-08-04block: remove blk_zone_wplug_handle_zone_mgmtChristoph Hellwig2-20/+8
2026-08-04block: allow REQ_NOWAIT zone management commandsChristoph Hellwig1-9/+0
2026-08-04block: remove a dead return statement in blk_zone_plug_bioChristoph Hellwig1-2/+0
2026-08-04block/bfq-cgroup: use data_race() for online testTao Cui1-2/+2
2026-08-04blk-throttle: remove dead field last_check_time from throtl_grpTao Cui1-2/+0
2026-08-04block/kyber-iosched: flush per-cpu latency buckets over possible CPUsTao Cui1-1/+1
2026-08-04block/blk-iocost: collect per-cpu latency stats over possible CPUsTao Cui1-1/+1
2026-08-04block/blk-iolatency: account per-cpu latency stats over possible CPUsTao Cui1-2/+2
2026-08-04block/blk-stat: drain per-cpu callback stats over possible CPUsTao Cui1-1/+1
2026-08-04blk-cgroup: factor policy pd teardown loop into helperZheng Qixing1-30/+27
2026-08-04blk-cgroup: skip dying blkg in blkcg_activate_policy()Zheng Qixing1-0/+2
2026-08-04blk-cgroup: fix race between policy activation and blkg destructionZheng Qixing1-0/+3
2026-08-04blk-cgroup: protect q->blkg_list iteration in blkg_destroy_all() with blkcg_m...Yu Kuai1-0/+3
2026-08-04block/blk-cgroup-rwstat: use data_race() for online testTao Cui1-3/+2
2026-07-31block: enable RWF_DONTCACHE for block devicesTal Zussman1-1/+1
2026-07-31block: add task-context bio completion infrastructureTal Zussman1-1/+131
2026-07-31block: validate user space vectors during extractionKeith Busch3-5/+55
2026-07-31block: convert iomap ops to ->iomap_next()Joanne Koong1-1/+3
2026-07-31block: fix dio leak on metadata mapping errorKeith Busch1-2/+4
2026-07-31block: use blkdev_iov_iter_get_pages status for errorsKeith Busch1-1/+1
2026-07-29block: stop the timeout timer when releasing a never added diskChao Shi1-4/+8
2026-07-20blk-crypto: Remove unused function blk_crypto_config_supported()Eric Biggers1-14/+0
2026-07-20blk-crypto: Allow control over whether hardware is usedEric Biggers1-1/+10
2026-07-20blk-crypto: Fold __blk_crypto_cfg_supported() into its callerEric Biggers3-27/+21
2026-07-20blk-crypto: Simplify check for fallback supportEric Biggers1-2/+1
2026-07-16block: fix aligning of bounced dio read biosChristoph Hellwig1-23/+28
2026-07-16block: handle huge zero folios in bio_free_foliosChristoph Hellwig1-1/+1
2026-07-16block: try slab allocation in bio_alloc_bioset() before mempoolJoseph Qi1-0/+8
2026-07-16block: show operation in error injection rulesJackie Liu1-3/+4