messages from 2026-06-06 07:14:56 to 2026-06-09 19:15:43 UTC [more...]
[PATCH v2 00/83] block: rnull: complete the rust null block driver
2026-06-09 19:09 UTC (59+ messages)
` [PATCH v2 01/83] block: rust: fix `Send` bound for `GenDisk`
` [PATCH v2 02/83] rust: block: rename `SECTOR_MASK` to `PAGE_SECTOR_MASK`
` [PATCH v2 03/83] block: rnull: adopt new formatting guidelines
` [PATCH v2 04/83] block: rnull: add module parameters
` [PATCH v2 05/83] block: rnull: add macros to define configfs attributes
` [PATCH v2 07/83] block: rust: change `queue_rq` request type to `Owned`
` [PATCH v2 09/83] block: rust: document the lifetime of `Request`
` [PATCH v2 10/83] block: rust: allow `hrtimer::Timer` in `RequestData`
` [PATCH v2 14/83] block: rust: mq: use GFP_KERNEL from prelude
` [PATCH v2 15/83] block: rust: add `TagSet` flags
` [PATCH v2 16/83] block: rnull: add memory backing
` [PATCH v2 17/83] block: rnull: add submit queue count config option
` [PATCH v2 18/83] block: rnull: add `use_per_node_hctx` "
` [PATCH v2 19/83] block: rust: allow specifying home node when constructing `TagSet`
` [PATCH v2 20/83] block: rnull: allow specifying the home numa node
` [PATCH v2 22/83] block: rust: mq: add max_hw_discard_sectors support to GenDiskBuilder
` [PATCH v2 23/83] block: rnull: add discard support
` [PATCH v2 24/83] block: rust: add `NoDefaultScheduler` flag for `TagSet`
` [PATCH v2 28/83] block: rust: mq: add Request::end() method for custom status codes
` [PATCH v2 29/83] block: rnull: add badblocks support
` [PATCH v2 30/83] block: rnull: add badblocks_once support
` [PATCH v2 31/83] block: rust: add `Segment::truncate`
` [PATCH v2 32/83] block: rnull: add partial I/O support for bad blocks
` [PATCH v2 33/83] block: rust: add `TagSet` private data support
` [PATCH v2 34/83] block: rust: add `hctx` "
` [PATCH v2 37/83] block: rust: add a back reference feature to `GenDisk`
` [PATCH v2 38/83] block: rust: introduce an idle type state for `Request`
` [PATCH v2 40/83] block: rust: add a method to get the request queue for a request
` [PATCH v2 42/83] block: rust: require `queue_rq` to return a `BlkResult`
` [PATCH v2 43/83] block: rust: add `GenDisk::queue_data`
` [PATCH v2 45/83] block: rnull: add blocking queue mode
` [PATCH v2 46/83] block: rnull: add shared tags
` [PATCH v2 47/83] block: rnull: add queue depth config option
` [PATCH v2 48/83] block: rust: add an abstraction for `bindings::req_op`
` [PATCH v2 51/83] block: rust: add zoned block device support
` [PATCH v2 52/83] block: rust: add `TagSet::flags`
` [PATCH v2 55/83] block: rust: add an abstraction for `struct blk_mq_queue_map`
` [PATCH v2 56/83] block: rust: add polled completion support
` [PATCH v2 57/83] block: rust: add accessors to `TagSet`
` [PATCH v2 58/83] block: rnull: add polled completion support
` [PATCH v2 59/83] block: rnull: add REQ_OP_FLUSH support
` [PATCH v2 60/83] block: rust: add request flags abstraction
` [PATCH v2 62/83] block: rust: allow setting write cache and FUA flags for `GenDisk`
` [PATCH v2 63/83] block: rust: add `Segment::copy_to_page_limit`
` [PATCH v2 64/83] block: rnull: add fua support
` [PATCH v2 65/83] block: rust: add `GenDisk::tag_set`
` [PATCH v2 67/83] block: rnull: add an option to change the number of hardware queues
` [PATCH v2 68/83] block: rust: add an abstraction for `struct rq_list`
` [PATCH v2 69/83] block: rust: add `queue_rqs` vtable hook
` [PATCH v2 70/83] block: rnull: support queue_rqs
` [PATCH v2 72/83] block: rust: add a debug assert for refcounts
` [PATCH v2 73/83] block: rust: add `TagSet::tag_to_rq`
` [PATCH v2 75/83] block: rust: add `Request::requeue`
` [PATCH v2 77/83] block: rnull: add fault injection support
` [PATCH v2 79/83] block: rnull: allow configuration of the maximum IO size
` [PATCH v2 80/83] block: rust: add `virt_boundary_mask` option to `GenDiskBuilder`
` [PATCH v2 82/83] block: rnull: add `shared_tag_bitmap` config option
` [PATCH v2 83/83] block: rnull: add zone offline and readonly configfs files
[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-06-09 17:50 UTC (4+ messages)
` [PATCH v4] "
[PATCH v7] block: propagate in_flight to whole disk on partition I/O
2026-06-09 16:13 UTC (4+ messages)
[PATCH v2] virtio-blk: clamp zone report to the report buffer capacity
2026-06-09 16:02 UTC (4+ messages)
[PATCH 0/5] blk-cgroup: fix blkg list and policy data races
2026-06-09 15:15 UTC (5+ messages)
` [PATCH 2/5] bfq: protect q->blkg_list iteration in bfq_end_wr_async() with blkcg_mutex
[PATCH] block: fix arg type in `blk_mq_update_nr_hw_queues`
2026-06-09 15:05 UTC (4+ messages)
[PATCH] rust: block: require `Sync` for `Operations::QueueData`
2026-06-09 14:20 UTC (2+ messages)
[PATCH v17 00/10] rust: add `Ownable` trait and `Owned` type
2026-06-09 14:11 UTC (2+ messages)
[PATCH v3 0/4] scsi/block: NUMA-local scan allocations, shared-tag path cleanup, and SCSI I/O counters
2026-06-09 13:49 UTC (7+ messages)
` [PATCH v3 1/4] scsi: scan: allocate sdev and starget on the NUMA node of the host adapter
` [PATCH v3 2/4] scsi: host: allocate struct Scsi_Host "
` [PATCH v3 3/4] block: drop shared-tag fairness throttling
` [PATCH v3 4/4] scsi: use percpu counters for iostat counters in struct scsi_device
[Kernel Bug] INFO: rcu detected stall in disk_check_events
2026-06-09 12:41 UTC (2+ messages)
[PATCH v4 0/8] Support for block device NVMEM providers
2026-06-09 11:05 UTC (12+ messages)
` [PATCH v4 1/8] dt-bindings: mmc: Document support for nvmem-layout
` [PATCH v4 2/8] dt-bindings: net: wireless: qcom,ath10k: Document NVMEM cells
` [PATCH v4 3/8] dt-bindings: bluetooth: qcom: Add NVMEM BD address cell
` [PATCH v4 4/8] block: implement NVMEM provider
` [PATCH v4 5/8] net: of_net: Add of_get_nvmem_eui48() helper for EUI-48 lookup
` [PATCH v4 6/8] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval
` [PATCH v4 7/8] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid
` [PATCH v4 8/8] arm64: dts: qcom: arduino-imola: Describe NVMEM layout for WiFi/BT addresses
[PATCH v2 00/14] list: Prepare entry iterators to cache cursor state
2026-06-09 10:33 UTC (20+ messages)
` [PATCH v2 01/14] drbd: Open-code transfer log list walk
` [PATCH v2 02/14] firewire: core: Open-code topology "
` [PATCH v2 03/14] drm/bridge: Open-code bridge chain list walks
` [PATCH v2 04/14] drm/i915/gt: Open-code active timeline walk
` [PATCH v2 05/14] drm/i915: Open-code DFS dependency list walk
` [PATCH v2 06/14] drm/ttm: Open-code reservation "
` [PATCH v2 07/14] spi: fsi: Open-code message transfer walk
` [PATCH v2 08/14] spi: stm32-ospi: "
` [PATCH v2 09/14] spi: stm32-qspi: "
` [PATCH v2 10/14] spi: tegra210-quad: "
` [PATCH v2 11/14] locking/locktorture: Open-code ww mutex list walk
` [PATCH v2 12/14] locking/ww_mutex: Open-code stress reorder "
` [PATCH v2 13/14] ASoC: dapm: Open-code widget invalidation walk
` [PATCH v2 14/14] list: Cache cursors in entry iterators
[LSF/MM/BPF TOPIC] Memory fragmentation with large block sizes
2026-06-09 9:37 UTC (4+ messages)
` [Lsf-pc] "
[PATCH] block: optimize I/O merge hot path with unlikely() hints
2026-06-09 8:24 UTC
configurable block error injection v3
2026-06-09 7:47 UTC (14+ messages)
` [PATCH 1/4] block: add a macro to initialize the status table
` [PATCH 2/4] block: add a "tag" for block status codes
` [PATCH 3/4] block: add a str_to_blk_op helper
` [PATCH 4/4] block: add configurable error injection
[PATCH] block: optimize I/O merge hot path with unlikely() hints
2026-06-09 7:38 UTC (3+ messages)
[PATCH] block: clear zone write plugging flag before failing rejected BIOs
2026-06-09 0:36 UTC (3+ messages)
[PATCH] brd: normalize non-positive max_part before rounding it up
2026-06-08 23:59 UTC
[PATCH]block: Observing higher CPU utilization during random IO testing
2026-06-08 15:18 UTC (4+ messages)
[PATCH v3 06/22] Add a function to kmap one page of a multipage bio_vec
2026-06-08 14:54 UTC (3+ messages)
` [PATCH v3 07/22] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v3 08/22] iov_iter: Add a segmented queue of bio_vec[]
[PATCH next] drivers/block/rbd: Use strscpy() to copy strings into arrays
2026-06-08 14:34 UTC (3+ messages)
[PATCH] partitions: aix: bound the pp_count scan to the ppe array
2026-06-08 14:34 UTC (3+ messages)
[PATCH v3 0/7] Support for block device NVMEM providers
2026-06-08 13:00 UTC (16+ messages)
` [PATCH v3 1/7] dt-bindings: mmc: Document support for nvmem-layout
` [PATCH v3 2/7] dt-bindings: net: wireless: qcom,ath10k: Document NVMEM cells
` [PATCH v3 3/7] dt-bindings: bluetooth: qcom: Add NVMEM BD address cell
` [PATCH v3 4/7] block: implement NVMEM provider
` [PATCH v3 5/7] net: of_net: Add of_get_nvmem_eui48() helper for EUI-48 lookup
` [PATCH v3 6/7] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval
` [PATCH v3 7/7] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid
[PATCH] blk-flush: fix possibe deadlock when process nvme_timeout()
2026-06-08 11:39 UTC
[PATCH] block: Avoid mounting the bdev pseudo-filesystem in userspace
2026-06-08 10:22 UTC (7+ messages)
` [PATCH] make new mount API honour SB_NOUSER (was Re: [PATCH] block: Avoid mounting the bdev pseudo-filesystem in userspace)
[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
2026-06-08 10:18 UTC (13+ messages)
` [PATCH RFC 1/8] fs, block: move blk_mode_t and fop_flags_t into <linux/types.h>
` [PATCH RFC 2/8] fs: add a global device to super block hash table
` [PATCH RFC 3/8] fs: refuse to claim any frozen block device
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()
` [PATCH RFC 6/8] ext4: open via dedicated fs bdev helpers
` [PATCH RFC 8/8] super: make fs_holder_ops private
configurable block error injection v2
2026-06-08 5:09 UTC (15+ messages)
` [PATCH 1/4] block: add a macro to initialize the status table
` [PATCH 2/4] block: add a "tag" for block status codes
` [PATCH 3/4] block: add a str_to_blk_op helper
` [PATCH 4/4] block: add configurable error injection
[PATCH 0/8] blk-cgroup: remove queue_lock nesting from blkcg paths
2026-06-08 3:42 UTC (9+ messages)
` [PATCH 1/8] blk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()
` [PATCH 2/8] blk-cgroup: delay freeing policy data after rcu grace period
` [PATCH 3/8] blk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()
` [PATCH 4/8] blk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()
` [PATCH 5/8] blk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()
` [PATCH 6/8] blk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()
` [PATCH 7/8] mm/page_io: don't nest queue_lock under rcu in bio_associate_blkg_from_page()
` [PATCH 8/8] block, bfq: don't grab queue_lock to initialize bfq
[PATCH] block: Add WQ_PERCPU to alloc_workqueue users
2026-06-07 18:50 UTC (3+ messages)
[PATCH v2] zram: fix partial I/O gating on non-4K PAGE_SIZE
2026-06-07 15:31 UTC
[PATCH] virtio-blk: clamp zone report to the report buffer capacity
2026-06-07 2:23 UTC (2+ messages)
[PATCH next] block/early-lookup: Replace strlen() strcpy() pair with strscpy()
2026-06-06 20:26 UTC
[PATCH] partitions: aix: bound the lvd scan to one sector
2026-06-06 17:07 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox