public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 11:32:09 to 2026-03-01 01:17:24 UTC [more...]

FAILED: Patch "btrfs: zoned: fixup last alloc pointer after extent removal for RAID0/10" failed to apply to 6.18-stable tree
 2026-03-01  1:17 UTC 

[PATCH] block: remove bdev_nonrot()
 2026-02-28 23:06 UTC  (4+ messages)

[PATCH v2 0/2] replace BUG() and BUG_ON() with error handling
 2026-02-28 20:37 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: replace BUG() with error handling in compression.c
` [PATCH v2 2/2] btrfs: replace BUG() and BUG_ON() with error handling in extent-tree.c

[PATCH 0/3] btrfs: fixes for the received subvol ioctl
 2026-02-28 17:49 UTC  (6+ messages)
` [PATCH 1/3] btrfs: fix transaction abort on set received ioctl due to item overflow
` [PATCH 2/3] btrfs: abort transaction on failure to update root in the received subvol ioctl
` [PATCH 3/3] btrfs: remove unnecessary transaction abort "

cleanup the RAID5 XOR library
 2026-02-28 10:31 UTC  (50+ 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 v6 00/43] btrfs: add fscrypt support
 2026-02-28  7:57 UTC  (5+ messages)

[PATCH 0/2] btrfs: fix unpaired compr folio allocation/freeing
 2026-02-28  6:41 UTC  (4+ messages)
` [PATCH 1/2] btrfs: fix the incorrect freeing of a compression folio in btrfs_submit_compressed_read()
` [PATCH 2/2] btrfs: fix the incorrect freeing of a compression folio in btrfs_do_encoded_write()

[PATCH] btrfs: test setting the same received UUID to a lot of subvolumes
 2026-02-27 23:27 UTC  (2+ messages)

[PATCH 0/4] btrfs: replace BUG() and BUG_ON() with error handling
 2026-02-27 21:01 UTC  (10+ messages)
` [PATCH 1/4] btrfs: replace BUG() with error handling in compression.c
` [PATCH 2/4] btrfs: clean coding style errors and warnings "
` [PATCH 3/4] btrfs: replace BUG() and BUG_ON() with error handling in extent-tree.c
` [PATCH 4/4] btrfs: clean coding style errors "

[PATCH 0/2] btrfs: return early in allocation failures
 2026-02-27 20:50 UTC  (5+ messages)
` [PATCH 1/2] btrfs: return early if allocations fail on add_block_entry()
` [PATCH 2/2] btrfs: return early if allocations fail on raid56

[PATCH] btrfs: pass 'verbose' parameter to btrfs_relocate_block_group
 2026-02-27 13:31 UTC  (2+ messages)

[PATCH] btrfs: remove duplicated definition of btrfs_printk_in_rcu()
 2026-02-27 12:15 UTC 

[PATCH] btrfs: zoned: take rcu_read_lock before dereferencing device->name
 2026-02-27 12:10 UTC  (3+ messages)

[PATCH] btrfs: extract the max compression chunk size into a macro
 2026-02-27  9:38 UTC  (2+ messages)

[PATCH] btrfs: report filesystem shutdown via fserror
 2026-02-27  9:29 UTC  (3+ messages)

[PATCH 6.6] btrfs: free path if inline extents in range_is_hole_in_parent()
 2026-02-27  7:54 UTC  (7+ messages)
` [PATCH 6.6 v2] "

[PATCH v2] btrfs: replace kcalloc() calls to kzalloc_objs()
 2026-02-27  6:47 UTC  (3+ messages)

[PATCH v2 0/4] btrfs: move some features out of experimental
 2026-02-27  3:33 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: drop 2K block size support
` [PATCH v2 2/4] btrfs: move shutdown and remove_bdev callbacks out of experimental features
` [PATCH v2 3/4] btrfs: move larger data folios "
` [PATCH v2 4/4] btrfs: move block size < page size support "

[PATCH] btrfs: read key again after incrementing slot in move_existing_remaps()
 2026-02-27  0:02 UTC  (3+ messages)

[PATCH 0/5] btrfs: fix exploits that allow malicious users to turn fs into RO mode
 2026-02-26 23:10 UTC  (15+ 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 v2 0/4] mm: Remove stray references to pagevec
 2026-02-26 21:48 UTC  (16+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
  ` [PATCH v2 2/4] "
` [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

[PATCH] btrfs: remove the folio ref count ASSERT() from btrfs_free_comp_folio()
 2026-02-26 18:34 UTC  (5+ messages)

[PATCH-RFC] btrfs: for unclustered allocation don't consider ffe_ctl->empty_cluster
 2026-02-26 18:29 UTC  (3+ messages)

[REGRESSION] kswapd0: page allocation failure (bisected to "slab: add sheaves to most caches")
 2026-02-26 16:31 UTC  (3+ messages)

[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/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

[linus:master] [fs] 761475268f: BUG:KCSAN:data-race_in_atime_needs_update/touch_atime
 2026-02-26 13:02 UTC 

[PATCH] btrfs: hold space_info->lock when clearing periodic reclaim ready
 2026-02-26  8:03 UTC  (3+ messages)

[PATCH v3 2/3] btrfs: inhibit extent buffer writeback to prevent COW amplification
 2026-02-26  5:03 UTC  (3+ messages)

[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 v3 0/3] btrfs: fix COW amplification under memory pressure
 2026-02-25 17:38 UTC  (2+ messages)

[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  (5+ messages)

[PATCH] btrfs: fix potential segfault in balance_remap_chunks()
 2026-02-25 15:17 UTC  (4+ 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 


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