messages from 2026-07-28 09:05:43 to 2026-07-30 16:23:20 UTC [more...]
[PATCH RESEND 0/5] block: validate direct I/O memory alignment
2026-07-30 16:23 UTC (10+ messages)
[PATCH v4 00/14] Add dmabuf read/write via io_uring
2026-07-30 16:17 UTC (47+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 02/14] iov_iter: add iterator type for dmabuf maps
` [PATCH v4 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
` [PATCH v4 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers
[PATCH v9 00/10] Support for block device NVMEM providers
2026-07-30 16:00 UTC (11+ messages)
` [PATCH v9 01/10] dt-bindings: mmc: Document fixed-layout NVMEM provider support
` [PATCH v9 02/10] dt-bindings: net: wireless: qcom,ath10k: Document NVMEM cells
` [PATCH v9 03/10] dt-bindings: bluetooth: qcom: Add NVMEM BD address cell
` [PATCH v9 04/10] nvmem: layouts: Support fixed-layout as the nvmem device node itself
` [PATCH v9 05/10] block: partitions: of: Attach partition fwnode to the block device
` [PATCH v9 06/10] block: implement NVMEM provider
` [PATCH v9 07/10] net: of_net: Add of_get_nvmem_eui48() helper for EUI-48 lookup
` [PATCH v9 08/10] Bluetooth: hci_sync: Add NVMEM-backed BD address retrieval
` [PATCH v9 09/10] Bluetooth: qca: Set NVMEM BD address quirks when address is invalid
` [PATCH v9 10/10] arm64: dts: qcom: arduino-imola: Describe NVMEM layout for WiFi/BT addresses
[PATCH 0/6] ublk: io_desc optimizations
2026-07-30 15:54 UTC (15+ messages)
` [PATCH 1/6] ublk: consistently use u16 for queue and tag numbers
` [PATCH 2/6] ublk: remove struct ublk_zoned_report_desc's operation field
` [PATCH 3/6] ublk: split request validation from io_desc init
` [PATCH 4/6] ublk: initialize io_desc on daemon task
` [PATCH 5/6] ublk: add UBLK_F_IO_DESC_SIZE
` [PATCH 6/6] ublk: lift need_map check out of ublk_{,un}map_io()
[PATCH v4 0/6] xfs write streams
2026-07-30 14:52 UTC (4+ messages)
` [PATCH v4 1/6] fs: add write-stream management ioctls
[PATCH v2] partitions: aix: bound the lvd scan to one sector
2026-07-30 13:10 UTC (2+ messages)
[PATCH RFC] nvme-multipath: fix diskstats for partitions
2026-07-30 12:52 UTC (6+ messages)
[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-07-30 9:33 UTC (13+ messages)
` [PATCH v7 1/5] block: introduce bio_in_atomic()
` [PATCH v7 2/5] block: add task-context bio completion infrastructure
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v7 4/5] buffer: set "
` [PATCH v7 5/5] block: enable RWF_DONTCACHE for block devices
[PATCH] xen/blkback: Prevent missed completion when draining I/O
2026-07-30 9:25 UTC (3+ messages)
[PATCH v2] zloop: zero out only the unread tail of short reads
2026-07-30 9:14 UTC (3+ messages)
[PATCH v5 0/8] nbd: eliminate queue freeze/unfreeze overhead in connection setup
2026-07-30 8:20 UTC (9+ messages)
` [PATCH v5 1/8] nbd: simplify find_fallback() by removing redundant logic
` [PATCH v5 2/8] nbd: disallow NBD_SET_SOCK on an active device
` [PATCH v5 3/8] nbd: reset write cache on disconnect
` [PATCH v5 4/8] nbd: remove queue freeze in nbd_add_socket
` [PATCH v5 5/8] nbd: skip queue freeze when setting size at device startup
` [PATCH v5 6/8] nbd: factor out a nbd_genl_foreach_sock
` [PATCH v5 7/8] nbd: remove queue freeze for newly created nbd from netlink path
` [PATCH v5 8/8] nbd: add nr_hw_queues module parameter for pre-created devices
[PATCH v2] block/cgroup: Drop stale -EBUSY retry from blkg_conf_prep()
2026-07-30 7:39 UTC
[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
2026-07-30 7:35 UTC (50+ messages)
` [PATCH 2/3] zram: add per-backend capability flags and validate parameters early
` [PATCH v2 1/5] zram: fix early release of global cdict/ddict in per-CPU error path
` [PATCH v2 2/5] zram: make dict update in comp_params_store() atomic
` [PATCH v2 3/5] zstd: move ZSTD_MAX_CLEVEL to zstd_lib.h
` [PATCH v2 4/5] zram: add per-backend caps and validate parameters early
` [PATCH v2 5/5] zram: reset per-priority params when changing algorithm before init
` [PATCH v3 0/5] zram: fix zstd per-CPU error path and add parameter validation
` [PATCH v3 1/5] zram: do not release zstd params in per-CPU error path
` [PATCH v3 2/5] zram: reject zero-size dictionary
` [PATCH v3 3/5] zram: add level validation in zstd setup_params
` [PATCH v3 4/5] zram: add per-backend caps and validate parameters early
` [PATCH v3 5/5] zram: reset per-priority params when changing algorithm before init
` [PATCH v4 0/4] zram: fix zstd per-CPU error path and add parameter validation
` [PATCH v4 1/4] zram: do not release zstd params in per-CPU error path
` [PATCH v4 2/4] zram: reject zero-size dictionary
` [PATCH v4 3/4] zram: validate parameters in each backend's setup_params
` [PATCH v4 4/4] zram: reset per-priority params when changing algorithm before init
[PATCH] zloop: zero out only the unread tail of short reads
2026-07-30 7:27 UTC (3+ messages)
[PATCH v2] lib/group_cpus: make group CPU cluster aware
2026-07-30 6:58 UTC (3+ messages)
[PATCH v2 0/2] ublk: fix auto buf reg ordering around uring_cmd
2026-07-30 2:40 UTC (4+ messages)
` [PATCH v2 1/2] ublk: validate auto buf reg before taking uring_cmd
` [PATCH v2 2/2] ublk: clear auto buf reg before updating io->buf in batch commit
` [PATCH] selftests: ublk: add rotating auto_buf index regression test
[PATCH 6.18.y] ublk: wait on ublk_dev_ready() instead of ub->completion
2026-07-30 2:40 UTC (2+ messages)
[PATCH] block: stop the timeout timer when releasing a never added disk
2026-07-29 18:05 UTC (5+ messages)
[PATCH v2 0/3] ublk: harden user buffer handling
2026-07-29 17:10 UTC (4+ messages)
` [PATCH v2 1/3] ublk: check import_ubuf() return value
` [PATCH v2 2/3] ublk: check for ublk_unmap_io() returning 0
` [PATCH v2 3/3] ublk: remove WARN_ON_ONCE() in ublk_unmap_io()
bio bounce buffering fixes v3
2026-07-29 12:26 UTC (3+ messages)
` [PATCH 2/2] block: fix aligning of bounced dio read bios
lazy bounce buffering for checksummed reads
2026-07-29 11:24 UTC (4+ messages)
` [PATCH 06/22] block,iomap: fix protection information verification with initial bvec offset
[RFC PATCH v2 0/8] blk-cgroup: protect blkgs with blkcg_mutex
2026-07-29 9:49 UTC (16+ messages)
` [RFC PATCH v2 1/8] block: associate blkg in submit_bio instead of bio_set_dev
` [RFC PATCH v2 3/8] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v2 7/8] bfq: avoid blkg lookup from locked cgroup update
[PATCH v6 1/4] block: add task-context bio completion infrastructure
2026-07-29 8:48 UTC (15+ messages)
[PATCH] ublk: remove WARN_ON_ONCE() in ublk_unmap_io()
2026-07-29 1:56 UTC (4+ messages)
[syzbot] [block?] WARNING in blk_mq_alloc_tag_set
2026-07-28 12:58 UTC
[PATCH] nbd: skip queue limits update for size-only reconfigure
2026-07-28 10:25 UTC
[PATCH v4] Docs/admin-guide/cgroup-v2: document io.latency rotational vs non-rotational behavior
2026-07-28 9:57 UTC
[PATCH] drbd: fix typo in comment
2026-07-28 9:05 UTC (2+ messages)
` [PATCH] drm/radeon: fix typo in comments
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