linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-04 19:26:18 to 2025-11-06 13:02:03 UTC [more...]

[PATCH v4] block: Remove queue freezing from several sysfs store callbacks
 2025-11-06 13:01 UTC  (2+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-06 12:49 UTC  (17+ messages)
` [PATCH 1/4] fs: replace FOP_DIO_PARALLEL_WRITE with a fmode bits

[PATCH v4 00/10] powerpc: Implement masked user access
 2025-11-06 12:35 UTC  (12+ 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

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

[PATCHv2 0/4] null_blk: relaxed memory alignments
 2025-11-06 12:01 UTC  (24+ 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

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

cached zone reporting fixes
 2025-11-06 11:00 UTC  (6+ 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

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

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

[PATCH] zram: Implement multi-page write-back
 2025-11-06  2:28 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
      ` [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  (7+ messages)

[PATCH 00/33 v3] cpuset/isolation: Honour kthreads preferred affinity
 2025-11-05 19:39 UTC  (32+ messages)
` [PATCH 12/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [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  (12+ messages)

[RFC PATCH] blk-integrity: support arbitrary buffer alignment
 2025-11-05 16:28 UTC  (6+ 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  (18+ messages)
` [PATCH v4 01/15] block: handle zone management operations completions
` [PATCH v4 02/15] block: freeze queue when updating zone resources
` [PATCH v4 03/15] block: cleanup blkdev_report_zones()
` [PATCH v4 04/15] block: introduce disk_report_zone()
` [PATCH v4 05/15] block: reorganize struct blk_zone_wplug
` [PATCH v4 06/15] block: use zone condition to determine conventional zones
` [PATCH v4 07/15] block: track zone conditions
` [PATCH v4 08/15] block: refactor blkdev_report_zones() code
` [PATCH v4 09/15] block: introduce blkdev_get_zone_info()
` [PATCH v4 10/15] block: introduce blkdev_report_zones_cached()
` [PATCH v4 11/15] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH v4 12/15] block: improve zone_wplugs debugfs attribute output
` [PATCH v4 13/15] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH v4 14/15] btrfs: use blkdev_report_zones_cached()
` [PATCH v4 15/15] xfs: "

move blk-crypto-fallback to sit above the block layer
 2025-11-05 15:12 UTC  (10+ 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 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

add error handling to add_disk / device_add_disk
 2025-11-05 14:13 UTC  (15+ messages)
` [PATCH 03/11] block: call bdev_add later in device_add_disk
  ` question about bd_inode hashing against device_add() // "

[PATCH v2] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
 2025-11-05 13:40 UTC  (6+ messages)

[PATCH v6 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05 11:17 UTC  (5+ messages)
` [PATCH v6 3/5] isofs: check the return value of sb_min_blocksize() in isofs_fill_super

[PATCH v6 00/11] vfio/pci: Allow MMIO regions to be exported through dma-buf
 2025-11-05  8:17 UTC  (6+ messages)

[PATCH v3 00/15] Introduce cached report zones
 2025-11-05  7:14 UTC  (30+ messages)
` [PATCH v3 04/15] block: introduce disk_report_zone()
` [PATCH v3 05/15] block: reorganize struct blk_zone_wplug
` [PATCH v3 06/15] block: use zone condition to determine conventional zones
` [PATCH v3 07/15] block: track zone conditions
` [PATCH v3 08/15] block: refactor blkdev_report_zones() code
` [PATCH v3 09/15] block: introduce blkdev_get_zone_info()
` [PATCH v3 10/15] block: introduce blkdev_report_zones_cached()
` [PATCH v3 11/15] block: introduce BLKREPORTZONESV2 ioctl
` [PATCH v3 12/15] block: improve zone_wplugs debugfs attribute output
` [PATCH v3 13/15] block: add zone write plug condition to debugfs zone_wplugs
` [PATCH v3 14/15] btrfs: use blkdev_report_zones_cached()
` [PATCH v3 15/15] xfs: "

[bug report] fstests generic/085 btrfs hang with use-after-free at bdev_super_lock
 2025-11-05  6:54 UTC  (2+ messages)

[PATCH] lib/group_cpus: fix cross-NUMA CPU assignment in group_cpus_evenly
 2025-11-05  3:35 UTC  (3+ messages)

[PATCH v4 1/5] vfat: fix missing sb_min_blocksize() return value checks
 2025-11-05  2:08 UTC  (4+ messages)
` [PATCH v4 4/5] xfs: check the return value of sb_min_blocksize() in xfs_fs_fill_super

[PATCH v3] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
 2025-11-05  0:36 UTC 

[PATCH 0/1] cover letter
 2025-11-04 23:00 UTC  (8+ messages)
` [PATCH 1/1] nvme: fix use-after-free of admin queue via stale pointer


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