linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-29 03:53:58 to 2026-01-06 12:31:22 UTC [more...]

[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)

[PATCH] fs: remove power of 2 and length boundary atomic write restrictions
 2026-01-06 11:26 UTC  (12+ 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 v3 00/19] ublk: add support for integrity data
 2026-01-06  0:57 UTC  (20+ 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 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  (28+ messages)
` [PATCH v7 01/16] blk-wbt: factor out a helper wbt_set_lat()
` [PATCH v7 02/16] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v7 03/16] blk-mq-debugfs: factor out a helper to register debugfs for all rq_qos
` [PATCH v7 04/16] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v7 05/16] blk-mq-debugfs: make blk_mq_debugfs_register_rqos() static
` [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()

[PATCH v3 0/2] block: Generalize physical entry definition
 2026-01-04 15:15 UTC  (2+ messages)

[PATCH v2 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
 2026-01-04  8:48 UTC  (3+ 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

[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  (34+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [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

[PATCH v2] bfq: update outdated comment
 2026-01-01 15:58 UTC  (2+ messages)

[PATCH 00/33 v5] cpuset/isolation: Honour kthreads preferred affinity
 2025-12-31 17:35 UTC  (25+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 09/33] block: Protect against concurrent isolated cpuset change
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 17/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers through housekeeping
` [PATCH 33/33] doc: Add housekeeping documentation

[PATCH] bfq: update outdated comment
 2025-12-31 17:01 UTC 

[bug report] Oops: general protection fault observed with blktests nvme/fc nvme/058
 2025-12-31 15:25 UTC 

[bug report] Oops: general protection fault observed with blktests nvme/fc nvme/031
 2025-12-31 15:20 UTC 

[GIT PULL] md-6.19-20251230
 2025-12-31 14:00 UTC  (2+ messages)

[PATCH v6 00/13] blk-mq: fix possible deadlocks
 2025-12-31  5:59 UTC  (13+ messages)
` [PATCH v6 02/13] blk-wbt: fix possible deadlock to nest pcpu_alloc_mutex under q_usage_counter
` [PATCH v6 04/13] blk-rq-qos: fix possible debugfs_mutex deadlock
` [PATCH v6 06/13] blk-mq-debugfs: remove blk_mq_debugfs_unregister_rqos()
` [PATCH v6 07/13] blk-mq-debugfs: warn about possible deadlock

[PATCH V2 0/3] block: avoid to use bi_vcnt in bio_may_need_split()
 2025-12-31  3:00 UTC  (4+ messages)
` [PATCH V2 1/3] block: use bvec iterator helper for bio_may_need_split()
` [PATCH V2 2/3] block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()
` [PATCH V2 3/3] io_uring: remove nr_segs recalculation in io_import_kbuf()

[PATCH] blk-mq: skip CPU offline notify on unmapped hctx
 2025-12-30 16:02 UTC  (3+ messages)

[PATCH 0/2] ublk: introduce UBLK_CMD_TRY_STOP_DEV
 2025-12-30 13:20 UTC  (4+ messages)
` [PATCH 1/2] ublk: make ublk_ctrl_stop_dev return void
` [PATCH 2/2] ublk: add UBLK_CMD_TRY_STOP_DEV command

[syzbot] Monthly block report (Dec 2025)
 2025-12-30  9:52 UTC 

[PATCH] null_blk: Constify struct configfs_item_operations and configfs_group_operations
 2025-12-29 15:19 UTC  (2+ messages)

Heap info leak in BSG reply_len handling (bsg-lib.c)
 2025-12-29 14:46 UTC  (2+ messages)


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).