Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2025-02-12 23:35:22 to 2025-02-20 10:02:01 UTC [more...]

[PATCH 00/22] More inode type cleanups
 2025-02-20 10:01 UTC  (21+ messages)
` [PATCH 01/22] btrfs: pass struct btrfs_inode to can_nocow_extent()
` [PATCH 02/22] btrfs: pass struct btrfs_inode to extent_range_clear_dirty_for_io()
` [PATCH 03/22] btrfs: pass struct btrfs_inode to btrfs_read_locked_inode()
` [PATCH 04/22] btrfs: pass struct btrfs_inode to btrfs_iget_locked()
` [PATCH 05/22] btrfs: pass struct btrfs_inode to new_simple_dir()
` [PATCH 06/22] btrfs: pass struct btrfs_inode to btrfs_inode_type()
` [PATCH 07/22] btrfs: pass struct btrfs_inode to btrfs_defrag_file()
` [PATCH 08/22] btrfs: use struct btrfs_inode inside create_pending_snapshot()
` [PATCH 09/22] btrfs: pass struct btrfs_inode to fill_stack_inode_item()
` [PATCH 10/22] btrfs: pass struct btrfs_inode to btrfs_fill_inode()
` [PATCH 11/22] btrfs: pass struct btrfs_inode to btrfs_load_inode_props()
` [PATCH 12/22] btrfs: pass struct btrfs_inode to btrfs_inode_inherit_props()
` [PATCH 13/22] btrfs: props: switch prop_handler::apply to struct btrfs_inode
` [PATCH 14/22] btrfs: props: switch prop_handler::extract "
` [PATCH 15/22] btrfs: pass struct btrfs_inode to clone_copy_inline_extent()
` [PATCH 16/22] btrfs: pass struct btrfs_inode to btrfs_double_mmap_lock()
` [PATCH 17/22] btrfs: pass struct btrfs_inode to btrfs_double_mmap_unlock()
` [PATCH 18/22] btrfs: pass struct btrfs_inode to btrfs_extent_same_range()
` [PATCH 19/22] btrfs: use struct btrfs_inode inside btrfs_remap_file_range()
` [PATCH 20/22] btrfs: use struct btrfs_inode inside btrfs_remap_file_range_prep()

[PATCH 0/5] btrfs: prepare for larger folios support
 2025-02-20  9:22 UTC  (6+ messages)
