Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-03 08:36:22 to 2025-09-15 06:53:46 UTC [more...]

[PATCH v2 0/4] btrfs: prepare compression for bs > ps support
 2025-09-15  6:53 UTC  (6+ messages)
` [PATCH v2 1/4] btrfs: prepare compression folio alloc/free for bs > ps cases
` [PATCH v2 2/4] btrfs: prepare zstd to support "
` [PATCH v2 3/4] btrfs: prepare lzo "
` [PATCH v2 4/4] btrfs: prepare zlib "

[PATCH] btrfs: ref-verify: handle damaged extent root tree
 2025-09-15  6:45 UTC  (2+ messages)

SSD overheating during scrub in laptop
 2025-09-14 21:33 UTC  (3+ messages)

performance issue when using zoned
 2025-09-14 10:41 UTC  (2+ messages)

[syzbot] [btrfs?] possible deadlock in iterate_dir (3)
 2025-09-14  6:44 UTC 

6.17rc5: btrfs scrub, Freezing user space processes failed
 2025-09-13 21:57 UTC 

[PATCH] btrfs: mark dirty bit for out of bound prealloc extents
 2025-09-12 12:05 UTC  (2+ messages)

[PATCH 0/2] btrfs: prepare raid56 and scrub to support bs > ps cases
 2025-09-12  3:59 UTC  (3+ messages)
` [PATCH 1/2] btrfs: prepare raid56 "
` [PATCH 2/2] btrfs: prepare scrub "

[GIT PULL] Btrfs fixes for 6.17-rc6
 2025-09-11 15:53 UTC  (2+ messages)

[PATCH v2] btrfs: init file_extent_tree after i_mode has been set
 2025-09-11 11:16 UTC  (3+ messages)

[PATCH] btrfs: annotate block group access with data_race() when sorting for reclaim
 2025-09-11 11:12 UTC  (3+ messages)

[RFC PATCH v3 0/4] ->i_state accessors
 2025-09-11  9:00 UTC  (8+ messages)
` [PATCH v3 1/4] fs: expand dump_inode()
` [PATCH v3 2/4] fs: hide ->i_state handling behind accessors
` [PATCH v3 3/4] convert all filesystems to use the new ->i_state accessors
` [PATCH v3 4/4] type switch

Btrfs progs release 6.16.1
 2025-09-10 17:50 UTC 

improvements and safety on btrfs repairs
 2025-09-10 17:09 UTC  (2+ messages)

[PATCH v2 0/4] btrfs-progs: tests: add new mkfs test for zoned device
 2025-09-10  5:22 UTC  (8+ messages)
` [PATCH v2 1/4] btrfs-progs: tests: output error/warn message to stderr
` [PATCH v2 2/4] btrfs-progs: tests: check nullb index for the error case
` [PATCH v2 3/4] btrfs-progs: tests: add wait_for_nullbdevs
` [PATCH v2 4/4] btrfs-progs: tests: add new mkfs test for zoned device

Btrfs RAID 1 mounting as R/O
 2025-09-10  3:22 UTC  (15+ messages)

[PATCH] btrfs: Avoid potential out-of-bounds in btrfs_encode_fh()
 2025-09-09 23:39 UTC  (3+ messages)

[WIP RFC PATCH v2 00/10] i_state accessors + I_WILL_FREE removal
 2025-09-09 18:32 UTC  (11+ messages)
