Linux block layer
 help / color / mirror / Atom feed
 messages from 2026-08-24 09:05:59 to 2026-08-28 22:02:47 UTC [more...]

[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
 2026-08-28 22:02 UTC  (45+ 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 03/25] mm/fbatch: temporarily disable lazyfree and mlock+munlock batching
` [PATCH 04/25] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH 05/25] mm/fbatch: lru_add_del_folio()+folio_add_lru() after clear_lru()
` [PATCH 06/25] mm/fbatch: fbatch_drain_lazyfree(onstack fbatch) before ptl unlock
` [PATCH 07/25] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
` [PATCH 08/25] mm/fbatch: replace mlock_new_folio() by __folio_add_lru(,mlockit)
` [PATCH 09/25] mm/fbatch: restore mlock+munlock batching, without extra ref
` [PATCH 10/25] mm/fbatch: remove several uses of mlock_drain_local()
` [PATCH 11/25] mm/fbatch: remove migration's PAGE_WAS_MLOCKED lru_add_drain()
` [PATCH 12/25] mm/fbatch: remove percpu_pvec_drained and folios_put()
` [PATCH 13/25] mm/fbatch: no lru_add_drain() to collect_longterm_unpinnable_folios()
  ` [PATCH alt "
` [PATCH 14/25] mm/fbatch: no lru_add_drain() nor _all() for memfd_wait_for_pins()
` [PATCH 15/25] mm/fbatch: remove shake_folio() shake_page() from memory-failure
` [PATCH 16/25] mm/fbatch: remove lru_cache_disable(() from NUMA folio migration
` [PATCH 17/25] mm/fbatch: no lru_cache_disable() in __alloc_contig_migrate_range()
` [PATCH 18/25] mm/fbatch: remove lru_add_drain() and _all() calls from various
` [PATCH 19/25] mm/fbatch: vm/stat_refresh include lru_add_drain() on each cpu
` [PATCH 20/25] s390/fbatch: no lru_add_drain_all() in s390_wiggle_split_folio()
` [PATCH 21/25] block/fbatch: no lru_add_drain_all() in invalidate_bdev()
` [PATCH 22/25] fs/fbatch: drop_caches invalidate_bh_lrus() not lru_add_drain_all()
` [PATCH 23/25] fs,mm/fbatch: use invalidate_bh_lrus() not invalidate_bh_lrus_cpu()
` [PATCH 24/25] fs,mm/fbatch: lru_cache_disable() keep off buffer_head lrus only
` [PATCH 25/25] mm/fbatch: move lru_add_drain_all() declaration to mm/internal.h

[PATCH v2] zram: fix idle age_sec underflow in idle_store()
 2026-08-28 17:24 UTC  (3+ 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] loop: defer the queue limits clear to a workqueue
 2026-08-28 16:34 UTC  (2+ messages)

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

[PATCH v1 00/11] FBE virtualization: inline encryption for virtio-blk guests
 2026-08-28 15:56 UTC  (15+ 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 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  (12+ messages)
  ` [PATCH v4 1/6] fs: add write-stream management ioctls
  ` [PATCH v4 5/6] xfs: write stream based AG placement

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-08-26  9:29 UTC  (17+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 2/8] rust: types: Add Ownable/Owned types
` [PATCH v20 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'
` [PATCH v20 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`
` [PATCH v20 8/8] rust: page: add `from_raw()`

[PATCH 0/7] Remove aops->launder_folio
 2026-08-25 15:50 UTC  (12+ messages)
` [PATCH 2/7] fuse: Use filemap_invalidate_pages()
` [PATCH 3/7] btrfs: "

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

[BUG] WARNING in bio_add_page
 2026-08-25 15:14 UTC 

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-25 13:19 UTC  (15+ messages)

[PATCH blktests v2] tests/throtl: add a new test 009
 2026-08-25 10:40 UTC 

[PATCH] null_blk: fix sleeping in atomic context with shared_tags and memory_backed
 2026-08-25  6:16 UTC 

[PATCH v2 0/2] loop, nbd: drop partitions left behind by the GD_NEED_PART_SCAN removal
 2026-08-25  5:45 UTC  (5+ messages)
` [PATCH v2 1/2] loop: drop stale partitions on LOOP_CHANGE_FD
` [PATCH v2 2/2] nbd: drop stale partitions on NBD_CLEAR_SOCK

[RFC PATCH v3 0/6] blk-cgroup: protect blkgs with blkcg_mutex
 2026-08-25  2:33 UTC  (4+ messages)
` [RFC PATCH v3 4/6] blk-cgroup: allocate blkgs in blkg_create

[PATCH 00/13] Improve the loop driver
 2026-08-24 20:23 UTC  (6+ messages)
` [PATCH 07/13] loop: Fix race conditions in loop_validate_file()

[PATCH] docs: block: fix dead http link in blk-mq.rst
 2026-08-24 17:01 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v10 08/35] Add a function to kmap one page of a multipage bio_vec
 2026-08-24 14:41 UTC  (3+ messages)
` [PATCH v10 09/35] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v10 10/35] iov_iter: Add a segmented queue of bio_vec[]

[PATCH 0/2] ublk: fix force_abort leftover after quiesce recover
 2026-08-24 13:31 UTC  (2+ messages)

[PATCH blktests] loop/014: Add test for backing file on loop device partition
 2026-08-24 10:55 UTC  (2+ messages)

Seagate Flex SMR
 2026-08-24 10:26 UTC  (5+ messages)


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