` [PATCH 1/5] btrfs: prepare subpage.c "
` [PATCH 2/5] btrfs: remove the PAGE_SIZE usage inside inline extent reads
` [PATCH 3/5] btrfs: prepare btrfs_launcher_folio() for larger folios support
` [PATCH 4/5] btrfs: prepare extent_io.c for future larger folio support
` [PATCH 5/5] btrfs: prepare btrfs_page_mkwrite() for larger folios

[PATCH] btrfs: zoned: Remove some code duplication
 2025-02-20  7:11 UTC  (3+ messages)

[PATCH 0/2] fstests: a couple fixes for btrfs/254
 2025-02-20  6:45 UTC  (7+ messages)
` [PATCH 1/2] btrfs/254: don't leave mount on test fs in case of failure/interruption
` [PATCH 2/2] btrfs/254: fix test failure in case scratch devices are larger than 50G

[PATCH v2 00/12] btrfs-progs: zoned: support zone capacity and
 2025-02-20  5:06 UTC  (16+ messages)
` [PATCH v2 01/12] btrfs-progs: introduce min_not_zero()
` [PATCH v2 02/12] btrfs-progs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
` [PATCH v2 03/12] btrfs-progs: zoned: support zone capacity
` [PATCH v2 04/12] btrfs-progs: zoned: load zone activeness
` [PATCH v2 05/12] btrfs-progs: zoned: activate block group on loading
` [PATCH v2 06/12] btrfs-progs: factor out btrfs_load_zone_info()
` [PATCH v2 07/12] btrfs-progs: zoned: factor out SINGLE zone info loading
` [PATCH v2 08/12] btrfs-progs: zoned: implement DUP "
` [PATCH v2 09/12] btrfs-progs: zoned: implement RAID1 "
` [PATCH v2 10/12] btrfs-progs: zoned: implement RAID0 "
` [PATCH v2 11/12] btrfs-progs: implement RAID10 "
` [PATCH v2 12/12] btrfs-progs: zoned: fix alloc_offset calculation for partly conventional block groups

[syzbot] Monthly btrfs report (Feb 2025)
 2025-02-19 12:35 UTC 

[PATCH 00/26] btrfs: avoid repeated path computations and allocations for send
 2025-02-19 11:43 UTC  (27+ messages)
` [PATCH 01/26] btrfs: send: remove duplicated logic from fs_path_reset()
` [PATCH 02/26] btrfs: send: make fs_path_len() inline and constify its argument
` [PATCH 03/26] btrfs: send: always use fs_path_len() to determine a path's length
` [PATCH 04/26] btrfs: send: simplify return logic from fs_path_prepare_for_add()
` [PATCH 05/26] btrfs: send: simplify return logic from fs_path_add()
` [PATCH 06/26] btrfs: send: implement fs_path_add_path() using fs_path_add()
` [PATCH 07/26] btrfs: send: simplify return logic from fs_path_add_from_extent_buffer()
` [PATCH 08/26] btrfs: send: return -ENAMETOOLONG when attempting a path that is too long
` [PATCH 09/26] btrfs: send: simplify return logic from __get_cur_name_and_parent()
` [PATCH 10/26] btrfs: send: simplify return logic from is_inode_existent()
` [PATCH 11/26] btrfs: send: simplify return logic from get_cur_inode_state()
` [PATCH 12/26] btrfs: send: factor out common logic when sending xattrs
` [PATCH 13/26] btrfs: send: only use booleans variables at process_recorded_refs()
` [PATCH 14/26] btrfs: send: add and use helper to rename current inode when processing refs
` [PATCH 15/26] btrfs: send: simplify return logic from send_remove_xattr()
` [PATCH 16/26] btrfs: send: simplify return logic from record_new_ref_if_needed()
` [PATCH 17/26] btrfs: send: simplify return logic from record_deleted_ref_if_needed()
` [PATCH 18/26] btrfs: send: simplify return logic from record_new_ref()
` [PATCH 19/26] btrfs: send: simplify return logic from record_deleted_ref()
` [PATCH 20/26] btrfs: send: simplify return logic from record_changed_ref()
` [PATCH 21/26] btrfs: send: remove unnecessary return variable from process_new_xattr()
` [PATCH 22/26] btrfs: send: simplify return logic from process_changed_xattr()
` [PATCH 23/26] btrfs: send: simplify return logic from send_verity()
` [PATCH 24/26] btrfs: send: keep the current inode's path cached
` [PATCH 25/26] btrfs: send: avoid path allocation for the current inode when issuing commands
` [PATCH 26/26] btrfs: send: simplify return logic from send_set_xattr()

[RFC] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-02-19 11:20 UTC  (9+ messages)

[PATCH] btrfs: fix data overwriting bug during buffered write when block size < page size
 2025-02-19 10:45 UTC  (2+ messages)

[PATCH] btrfs: fix data race when accessing the block_group's used field
 2025-02-19  8:52 UTC  (8+ messages)

[PATCH] btrfs: zoned: fix extent unlock in cow_file_range()
 2025-02-19  7:36 UTC  (3+ messages)

[PATCH] fstests: btrfs/226: fill in missing comments changes
 2025-02-19  5:58 UTC  (2+ messages)

[GIT PULL] fstests: btrfs changes for master and/or for-next v2025.02.14
 2025-02-18 22:36 UTC  (6+ messages)

[PATCH AUTOSEL 6.12 12/31] btrfs: fix two misuses of folio_shift()
 2025-02-18 20:25 UTC 

[PATCH AUTOSEL 6.13 12/31] btrfs: fix two misuses of folio_shift()
 2025-02-18 20:24 UTC 

[PATCH v2] btrfs: output an error message if btrfs failed to find the seed fsid
 2025-02-18 11:06 UTC  (2+ messages)

[PATCH 0/3] btrfs: some fixes related to the extent map shrinker
 2025-02-18 10:19 UTC  (9+ messages)
` [PATCH 1/3] btrfs: fix use-after-free on inode when scanning root during em shrinking
` [PATCH 2/3] btrfs: skip inodes without loaded extent maps when shrinking extent maps
` [PATCH 3/3] btrfs: do regular iput instead of delayed iput during extent map shrinking

[PATCH] btrfs-progs: docs: add an extra note to btrfs data checksum and directIO
 2025-02-17 23:41 UTC  (4+ messages)

[PATCH] btrfs: output an error message if btrfs failed to find the seed fsid
 2025-02-17 21:52 UTC  (3+ messages)

[PATCH 00/12] btrfs-progs: zoned: support zone capacity and
 2025-02-17 17:16 UTC  (15+ messages)
` [PATCH 01/12] btrfs-progs: introduce min_not_zero()
` [PATCH 02/12] btrfs-progs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_info
` [PATCH 03/12] btrfs-progs: zoned: support zone capacity
` [PATCH 04/12] btrfs-progs: zoned: load zone activeness
` [PATCH 05/12] btrfs-progs: zoned: activate block group on loading
` [PATCH 06/12] btrfs-progs: factor out btrfs_load_zone_info()
` [PATCH 07/12] btrfs-progs: zoned: factor out SINGLE zone info loading
` [PATCH 08/12] btrfs-progs: zoned: implement DUP "
` [PATCH 09/12] btrfs-progs: zoned: implement RAID1 "
` [PATCH 10/12] btrfs-progs: zoned: implement RAID0 "
` [PATCH 11/12] btrfs-progs: implement RAID10 "
` [PATCH 12/12] btrfs-progs: zoned: fix alloc_offset calculation for partly conventional block groups

