public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-28 13:49:41 to 2026-04-01 13:18:03 UTC [more...]

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-01 13:18 UTC  (42+ messages)
` [PATCH 01/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH 02/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH 03/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH 04/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH 05/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH 06/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH 07/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH 08/33] rust: kbuild: simplify `--remap-path-prefix` workaround
` [PATCH 09/33] rust: kbuild: make `--remap-path-prefix` workaround conditional
` [PATCH 10/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH 11/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH 12/33] rust: macros: update `extract_if` MSRV TODO comment
` [PATCH 13/33] rust: block: update `const_refs_to_static` "
` [PATCH 14/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH 15/33] rust: rust_is_available: remove warning for 0.66.[01] buggy versions
` [PATCH 16/33] rust: rust_is_available: remove warning for < 0.69.5 && libclang >= 19.1
` [PATCH 17/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH 18/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH 19/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH 20/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH 21/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH 30/33] docs: rust: general-information: use real example
` [PATCH 31/33] rust: declare cfi_encoding for lru_status
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
 2026-04-01 12:50 UTC  (11+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()

[PATCH v9 00/13] blk: honor isolcpus configuration
 2026-04-01 12:49 UTC  (19+ 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 v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
 2026-04-01 10:32 UTC  (5+ messages)

[PATCH v2 00/26] Enable lock context analysis
 2026-04-01  9:54 UTC  (13+ messages)
` [PATCH v2 02/26] block: Annotate the block device functions
` [PATCH v2 20/26] null_blk: Enable lock context analysis

[PATCH 0/2] block: fix pgmap handling for zone device pages in bio merge paths
 2026-04-01  8:23 UTC  (3+ messages)
` [PATCH 1/2] block: add pgmap check to biovec_phys_mergeable
` [PATCH 2/2] block: allow different-pgmap pages as separate bvecs in bio_add_page

[PATCH 00/10] block: sysfs cleanup for deprecated API usage
 2026-04-01  7:07 UTC  (11+ messages)
` [PATCH 01/10] block: convert to sysfs_emit() in blk_ia_range show()
` [PATCH 02/10] block: convert blk-mq hw sysfs show to sysfs_emit/sysfs_emit_at
` [PATCH 03/10] block: convert disk events "
` [PATCH 04/10] block: convert partition sysfs show to sysfs_emit()
` [PATCH 05/10] block: convert part_timeout_show() "
` [PATCH 06/10] block: convert kyber latency show "
` [PATCH 07/10] block: convert bfq_var_show() "
` [PATCH 08/10] block: use kstrtol() instead of sscanf() in disk_events_poll_msecs_store()
` [PATCH 09/10] block: replace simple_strtoul() with kstrtoint() in part_timeout_store()
` [PATCH 10/10] block: replace sscanf() with kstrtoint() in part_fail_store()

[PATCH V2] ublk: use unchecked copy helpers for bio page data
 2026-04-01  1:24 UTC 

[PATCH v3 0/6] Enable testing small DMA segment sizes
 2026-04-01  1:12 UTC  (17+ messages)
` [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 v3] zram: do not forget to endio for partial discard requests
 2026-04-01  1:10 UTC  (4+ messages)

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

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

[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 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 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 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 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 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  (2+ 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 20/20] drbd: remove BROKEN for DRBD
 2026-03-28 14:20 UTC  (2+ messages)

[PATCH 02/20] drbd: extend wire protocol definitions for DRBD 9
 2026-03-28 14:13 UTC  (2+ messages)

[PATCH 0/8] ublk: add shared memory zero-copy support
 2026-03-28 13:49 UTC  (8+ messages)
` [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


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