summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2026-01-22blk-mq: use BLK_POLL_ONESHOT for synchronous poll completionMing Lei-1/+1
2026-01-19block: Fix an error path in disk_update_zone_resources()Bart Van Assche-0/+1
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2026-01-10block: zero non-PI portion of auto integrity bufferCaleb Sander Mateos-1/+1
2026-01-09Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-23/+28
2026-01-07blk-mq: avoid stall during boot due to synchronize_rcu_expeditedMikulas Patocka-2/+1
2026-01-06block: don't merge bios with different app_tagsCaleb Sander Mateos-5/+18
2026-01-06blk-rq-qos: Remove unlikely() hints from QoS checksBreno Leitao-16/+9
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+3
2026-01-01block, bfq: update outdated commentJulia Lawall-1/+1
2025-12-30blk-mq: skip CPU offline notify on unmapped hctxCong Zhang-1/+1
2025-12-28block,bfq: fix aux stat accumulation destinationshechenglong-1/+1
2025-12-20Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-20/+37
2025-12-18block: validate interval_exp integrity limitCaleb Sander Mateos-1/+6
2025-12-18block: validate pi_offset integrity limitCaleb Sander Mateos-4/+3
2025-12-17block: add allocation size check in blkdev_pr_read_keys()Deepanshu Kartikey-4/+5
2025-12-12block: fix race between wbt_enable_default and IO submissionMing Lei-11/+23
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-21/+17
2025-12-10blk-mq-dma: always initialize dma stateKeith Busch-0/+1
2025-12-10blk-mq: delete task running check in blk_hctx_poll()Fengnan Chang-10/+2
2025-12-09block: fix cached zone reports on devices with native zone appendJohannes Thumshirn-1/+1
2025-12-09block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella-9/+8
2025-12-09block: prohibit calls to bio_chain_endioShida Zhang-1/+5
2025-12-09Merge tag 'block-6.19-20251208' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-77/+155
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-1/+1
2025-12-04block: fix memory leak in __blkdev_issue_zero_pagesShaurya Rane-3/+3
2025-12-04block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOsDamien Le Moal-0/+4
2025-12-04blk-mq: Abort suspend when wakeup events are pendingCong Zhang-2/+16
2025-12-04block: add IOC_PR_READ_RESERVATION ioctlStefan Hajnoczi-0/+28
2025-12-04block: add IOC_PR_READ_KEYS ioctlStefan Hajnoczi-0/+56
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang-18/+12
2025-12-04block: use bio_alloc_bioset for passthru IO by defaultFengnan Chang-54/+36
2025-12-03Merge tag 'for-6.19/block-20251201' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-549/+1270
2025-12-03Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+4
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-12-01Merge tag 'vfs-6.19-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+18
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+3
2025-12-01blk-mq: use queue_hctx in blk_mq_map_queue_typeFengnan Chang-1/+1
2025-11-28blk-mq: fix potential uaf for 'queue_hw_ctx'Fengnan Chang-1/+6
2025-11-28blk-mq: use array manage hctx map instead of xarrayFengnan Chang-23/+39
2025-11-25block: ignore __blkdev_issue_discard() return valueChaitanya Kulkarni-3/+3
2025-11-25block: fix typos in comments and strings in blk-coreshechenglong-6/+6
2025-11-25block: Remove references to __device_add_disk()John Garry-3/+3
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky-1/+1
2025-11-20block: use min() instead of min_t()David Laight-6/+3
2025-11-18block: remove the declaration of elevator_init_mq functionChengkaitao-1/+0
2025-11-18Revert "block: consider discard merge last"Jens Axboe-6/+6
2025-11-18block: Remove queue freezing from several sysfs store callbacksBart Van Assche-18/+8
2025-11-18block: plug attempts to batch allocate tags multiple timesXue He-14/+19