public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 01:55:29 to 2026-03-31 19:56:16 UTC [more...]

[PATCH] blk-cgroup: fix disk reference leak in blkcg_maybe_throttle_current()
 2026-03-31 19:56 UTC  (4+ messages)

[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
 2026-03-31 19:48 UTC  (4+ messages)

[PATCH v2] blk-iocost: fix busy_level reset when no IOs complete
 2026-03-31 19:08 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] ublk: use unchecked copy helpers for bio page data
 2026-03-31 17:15 UTC  (4+ messages)

[RFC PATCH] zram: update ac_time of written back slots
 2026-03-31 17:01 UTC  (2+ messages)

[PATCH v3 0/6] Enable testing small DMA segment sizes
 2026-03-31 16:12 UTC  (17+ messages)
` [PATCH v3 1/6] block: Fix a source code comment
` [PATCH v3 2/6] block: Fix the max_user_sectors lower bound
` [PATCH v3 3/6] block: Fix the DMA segment boundary mask check
` [PATCH v3 4/6] block: Reduce the minimum value for the maximum DMA segment size
` [PATCH v3 5/6] null_blk: Support configuring "
` [PATCH v3 6/6] scsi_debug: Support configuring the maximum "

[PATCH v2 00/10] ublk: add shared memory zero-copy support
 2026-03-31 15:32 UTC  (11+ messages)
` [PATCH v2 01/10] ublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commands
` [PATCH v2 02/10] ublk: add PFN-based buffer matching in I/O path
` [PATCH v2 03/10] ublk: enable UBLK_F_SHMEM_ZC feature flag
` [PATCH v2 04/10] ublk: eliminate permanent pages[] array from struct ublk_buf
` [PATCH v2 05/10] selftests/ublk: add shared memory zero-copy support in kublk
` [PATCH v2 06/10] selftests/ublk: add UBLK_F_SHMEM_ZC support for loop target
` [PATCH v2 07/10] selftests/ublk: add shared memory zero-copy test
` [PATCH v2 08/10] selftests/ublk: add hugetlbfs shmem_zc test for loop target
` [PATCH v2 09/10] selftests/ublk: add filesystem fio verify test for shmem_zc
` [PATCH v2 10/10] selftests/ublk: add read-only buffer registration test

[PATCH v3] zram: do not forget to endio for partial discard requests
 2026-03-31 15:07 UTC  (2+ messages)

[PATCH v2] loop: block changing lo_offset/lo_sizelimit on mounted device
 2026-03-31 15:02 UTC  (4+ messages)

[PATCH v3 1/3] loop: fix partition scan race between udev and loop_reread_partitions()
 2026-03-31 14:59 UTC  (4+ messages)

[PATCH] zloop: add max_open_zones option
 2026-03-31 14:33 UTC  (4+ messages)

[PATCH v9 00/13] blk: honor isolcpus configuration
 2026-03-31 13:38 UTC  (16+ messages)
` [PATCH v9 01/13] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v9 02/13] lib/group_cpus: remove dead !SMP code
` [PATCH v9 03/13] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v9 04/13] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v9 05/13] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v9 06/13] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v9 07/13] scsi: Use "
` [PATCH v9 08/13] virtio: blk/scsi: use "
` [PATCH v9 09/13] isolation: Introduce io_queue isolcpus type
` [PATCH v9 10/13] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v9 11/13] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v9 12/13] genirq/affinity: Restrict managed IRQ affinity to housekeeping CPUs
` [PATCH v9 13/13] docs: add io_queue flag to isolcpus

[PATCH v3] block: fix zones_cond memory leak on zone revalidation error paths
 2026-03-31 13:07 UTC  (2+ messages)

[PATCH] sed-opal: Add STACK_RESET command
 2026-03-31 13:07 UTC  (3+ messages)

[PATCH v2] block: fix zones_cond memory leak in blk_revalidate_disk_zones()
 2026-03-31 11:04 UTC  (3+ messages)

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-03-31 10:40 UTC  (24+ messages)
` [PATCH 05/42] bdev: Drop pointless invalidate_inode_buffers() call
` [PATCH 08/42] fs: Remove inode lock from __generic_file_fsync()
` [PATCH 13/42] fs: Drop sync_mapping_buffers() "
` [PATCH 14/42] fs: Rename generic_file_fsync() to simple_fsync()
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
` [PATCH 22/42] fs: Ignore inode metadata buffers in inode_lru_isolate()
` [PATCH 33/42] fs: Provide functions for handling mapping_metadata_bhs directly
` [PATCH 41/42] fs: Drop mapping_metadata_bhs from address space
` [PATCH 42/42] fs: Drop i_private_list from address_space

[PATCH 1/2] block: fix zones_cond memory leak in blk_revalidate_disk_zones()
 2026-03-31 10:01 UTC  (4+ messages)

[PATCH v2] block: Fix general protection fault in bio_integrity_map_user()
 2026-03-31  8:47 UTC  (3+ messages)

[PATCH] blktrace: reject buf_size smaller than blk_io_trace
 2026-03-31  8:47 UTC  (2+ messages)

[BUG] RCU stall in blk_mq_timeout_work (potentially a regression in 6.19.7 or 6.19.8)
 2026-03-31  8:32 UTC  (2+ messages)

[PATCH 00/19] nvme: switch to libmultipath
 2026-03-31  8:25 UTC  (4+ messages)

[PATCH v2] zram: do not forget to endio for partial discard requests
 2026-03-31  7:43 UTC  (4+ messages)

[PATCH] zram: do not forget to endio for partial discard requests
 2026-03-31  7:37 UTC  (5+ messages)

