messages from 2026-02-21 01:20:42 to 2026-02-26 16:21:32 UTC [more...]
[REGRESSION] kswapd0: page allocation failure (bisected to "slab: add sheaves to most caches")
2026-02-26 16:20 UTC (8+ messages)
cleanup the RAID5 XOR library
2026-02-26 15:40 UTC (27+ messages)
` [PATCH 01/25] xor: assert that xor_blocks is not called from interrupt context
` [PATCH 02/25] arm/xor: remove in_interrupt() handling
` [PATCH 03/25] um/xor: don't override XOR_SELECT_TEMPLATE
` [PATCH 04/25] xor: move to lib/raid/
` [PATCH 05/25] xor: small cleanups
` [PATCH 06/25] xor: cleanup registration and probing
` [PATCH 07/25] xor: split xor.h
` [PATCH 08/25] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/25] alpha: move the XOR code to lib/raid/
` [PATCH 11/25] arm: "
` [PATCH 12/25] arm64: "
` [PATCH 13/25] loongarch: "
` [PATCH 14/25] powerpc: "
` [PATCH 15/25] riscv: "
` [PATCH 16/25] sparc: "
` [PATCH 17/25] s390: "
` [PATCH 18/25] x86: "
` [PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/25] xor: add a better public API
` [PATCH 22/25] async_xor: use xor_gen
` [PATCH 23/25] btrfs: "
` [PATCH 24/25] xor: pass the entire operation to the low-level ops
` [PATCH 25/25] xor: use static_call for xor_gen
[PATCH v4 0/3] btrfs: fix COW amplification under memory pressure
2026-02-26 15:27 UTC (6+ messages)
` [PATCH v4 1/3] btrfs: skip COW for written extent buffers allocated in current transaction
` [PATCH v4 2/3] btrfs: inhibit extent buffer writeback to prevent COW amplification
` [PATCH v4 3/3] btrfs: add tracepoint for search slot restart tracking
[PATCH 0/9] fstests: add test coverage for cloned filesystem ids
2026-02-26 14:41 UTC (10+ messages)
` [PATCH 1/9] fstests: allow SCRATCH_DEV_POOL for non-Btrfs filesystems
` [PATCH 2/9] fstests: add _mkfs_scratch_clone() helper
` [PATCH 3/9] fstests: add _clone_mount_option() helper
` [PATCH 4/9] fstests: add test for inotify isolation on cloned devices
` [PATCH 5/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH 6/9] fstests: verify f_fsid for "
` [PATCH 7/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH 8/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH 9/9] fstests: verify exportfs file handles "
[PATCH] btrfs: test create a bunch of files with name hash collision
2026-02-26 14:34 UTC
[PATCH] btrfs: test creating a large number of snapshots of a received subvolume
2026-02-26 14:34 UTC
[PATCH 0/5] btrfs: fix exploits that allow malicious users to turn fs into RO mode
2026-02-26 14:34 UTC (6+ messages)
` [PATCH 1/5] btrfs: fix transaction abort on file creation due to name hash collision
` [PATCH 2/5] btrfs: fix transaction abort when snapshotting received subvolumes
` [PATCH 3/5] btrfs: stop checking for -EEXIST return value from btrfs_uuid_tree_add()
` [PATCH 4/5] btrfs: remove duplicated uuid tree existence check in btrfs_uuid_tree_add()
` [PATCH 5/5] btrfs: remove pointless error check in btrfs_check_dir_item_collision()
[PATCH 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
2026-02-26 14:27 UTC (3+ messages)
` [PATCH 1/3] btrfs: derive f_fsid from on-disk fsuuid and dev_t
` [PATCH 2/3] btrfs: use on-disk uuid for s_uuid in temp_fsid mounts
[PATCH v2 0/4] mm: Remove stray references to pagevec
2026-02-26 13:20 UTC (11+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE
[linus:master] [fs] 761475268f: BUG:KCSAN:data-race_in_atime_needs_update/touch_atime
2026-02-26 13:02 UTC
[PATCH] block: remove bdev_nonrot()
2026-02-26 12:27 UTC (3+ messages)
[PATCH-RFC] btrfs: for unclustered allocation don't consider ffe_ctl->empty_cluster
2026-02-26 11:34 UTC
[PATCH] btrfs: hold space_info->lock when clearing periodic reclaim ready
2026-02-26 8:03 UTC (3+ messages)
[PATCH] btrfs: remove the folio ref count ASSERT() from btrfs_free_comp_folio()
2026-02-26 6:46 UTC (4+ messages)
[PATCH v3 0/3] btrfs: fix COW amplification under memory pressure
2026-02-26 5:03 UTC (9+ messages)
` [PATCH v3 1/3] btrfs: skip COW for written extent buffers allocated in current transaction
` [PATCH v3 2/3] btrfs: inhibit extent buffer writeback to prevent COW amplification
` [PATCH v3 3/3] btrfs: add tracepoint for search slot restart tracking
[PATCH v4] btrfs: extract inlined creation into a dedicated delalloc helper
2026-02-25 22:53 UTC
[PATCH] btrfs: Fix a bug in try_release_subpage_extent_buffer()
2026-02-25 20:26 UTC (3+ messages)
[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
2026-02-25 17:58 UTC (3+ messages)
` [PATCH 24/24] fs: remove simple_nosetlease()
[PATCH v2 1/1] btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol create
2026-02-25 17:23 UTC (4+ messages)
[PATCH] btrfs: replace kcalloc() calls to kzalloc_objs()
2026-02-25 17:11 UTC (18+ messages)
[PATCH] btrfs: fix potential segfault in balance_remap_chunks()
2026-02-25 15:17 UTC (5+ messages)
[PATCH v2] btrfs: trace use file_inode(file)->i_sb to calculate fs_info
2026-02-25 13:46 UTC (5+ messages)
[PATCH v2 0/2] btrfs: perform a minor cleanup in btrfs_search_path_in_tree()
2026-02-25 12:44 UTC
[PATCH v2 2/2] btrfs: initialize ret at declaration and remove redundant assignment
2026-02-25 12:41 UTC
[PATCH v2 1/2] btrfs: remove dead assignment to dirid in btrfs_search_path_in_tree()
2026-02-25 12:41 UTC
[PATCH] btrfs: read key again after incrementing slot in move_existing_remaps()
2026-02-25 11:32 UTC (2+ messages)
[PATCH] btrfs: fix use-after-free in move_existing_remap()
2026-02-25 11:22 UTC (2+ messages)
Stuck on a BTRFS problem
2026-02-25 10:37 UTC (12+ messages)
Btrfs with zoned devices
2026-02-25 10:11 UTC (7+ messages)
[PATCH] btrfs: zoned: move btrfs_zoned_reserve_data_reloc_bg after kthread start
2026-02-25 6:48 UTC (3+ messages)
[PATCH 0/2] btrfs: remove compressed_bio::compressed_len
2026-02-25 0:59 UTC (8+ messages)
` [PATCH 1/2] btrfs: introduce a common helper to calculate the size of a bio
` [PATCH 2/2] btrfs: reduce the size of compressed_bio
[PATCH] btrfs: do compressed bio size roundup and zeroing in one go
2026-02-24 22:05 UTC (4+ messages)
[PATCH v2] btrfs: replace kcalloc() calls to kzalloc_objs()
2026-02-24 21:45 UTC
[PATCH] btrfs: fix error message in btrfs_validate_super()
2026-02-24 17:30 UTC (2+ messages)
[PATCH] btrfs: perform a minor cleanup in btrfs_search_path_in_tree()
2026-02-24 17:28 UTC (2+ messages)
[PATCH] btrfs: use inode->i_sb to calculate fs_info
2026-02-24 17:13 UTC (4+ messages)
[PATCH] fsverity: add dependency on 64K or smaller pages
2026-02-24 15:32 UTC (6+ messages)
[PATCH] btrfs-progs: dump-tree: add extra chunk type checks
2026-02-24 14:29 UTC (2+ messages)
[syzbot] [btrfs?] WARNING in btrfs_add_link (2)
2026-02-23 22:56 UTC
[PATCH] btrfs: fix error messages in btrfs_check_features()
2026-02-23 18:59 UTC (3+ messages)
[PATCH] btrfs: zoned: catch aborted trans in btrfs_zoned_reserve_data_reloc_bg
2026-02-23 15:32 UTC (4+ messages)
[PATCH v6.12] btrfs: always fallback to buffered write if the inode requires checksum
2026-02-23 13:04 UTC (2+ messages)
[PATCH] btrfs: Remove redundant nowait check in lock_extent_direct
2026-02-23 12:55 UTC (2+ messages)
[PATCH AUTOSEL 6.19-5.15] btrfs: replace BUG() with error handling in __btrfs_balance()
2026-02-23 12:37 UTC (2+ messages)
` [PATCH AUTOSEL 6.19] btrfs: do not ASSERT() when the fs flips RO inside btrfs_repair_io_failure()
[PATCH v6.6] btrfs: always fallback to buffered write if the inode requires checksum
2026-02-23 8:03 UTC
[PATCH 0/3] btrfs-progs: fix dropped 'const' qualifiers exposed by the latest GCC (15.2.1)
2026-02-22 23:13 UTC (4+ messages)
` [PATCH 1/3] btrfs-progs: enhance find_option()
` [PATCH 2/3] btrfs-progs: constify the @dots variable inside parse_range_u64()
` [PATCH 3/3] btrfs-progs: drop the 'const' qualifier from bconf_save_param()
[syzbot] [btrfs?] WARNING in lookup_inline_extent_backref (2)
2026-02-22 5:56 UTC (2+ messages)
[PATCH v6 00/43] btrfs: add fscrypt support
2026-02-21 22:11 UTC (4+ messages)
` [PATCH v6 01/43] fscrypt: add per-extent encryption support
[GIT PULL] Btrfs fixes for 7.0-rc1
2026-02-21 1:20 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