Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-08-26 10:38:58 to 2026-08-31 17:52:22 UTC [more...]

lazy bounce buffering for checksummed reads V2
 2026-08-31 17:52 UTC  (20+ messages)
` [PATCH 01/17] block: pass a maxlen argument to bio_iov_iter_get_pages
` [PATCH 02/17] block: warn on too larger integrity allocations
` [PATCH 03/17] block: split bio_iov_iter_bounce_write
` [PATCH 04/17] block: export fs_bio_integrity_{alloc,free}
` [PATCH 05/17] iomap: respect maximum I/O size in iomap_dio_bio_iter_one
` [PATCH 06/17] iomap: add a iomap_ioend_flags helper
` [PATCH 07/17] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH 08/17] iomap,xfs: move T10 PI handling for direct I/O into ->submit_io
` [PATCH 09/17] xfs: move PI generation into xfs_submit_zoned_bio
` [PATCH 10/17] block,iomap: fix protection information verification with initial bvec offset
` [PATCH 11/17] iomap: better read bounce buffering support
` [PATCH 12/17] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH 13/17] iomap,xfs: move integrity verification to the file system
` [PATCH 14/17] xfs: add support for lazy direct read bounce buffering
` [PATCH 15/17] xfs: add error injection for lazy "
` [PATCH 16/17] xfs: log a message at mount time when using integrity protection
` [PATCH 17/17] block,iomap: remove the old read side bounce buffering support

[PATCH] loop: defer the queue limits clear to a workqueue
 2026-08-31 16:25 UTC  (4+ messages)

[PATCH v6] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-08-31 16:14 UTC  (19+ messages)
                    ` [PATCH v7] "

[PATCH v1 0/2] block: brd/loop error-path cleanup
 2026-08-31 15:20 UTC  (3+ messages)
` [PATCH v1 1/2] block: brd: destroy xa on allocation failure
` [PATCH v1 2/2] block: loop: restore state on loop_configure() error

[PATCHv2] block: save page offset gaps in cloned bio
 2026-08-31 15:17 UTC  (3+ messages)

[syzbot] [block?] BUG: corrupted list in blk_mq_request_bypass_insert
 2026-08-31 14:58 UTC  (3+ messages)

[PATCH AUTOSEL 6.18-5.10] blk-cgroup: fix leaks and online flag on radix_tree_insert failure
 2026-08-31 13:28 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-6.12] iomap: don't make REQ_POLLED imply REQ_NOWAIT
` [PATCH AUTOSEL 6.18-6.1] blk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()

[PATCH] rust: block: Fix GenDiskBuilder block size documentation
 2026-08-31 12:55 UTC  (2+ messages)

[PATCH v2 0/4] block/mq-deadline: add prio_enable switch and harden prio_aging_expire
 2026-08-31 11:01 UTC  (5+ messages)
` [PATCH v2 1/4] block/mq-deadline: reject zero prio_aging_expire
` [PATCH v2 2/4] block/mq-deadline: add prio_enable switch for I/O priority control
` [PATCH v2 3/4] block/mq-deadline: add module parameter for prio_enable
` [PATCH v2 4/4] docs: block: document prio_enable and prio_aging_expire in deadline-iosched

[PATCH] blk-cgroup: use GFP_NOIO for radix tree preload in blkg_conf_prep
 2026-08-31 11:00 UTC  (2+ messages)

[PATCH 0/3] loop: three small cleanups
 2026-08-31 10:07 UTC  (5+ messages)
` [PATCH v2 1/3] loop: drop a stale reference to loop_validate_size()
` [PATCH v2 2/3] loop: replace simple_strtol() with kstrtoint()
` [PATCH v2 3/3] loop: drop the unused argument of lo_req_flush()

[PATCH v2] zram: fix idle age_sec underflow in idle_store()
 2026-08-31  9:38 UTC  (6+ messages)

[PATCH v3 0/5] block, nvme: support same-LBA multipath limit stacking
 2026-08-31  8:03 UTC  (2+ messages)

[PATCH v2 00/32] block/swim: Fixes and improvements
 2026-08-31  7:38 UTC  (3+ messages)
` [PATCH v2 07/32] swim: Enable clock divider only where appropriate

[PATCH v1 00/11] FBE virtualization: inline encryption for virtio-blk guests
 2026-08-31  7:03 UTC  (21+ messages)
` [PATCH v1 01/11] virtio_blk: add inline encryption support
` [PATCH v1 02/11] soc: qcom: add crypto_virt backend for virtio-blk inline crypto
` [PATCH v1 03/11] soc: qcom: crypto_virt: add support for create, prepare and import keys
` [PATCH v1 04/11] dt-bindings: soc: qcom: add binding for qcom,crypto-virt
` [PATCH v1 05/11] blk-crypto: add slot-based inline encryption path
` [PATCH v1 06/11] scsi: ufs: core: add slot path to ufshcd_prepare_lrbp_crypto
` [PATCH v1 07/11] blk-crypto: move bio_crypt_dun_increment() to the public header
` [PATCH v1 08/11] block: add /dev/blk-crypto-proxy for host-side virtio-blk inline encryption
` [PATCH v1 09/11] soc: qcom: add ICE keyslot partitioning driver for guest VMs
` [PATCH v1 10/11] blk-crypto: add slot_offset to blk_crypto_profile
` [PATCH v1 11/11] scsi: ufs: ufs-qcom: support ICE keyslot partitioning for guest VMs

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

