summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2026-01-07block: use bvec iterator helper for bio_may_need_split()Ming Lei3-5/+14
2026-01-07loop: add missing bd_abort_claiming in loop_set_statusTetsuo Handa1-1/+3
2026-01-07block: don't merge bios with different app_tagsCaleb Sander Mateos1-5/+18
2026-01-07blk-rq-qos: Remove unlikely() hints from QoS checksBreno Leitao1-16/+9
2026-01-06loop: don't change loop device under exclusive opener in loop_set_statusRaphael Pinsonneault-Thibeault1-11/+30
2026-01-06rnbd-srv: Zero the rsp buffer before using itMd Haris Iqbal1-0/+3
2026-01-06rnbd-srv: Fix server side setting of bi_size for special IOsFlorian-Ewald Mueller1-10/+23
2026-01-06rnbd-srv: fix the trace format for flagsJack Wang1-20/+2
2026-01-06block/rnbd-proto: Check and retain the NOUNMAP flag for requestsMd Haris Iqbal1-2/+10
2026-01-06block: rnbd: add .release to rnbd_dev_ktypeZhu Yanjun2-8/+18
2026-01-06block/rnbd-proto: Handle PREFLUSH flag properly for IOsMd Haris Iqbal1-1/+9