Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2025-07-11 08:32:38 to 2025-07-24 06:51:24 UTC [more...]

[PATCH] btrfs: zoned: skip ZONE FINISH of conventional zones
 2025-07-24  6:51 UTC  (3+ messages)

Null deref during attempted replay of corrupt TREE_LOG in newer kernel
 2025-07-24  5:10 UTC  (3+ messages)

Increased reports since 6.15.3 of corruption within the log tree
 2025-07-24  2:24 UTC  (7+ messages)

[PATCH] btrfs: implement ref_tracker for delayed_nodes
 2025-07-23 18:04 UTC  (5+ messages)

[PATCH] generic/211: verify if the filesystem being tested supports in place writes
 2025-07-23 14:49 UTC  (2+ messages)

[PATCH 0/3] btrfs: fix possible race between error handling and writeback
 2025-07-23 11:21 UTC  (4+ messages)
` [PATCH 1/3] btrfs: enhance error messages for delalloc range failure
` [PATCH 2/3] btrfs: make nocow_one_range() to do cleanup on error
` [PATCH 3/3] btrfs: keep folios locked inside run_delalloc_nocow()

[PATCH] generic: test overwriting file with mmap on a full filesystem
 2025-07-23  5:48 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v3 0/2] btrfs: zoned: two small style improvements for zone finishing
 2025-07-23  1:42 UTC  (5+ messages)
` [PATCH v3 1/2] btrfs: zoned: directly call do_zone_finish() from btrfs_zone_finish_endio_workfn()
` [PATCH v3 2/2] btrfs: zoned: return error from btrfs_zone_finish_endio()

[GIT PULL] Btrfs updates for 6.17
 2025-07-22 23:23 UTC 

[PATCH v2] [v2] btrfs: Fix incorrect log message related barrier
 2025-07-22 21:48 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: zoned: two small style improvements for zone finishing
 2025-07-22 10:21 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: directly call do_zone_finish() from btrfs_zone_finish_endio_workfn()
` [PATCH v2 2/2] btrfs: zoned: return error from btrfs_zone_finish_endio()

[PATCH 00/10] btrfs: improve error reporting for log tree replay
 2025-07-22 10:14 UTC  (15+ messages)
` [PATCH 01/10] btrfs: error on missing block group when unaccounting log tree extent buffers
` [PATCH 02/10] btrfs: abort transaction on specific error places when walking log tree
` [PATCH 03/10] btrfs: abort transaction in the process_one_buffer() log tree walk callback
` [PATCH 04/10] btrfs: use local variable for the transaction handle in replay_one_buffer()
` [PATCH 05/10] btrfs: return real error from read_alloc_one_name() in drop_one_dir_item()
` [PATCH 06/10] btrfs: abort transaction where errors happen during log tree replay
` [PATCH 07/10] btrfs: exit early when replaying hole file extent item from a log tree
` [PATCH 08/10] btrfs: process inline extent earlier in replay_one_extent()
` [PATCH 09/10] btrfs: use local key variable to pass arguments "
` [PATCH 10/10] btrfs: collapse unaccount_log_buffer() into clean_log_buffer()

Compressed files & the page cache
 2025-07-22  3:54 UTC  (19+ messages)

[PATCH] btrfs: remove unnecessary xa lock for btrfs_free_dummy_fs_info()
 2025-07-21 23:55 UTC  (3+ messages)

[PATCH 0/3] btrfs: simple enhancement and fix for delalloc range
 2025-07-21 22:59 UTC  (8+ messages)
` [PATCH 1/3] btrfs: replace double boolean parameters of cow_file_range()
` [PATCH 2/3] btrfs: make btrfs_cleanup_ordered_extents() to support large folios
` [PATCH 3/3] btrfs: fix the wrong parameter for btrfs_cleanup_ordered_extents()

log tree corrupted (and successfully fixed) -- anything I can do to diagnose why?
 2025-07-21 18:14 UTC  (6+ messages)

[PATCH v3] btrfs: fix subpage deadlock
 2025-07-21 17:52 UTC  (2+ messages)

[PATCH 0/2] btrfs: zoned: two small style improvements for zone finishing
 2025-07-21 11:09 UTC  (5+ messages)
` [PATCH 1/2] btrfs: directly call do_zone_finish() from btrfs_zone_finish_endio_workfn()
` [PATCH 2/2] btrfs: zoned: return error from btrfs_zone_finish_endio()

[PATCH v2] btrfs: fix subpage deadlock
 2025-07-21  9:54 UTC  (5+ messages)

[PATCH v3 0/3] btrfs-progs: mkfs free-space-info bug
 2025-07-21  9:15 UTC  (3+ messages)
` [PATCH v3 2/3] btrfs-progs: check free space maps to block group

[PATCH 0/2] btrfs: Improve logging for barrier-related operation
 2025-07-21  8:07 UTC  (6+ messages)
` [PATCH 2/2] btrfs: Fix incorrect log message related barrier

[PATCH] btrfs: scrub: wip, pause on fs freeze
 2025-07-20 19:48 UTC  (9+ messages)

Unable to remove a dir - "Directory not empty"
 2025-07-19 20:39 UTC 

[PATCH] btrfs: send: use fallocate for hole punching with send stream v2
 2025-07-19  8:19 UTC  (7+ messages)

[PATCH] btrfs: fix subpage deadlock
 2025-07-18 22:45 UTC  (7+ messages)

[PATCH] btrfs: unfold transaction aborts when writing dirty block groups
 2025-07-18 21:40 UTC  (3+ messages)

[PATCH v2 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
 2025-07-18 18:36 UTC  (6+ messages)
` (subset) "