` [PATCH v2 01/10] fs: expand dump_inode()
` [PATCH v2 02/10] fs: hide ->i_state handling behind accessors
` [PATCH v2 03/10] bcachefs: use the new ->i_state accessors
` [PATCH v2 04/10] btrfs: "
` [PATCH v2 05/10] ext4: "
` [PATCH v2 07/10] ocfs2: "
` [PATCH v2 08/10] ocfs2: retire ocfs2_drop_inode() and I_WILL_FREE usage
` [PATCH v2 09/10] fs: set I_FREEING instead of I_WILL_FREE in iput_final() prior to writeback
` [PATCH v2 10/10] fs: retire the I_WILL_FREE flag

[PATCH v2 00/54] fs: rework inode reference counting
 2025-09-09 16:32 UTC  (5+ messages)

[PATCH] btrfs: send: index backref cache by node number instead of by sector number
 2025-09-09 14:44 UTC  (3+ messages)

[PATCH 00/33] btrfs: log replay bug fix, cleanups and error reporting changes
 2025-09-09 14:42 UTC  (72+ messages)
` [PATCH 01/33] btrfs: fix invalid extref key setup when replaying dentry
` [PATCH 02/33] btrfs: use booleans in walk control structure for log replay
` [PATCH 03/33] btrfs: rename replay_dest member of struct walk_control to root
` [PATCH 04/33] btrfs: rename root to log in walk_down_log_tree() and walk_up_log_tree()
` [PATCH 05/33] btrfs: add and use a log root field to struct walk_control
` [PATCH 06/33] btrfs: deduplicate log root free in error paths from btrfs_recover_log_trees()
` [PATCH 07/33] btrfs: stop passing transaction parameter to log tree walk functions
` [PATCH 08/33] btrfs: stop setting log_root_tree->log_root to NULL in btrfs_recover_log_trees()
` [PATCH 09/33] btrfs: always drop log root tree reference in btrfs_replay_log()
` [PATCH 10/33] btrfs: pass walk_control structure to replay_xattr_deletes()
` [PATCH 11/33] btrfs: move up the definition of struct walk_control
` [PATCH 12/33] btrfs: pass walk_control structure to replay_dir_deletes()
` [PATCH 13/33] btrfs: pass walk_control structure to check_item_in_log()
` [PATCH 14/33] btrfs: pass walk_control structure to replay_one_extent()
` [PATCH 15/33] btrfs: pass walk_control structure to add_inode_ref() and helpers
` [PATCH 16/33] btrfs: pass walk_control structure to replay_one_dir_item() and replay_one_name()
` [PATCH 17/33] btrfs: pass walk_control structure to drop_one_dir_item() and helpers
` [PATCH 18/33] btrfs: pass walk_control structure to replay_one_extent()
` [PATCH 19/33] btrfs: use level argument in log tree walk callback process_one_buffer()
` [PATCH 20/33] btrfs: use level argument in log tree walk callback replay_one_buffer()
` [PATCH 21/33] btrfs: use the inode item boolean everywhere in overwrite_item()
` [PATCH 22/33] btrfs: add current log leaf, key and slot to struct walk_control
` [PATCH 23/33] btrfs: avoid unnecessary path allocation at fixup_inode_link_count()
` [PATCH 24/33] btrfs: avoid path allocations when dropping extents during log replay
` [PATCH 25/33] btrfs: avoid unnecessary path allocation when replaying a dir item
` [PATCH 26/33] btrfs: remove redundant path release when processing dentry during log replay
` [PATCH 27/33] btrfs: remove redundant path release when overwriting item "
` [PATCH 28/33] btrfs: add path for subvolume tree changes to struct walk_control
` [PATCH 29/33] btrfs: stop passing inode object IDs to __add_inode_ref() in log replay
` [PATCH 30/33] btrfs: remove pointless inode lookup when processing extrefs during "
` [PATCH 31/33] btrfs: abort transaction if we fail to find dir item "
` [PATCH 32/33] btrfs: abort transaction if we fail to update inode in log replay dir fixup
` [PATCH 33/33] btrfs: dump detailed info and specific messages on log replay failures
` [PATCH v2 00/33] btrfs: log replay bug fix, cleanups and error reporting changes
  ` [PATCH v2 01/33] btrfs: fix invalid extref key setup when replaying dentry
  ` [PATCH v2 02/33] btrfs: use booleans in walk control structure for log replay
  ` [PATCH v2 03/33] btrfs: rename replay_dest member of struct walk_control to root
  ` [PATCH v2 04/33] btrfs: rename root to log in walk_down_log_tree() and walk_up_log_tree()
  ` [PATCH v2 05/33] btrfs: add and use a log root field to struct walk_control
  ` [PATCH v2 06/33] btrfs: deduplicate log root free in error paths from btrfs_recover_log_trees()
  ` [PATCH v2 07/33] btrfs: stop passing transaction parameter to log tree walk functions
  ` [PATCH v2 08/33] btrfs: stop setting log_root_tree->log_root to NULL in btrfs_recover_log_trees()
  ` [PATCH v2 09/33] btrfs: always drop log root tree reference in btrfs_replay_log()
  ` [PATCH v2 10/33] btrfs: pass walk_control structure to replay_xattr_deletes()
  ` [PATCH v2 11/33] btrfs: move up the definition of struct walk_control
  ` [PATCH v2 12/33] btrfs: pass walk_control structure to replay_dir_deletes()
  ` [PATCH v2 13/33] btrfs: pass walk_control structure to check_item_in_log()
  ` [PATCH v2 14/33] btrfs: pass walk_control structure to replay_one_extent()
  ` [PATCH v2 15/33] btrfs: pass walk_control structure to add_inode_ref() and helpers
  ` [PATCH v2 16/33] btrfs: pass walk_control structure to replay_one_dir_item() and replay_one_name()
  ` [PATCH v2 17/33] btrfs: pass walk_control structure to drop_one_dir_item() and helpers
  ` [PATCH v2 18/33] btrfs: pass walk_control structure to overwrite_item()
  ` [PATCH v2 19/33] btrfs: use level argument in log tree walk callback process_one_buffer()
  ` [PATCH v2 20/33] btrfs: use level argument in log tree walk callback replay_one_buffer()
  ` [PATCH v2 21/33] btrfs: use the inode item boolean everywhere in overwrite_item()
  ` [PATCH v2 22/33] btrfs: add current log leaf, key and slot to struct walk_control
  ` [PATCH v2 23/33] btrfs: avoid unnecessary path allocation at fixup_inode_link_count()
  ` [PATCH v2 24/33] btrfs: avoid path allocations when dropping extents during log replay
  ` [PATCH v2 25/33] btrfs: avoid unnecessary path allocation when replaying a dir item
  ` [PATCH v2 26/33] btrfs: remove redundant path release when processing dentry during log replay
  ` [PATCH v2 27/33] btrfs: remove redundant path release when overwriting item "
  ` [PATCH v2 28/33] btrfs: add path for subvolume tree changes to struct walk_control
  ` [PATCH v2 29/33] btrfs: stop passing inode object IDs to __add_inode_ref() in log replay
  ` [PATCH v2 30/33] btrfs: remove pointless inode lookup when processing extrefs during "
  ` [PATCH v2 31/33] btrfs: abort transaction if we fail to find dir item "
  ` [PATCH v2 32/33] btrfs: abort transaction if we fail to update inode in log replay dir fixup
  ` [PATCH v2 33/33] btrfs: dump detailed info and specific messages on log replay failures

