public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-31 19:56:58 to 2026-04-02 13:09:32 UTC [more...]

[PATCH] blk-crypto: fix name of the bio completion callback
 2026-04-02 13:09 UTC  (3+ messages)

[PATCH V2] bio: fix kmemleak false positives from percpu bio alloc cache
 2026-04-02 13:09 UTC  (3+ messages)

[PATCH 6.1.y 0/8] nvme: correctly fix admin request_queue lifetime
 2026-04-02 12:31 UTC  (11+ messages)
` [PATCH 6.1.y 1/8] Revert "nvme: fix admin request_queue lifetime"
` [PATCH 6.1.y 2/8] blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queue
` [PATCH 6.1.y 3/8] scsi: remove an extra queue reference
` [PATCH 6.1.y 4/8] nvme-pci: "
` [PATCH 6.1.y 5/8] nvme-apple: "
` [PATCH 6.1.y 6/8] nvme-pci: put the admin queue in nvme_dev_remove_admin
` [PATCH 6.1.y 7/8] nvme: fix admin request_queue lifetime
` [PATCH 6.1.y 8/8] nvme: fix admin queue leak on controller reset

[PATCH v9 00/13] blk: honor isolcpus configuration
 2026-04-02  9:09 UTC  (13+ messages)
` [PATCH v9 02/13] lib/group_cpus: remove dead !SMP code
` [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 0/2] block: fix pgmap handling for zone device pages in bio merge paths
 2026-04-02  8:55 UTC  (8+ 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

[BUG] RCU stall in blk_mq_timeout_work (potentially a regression in 6.19.7 or 6.19.8)
 2026-04-02  7:33 UTC  (3+ messages)

[PATCH 0/3] scsi/block: NUMA-local allocations and false-sharing fixes
 2026-04-02  7:46 UTC  (4+ messages)
` [PATCH 1/3] scsi: use NUMA-local allocation for sdev and starget
` [PATCH 2/3] block: align nr_active_requests_shared_tags to avoid cache line contention
` [PATCH 3/3] scsi: align scsi_device iodone_cnt "

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-02  7:12 UTC  (108+ 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 6.1.y] block: fix resource leak in blk_register_queue() error path
 2026-04-02  2:30 UTC 

[PATCH v2] block: Increase BLK_DEF_MAX_SECTORS_CAP
 2026-04-01 23:31 UTC  (7+ messages)

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

[PATCH v2 00/26] Enable lock context analysis
 2026-04-01 17:04 UTC  (13+ messages)
` [PATCH v2 07/26] block/blk-iocost: Add lock context annotations
` [PATCH v2 08/26] block/blk-mq-debugfs: Improve "
` [PATCH v2 20/26] null_blk: Enable lock context analysis

refactor submit_bio_wait and bio await helpers
 2026-04-01 15:42 UTC  (8+ messages)
` [PATCH 1/4] block: unify the synchronous bi_end_io callbacks
` [PATCH 2/4] block: factor out a bio_await helper
` [PATCH 3/4] block: add a bio_submit_or_kill helper
` [PATCH 4/4] xfs: use bio_await in xfs_zone_gc_reset_sync

[PATCH V2] ublk: use unchecked copy helpers for bio page data
 2026-04-01 15:36 UTC  (4+ messages)

[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 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 v3 0/6] Enable testing small DMA segment sizes
 2026-04-01  1:12 UTC  (7+ messages)
` [PATCH v3 4/6] block: Reduce the minimum value for the maximum DMA segment size

[PATCH v3] zram: do not forget to endio for partial discard requests
 2026-04-01  1:10 UTC  (3+ messages)

[PATCH v3] blk-iocost: fix busy_level reset when no IOs complete
 2026-03-31 19:56 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