linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-01-01 22:17:06 to 2026-01-06 14:28:30 UTC [more...]

[PATCH v2 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
 2026-01-06 14:28 UTC  (5+ messages)
` [PATCH v2 1/2] ublk: make ublk_ctrl_stop_dev return void
` [PATCH v2 2/2] ublk: add UBLK_CMD_TRY_STOP_DEV command

[PATCH] blk-rq-qos: Remove unlikely() hints from QoS checks
 2026-01-06 14:26 UTC 

[PATCH v3 00/19] ublk: add support for integrity data
 2026-01-06 14:10 UTC  (28+ messages)
` [PATCH v3 01/19] blk-integrity: take const pointer in blk_integrity_rq()
` [PATCH v3 02/19] ublk: move ublk flag check functions earlier
` [PATCH v3 03/19] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH v3 04/19] ublk: set UBLK_IO_F_INTEGRITY in ublksrv_io_desc
` [PATCH v3 05/19] ublk: add ublk_copy_user_bvec() helper
` [PATCH v3 06/19] ublk: split out ublk_user_copy() helper
` [PATCH v3 07/19] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
` [PATCH v3 08/19] ublk: move offset check out of __ublk_check_and_get_req()
` [PATCH v3 09/19] ublk: implement integrity user copy
` [PATCH v3 10/19] ublk: support UBLK_F_INTEGRITY
` [PATCH v3 11/19] ublk: optimize ublk_user_copy() on daemon task
` [PATCH v3 12/19] selftests: ublk: display UBLK_F_INTEGRITY support
` [PATCH v3 13/19] selftests: ublk: add utility to get block device metadata size
` [PATCH v3 14/19] selftests: ublk: add kublk support for integrity params
` [PATCH v3 15/19] selftests: ublk: implement integrity user copy in kublk
` [PATCH v3 16/19] selftests: ublk: support non-O_DIRECT backing files
` [PATCH v3 17/19] selftests: ublk: add integrity data support to loop target
` [PATCH v3 18/19] selftests: ublk: add integrity params test
` [PATCH v3 19/19] selftests: ublk: add end-to-end integrity test

[PATCH] fs: remove power of 2 and length boundary atomic write restrictions
 2026-01-06 13:08 UTC  (12+ messages)

[PATCH v3 0/2] block: Generalize physical entry definition
 2026-01-06 12:46 UTC  (3+ messages)

[PATCH] loop: don't change loop device under exclusive opener in loop_set_status
 2026-01-06 12:31 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 2/2] block: Fix WARN_ON in blk_mq_run_hw_queue when called from interrupt context
 2026-01-06 12:29 UTC  (3+ messages)

[PATCH 0/6] Misc patches for RNBD
 2026-01-06 12:28 UTC  (3+ messages)

[PATCH v2 1/2] block/blk-mq: fix RT kernel regression with queue_lock in hot path
 2026-01-06 11:36 UTC  (2+ messages)

improve zoned XFS GC buffer management v2
 2026-01-06  7:58 UTC  (4+ messages)