[PATCH] btrfs: init file_extent_tree after i_mode has been set
 2025-09-09 14:40 UTC  (2+ messages)

[PATCH v2 0/3] btrfs: search_tree ioctl performance improvements and cleanups
 2025-09-09 10:54 UTC  (2+ messages)

[PATCH] btrfs: zoned: fix incorrect ASSERT in btrfs_zoned_reserve_data_reloc_bg
 2025-09-09  8:35 UTC  (3+ messages)

[PATCH 0/4] btrfs: prepare compression for bs > ps support
 2025-09-09  3:38 UTC  (5+ messages)
` [PATCH 1/4] btrfs: prepare compression folio alloc/free for bs > ps cases
` [PATCH 2/4] btrfs: prepare zstd to support "
` [PATCH 3/4] btrfs: prepare lzo "
` [PATCH 4/4] btrfs: prepare zlib "

[PATCH] btrfs: scrub: replace max_t()/min_t() with clamp_t() in scrub_throttle_dev_io()
 2025-09-08 18:36 UTC  (3+ messages)

[PATCH v2 0/5] btrfs: bs > ps support preparation
 2025-09-08 17:44 UTC  (9+ messages)
` [PATCH v2 4/5] btrfs: introduce btrfs_bio_for_each_block_all() helper
` [PATCH v2 5/5] btrfs: cache max and min order inside btrfs_fs_info

[PATCH v2] fstests: generic/733: avoid output difference due to bash's version
 2025-09-07 23:32 UTC  (3+ messages)

regression, btrfs mount failure when multiple rescue mount options used
 2025-09-07 22:41 UTC  (2+ messages)

Need guidance on btrfs: uncorrectable errors from scrub
 2025-09-07  3:48 UTC  (4+ messages)

qemu-arm64: xfstests crash in bio_iov_iter_get_pages on next-20250904
 2025-09-05 18:41 UTC  (2+ messages)

[PATCH] btrfs: remove redundant condition checks
 2025-09-05 17:13 UTC  (2+ messages)

[WIP RFC PATCH] fs: retire I_WILL_FREE
 2025-09-05 14:07 UTC  (2+ messages)

[PATCH] fstests: generic/733: avoid output difference due to bash's version
 2025-09-04 21:18 UTC  (3+ messages)

[linus:master] [btrfs] bddf57a707: stress-ng.sync-file.ops_per_sec 44.2% regression
 2025-09-04 17:07 UTC  (4+ messages)

[PATCH v2] fstests: generic/228: do not rely on the bash core dump output
 2025-09-04 13:00 UTC  (2+ messages)

[PATCH] fstests: generic/228: do not rely on the bash core dump output
 2025-09-04  5:53 UTC 

[bug report]kernel BUG at fs/btrfs/zoned.c:2587! triggered by blktests zbd/009
 2025-09-04  2:45 UTC  (3+ messages)

Golden output mismatch from generic/228, fs independent
 2025-09-04  1:29 UTC  (4+ messages)


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