[PATCH] loop: fix partition scan race between udev and loop_reread_partitions()
 2026-03-31  7:23 UTC  (3+ messages)
` [PATCH v2] "

Super slow subpage IO on zram block devices?
 2026-03-31  7:02 UTC  (2+ messages)

[PATCH v2 00/26] Enable lock context analysis
 2026-03-31  5:37 UTC  (11+ messages)
` [PATCH v2 02/26] block: Annotate the block device functions
` [PATCH v2 20/26] null_blk: Enable lock context analysis

[PATCH blktests] check: Suppress kmemleak scanning failures
 2026-03-31  0:36 UTC  (2+ messages)

[PATCH v2 0/2] Bypass usercopy hardening for kernel-only iterators
 2026-03-30 21:11 UTC  (4+ messages)
` [PATCH v2 1/2] iov: Bypass usercopy hardening for copy_to_iter()
` [PATCH v2 2/2] iov: Bypass usercopy hardening for copy_from_iter()

[PATCH] loop: block loop reconfiguration of offset/sizelimit on mounted device
 2026-03-30 19:00 UTC  (5+ messages)

[PATCH] block: refactor blkdev_zone_mgmt_ioctl
 2026-03-30 12:28 UTC  (4+ messages)

[PATCH 11/26] Add a function to kmap one page of a multipage bio_vec
 2026-03-28 18:39 UTC  (4+ messages)
` [PATCH 12/26] iov_iter: Add a segmented queue of bio_vec[]

[PATCH 00/20] DRBD 9 rework
 2026-03-28 14:20 UTC  (24+ messages)
` [PATCH 01/20] drbd: mark as BROKEN during "
` [PATCH 02/20] drbd: extend wire protocol definitions for DRBD 9
` [PATCH 03/20] drbd: introduce DRBD 9 on-disk metadata format
` [PATCH 04/20] drbd: add transport layer abstraction
` [PATCH 05/20] drbd: add TCP transport implementation
` [PATCH 06/20] drbd: add RDMA "
` [PATCH 07/20] drbd: add load-balancing TCP transport
` [PATCH 08/20] drbd: add DAX/PMEM support for metadata access
` [PATCH 09/20] drbd: add optional compatibility layer for DRBD 8.4
` [PATCH 10/20] drbd: rename drbd_worker.c to drbd_sender.c
` [PATCH 11/20] drbd: rework sender for DRBD 9 multi-peer
` [PATCH 12/20] drbd: replace per-device state model with multi-peer data structures
` [PATCH 13/20] drbd: rewrite state machine for DRBD 9 multi-peer clusters
` [PATCH 14/20] drbd: rework activity log and bitmap for multi-peer replication
` [PATCH 15/20] drbd: rework request processing for DRBD 9 multi-peer IO
` [PATCH 16/20] drbd: rework module core for DRBD 9 transport and multi-peer
` [PATCH 17/20] drbd: rework receiver for DRBD 9 transport and multi-peer protocol
` [PATCH 18/20] drbd: rework netlink management interface for DRBD 9
` [PATCH 19/20] drbd: update monitoring interfaces for multi-peer topology
` [PATCH 20/20] drbd: remove BROKEN for DRBD

[PATCH 0/8] ublk: add shared memory zero-copy support
 2026-03-28 13:49 UTC  (9+ messages)
` [PATCH 1/8] ublk: add UBLK_U_CMD_REG_BUF/UNREG_BUF control commands
` [PATCH 2/8] ublk: add PFN-based buffer matching in I/O path
` [PATCH 3/8] ublk: enable UBLK_F_SHMEM_ZC feature flag
` [PATCH 4/8] selftests/ublk: add shared memory zero-copy support in kublk
` [PATCH 5/8] selftests/ublk: add UBLK_F_SHMEM_ZC support for loop target
` [PATCH 6/8] selftests/ublk: add shared memory zero-copy test
` [PATCH 7/8] selftests/ublk: add hugetlbfs shmem_zc test for loop target
` [PATCH 8/8] selftests/ublk: add filesystem fio verify test for shmem_zc

[RFC 0/2] block: Introduce a BPF-based I/O scheduler
 2026-03-28 13:39 UTC  (7+ messages)
` [RFC 1/2] block: Introduce the UFQ "
` [RFC 2/2] tools/ufq_iosched: add BPF example scheduler and build scaffolding

A comparison of the new nfsd iomodes (and an experimental one)
 2026-03-28 12:37 UTC  (8+ messages)

[PATCH 5/5] nbd: Use lock_sock_try() for TCP sendmsg() and shutdown()
 2026-03-27 10:40 UTC  (2+ messages)

[PATCH 0/4] nbd: replace socks pointer array with xarray to eliminate queue freeze
 2026-03-27  9:12 UTC  (5+ messages)
` [PATCH 1/4] nbd: simplify find_fallback() by removing redundant logic
` [PATCH 2/4] nbd: replace socks pointer array with xarray
` [PATCH 3/4] nbd: remove redundant num_connections boundary checks
` [PATCH 4/4] nbd: remove queue freeze in nbd_add_socket

[PATCH RFC v4 0/3] block: enable RWF_DONTCACHE for block devices
 2026-03-27  6:45 UTC  (11+ messages)
` [PATCH RFC v4 1/3] block: add BIO_COMPLETE_IN_TASK for task-context completion
` [PATCH RFC v4 2/3] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[PATCH v2 0/5] Enable testing small DMA segment sizes
 2026-03-27  1:55 UTC  (6+ messages)
` [PATCH v2 3/5] block: Remove a DMA segment boundary mask check


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox