summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-23selftests: ublk: fix user_data truncation for tgt_data >= 256Ming Lei1-1/+1
2026-01-23ublk: fix batch I/O recovery -ENODEV errorMing Lei1-32/+60
2026-01-23ublk: implement batch request completion via blk_mq_end_request_batch()Ming Lei1-8/+17
2026-01-23ublk: document feature UBLK_F_BATCH_IOMing Lei1-4/+60
2026-01-23ublk: add new feature UBLK_F_BATCH_IOMing Lei2-8/+67
2026-01-23ublk: abort requests filled in event kfifoMing Lei1-1/+23
2026-01-23ublk: refactor ublk_queue_rq() and add ublk_batch_queue_rq()Ming Lei1-10/+46
2026-01-23ublk: add UBLK_U_IO_FETCH_IO_CMDS for batch I/O processingMing Lei2-8/+393
2026-01-23ublk: add batch I/O dispatch infrastructureMing Lei1-0/+195
2026-01-23ublk: add io events fifo structureMing Lei1-6/+63
2026-01-23ublk: handle UBLK_U_IO_COMMIT_IO_CMDSMing Lei2-2/+109
2026-01-23ublk: handle UBLK_U_IO_PREP_IO_CMDSMing Lei2-1/+195
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