messages from 2026-08-19 18:47:38 to 2026-08-24 14:51:20 UTC [more...]
[PATCH 00/25] mm/fbatch: drain lru_add_drain() and _all()
2026-08-24 14:51 UTC (26+ 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 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 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 v19 00/40] DEPT(DEPendency Tracker)
2026-08-24 14:12 UTC (9+ messages)
[PATCH 0/7] Remove aops->launder_folio
2026-08-24 13:49 UTC (12+ messages)
` [PATCH 1/7] filemap: Export filemap_invalidate_pages() to modules
` [PATCH 2/7] fuse: Use filemap_invalidate_pages()
` [PATCH 3/7] btrfs: "
` [PATCH 4/7] nfs: "
` [PATCH 5/7] orangefs: "
` [PATCH 6/7] orangefs: Remove launder_folio implementation
` [PATCH 7/7] Remove folio_launder()
[PATCH v2 0/2] loop, nbd: drop partitions left behind by the GD_NEED_PART_SCAN removal
2026-08-24 13:32 UTC (3+ 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
[PATCH 0/2] ublk: fix force_abort leftover after quiesce recover
2026-08-24 13:31 UTC (4+ messages)
` [PATCH 1/2] ublk: clear force_abort in ublk_queue_reset_io_flags()
` [PATCH 2/2] selftests: ublk: add batch IO cases to recover_03
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-08-24 12:26 UTC (11+ 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 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 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 (6+ messages)
[PATCH blktests] block/{029,030,031}: relicense from GPL-2.0 to GPL-3.0+
2026-08-24 7:50 UTC (4+ messages)
[PATCH v4 0/6] xfs write streams
2026-08-24 6:30 UTC (19+ messages)
` [PATCH v4 3/6] xfs: implement write-stream management support
` [PATCH v4 4/6] xfs: generic AG set based steering
` [PATCH v4 5/6] xfs: write stream based AG placement
` [PATCH v4 1/6] fs: add write-stream management ioctls
[PATCH 00/13] Improve the loop driver
2026-08-24 6:12 UTC (15+ messages)
` [PATCH 01/13] loop: Fix the code for recursion detection
` [PATCH 02/13] loop: Reorder checks in loop_validate_file()
` [PATCH 03/13] loop: Enable context analysis
` [PATCH 04/13] loop: Assign a unique lockdep key to each lo_mutex instance
` [PATCH 05/13] loop: Add more __must_hold() annotations
` [PATCH 06/13] loop: Protect all lo_backing_file accesses with lo->lo_mutex
` [PATCH 07/13] loop: Fix race conditions in loop_validate_file()
` [PATCH 08/13] loop: Remove memory barriers
` [PATCH 09/13] loop: Split loop_change_fd()
` [PATCH 10/13] loop: Split loop_configure()
` [PATCH 11/13] loop: Remove the "bool global" function argument
` [PATCH 12/13] loop: Modify the loop_process_work() calling convention
` [PATCH 13/13] loop: Add __guarded_by() annotations
[PATCH v4] loop: Fix NULL pointer dereference in lo_rw_aio()
2026-08-23 15:57 UTC (4+ messages)
` [PATCH v5] "
` [PATCH v6] "
[RFC PATCH v3 0/6] blk-cgroup: protect blkgs with blkcg_mutex
2026-08-23 15:29 UTC (7+ messages)
` [RFC PATCH v3 1/6] blk-cgroup: call pd_free_fn() outside spinlocks
` [RFC PATCH v3 2/6] blk-throttle: protect throttle state with td lock
` [RFC PATCH v3 3/6] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v3 4/6] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v3 5/6] blk-cgroup: share blkg creation between lookup and config prep
` [RFC PATCH v3 6/6] blk-cgroup: make policy blkg creation nowait-safe
[block] general protection fault in lo_rw_aio
2026-08-23 14:09 UTC (4+ messages)
[syzbot] [block?] [trace?] KASAN: slab-out-of-bounds Read in seq_buf_putmem
2026-08-23 13:33 UTC
[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-08-23 13:30 UTC (4+ messages)
` [PATCH 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg
[PATCH v2 0/2] Test multipath and marginal ports
2026-08-23 12:24 UTC (6+ messages)
` [PATCH v2 1/2] nvme: Add _setup_nvmet_port_marginal
` [PATCH v2 2/2] nvme/070: Test multipath and marginal ports
[PATCH RFC 0/5] block: validate bios against queue limits in the entered context
2026-08-23 9:25 UTC (13+ messages)
` [PATCH RFC 1/5] blk-mq: fix status for unaligned bio
` [PATCH RFC 2/5] block: fix invalid zone append status
` [PATCH RFC 3/5] block: validate bio bounds in the queue entered context
` [PATCH RFC 4/5] block: move bio validation into __bio_split_to_limits
[PATCH blktests] block/042,043, src/dio-offsets.c: relicense from GPL-2.0 to GPL-3.0+
2026-08-22 13:50 UTC (3+ messages)
blktests: call for agreement to relicense GPL-2.0 files
2026-08-22 7:26 UTC (4+ messages)
Complete CSI Takeoff Services for Your Next Build
2026-08-21 11:25 UTC (3+ messages)
[syzbot] [block?] WARNING in blk_mq_dispatch_rq_list
2026-08-22 0:10 UTC
[syzbot] [block?] INFO: rcu detected stall in blkdev_common_ioctl (4)
2026-08-22 0:10 UTC
[PATCH 0/2] disable I/O priority when prio_aging_expire is zero
2026-08-21 17:22 UTC (7+ messages)
` [PATCH 1/2] block/mq-deadline: "
` [PATCH 2/2] block/mq-deadline: add module parameter for prio_aging_expire default
[PATCH v15 0/8] blk: honor isolcpus configuration
2026-08-21 15:16 UTC (5+ messages)
` [PATCH v15 8/8] docs: add io_queue flag to isolcpus
[PATCH blktests] block/040: relicense from GPL-2.0 to GPL-3.0+
2026-08-21 10:54 UTC
[PATCH v3 0/5] block, nvme: support same-LBA multipath limit stacking
2026-08-21 10:10 UTC (6+ messages)
` [PATCH v3 1/5] nvme: factor namespace-head queue-limit update
` [PATCH v3 2/5] block: factor mapped-range topology out of blk_stack_limits
` [PATCH v3 3/5] block: factor path limits "
` [PATCH v3 4/5] block: factor atomic write hardware limit stacking
` [PATCH v3 5/5] block, nvme: add same-LBA multipath limit helpers
[syzbot] [block?] [cgroups?] possible deadlock in blkg_conf_prep
2026-08-21 9:20 UTC (2+ messages)
[PATCH RFC v3 0/3] fix NVMe multipath partition diskstats
2026-08-21 8:48 UTC (3+ messages)
` [PATCH RFC v3 1/3] block: support linking disks to clone partitions
` [PATCH RFC v3 2/3] block: don't show partition diskstats for GENHD_FL_HIDDEN
[PATCH 1/2] block: partitions: efi: report the right relation for last_usable_lba
2026-08-21 7:23 UTC (2+ messages)
` [PATCH 2/2] block: partitions: efi: print GPT LBAs as unsigned
[PATCH blktests] block/045: respect dma_alignment
2026-08-21 6:01 UTC (2+ messages)
[PATCH v2] blk-wbt: Always change enable_state to MANUAL when setting latency
2026-08-21 2:49 UTC (2+ messages)
[PATCH] blk-throttle: Remove dead check in tg_conf_updated()
2026-08-21 2:45 UTC (2+ messages)
[PATCH v3 0/4] cgroup: expose cpu.stat and io.stat to BPF
2026-08-20 22:19 UTC (7+ messages)
` [PATCH v3 1/4] cgroup: add BPF kfuncs to read a cpu cgroup's stats
` [PATCH v3 2/4] selftests/bpf: add cgroup_iter_cpu test for cpu cgroup kfuncs
` [PATCH v3 3/4] block: add BPF kfuncs to read blkcg io.stat
` [PATCH v3 4/4] selftests/bpf: add test for blkcg io.stat BPF kfuncs
[GIT PULL] Block updates for 7.3
2026-08-20 21:36 UTC (4+ messages)
[syzbot] [block?] possible deadlock in ocfs2_read_blocks (2)
2026-08-20 21:02 UTC
[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
2026-08-20 16:44 UTC (3+ messages)
` [PATCH v15 19/25] xfs: add fs-verity support
[REGRESSION] blk-mq: hctx loses BLK_MQ_F_TAG_QUEUE_SHARED across blk_mq_update_nr_hw_queues()
2026-08-20 11:48 UTC
[PATCH blktests] tests/throtl: add a new test 009
2026-08-20 10:32 UTC (4+ messages)
[RFC PATCH v3 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-08-20 9:58 UTC (9+ messages)
` [RFC PATCH v3 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v3 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v3 3/3] blk-cgroup: move async bio punt state to blkcg
[PATCH] blk-mq: Fix missed srcu_barrier() calls before cleanup_srcu_struct()
2026-08-20 9:57 UTC
[PATCH] docs: block: fix dead http link in blk-mq.rst
2026-08-20 5:31 UTC (10+ messages)
` [PATCH v2] "
[PATCH blktests] nvme/070: add multipath command effects log lifetime test
2026-08-20 5:25 UTC (3+ messages)
[PATCH] mtip32xx: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
2026-08-20 4:30 UTC
[PATCH v2 0/2] block: expose blkcg io.stat to BPF
2026-08-19 23:59 UTC (10+ messages)
` [PATCH v2 1/2] block: add BPF kfuncs to read blkcg io.stat
[syzbot] [block?] WARNING in null_report_zones
2026-08-19 19:13 UTC (2+ messages)
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