linux-block
Thread
Date
Earlier messages
Messages by Thread
[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
Alice Ryhl
Re: [PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
Boqun Feng
[PATCH v2 00/19] ublk: add support for integrity data
Caleb Sander Mateos
[PATCH v2 02/19] ublk: move ublk flag check functions earlier
Caleb Sander Mateos
[PATCH v2 05/19] ublk: add ublk_copy_user_bvec() helper
Caleb Sander Mateos
[PATCH v2 01/19] blk-integrity: take const pointer in blk_integrity_rq()
Caleb Sander Mateos
Re: [PATCH v2 01/19] blk-integrity: take const pointer in blk_integrity_rq()
Martin K. Petersen
[PATCH v2 07/19] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
Caleb Sander Mateos
[PATCH v2 03/19] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
Caleb Sander Mateos
[PATCH v2 09/19] ublk: implement integrity user copy
Caleb Sander Mateos
[PATCH v2 12/19] selftests: ublk: display UBLK_F_INTEGRITY support
Caleb Sander Mateos
[PATCH v2 06/19] ublk: split out ublk_user_copy() helper
Caleb Sander Mateos
[PATCH v2 11/19] ublk: optimize ublk_user_copy() on daemon task
Caleb Sander Mateos
[PATCH v2 13/19] selftests: ublk: add utility to get block device metadata size
Caleb Sander Mateos
[PATCH v2 15/19] selftests: ublk: implement integrity user copy in kublk
Caleb Sander Mateos
[PATCH v2 08/19] ublk: move offset check out of __ublk_check_and_get_req()
Caleb Sander Mateos
[PATCH v2 10/19] ublk: support UBLK_F_INTEGRITY
Caleb Sander Mateos
[PATCH v2 16/19] selftests: ublk: support non-O_DIRECT backing files
Caleb Sander Mateos
[PATCH v2 04/19] ublk: set request integrity params in ublksrv_io_desc
Caleb Sander Mateos
Re: [PATCH v2 04/19] ublk: set request integrity params in ublksrv_io_desc
Ming Lei
Re: [PATCH v2 04/19] ublk: set request integrity params in ublksrv_io_desc
Caleb Sander Mateos
[PATCH v2 18/19] selftests: ublk: add integrity params test
Caleb Sander Mateos
[PATCH v2 19/19] selftests: ublk: add end-to-end integrity test
Caleb Sander Mateos
[PATCH v2 17/19] selftests: ublk: add integrity data support to loop target
Caleb Sander Mateos
[PATCH v2 14/19] selftests: ublk: add kublk support for integrity params
Caleb Sander Mateos
[PATCH 4/4] blk-iocost: Correct comment ioc_gq::level
Michal Koutný
Re: [PATCH 4/4] blk-iocost: Correct comment ioc_gq::level
Tejun Heo
Re: [PATCH 4/4] blk-iocost: Correct comment ioc_gq::level
Michal Koutný
move blk-crypto-fallback to sit above the block layer v3
Christoph Hellwig
[PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
[PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
Christoph Hellwig
Re: [PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
Eric Biggers
[PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
Christoph Hellwig
Re: [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
Eric Biggers
[PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
[PATCH 8/9] blk-crypto: optimize data unit alignment checking
Christoph Hellwig
Re: [PATCH 8/9] blk-crypto: optimize data unit alignment checking
Eric Biggers
[PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
Christoph Hellwig
Re: [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
Eric Biggers
Re: [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
Christoph Hellwig
[PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
Christoph Hellwig
[PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Christoph Hellwig
Re: [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Eric Biggers
Re: [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Eric Biggers
Re: [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Christoph Hellwig
Re: [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Christoph Hellwig
[PATCH 9/9] blk-crypto: handle the fallback above the block layer
Christoph Hellwig
[PATCH 00/20] ublk: add support for integrity data
Caleb Sander Mateos
[PATCH 04/20] ublk: add integrity UAPI
Caleb Sander Mateos
Re: [PATCH 04/20] ublk: add integrity UAPI
Ming Lei
Re: [PATCH 04/20] ublk: add integrity UAPI
Caleb Sander Mateos
Re: [PATCH 04/20] ublk: add integrity UAPI
Ming Lei
[PATCH 03/20] blk-integrity: take const pointer in blk_integrity_rq()
Caleb Sander Mateos
Re: [PATCH 03/20] blk-integrity: take const pointer in blk_integrity_rq()
Ming Lei
[PATCH 07/20] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
Caleb Sander Mateos
Re: [PATCH 07/20] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
Ming Lei
[PATCH 02/20] block: validate interval_exp integrity limit
Caleb Sander Mateos
Re: [PATCH 02/20] block: validate interval_exp integrity limit
Christoph Hellwig
[PATCH 06/20] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
Caleb Sander Mateos
Re: [PATCH 06/20] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
Ming Lei
Re: [PATCH 06/20] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
Caleb Sander Mateos
Re: [PATCH 06/20] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
Ming Lei
[PATCH 18/20] selftests: ublk: add integrity data support to loop target
Caleb Sander Mateos
[PATCH 12/20] ublk: implement integrity user copy
Caleb Sander Mateos
Re: [PATCH 12/20] ublk: implement integrity user copy
Ming Lei
[PATCH 01/20] block: validate pi_offset integrity limit
Caleb Sander Mateos
Re: [PATCH 01/20] block: validate pi_offset integrity limit
Christoph Hellwig
[PATCH 15/20] selftests: ublk: add kublk support for integrity params
Caleb Sander Mateos
[PATCH 08/20] ublk: add ublk_copy_user_bvec() helper
Caleb Sander Mateos
Re: [PATCH 08/20] ublk: add ublk_copy_user_bvec() helper
Ming Lei
Re: [PATCH 08/20] ublk: add ublk_copy_user_bvec() helper
Caleb Sander Mateos
[PATCH 10/20] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
Caleb Sander Mateos
Re: [PATCH 10/20] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
Ming Lei
[PATCH 09/20] ublk: split out ublk_user_copy() helper
Caleb Sander Mateos
Re: [PATCH 09/20] ublk: split out ublk_user_copy() helper
Ming Lei
[PATCH 20/20] selftests: ublk: add end-to-end integrity test
Caleb Sander Mateos
[PATCH 05/20] ublk: move ublk flag check functions earlier
Caleb Sander Mateos
Re: [PATCH 05/20] ublk: move ublk flag check functions earlier
Ming Lei
[PATCH 11/20] ublk: move offset check out of __ublk_check_and_get_req()
Caleb Sander Mateos
Re: [PATCH 11/20] ublk: move offset check out of __ublk_check_and_get_req()
Ming Lei
[PATCH 19/20] selftests: ublk: add integrity params test
Caleb Sander Mateos
[PATCH 13/20] ublk: optimize ublk_user_copy() on daemon task
Caleb Sander Mateos
Re: [PATCH 13/20] ublk: optimize ublk_user_copy() on daemon task
Ming Lei
[PATCH 17/20] selftests: ublk: support non-O_DIRECT backing files
Caleb Sander Mateos
[PATCH 16/20] selftests: ublk: implement integrity user copy in kublk
Caleb Sander Mateos
[PATCH 14/20] selftests: ublk: add utility to get block device metadata size
Caleb Sander Mateos
Re: (subset) [PATCH 00/20] ublk: add support for integrity data
Jens Axboe
[PATCH v2 0/5] x86: Cleanups around slow_down_io()
Juergen Gross
[PATCH v3 0/9] selftests: ublk: add user copy test cases
Caleb Sander Mateos
[PATCH v3 4/9] selftests: ublk: fix fio arguments in run_io_and_recover()
Caleb Sander Mateos
[PATCH v3 1/9] selftests: ublk: fix overflow in ublk_queue_auto_zc_fallback()
Caleb Sander Mateos
[PATCH v3 7/9] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
[PATCH v3 3/9] selftests: ublk: remove unused ios map in seq_io.bt
Caleb Sander Mateos
[PATCH v3 2/9] selftests: ublk: correct last_rw map type in seq_io.bt
Caleb Sander Mateos
[PATCH v3 6/9] selftests: ublk: don't share backing files between ublk servers
Caleb Sander Mateos
[PATCH v3 8/9] selftests: ublk: add support for user copy to kublk
Caleb Sander Mateos
[PATCH v3 5/9] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Caleb Sander Mateos
[PATCH v3 9/9] selftests: ublk: add user copy test cases
Caleb Sander Mateos
[PATCH v2 0/8] selftests: ublk: add user copy test cases
Caleb Sander Mateos
[PATCH v2 3/8] selftests: ublk: fix fio arguments in run_io_and_recover()
Caleb Sander Mateos
[PATCH v2 2/8] selftests: ublk: remove unused ios map in seq_io.bt
Caleb Sander Mateos
[PATCH v2 1/8] selftests: ublk: correct last_rw map type in seq_io.bt
Caleb Sander Mateos
[PATCH v2 5/8] selftests: ublk: don't share backing files between ublk servers
Caleb Sander Mateos
[PATCH v2 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Caleb Sander Mateos
Re: [PATCH v2 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Ming Lei
Re: [PATCH v2 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Ming Lei
Re: [PATCH v2 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Caleb Sander Mateos
[PATCH v2 6/8] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
Re: [PATCH v2 6/8] selftests: ublk: forbid multiple data copy modes
Ming Lei
Re: [PATCH v2 6/8] selftests: ublk: forbid multiple data copy modes
Ming Lei
[PATCH v2 7/8] selftests: ublk: add support for user copy to kublk
Caleb Sander Mateos
Re: [PATCH v2 7/8] selftests: ublk: add support for user copy to kublk
Ming Lei
[PATCH v2 8/8] selftests: ublk: add user copy test cases
Caleb Sander Mateos
Re: [PATCH v2 8/8] selftests: ublk: add user copy test cases
Ming Lei
[PATCH 0/8] selftests: ublk: add user copy test cases
Caleb Sander Mateos
[PATCH 3/8] selftests: ublk: fix fio arguments in run_io_and_recover()
Caleb Sander Mateos
Re: [PATCH 3/8] selftests: ublk: fix fio arguments in run_io_and_recover()
Ming Lei
[PATCH 1/8] selftests: ublk: correct last_rw map type in seq_io.bt
Caleb Sander Mateos
Re: [PATCH 1/8] selftests: ublk: correct last_rw map type in seq_io.bt
Ming Lei
[PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Ming Lei
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Ming Lei
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Ming Lei
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Ming Lei
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Ming Lei
Re: [PATCH 6/8] selftests: ublk: forbid multiple data copy modes
Caleb Sander Mateos
[PATCH 7/8] selftests: ublk: add support for user copy to kublk
Caleb Sander Mateos
[PATCH 5/8] selftests: ublk: don't share backing files between ublk servers
Caleb Sander Mateos
Re: [PATCH 5/8] selftests: ublk: don't share backing files between ublk servers
Ming Lei
[PATCH 8/8] selftests: ublk: add user copy test cases
Caleb Sander Mateos
Re: [PATCH 8/8] selftests: ublk: add user copy test cases
Ming Lei
Re: [PATCH 8/8] selftests: ublk: add user copy test cases
Caleb Sander Mateos
Re: [PATCH 8/8] selftests: ublk: add user copy test cases
Ming Lei
[PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Caleb Sander Mateos
Re: [PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Ming Lei
Re: [PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Caleb Sander Mateos
Re: [PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Ming Lei
Re: [PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Caleb Sander Mateos
Re: [PATCH 4/8] selftests: ublk: use auto_zc for PER_IO_DAEMON tests in stress_04
Ming Lei
[PATCH 2/8] selftests: ublk: remove unused ios map in seq_io.bt
Caleb Sander Mateos
Re: [PATCH 2/8] selftests: ublk: remove unused ios map in seq_io.bt
Ming Lei
move blk-crypto-fallback to sit above the block layer v2
Christoph Hellwig
[PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
Christoph Hellwig
Re: [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
Eric Biggers
[PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Christoph Hellwig
Re: [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Eric Biggers
Re: [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
Christoph Hellwig
[PATCH 9/9] blk-crypto: handle the fallback above the block layer
Christoph Hellwig
Re: [PATCH 9/9] blk-crypto: handle the fallback above the block layer
Eric Biggers
[PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
Christoph Hellwig
Re: [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
Eric Biggers
[PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
[PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
Christoph Hellwig
[PATCH 3/9] block: merge bio_split_rw_at into bio_split_io_at
Christoph Hellwig
Re: [PATCH 3/9] block: merge bio_split_rw_at into bio_split_io_at
Eric Biggers
Re: [PATCH 3/9] block: merge bio_split_rw_at into bio_split_io_at
Christoph Hellwig
[PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
Christoph Hellwig
Re: [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
Eric Biggers
[PATCH 8/9] blk-crypto: optimize data unit alignment checking
Christoph Hellwig
Re: [PATCH 8/9] blk-crypto: optimize data unit alignment checking
kernel test robot
Re: [PATCH 8/9] blk-crypto: optimize data unit alignment checking
kernel test robot
Re: [PATCH 8/9] blk-crypto: optimize data unit alignment checking
Eric Biggers
Re: [PATCH 8/9] blk-crypto: optimize data unit alignment checking
Christoph Hellwig
Re: [PATCH 8/9] blk-crypto: optimize data unit alignment checking
kernel test robot
[PATCH AUTOSEL 6.18-6.12] virtio_blk: NULL out vqs to avoid double free on failed resume
Sasha Levin
[PATCH 00/46] Allow inlining C helpers into Rust when using LTO
Alice Ryhl
Re: [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
Boqun Feng
Re: [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
Gary Guo
Re: (subset) [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
Christian Brauner
Re: (subset) [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
Mark Brown
Re: [PATCH 00/46] Allow inlining C helpers into Rust when using LTO
Danilo Krummrich
[PATCH v3 0/9] Fix bio chain related issues
zhangshida
[PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
zhangshida
Re: [PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
Coly Li
Re: [PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
Stephen Zhang
[PATCH v3 2/9] block: prohibit calls to bio_chain_endio
zhangshida
Re: [PATCH v3 2/9] block: prohibit calls to bio_chain_endio
Christoph Hellwig
[PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
zhangshida
Re: [PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
Christoph Hellwig
Re: [PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
kernel test robot
[PATCH v3 5/9] xfs: Replace the repetitive bio chaining code patterns
zhangshida
[PATCH v3 4/9] block: export bio_chain_and_submit
zhangshida
Re: [PATCH v3 4/9] block: export bio_chain_and_submit
Christoph Hellwig
[PATCH v3 7/9] fs/ntfs3: Replace the repetitive bio chaining code patterns
zhangshida
[PATCH v3 8/9] zram: Replace the repetitive bio chaining code patterns
zhangshida
Re: [PATCH v3 8/9] zram: Replace the repetitive bio chaining code patterns
Sergey Senozhatsky
[PATCH v3 6/9] block: Replace the repetitive bio chaining code patterns
zhangshida
[PATCH v3 9/9] nvdimm: Replace the repetitive bio chaining code patterns
zhangshida
[PATCH v2 00/12] Fix bio chain related issues
zhangshida
[PATCH v2 01/12] block: fix incorrect logic in bio_chain_endio
zhangshida
[PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
zhangshida
Re: [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
Andreas Gruenbacher
Re: [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
Andreas Gruenbacher
Re: [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
Andreas Gruenbacher
Re: [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
Caleb Sander Mateos
Re: [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
Stephen Zhang
Earlier messages