[PATCH] btrfs-progs: add duration format to fmt_print
 2025-02-17 16:37 UTC  (3+ messages)

can't delete file can't repair backpointer mismatch
 2025-02-17 10:14 UTC 

[PATCH] btrfs: zoned: exit btrfs_can_activate_zone if BTRFS_FS_NEED_ZONE_FINISH is set
 2025-02-17  2:42 UTC  (2+ messages)

Linux 6.14-rc3
 2025-02-16 22:17 UTC 

Linux 6.13: excessive CPU usage by btrfs-cleaner/kswapd (again?)
 2025-02-16 13:18 UTC  (5+ messages)

[PATCH v2 0/4] btrfs: allow creating inline data extents for sector size < page size case
 2025-02-15 14:42 UTC  (6+ messages)
` [PATCH v2 1/4] btrfs: fix inline data extent reads which zero out the remaining part
` [PATCH v2 2/4] btrfs: fix the qgroup data free range for inline data extents
` [PATCH v2 3/4] btrfs: allow inline data extents creation if sector size < page size
` [PATCH v2 4/4] btrfs: remove the subpage related warning message

Btrfs progs release 6.13
 2025-02-14 23:51 UTC 

[PATCH 0/6] btrfs-progs: V2 scrub status: add json output format
 2025-02-14 16:47 UTC  (7+ messages)
` [PATCH 1/6] btrfs-progs: Added rowspec struct and neccesary include file for "
` [PATCH 2/6] btrfs-progs: Added json output format for print_scrub_full
` [PATCH 3/6] btrfs-progs: Added json output format for print_scrub_summary
` [PATCH 4/6] btrfs-progs: Added json output format for _print_scrub_ss and print_scrub_dev
` [PATCH 5/6] btrfs-progs: Added json output format for cmd_scrub_status
` [PATCH 6/6] btrfs-progs: Corrected a minor JSON string error in print_scrub_dev

[PATCH] btrfs-progs: Simplified unit_mode check in print_scrub_summary
 2025-02-14 15:23 UTC 

[PATCH] btrfs-progs: docs: add an extra note to btrfs data checksum and directIO
 2025-02-14 10:34 UTC  (2+ messages)

[PATCH] btrfs: cleanup ktime_t usage
 2025-02-14 10:23 UTC 

[PATCH 0/8] fstests: btrfs: fix test failure when running with compression or nodatasum
 2025-02-14  9:29 UTC  (12+ messages)
` [PATCH v2 0/8] fstests: btrfs: fix test failures "
  ` [PATCH v2 5/8] btrfs/205: skip test when running with nodatasum mount option
  ` [PATCH v2 6/8] btrfs: skip tests exercising data corruption and repair when using nodatasum
  ` [PATCH v2 7/8] btrfs/281: skip test when running with nodatasum mount option
  ` [PATCH v2 8/8] btrfs: skip tests that exercise compression property when using nodatasum

[BUG report] fstests/btrfs/080 fails
 2025-02-14  8:38 UTC  (4+ messages)

[PATCH v2] btrfs: always fallback to buffered write if the inode requires checksum
 2025-02-13 20:32 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 6.14-rc3
 2025-02-13 20:28 UTC  (2+ messages)

[PATCH 0/2] btrfs-progs: scrub status: add json output format
 2025-02-13 19:49 UTC  (6+ messages)
` [PATCH 1/2] Removed redundant if/else statement

[PATCH] btrfs: use atomic64_t for free_objectid
 2025-02-13 19:38 UTC  (13+ messages)

[PATCH 00/16] Converge on using secs_to_jiffies() part two
 2025-02-13 17:45 UTC  (3+ messages)

[bug report] btrfs: remove btrfs_fs_info::sectors_per_page
 2025-02-13  7:34 UTC  (2+ messages)

[PATCH] btrfs-progs: Preserve first error in loop of check_extent_refs()
 2025-02-13  6:44 UTC  (5+ messages)

[PATCH v3] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-13  5:49 UTC  (2+ messages)

[PATCH] btrfs-progs: cmds/qgroup: use sysfs to detect inconsistent status early
 2025-02-13  4:29 UTC 

[linux-next:master] [btrfs] 92a6e5b713: xfstests.btrfs.226.fail
 2025-02-13  2:15 UTC  (3+ messages)


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