Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-08-03 14:13:46 to 2026-08-05 11:16:28 UTC [more...]

[PATCH 00/19] s390/dasd: ESE Performance improvements
 2026-08-05 11:16 UTC  (13+ messages)
` [PATCH 01/19] s390/dasd: Do not complete a failed ESE read as successful
` [PATCH 02/19] s390/dasd: Propagate partial completion length across ERP recovery
` [PATCH 03/19] s390/dasd: Guard sysfs discipline callbacks against unallocated private data
` [PATCH 04/19] s390/dasd: Snapshot intrc before freeing the request block
` [PATCH 05/19] s390/dasd: Optimize max blocks per request for track alignment
` [PATCH 06/19] s390/dasd: Use GFP_KERNEL in dasd_alloc_device()
` [PATCH 07/19] s390/dasd: Add defines for the Extended Address Volume track address
` [PATCH 08/19] s390/dasd: Add infrastructure for ESE full-track write
` [PATCH 10/19] s390/dasd: Extend prepare_itcw() to support WRITE_FULL_TRACK
` [PATCH 13/19] s390/dasd: Add full_track_bias to control fulltrack write mode
` [PATCH 14/19] s390/dasd: Derive adaptive ESE fulltrack heuristic from ft_bias
` [PATCH 17/19] s390/dasd: Report ESE capability and format mode at device online

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-08-05 10:59 UTC  (4+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure

[PATCH] zram: freeze device queue before device reset
 2026-08-05 10:52 UTC  (3+ messages)

[PATCH v6] rust: aref: make `AlwaysRefCounted::inc_ref` an associated function
 2026-08-05  9:26 UTC  (3+ messages)

[PATCH v7 0/8] nbd: eliminate queue freeze/unfreeze overhead in connection setup
 2026-08-05  8:45 UTC  (14+ messages)
` [PATCH v7 1/8] nbd: simplify find_fallback() by removing redundant logic
` [PATCH v7 2/8] nbd: disallow NBD_SET_SOCK on an active device
` [PATCH v7 3/8] nbd: clear queue limits on disconnect
` [PATCH v7 4/8] nbd: remove queue freeze in nbd_add_socket
` [PATCH v7 5/8] nbd: skip queue freeze when setting size at device startup
` [PATCH v7 6/8] nbd: factor out a nbd_genl_foreach_sock
` [PATCH v7 7/8] nbd: remove queue freeze for newly created nbd from netlink path
` [PATCH v7 8/8] nbd: add pre_defined_connections module parameter for pre-created devices

[PATCH v2] lib/group_cpus: make group CPU cluster aware
 2026-08-05  7:50 UTC  (5+ messages)
      `  "

[PATCH v6 0/8] nbd: eliminate queue freeze/unfreeze overhead in connection setup
 2026-08-05  6:27 UTC  (10+ messages)
` [PATCH v6 1/8] nbd: simplify find_fallback() by removing redundant logic
` [PATCH v6 2/8] nbd: disallow NBD_SET_SOCK on an active device
` [PATCH v6 3/8] nbd: clear queue limits on disconnect
` [PATCH v6 4/8] nbd: remove queue freeze in nbd_add_socket
` [PATCH v6 5/8] nbd: skip queue freeze when setting size at device startup
` [PATCH v6 6/8] nbd: factor out a nbd_genl_foreach_sock
` [PATCH v6 7/8] nbd: remove queue freeze for newly created nbd from netlink path
` [PATCH v6 8/8] nbd: add pre_defined_connections module parameter for pre-created devices

[PATCH 00/14] Improve handling of offline and read-only zones
 2026-08-05  2:27 UTC  (15+ messages)
` [PATCH 01/14] block: remove disk_free_zone_resources()
` [PATCH 02/14] block: refactor disk_revalidate_zone_resources()
` [PATCH 03/14] block: refactor disk_update_zone_resources()
` [PATCH 04/14] block: remember a zone type regardless of its condition
` [PATCH 05/14] block: refactor bdev_zone_is_seq()
` [PATCH 06/14] block: introduce disk_for_all_zone_wplugs()
` [PATCH 07/14] block: drop all zone write plugs on capacity changes
` [PATCH 08/14] block: propagate readonly and offline conditions to zone write plugs
` [PATCH 09/14] block: always treat offline and read-only zones as dead
` [PATCH 10/14] block: fail zone management operations to read-only and offline zones
` [PATCH 11/14] block: allow read-only and offline conventional zones
` [PATCH 12/14] block: simplify disk_zone_set_cond()
` [PATCH 13/14] block: flag zoned disks with GENHD_FL_NO_PART
` [PATCH 14/14] block: fail reads to offline zones early

[PATCH 0/2] zram: fix stale scan bounds after reinitialization
 2026-08-05  1:42 UTC  (7+ messages)
` [PATCH 1/2] zram: fix out-of-bounds access in writeback_store()
` [PATCH 2/2] zram: fix out-of-bounds access in read_block_state()

[PATCH 1/1] zram: reject disksizes that exceed slot index range
 2026-08-05  1:28 UTC  (2+ messages)

[PATCH v3 0/5] zram: fix zstd per-CPU error path and add parameter validation
 2026-08-05  1:26 UTC  (28+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 3/4] zram: validate parameters in each backend's setup_params
  ` [PATCH v5 0/4] zram: fix zstd error paths and add parameter validation
    ` [PATCH v5 2/4] zram: reject zero-size dictionary
    ` [PATCH v5 3/4] zram: validate parameters in each backend's setup_params
    ` [PATCH v5 4/4] zram: reset per-priority params when changing algorithm before init
    ` [PATCH v6 0/5] zram: fix zstd error paths and add parameter validation
      ` [PATCH v6 1/5] zram: do not release zstd global params from error paths
      ` [PATCH v6 2/5] zram: reject zero-size dictionary
      ` [PATCH v6 3/5] zram: add pr_fmt to backend files
      ` [PATCH v6 4/5] zram: validate parameters in each backend's setup_params
      ` [PATCH v6 5/5] zram: reset per-priority params when changing algorithm before init

[RFC PATCH v1 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-05  0:58 UTC  (12+ messages)
` [RFC PATCH v1 1/3] blk-cgroup: add helpers for bio cgroup state
` [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v1 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH] selftests: ublk: add rotating auto_buf index regression test
 2026-08-05  0:43 UTC  (5+ messages)

[PATCH v2 00/12] Enable lock context analysis in drivers/block/
 2026-08-04 18:24 UTC  (29+ messages)
` [PATCH v2 01/12] aoe: Enable lock context analysis
` [PATCH v2 02/12] loop: Remove the "bool global" function argument
` [PATCH v2 03/12] loop: Add lock context annotations
` [PATCH v2 05/12] nbd: Enable lock context analysis
` [PATCH v2 06/12] null_blk: "
` [PATCH v2 07/12] rbd: "

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-04 17:19 UTC  (19+ messages)
` [PATCH v5 01/16] dma-buf: introduce initial file I/O infrastructure
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
` [PATCH v5 06/16] block: introduce bio_iov_iter_set()
` [PATCH v5 07/16] block: introduce dma map backed bio type
` [PATCH v5 10/16] nvme-pci: rename nvme_pci_sgl_set_data to nvme_pci_dma_iter_set_sgl
` [PATCH v5 11/16] nvme-pci: add SGL support for the dmabuf path
  ` [PATCH v5 09/16] nvme-pci: implement dma-buf backed requests

[PATCH v9 00/10] Support for block device NVMEM providers
 2026-08-04 16:35 UTC  (7+ messages)
` [PATCH v9 01/10] dt-bindings: mmc: Document fixed-layout NVMEM provider support
` [PATCH v9 05/10] block: partitions: of: Attach partition fwnode to the block device
` [PATCH v9 06/10] block: implement NVMEM provider

[PATCH 0/2] block device write path fixes
 2026-08-04 14:04 UTC  (6+ messages)
` [PATCH 1/2] block: use iomap_dirty_folio for block devices
` [PATCH 2/2] block: take i_rwsem for the direct I/O write fallback

[PATCH v3] block/blk-iocost: annotate ioc_pd_stat reads with data_race()
 2026-08-04 13:23 UTC  (3+ messages)

fix fs-integrity for non-PI metadata v3
 2026-08-04 13:22 UTC  (8+ messages)
` [PATCH 1/3] block: remove bip_should_check
` [PATCH 2/3] block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.h
` [PATCH 3/3] block: handle nogenerate/noverify properly in fs-integrity

[PATCH] zloop: round capacity up to a zone-size multiple
 2026-08-04 13:21 UTC  (6+ messages)
` [PATCH v2] Documentation: block: zloop: clarify capacity alignment
    ` [PATCH v3] "

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-04 13:03 UTC  (5+ messages)
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[PATCH v2] block: split out a new blk_plug.h header
 2026-08-04 13:00 UTC  (2+ messages)

add a ZONE_RESET_ALL uring cmd v2 (resend)
 2026-08-04 13:00 UTC  (8+ messages)
` [PATCH 1/6] block: remove a dead return statement in blk_zone_plug_bio
` [PATCH 2/6] block: allow REQ_NOWAIT zone management commands
` [PATCH 3/6] block: remove blk_zone_wplug_handle_zone_mgmt
` [PATCH 4/6] block: also reject zone open / close on conventional zones
` [PATCH 5/6] block: remove most blkdev_cmd_discard arguments
` [PATCH 6/6] block: implement async io_uring zone reset all

[PATCH] zloop: restore finished zones with reduced capacity
 2026-08-04 13:00 UTC  (6+ messages)
` [PATCH v2] zloop: truncate finished zones to zone capacity

[PATCH] ublk: avoid teardown retry loop on xarray allocation failure
 2026-08-04 12:57 UTC 

[PATCH v2 0/4] PM: hibernate: encrypted snapshots under lockdown
 2026-08-04 10:14 UTC  (5+ messages)
` [PATCH v2 1/4] PM: hibernate: add seed-wrapped encrypted snapshots
` [PATCH v2 2/4] PM: hibernate: permit encrypted snapshot device under lockdown
` [PATCH v2 3/4] PM: hibernate: document encrypted snapshot seed ABI
` [PATCH v2 4/4] PM: hibernate: harden encrypted snapshot write path

[PATCH v8 03/25] Add a function to kmap one page of a multipage bio_vec
 2026-08-04 10:02 UTC  (3+ messages)
` [PATCH v8 04/25] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v8 05/25] iov_iter: Add a segmented queue of bio_vec[]

[PATCH v6 2/2] badblocks: validate sector range and shift before rounding
 2026-08-04  5:49 UTC  (4+ messages)
` [PATCH v7 0/2] badblocks: fix rounding bug and validate input range

[PATCH v2] block/blk-iocost: read ioc_pd_stat params inside ioc->lock
 2026-08-04  3:04 UTC  (3+ messages)

[PATCH v2 0/8] ublk: io_desc optimizations
 2026-08-04  2:32 UTC  (10+ messages)
` [PATCH v2 1/8] ublk: consistently use u16 for queue and tag numbers
` [PATCH v2 2/8] ublk: remove struct ublk_zoned_report_desc's operation field
` [PATCH v2 3/8] ublk: split request validation from io_desc init
` [PATCH v2 4/8] ublk: initialize io_desc on daemon task
` [PATCH v2 5/8] ublk: add UBLK_F_IO_DESC_SIZE
` [PATCH v2 6/8] selftests: ublk: add support for --io_desc_size
` [PATCH v2 7/8] selftests: ublk: add UBLK_F_IO_DESC_SIZE test
` [PATCH v2 8/8] ublk: lift checks out of ublk_{,un}map_io()

[PATCH v2 0/3] ublk: harden user buffer handling
 2026-08-04  2:32 UTC  (2+ messages)

[PATCH] block/bfq-cgroup: use data_race() for online test
 2026-08-04  2:18 UTC  (3+ messages)

[PATCH] blk-throttle: remove dead field last_check_time from throtl_grp
 2026-08-04  2:17 UTC  (2+ messages)

[PATCH 0/4] block: drain per-cpu latency stats over possible CPUs
 2026-08-04  2:17 UTC  (2+ messages)

[PATCH v4 0/4] blk-cgroup: fix blkg list and policy data races
 2026-08-04  2:17 UTC  (2+ messages)

[PATCH v2] block/blk-cgroup-rwstat: use data_race() for online test
 2026-08-04  2:17 UTC  (3+ messages)


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