summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-23ublk: add new batch command UBLK_U_IO_PREP_IO_CMDS & UBLK_U_IO_COMMIT_IO_CMDSMing Lei2-1/+135
2026-01-23ublk: prepare for not tracking task context for command batchMing Lei1-1/+4
2026-01-23ublk: define ublk_ch_batch_io_fops for the coming feature F_BATCH_IOMing Lei1-1/+25
2026-01-21rust: block: mq: use pin_init::zeroed() for tag_setKe Sun1-3/+1
2026-01-21rust: block: mq: use pin_init::zeroed() for queue_limitsKe Sun1-2/+1
2026-01-20nvme/io_uring: optimize IOPOLL completions for local ring contextMing Lei3-7/+20
2026-01-20block: pass io_comp_batch to rq_end_io_fn callbackMing Lei12-21/+39
2026-01-18Merge branch 'for-7.0/blk-pvec' into for-7.0/blockJens Axboe3-8/+12
2026-01-15block: improve blk_op_str() commentDamien Le Moal2-6/+6
2026-01-15block: fix blk_zone_cond_str() commentDamien Le Moal2-6/+6
2026-01-13block, nvme: remove unused dma_iova_state function parameterNitesh Shetty3-6/+4
2026-01-13selftests: ublk: add stop command with --safe optionMing Lei4-0/+112
2026-01-13ublk: add UBLK_CMD_TRY_STOP_DEV commandYoav Cohen2-3/+50
2026-01-13ublk: make ublk_ctrl_stop_dev return voidYoav Cohen1-3/+3
2026-01-12selftests: ublk: add end-to-end integrity testCaleb Sander Mateos2-0/+112
2026-01-12selftests: ublk: add integrity params testCaleb Sander Mateos3-0/+177
2026-01-12selftests: ublk: add integrity data support to loop targetCaleb Sander Mateos1-18/+74
2026-01-12selftests: ublk: support non-O_DIRECT backing filesCaleb Sander Mateos4-5/+5
2026-01-12selftests: ublk: implement integrity user copy in kublkCaleb Sander Mateos2-5/+50
2026-01-12selftests: ublk: add kublk support for integrity paramsCaleb Sander Mateos6-0/+78
2026-01-12selftests: ublk: add utility to get block device metadata sizeCaleb Sander Mateos2-2/+39
2026-01-12selftests: ublk: display UBLK_F_INTEGRITY supportCaleb Sander Mateos1-0/+1
2026-01-12ublk: optimize ublk_user_copy() on daemon taskCaleb Sander Mateos1-5/+18
2026-01-12ublk: support UBLK_F_INTEGRITYStanley Zhang1-1/+2
2026-01-12ublk: implement integrity user copyStanley Zhang2-2/+55
2026-01-12ublk: move offset check out of __ublk_check_and_get_req()Caleb Sander Mateos1-7/+9
2026-01-12ublk: inline ublk_check_and_get_req() into ublk_user_copy()Caleb Sander Mateos1-33/+18
2026-01-12ublk: split out ublk_user_copy() helperCaleb Sander Mateos1-16/+10
2026-01-12ublk: split out ublk_copy_user_bvec() helperCaleb Sander Mateos1-22/+30
2026-01-12ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_descCaleb Sander Mateos2-0/+5
2026-01-12ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creationStanley Zhang2-1/+119
2026-01-12ublk: move ublk flag check functions earlierCaleb Sander Mateos1-30/+30
2026-01-12blk-integrity: take const pointer in blk_integrity_rq()Caleb Sander Mateos1-3/+3
2026-01-11Merge branch 'block-6.19' into for-7.0/blockJens Axboe13-63/+243
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig12-39/+68
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-109/+80
2026-01-11blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prepChristoph Hellwig4-77/+67
2026-01-11blk-crypto: add a bio_crypt_ctx() helperChristoph Hellwig1-0/+10
2026-01-11fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_cryptChristoph Hellwig1-32/+54
2026-01-11fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_cryptChristoph Hellwig1-5/+4
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-09ublk: fix use-after-free in ublk_partition_scan_workMing Lei1-15/+22
2026-01-07blk-mq: avoid stall during boot due to synchronize_rcu_expeditedMikulas Patocka1-2/+1
2026-01-07io_uring: remove nr_segs recalculation in io_import_kbuf()Ming Lei1-11/+0
2026-01-07block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()Ming Lei1-1/+1