` [PATCH 1/3] block: add a bio_reuse helper
` [PATCH 2/3] xfs: use bio_reuse in the zone GC code
` [PATCH 3/3] xfs: rework zone GC buffer management

move blk-crypto-fallback to sit above the block layer v3
 2026-01-06  7:39 UTC  (5+ messages)
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

move blk-crypto-fallback to sit above the block layer v4
 2026-01-06  7:36 UTC  (10+ messages)
` [PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer

[PATCH 0/2] Improve some comments
 2026-01-06  7:00 UTC  (3+ messages)
` [PATCH 1/2] block: fix blk_zone_cond_str() comment
` [PATCH 2/2] block: improve blk_op_str() comment

[PATCH] block: remove redundant kill_bdev() call in set_blocksize()
 2026-01-06  2:42 UTC 

[PATCH v2 00/19] ublk: add support for integrity data
 2026-01-06  1:55 UTC  (24+ messages)
` [PATCH v2 01/19] blk-integrity: take const pointer in blk_integrity_rq()
` [PATCH v2 02/19] ublk: move ublk flag check functions earlier
` [PATCH v2 03/19] ublk: support UBLK_PARAM_TYPE_INTEGRITY in device creation
` [PATCH v2 04/19] ublk: set request integrity params in ublksrv_io_desc
` [PATCH v2 05/19] ublk: add ublk_copy_user_bvec() helper
` [PATCH v2 06/19] ublk: split out ublk_user_copy() helper
` [PATCH v2 07/19] ublk: inline ublk_check_and_get_req() into ublk_user_copy()
` [PATCH v2 08/19] ublk: move offset check out of __ublk_check_and_get_req()
` [PATCH v2 09/19] ublk: implement integrity user copy
` [PATCH v2 10/19] ublk: support UBLK_F_INTEGRITY
` [PATCH v2 11/19] ublk: optimize ublk_user_copy() on daemon task
` [PATCH v2 12/19] selftests: ublk: display UBLK_F_INTEGRITY support
` [PATCH v2 13/19] selftests: ublk: add utility to get block device metadata size
` [PATCH v2 14/19] selftests: ublk: add kublk support for integrity params
` [PATCH v2 15/19] selftests: ublk: implement integrity user copy in kublk
` [PATCH v2 16/19] selftests: ublk: support non-O_DIRECT backing files
` [PATCH v2 17/19] selftests: ublk: add integrity data support to loop target
` [PATCH v2 18/19] selftests: ublk: add integrity params test
` [PATCH v2 19/19] selftests: ublk: add end-to-end integrity test

[PATCH v2 00/27] Allow inlining C helpers into Rust when using LTO
 2026-01-05 15:41 UTC  (3+ messages)
` [PATCH v2 02/27] rust: blk: add __rust_helper to helpers

[PATCH] drbd: fix a null-pointer dereference when the request event in drbd_request_endio() is READ_COMPLETED_WITH_ERROR
 2026-01-04 16:53 UTC 

[PATCH v7 00/16] blk-mq: fix possible deadlocks
 2026-01-04 16:41 UTC  (23+ messages)
` [PATCH v7 06/16] blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()
` [PATCH v7 07/16] blk-mq-debugfs: add missing debugfs_mutex in blk_mq_debugfs_register_hctxs()
` [PATCH v7 08/16] blk-mq-debugfs: warn about possible deadlock
` [PATCH v7 09/16] blk-throttle: fix possible deadlock for fs reclaim under rq_qos_mutex
` [PATCH v7 10/16] block/blk-rq-qos: add a new helper rq_qos_add_frozen()
` [PATCH v7 11/16] blk-wbt: fix incorrect lock order for rq_qos_mutex and freeze queue
` [PATCH v7 12/16] blk-iocost: "
` [PATCH v7 13/16] blk-iolatency: "
` [PATCH v7 14/16] block/blk-rq-qos: cleanup rq_qos_add()
` [PATCH v7 15/16] blk-rq-qos: remove queue frozen from rq_qos_del()
` [PATCH v7 16/16] blk-cgroup: remove queue frozen from blkcg_activate_policy()

[RFC v2 00/11] Add dmabuf read/write via io_uring
 2026-01-04  1:46 UTC  (9+ messages)
` [RFC v2 01/11] file: add callback for pre-mapping dmabuf
` [RFC v2 10/11] io_uring/rsrc: add dmabuf-backed buffer registeration

[GIT PULL] Block fixes for 6.19-rc4
 2026-01-02 20:19 UTC  (2+ messages)

[PATCH] block: fix type for printf argument
 2026-01-02 14:49 UTC 

[PATCH 00/33 v6] cpuset/isolation: Honour kthreads preferred affinity
 2026-01-01 22:13 UTC  (14+ messages)
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
` [PATCH 30/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 31/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 32/33] kthread: Document kthread_affine_preferred()
` [PATCH 33/33] doc: Add housekeeping documentation


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).