linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-05 15:42:40 to 2025-11-07 12:10:32 UTC [more...]

move blk-crypto-fallback to sit above the block layer
 2025-11-07 12:10 UTC  (30+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 4/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

[PATCH blktest] blktests: add nvmet memory backend support
 2025-11-07 11:41 UTC  (2+ messages)

[PATCH v2 0/3] Zone related cleanups
 2025-11-07 11:40 UTC  (9+ messages)
` [PATCH v2 1/3] block: improve blk_zone_wp_offset()
` [PATCH v2 2/3] block: refactor disk_zone_wplug_sync_wp_offset()
` [PATCH v2 3/3] block: introduce bdev_zone_start()

[PATCH 3/2] block: don't return 1 for the fallback case in blkdev_get_zone_info
 2025-11-07 11:38 UTC  (4+ messages)

[PATCH v4] block: Remove queue freezing from several sysfs store callbacks
 2025-11-07 10:41 UTC  (4+ messages)

[PATCH v7 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-07  6:15 UTC  (13+ messages)
` [PATCH v7 01/11] PCI/P2PDMA: Separate the mmap() support from the core logic
` [PATCH v7 02/11] PCI/P2PDMA: Simplify bus address mapping API
` [PATCH v7 03/11] PCI/P2PDMA: Refactor to separate core P2P functionality from memory allocation
` [PATCH v7 04/11] PCI/P2PDMA: Provide an access to pci_p2pdma_map_type() function
` [PATCH v7 05/11] PCI/P2PDMA: Document DMABUF model
` [PATCH v7 06/11] dma-buf: provide phys_vec to scatter-gather mapping routine
` [PATCH v7 07/11] vfio: Export vfio device get and put registration helpers
` [PATCH v7 08/11] vfio/pci: Share the core device pointer while invoking feature functions
` [PATCH v7 09/11] vfio/pci: Enable peer-to-peer DMA transactions by default
` [PATCH v7 10/11] vfio/pci: Add dma-buf export support for MMIO regions
` [PATCH v7 11/11] vfio/nvgrace: Support get_dmabuf_phys

[PATCH V3 1/2] blktrace: add blktrace zone management regression test
 2025-11-07  6:04 UTC  (2+ messages)

[PATCH] lib/sbitmap: add an helper of sbitmap_find_bits_in_word
 2025-11-07  5:42 UTC 

[PATCH v5] block: plug attempts to batch allocate tags multiple times
 2025-11-07  5:42 UTC 

[PATCHv2] blk-integrity: support arbitrary buffer alignment
 2025-11-07  4:34 UTC 

[PATCH v2 0/2] block: enable per-cpu bio cache by default
 2025-11-07  3:17 UTC  (4+ messages)
` [PATCH v2 1/2] block: use bio_alloc_bioset for passthru IO "
` [PATCH v2 2/2] block: enable per-cpu bio cache "

[PATCHv5 0/2] block, nvme: removing virtual boundary mask reliance
 2025-11-07  1:12 UTC  (4+ messages)

[PATCH v3 0/2] ublk: simplify user copy
 2025-11-07  0:10 UTC  (5+ messages)
` [PATCH v3 1/2] ublk: use copy_{to,from}_iter() for "
` [PATCH v3 2/2] ublk: use rq_for_each_segment() "

[PATCH] virtio_blk: NULL out vqs to avoid double free on failed resume
 2025-11-06 23:33 UTC  (9+ messages)

[PATCHv2 0/4] null_blk: relaxed memory alignments
 2025-11-06 23:30 UTC  (28+ messages)
` [PATCHv2 1/4] null_blk: simplify copy_from_nullb
` [PATCHv2 2/4] null_blk: consistently use blk_status_t
` [PATCHv2 3/4] null_blk: single kmap per bio segment
` [PATCHv2 4/4] null_blk: allow byte aligned memory offsets

cached zone reporting fixes
 2025-11-06 23:25 UTC  (9+ messages)
` [PATCH 1/2] block: don't leak disk->zones_cond for !disk_need_zone_resources
` [PATCH 2/2] block: fix cached zone reporting after zone append was used

[GIT PULL] fscrypt fix for v6.18-rc5
 2025-11-06 20:53 UTC  (2+ messages)

[PATCH v2 0/2] ublk: simplify user copy
 2025-11-06 16:49 UTC  (6+ messages)
` [PATCH v2 1/2] ublk: use copy_{to,from}_iter() for "
` [PATCH v2 2/2] ublk: use rq_for_each_bvec() "

[PATCH 0/2] Zone related cleanups
 2025-11-06 16:02 UTC  (6+ messages)
` [PATCH 1/2] block: remove blk_zone_wp_offset()
` [PATCH 2/2] block: introduce bdev_zone_start()

[PATCH v4 00/10] powerpc: Implement masked user access
 2025-11-06 13:42 UTC  (13+ messages)
` [PATCH v4 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v4 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v4 03/10] uaccess: Use masked_user_{read/write}_access_begin when required
` [PATCH v4 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v4 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v4 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v4 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v4 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v4 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v4 10/10] powerpc/uaccess: Implement masked user access

fall back from direct to buffered I/O when stable writes are required
 2025-11-06 12:49 UTC  (13+ messages)

[PATCH] block: Unexport blkdev_get_zone_info()
 2025-11-06 12:08 UTC  (7+ messages)

[PATCH v3] zram: Implement multi-page write-back
 2025-11-06  2:28 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] rust: block: update ARef and AlwaysRefCounted imports from sync::aref
 2025-11-06  1:24 UTC  (4+ messages)
  `  "

[PATCH 00/31 v4] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-06  1:20 UTC  (34+ messages)
` [PATCH 01/31] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/31] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/31] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/31] mm: vmstat: "
` [PATCH 05/31] sched/isolation: Save boot defined domain flags
` [PATCH 06/31] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/31] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/31] net: Keep ignoring isolated cpuset change
` [PATCH 09/31] block: Protect against concurrent "
` [PATCH 10/31] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 11/31] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 12/31] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 13/31] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 14/31] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 15/31] sched/isolation: Flush vmstat "
` [PATCH 16/31] PCI: Flush PCI probe workqueue "
` [PATCH 17/31] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 18/31] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 19/31] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 20/31] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 21/31] kthread: Refine naming of affinity related fields
` [PATCH 22/31] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 23/31] kthread: Include kthreadd to "
` [PATCH 24/31] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 25/31] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 26/31] cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
` [PATCH 27/31] sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAIN
` [PATCH 28/31] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 29/31] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 30/31] kthread: Document kthread_affine_preferred()
` [PATCH 31/31] doc: Add housekeeping documentation

make block layer auto-PI deadlock safe v3
 2025-11-05 19:48 UTC  (6+ messages)

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-05 19:39 UTC  (24+ messages)
` [PATCH 13/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 14/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 18/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 30/33] kthread: Add API to update preferred affinity on kthread runtime

[PATCH] null_blk: allow byte aligned memory offsets
 2025-11-05 18:57 UTC  (5+ messages)

[PATCH] ublk: use copy_{to,from}_iter() for user copy
 2025-11-05 17:16 UTC  (8+ messages)

[RFC PATCH] blk-integrity: support arbitrary buffer alignment
 2025-11-05 16:28 UTC  (5+ messages)

[PATCH 16/33] PCI: Flush PCI probe workqueue on cpuset isolated partition change
 2025-11-05 16:28 UTC  (3+ messages)

[PATCH v4 00/15] Introduce cached report zones
 2025-11-05 15:45 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).