aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2026-01-28block: Replace snprintf with strscpy in check_partitionThorsten Blum1-1/+2
2026-01-28block: add helpers to bounce buffer an iov_iter into biosChristoph Hellwig1-0/+179
2026-01-28block: remove bio_release_pageChristoph Hellwig2-12/+3
2026-01-28iov_iter: extract a iov_iter_extract_bvecs helper from bio codeChristoph Hellwig1-102/+18
2026-01-28block: open code bio_add_page and fix handling of mismatching P2P rangesChristoph Hellwig1-24/+13
2026-01-28block: refactor get_contig_folio_lenChristoph Hellwig1-35/+27
2026-01-28block: add a BIO_MAX_SIZE constant and use itChristoph Hellwig3-14/+13
2026-01-23Merge tag 'block-6.19-20260122' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds2-1/+2
2026-01-22blk-mq: use BLK_POLL_ONESHOT for synchronous poll completionMing Lei1-1/+1
2026-01-21block: add a bio_reuse helperChristoph Hellwig1-0/+34
2026-01-20mm/block/fs: remove laptop_modeJohannes Weiner1-3/+0
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei2-6/+9
2026-01-19block: Fix an error path in disk_update_zone_resources()Bart Van Assche1-0/+1
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe1-6/+5
2026-01-16Merge tag 'block-6.19-20260116' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds1-1/+1
2026-01-15block: improve blk_op_str() commentDamien Le Moal1-5/+5
2026-01-15block: fix blk_zone_cond_str() commentDamien Le Moal1-5/+5
2026-01-13block, nvme: remove unused dma_iova_state function parameterNitesh Shetty1-2/+1
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe6-27/+32
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig3-28/+24
2026-01-11blk-crypto: optimize data unit alignment checkingChristoph Hellwig3-25/+21
2026-01-11blk-crypto: use mempool_alloc_bulk for encrypted bio page allocationChristoph Hellwig1-14/+62
2026-01-11blk-crypto: use on-stack skcipher requests for fallback en/decryptionChristoph Hellwig1-100/+79
2026-01-11blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bioChristoph Hellwig1-105/+76
2026-01-11blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prepChristoph Hellwig4-77/+67
2026-01-10block: account for bi_bvec_done in bio_may_need_split()Ming Lei1-1/+1
2026-01-10block: use pi_tuple_size in bi_offload_capable()Caleb Sander Mateos1-13/+1
2026-01-10block: zero non-PI portion of auto integrity bufferCaleb Sander Mateos1-1/+1
2026-01-09Merge tag 'block-6.19-20260109' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds3-23/+28
2026-01-07blk-mq: avoid stall during boot due to synchronize_rcu_expeditedMikulas Patocka1-2/+1
2026-01-07block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()Ming Lei1-1/+1
2026-01-07block: use bvec iterator helper for bio_may_need_split()Ming Lei2-3/+12
2026-01-06block: don't merge bios with different app_tagsCaleb Sander Mateos1-5/+18
2026-01-06blk-rq-qos: Remove unlikely() hints from QoS checksBreno Leitao1-16/+9
2026-01-06types: move phys_vec definition to common headerLeon Romanovsky1-5/+0
2026-01-06nvme-pci: Use size_t for length fields to handle larger sizesLeon Romanovsky1-2/+6
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds3-3/+3
2026-01-01block, bfq: update outdated commentJulia Lawall1-1/+1
2025-12-30blk-mq: skip CPU offline notify on unmapped hctxCong Zhang1-1/+1
2025-12-28block,bfq: fix aux stat accumulation destinationshechenglong1-1/+1
2025-12-20Merge tag 'block-6.19-20251218' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds8-20/+37
2025-12-18block: validate interval_exp integrity limitCaleb Sander Mateos1-1/+6
2025-12-18block: validate pi_offset integrity limitCaleb Sander Mateos1-4/+3
2025-12-17block: add allocation size check in blkdev_pr_read_keys()Deepanshu Kartikey1-4/+5
2025-12-12block: fix race between wbt_enable_default and IO submissionMing Lei6-11/+23
2025-12-12Merge tag 'block-6.19-20251211' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds4-21/+17
2025-12-10blk-mq-dma: always initialize dma stateKeith Busch1-0/+1
2025-12-10blk-mq: delete task running check in blk_hctx_poll()Fengnan Chang1-10/+2
2025-12-09block: fix cached zone reports on devices with native zone appendJohannes Thumshirn1-1/+1
2025-12-09block: Use RCU in blk_mq_[un]quiesce_tagset() instead of set->tag_list_lockMohamed Khalfella1-9/+8