summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner-3/+0
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei-6/+9
2026-01-19block: Fix an error path in disk_update_zone_resources()Bart Van Assche-0/+1
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe-6/+5
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2026-01-15block: improve blk_op_str() commentDamien Le Moal-5/+5
2026-01-15block: fix blk_zone_cond_str() commentDamien Le Moal-5/+5
2026-01-13block, nvme: remove unused dma_iova_state function parameterNitesh Shetty-2/+1
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe-27/+32
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig-28/+24
2026-01-11blk-crypto: optimize data unit alignment checkingChristoph Hellwig-25/+21
2026-01-11blk-crypto: use mempool_alloc_bulk for encrypted bio page allocationChristoph Hellwig-14/+62
2026-01-11blk-crypto: use on-stack skcipher requests for fallback en/decryptionChristoph Hellwig-100/+79
2026-01-11blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bioChristoph Hellwig-109/+80
2026-01-11blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prepChristoph Hellwig-77/+67
2026-01-10block: account for bi_bvec_done in bio_may_need_split()Ming Lei-1/+1
2026-01-10block: use pi_tuple_size in bi_offload_capable()Caleb Sander Mateos-13/+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-07block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()Ming Lei-1/+1
2026-01-07block: use bvec iterator helper for bio_may_need_split()Ming Lei-3/+12
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-06types: move phys_vec definition to common headerLeon Romanovsky-5/+0
2026-01-06nvme-pci: Use size_t for length fields to handle larger sizesLeon Romanovsky-2/+6
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