Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-07-27 08:16:48 to 2026-07-30 09:14:18 UTC [more...]

[PATCH v2] zloop: zero out only the unread tail of short reads
 2026-07-30  9:14 UTC  (3+ messages)

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-07-30  9:02 UTC  (10+ 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  8:43 UTC  (2+ 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  (53+ 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 RESEND 0/5] block: validate direct I/O memory alignment
 2026-07-29 23:34 UTC  (5+ messages)

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-29 19:43 UTC  (44+ 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] 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()

[PATCH 0/6] ublk: io_desc optimizations
 2026-07-29 14:58 UTC  (9+ 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()

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  (10+ messages)
` [PATCH 06/22] block,iomap: fix protection information verification with initial bvec offset
  ` [PATCH 20/22] xfs: add support for lazy direct read bounce buffering
  ` [PATCH 12/22] iomap: better read bounce buffering support

[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

[PATCH v9 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-07-28  8:38 UTC  (2+ messages)

[PATCH v4 0/7] nbd: eliminate queue freeze/unfreeze overhead in connection setup
 2026-07-28  6:32 UTC  (2+ messages)

[PATCH] nbd: don't warn when reclassifying a busy socket lock
 2026-07-28  4:53 UTC  (2+ messages)

[PATCH] ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev()
 2026-07-27 17:09 UTC  (3+ messages)

[PATCH] nbd: reclassify u->iolock of AF_UNIX sockets
 2026-07-27 16:25 UTC  (3+ messages)

[PATCH v6 00/12] block,md,nvme: correct handling of unsupported P2PDMA transfers
 2026-07-27 15:49 UTC  (5+ messages)
` [PATCH v6 11/12] nvme-rdma: ratelimit the map-failure error message
` [PATCH v6 12/12] nvme-rdma: factor out the scatterlist DMA mapping helper

[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
 2026-07-27 14:58 UTC  (4+ messages)
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),

[PATCH 0/3] s390/dasd: fixes
 2026-07-27 14:28 UTC  (4+ messages)
` [PATCH 1/3] s390/dasd: Fix path verification interrupted by concurrent dasd_sleep_on_immediatly
` [PATCH 2/3] s390/dasd: Fix potential NULL pointer dereference
` [PATCH 3/3] s390/dasd: Fix undersized format-check buffer

[PATCH v1] block/mq-deadline: hold elevator_lock in debugfs next_rq show
 2026-07-27 10:25 UTC  (4+ messages)
` 回复: Re: 回复: "

[PATCH RESEND] block: Replace deprecated strcpy() in devt_from_devname()
 2026-07-27  9:57 UTC 


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