[PATCH RESEND] block: flag zoned disks with GENHD_FL_NO_PART
 2026-08-31  2:50 UTC 

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-08-31  2:28 UTC  (28+ messages)
` [PATCH 01/25] mm/fbatch: remove !CONFIG_SMP special case of folio_activate()
` [PATCH 02/25] mm/fbatch: allow folios_put_refs() to skip xa_is_value() entries
` [PATCH 04/25] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH 07/25] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
` [PATCH 13/25] mm/fbatch: no lru_add_drain() to collect_longterm_unpinnable_folios()
  ` [PATCH alt "
` [PATCH 20/25] s390/fbatch: no lru_add_drain_all() in s390_wiggle_split_folio()

[PATCH 6.1.y v2] block: make bio_check_eod work for zero sized devices
 2026-08-31  1:39 UTC  (2+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-30 23:09 UTC  (7+ messages)

[PATCH blktests] block/040: relicense from GPL-2.0 to GPL-3.0+
 2026-08-30  8:57 UTC  (2+ messages)

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-30  8:57 UTC  (5+ messages)
` [PATCH v7 2/5] block: add task-context bio completion infrastructure

[PATCH v2] ublk: clear VM_MAYWRITE on read-only ublk char device mmap
 2026-08-30  7:33 UTC 

[syzbot] [block?] BUG: unable to handle kernel paging request in __blk_mq_alloc_driver_tag
 2026-08-30  5:57 UTC 

[syzbot] [block?] WARNING in blk_validate_limits
 2026-08-30  5:08 UTC  (2+ messages)

[v2 for-next 0/3] block: delay support for error injection
 2026-08-30  1:20 UTC  (4+ messages)
` [v2 for-next 1/3] block: reject unknown status tags in error injection rules
` [v2 for-next 2/3] block: allow error injection rules to delay bios
` [v2 for-next 3/3] Documentation: block: document error injection delays

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-08-29 14:51 UTC  (3+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()

[PATCH v15 0/8] blk: honor isolcpus configuration
 2026-08-29 13:06 UTC  (6+ messages)
` [PATCH v15 8/8] docs: add io_queue flag to isolcpus

[RFC PATCH v1 1/2] drivers/block/ramshared: add hardware-accelerated VRAM block driver
 2026-08-29  2:13 UTC  (2+ messages)
` [RFC PATCH v1 2/2] drivers/block: integrate ramshared driver into build system

[RFC PATCH v1 0/2] drivers/block: add RamShared hardware-accelerated VRAM block driver
 2026-08-29  2:13 UTC 

[syzbot] [block?] [cgroups?] possible deadlock in blkg_conf_prep
 2026-08-29  0:33 UTC  (2+ messages)

[REGRESSION] Silent SATA read corruption with dma-iommu on AMD 600-series AHCI (6.19 good, 7.0+ bad)
 2026-08-28 16:42 UTC  (6+ messages)

[PATCH v2 0/7] block device fixes for large block sizes, IOCB_NOWAIT, and direct I/O
 2026-08-28 15:32 UTC  (10+ messages)
` [PATCH v2 1/7] block: use iomap_dirty_folio for block devices
` [PATCH v2 2/7] block: take i_rwsem for the direct I/O write fallback
` [PATCH v2 3/7] block: take i_rwsem for the splice read path
` [PATCH v2 4/7] block: honor IOCB_NOWAIT in the block device buffered "
` [PATCH v2 5/7] block: fail atomic writes instead of falling back to buffered I/O
` [PATCH v2 6/7] block: unpin all pages of a bvec in bio_iov_iter_align_down()
` [PATCH v2 7/7] block: remove dead metadata handling from the async direct I/O path

[blktests v3 0/2] Test multipath and marginal ports
 2026-08-28 15:30 UTC  (3+ messages)
` [blktests v3 1/2] nvme: Add _setup_nvmet_port_marginal
` [blktests v3 2/2] nvme/070: Test multipath and marginal ports

[syzbot] [trace?] [block?] KASAN: slab-use-after-free Read in blk_log_remap
 2026-08-28 12:12 UTC 

[PATCH] xen/blkback: Prevent missed completion when draining I/O
 2026-08-28  9:37 UTC  (3+ messages)

[PATCH] zram: fix idle age_sec underflow in idle_store()
 2026-08-28  9:22 UTC  (7+ messages)

[PATCH v3] zloop: zero out only the unread tail of short reads
 2026-08-28  5:22 UTC 

[REGRESSION] Silent SATA read corruption with dma-iommu on AMD 600-series AHCI (6.19 good, 7.0+ bad)
 2026-08-28  4:56 UTC 

[PATCH 0/2] io_uring passthru: set result on blk-mq request completion
 2026-08-28  3:33 UTC  (6+ messages)
` [PATCH 1/2] io_uring/cmd: split io_uring_cmd_set_res() from io_uring_cmd_done()
` [PATCH 2/2] nvme/ioctl: call io_uring_cmd_set_res32() in ->end_io()

[RFC for-next 0/3] block: delay support for error injection
 2026-08-27 22:44 UTC  (8+ messages)
` [RFC for-next 1/3] block: reject unknown status tags in error injection rules
` [RFC for-next 2/3] block: allow error injection rules to delay bios
` [RFC for-next 3/3] Documentation: block: document error injection delays

Complete CSI Takeoff Services for Your Next Build
 2026-08-26 11:42 UTC  (4+ messages)

[syzbot] [block?] BUG: unable to handle kernel paging request in blk_mq_complete_request_remote
 2026-08-27 10:07 UTC 

[PATCH] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-08-26 20:54 UTC  (10+ messages)
` [PATCH v2] "

[syzbot] [block?] WARNING in blk_mq_free_tag_set
 2026-08-26 12:22 UTC  (2+ messages)

[PATCH v4 0/6] xfs write streams
 2026-08-26 10:42 UTC  (8+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls


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