Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-01 10:41:58 to 2025-09-09 22:45:24 UTC [more...]

[PATCH] btrfs: Avoid potential out-of-bounds in btrfs_encode_fh()
 2025-09-09 22:45 UTC  (2+ 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  (14+ messages)
` [PATCH v2 16/54] fs: delete the inode from the LRU list on lookup
` [PATCH v2 17/54] fs: remove the inode from the LRU list on unlink/rmdir

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

[PATCH v2 0/5] btrfs: bs > ps support preparation
 2025-09-08 17:44 UTC  (12+ messages)
` [PATCH v2 1/5] btrfs: support all block sizes which is no larger than page size
` [PATCH v2 2/5] btrfs: concentrate highmem handling for data verification
` [PATCH v2 3/5] btrfs: introduce btrfs_bio_for_each_block() helper
` [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] btrfs: annotate block group access with data_race() when sorting for reclaim
 2025-09-08 12:05 UTC 

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

Btrfs RAID 1 mounting as R/O
 2025-09-06  5:40 UTC  (12+ 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  (3+ 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  (5+ messages)

[PATCH 0/3] btrfs-progs: tests: add new mkfs test for zoned device
 2025-09-03  7:56 UTC  (12+ messages)
` [PATCH 1/3] btrfs-progs: tests: check nullb index for the error case
` [PATCH 2/3] btrfs-progs: tests: add {,cond_}wait_for_nullbdevs
` [PATCH 3/3] btrfs-progs: tests: add new mkfs test for zoned device

[PATCH] fstests: add commit IDs for kernel fixes already merged upstream
 2025-09-02 22:27 UTC  (3+ messages)

[PATCH] generic/363: mention btrfs kernel fix for block size < page size scenario
 2025-09-02 21:43 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 6.17-rc5
 2025-09-02 20:42 UTC  (2+ messages)

[PATCH v2] btrfs: don't allow adding block device of less than 1 MB
 2025-09-02 19:03 UTC  (4+ messages)

[PATCH v2 00/16] btrfs: remap tree
 2025-09-02 15:21 UTC  (5+ messages)
` [PATCH v2 16/16] btrfs: allow balancing "

[PATCH 0/4] btrfs: bs > ps support preparation
 2025-09-02  3:46 UTC  (4+ messages)
` [PATCH 2/4] btrfs: cache max and min order inside btrfs_fs_info

[PATCH] btrfs-progs: mkfs: recow strip tree as well
 2025-09-02  1:40 UTC  (4+ messages)

[PATCH v3] btrfs: more trivial BTRFS_PATH_AUTO_FREE conversions
 2025-09-01 14:44 UTC  (3+ messages)

[PATCH v2 03/54] fs: rework iput logic
 2025-09-01 10:41 UTC  (4+ messages)
` [PATCH] fs: revamp iput()


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