Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2025-02-07 02:33:25 to 2025-02-18 10:20:12 UTC [more...]

[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: fix data race when accessing the block_group's used field
 2025-02-18 10:18 UTC  (4+ messages)

[RFC] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-02-18  9:21 UTC  (6+ messages)

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

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

[PATCH v2] btrfs: output an error message if btrfs failed to find the seed fsid
 2025-02-17 22:25 UTC 

[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  (31+ messages)
` [PATCH 1/8] btrfs: skip tests incompatible with compression when compression is enabled
` [PATCH 2/8] btrfs/290: skip test if we are running with nodatacow mount option
` [PATCH 3/8] common/btrfs: add a _require_btrfs_no_nodatasum helper
` [PATCH 4/8] btrfs/333: skip the test when running with nodatacow or nodatasum
` [PATCH 5/8] btrfs/205: avoid test failure when running with nodatasum mount option
` [PATCH 6/8] btrfs: skip tests exercising data corruption and repair when using nodatasum
` [PATCH 7/8] btrfs/281: skip test when running with nodatasum mount option
` [PATCH 8/8] btrfs: skip tests that exercise compression property when using nodatasum
` [PATCH v2 0/8] fstests: btrfs: fix test failures when running with compression or nodatasum
  ` [PATCH v2 1/8] btrfs: skip tests incompatible with compression when compression is enabled
  ` [PATCH v2 2/8] btrfs/290: skip test if we are running with nodatacow mount option
  ` [PATCH v2 3/8] common/btrfs: add a _require_btrfs_no_nodatasum helper
  ` [PATCH v2 4/8] btrfs/333: skip the test when running with nodatacow or nodatasum
  ` [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  (9+ messages)
` [PATCH 1/2] Removed redundant if/else statement
` [PATCH 2/2] scrub status: add json output format

[PATCH] btrfs: use atomic64_t for free_objectid
 2025-02-13 19:38 UTC  (16+ 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  (3+ 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)

[PATCH 0/7] Cleanups for 6.15
 2025-02-12 20:22 UTC  (8+ messages)
` [PATCH 1/7] btrfs: add __cold attribute to extent_io_tree_panic()
` [PATCH 2/7] btrfs: async-thread: switch local variables need_order bool
` [PATCH 3/7] btrfs: zstd: move zstd_parameters to the workspace
` [PATCH 4/7] btrfs: zstd: remove local variable for storing page offsets
` [PATCH 5/7] btrfs: unify ordering of btrfs_key initializations
` [PATCH 6/7] btrfs: simplify returns and labels in btrfs_init_fs_root()
` [PATCH 7/7] btrfs: update include and forward declarations in headers

[PATCH] generic: suggest fs specific fix only if the tested filesystem matches
 2025-02-12 14:12 UTC  (8+ messages)

[PATCH v2] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-12  3:02 UTC  (7+ messages)

[PATCH v2 0/3] btrfs: enhancement to pass generic/563
 2025-02-12  2:52 UTC  (4+ messages)
` [PATCH v2 1/3] btrfs: introduce a read path dedicated extent lock helper
` [PATCH v2 2/3] btrfs: make btrfs_do_readpage() to do block-by-block read
` [PATCH v2 3/3] btrfs: allow buffered write to avoid full page read if it's block aligned

[PATCH] btrfs-progs: change print format for btrfs_scrub_progress struct keys in print_scrub_full()
 2025-02-12  0:56 UTC 

lazy free space tree creation, deprecation of space cache v1
 2025-02-11 23:06 UTC 

Infinite --repair super bytes used mismatches actual used
 2025-02-11 12:16 UTC  (4+ messages)

[PATCH] btrfs: fix btrfs_test_delayed_refs leak
 2025-02-11  2:54 UTC  (3+ messages)

[PATCH AUTOSEL 6.12 05/19] btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
 2025-02-11  1:30 UTC 

[PATCH AUTOSEL 6.13 05/21] btrfs: avoid starting new transaction when cleaning qgroup during subvolume drop
 2025-02-11  1:29 UTC 

[PATCH] btrfs-progs: scrub status: add json output format for -d (per device scrub status) option
 2025-02-10 20:28 UTC 

[PATCH] btrfs: add support for uncached writes
 2025-02-10 17:27 UTC  (3+ messages)

[PATCH] btrfs/zstd: enable negative compression levels mount option
 2025-02-10  8:18 UTC  (7+ messages)

[PATCH] fstests: add a generic test to verify direct IO writes with buffer contents change
 2025-02-10  4:36 UTC  (2+ messages)

Btrfs crash on generic/437 on x86_64
 2025-02-10  3:59 UTC  (4+ messages)

Deleted or Orphaned extent not being cleaned up
 2025-02-09 23:08 UTC  (2+ messages)

[PATCH 0/3] btrfs: enhancement to pass generic/563
 2025-02-09  5:18 UTC  (3+ messages)

[PATCH v4] btrfs: zstd: enable negative compression levels mount option
 2025-02-07 19:48 UTC  (3+ messages)

[PATCH] btrfs-progs: scrub: add the new --limit option to set the throughput limit at runtime
 2025-02-07 19:45 UTC  (2+ messages)

[PATCH v2 0/8] btrfs: separate/simplify/unify subpage handling
 2025-02-07 19:30 UTC  (10+ messages)
` [PATCH v2 1/8] btrfs: remove btrfs_fs_info::sectors_per_page
` [PATCH v2 2/8] btrfs: extract metadata subpage detection into a dedicated helper
` [PATCH v2 3/8] btrfs: make subpage attach and detach to handle metadata properly
` [PATCH v2 4/8] btrfs: use metadata specific helpers to simplify extent buffer helpers
` [PATCH v2 5/8] btrfs: simplify btrfs_clear_buffer_dirty()
` [PATCH v2 6/8] btrfs: simplify write_one_eb()
` [PATCH v2 7/8] btrfs: simplify read_extent_buffer_pages_nowait()
` [PATCH v2 8/8] btrfs: require strict data/metadata split for subpage check

[6.1] NULL PTR Deref when missing degraded mount option on encrypted fs
 2025-02-07 17:34 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