[help me] corrupted filesystem, restoration methods exhausted
 2025-07-18  5:54 UTC  (3+ messages)

[PATCH 0/3] btrfs: log replay bug fixes and cleanup
 2025-07-17 17:53 UTC  (9+ messages)
` [PATCH 1/3] btrfs: don't ignore inode missing when replaying log tree
` [PATCH 2/3] btrfs: don't skip remaining extrefs if dir not found during log replay
` [PATCH 3/3] btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()
` [PATCH v2 0/3] btrfs: log replay bug fixes and cleanup
  ` [PATCH v2 1/3] btrfs: don't ignore inode missing when replaying log tree
  ` [PATCH v2 2/3] btrfs: don't skip remaining extrefs if dir not found during log replay
  ` [PATCH v2 3/3] btrfs: use saner variable type and name to indicate extrefs at add_inode_ref()

[PATCH] btrfs: make periodic dynamic reclaim the default for data
 2025-07-17 12:55 UTC  (4+ messages)

[PATCH] btrfs: use find_free_extent_check_size_class() in clustered check
 2025-07-17  7:45 UTC  (2+ messages)

[f2fs-dev] Compressed files & the page cache
 2025-07-17  1:04 UTC  (2+ messages)

[PATCH 0/3] btrfs: enable large folios for data reloc inodes
 2025-07-16 21:14 UTC  (4+ messages)
` [PATCH 1/3] btrfs: reloc: unconditionally invalidate the page cache for each cluster
` [PATCH 2/3] btrfs: output more info when btrfs_subpage_assert() failed
` [PATCH 3/3] btrfs: enable large data folios for data reloc inode

[PATCH v3 0/4] btrfs: zoned: limit active zones to max_open_zones
 2025-07-16 10:22 UTC  (6+ messages)
` [PATCH v3 1/4] btrfs: zoned: do not select metadata BG as finish target
` [PATCH v3 2/4] btrfs: zoned: fix data relocation block group reservation
` [PATCH v3 3/4] btrfs: zoned: fix write time activation failure for metadata block group
` [PATCH v3 4/4] btrfs: zoned: limit active zones to max_open_zones

[PATCH] btrfs: zoned: refine extent allocator hint selection
 2025-07-16  9:09 UTC  (2+ messages)

[PATCH] tests: btrfs/237: skip test on devices with conventional zones
 2025-07-16  7:57 UTC  (3+ messages)

[PATCH] fs: btrfs: Do not free multi when guaranteed to be NULL
 2025-07-15 17:20 UTC  (2+ messages)

[PATCH] btrfs: fix ssd_spread overallocation
 2025-07-15 16:54 UTC  (3+ messages)

[PATCH v5 0/6] btrfs: add remove_bdev() callback
 2025-07-15 11:40 UTC  (10+ messages)
` [PATCH v5 1/6] fs: add a new "
  ` (subset) "
` [PATCH v5 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH v5 3/6] btrfs: reject file operations if in shutdown state
` [PATCH v5 4/6] btrfs: reject delalloc ranges "
` [PATCH v5 5/6] btrfs: implement shutdown ioctl
` [PATCH v5 6/6] btrfs: implement remove_bdev and shutdown super operation callbacks

[PATCH] btrfs: reloc: unconditionally invalidate the page cache for each cluster
 2025-07-15  4:17 UTC 

[PATCH v2 0/3] btrfs: zoned: limitt active zones to max_open_zones
 2025-07-14  0:50 UTC  (7+ messages)
` [PATCH v2 2/3] btrfs: zoned: fix write time activation failure for metadata block group
` [PATCH v2 3/3] btrfs: zoned: limit active zones to max_open_zones

BTRFS RAID 5 array ran out of space, switched to R/O mode with errors
 2025-07-12 22:02 UTC 

Scrub problem with Debian kernel 6.12.33+deb13-amd64
 2025-07-11 21:03 UTC  (3+ messages)

[PATCH] btrfs: set EXTENT_NORESERVE before range unlock in btrfs_truncate_block()
 2025-07-11 18:30 UTC  (6+ messages)

[PATCH v7] btrfs: try to search for data csums in commit root
 2025-07-11 17:02 UTC  (7+ messages)

[PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()
 2025-07-11 14:20 UTC  (5+ messages)

[PATCH] btrfs: remove btrfs_clear_extent_bits()
 2025-07-11 10:54 UTC  (4+ messages)

[PATCH v4 0/6] btrfs: add remove_bdev() callback
 2025-07-11  9:34 UTC  (10+ messages)
` [PATCH v4 1/6] fs: enhance and rename shutdown() callback to remove_bdev()

[PATCH v2] btrfs/282: use timed writes to make sure scrub has enough run time
 2025-07-11  9:00 UTC  (2+ messages)

[PATCH] btrfs: use cached state when falling back from NOCoW write to CoW write
 2025-07-11  8:37 UTC  (2+ messages)


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