Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-14 11:09:29 to 2026-04-20 07:56:41 UTC [more...]

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-20  7:56 UTC  (19+ messages)
` [PATCH 7.2 v3 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v3 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v3 05/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v3 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v3 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v3 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v3 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v3 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v3 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v3 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions

BtrFS, Scrub: bug fail to respect scrub_speed_max
 2026-04-20  6:30 UTC 

[RFC PATCH 0/3] btrfs: implement FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE
 2026-04-19 22:30 UTC  (11+ messages)
` [PATCH 1/3] btrfs: refactor btrfs_fallocate() ahead of supporting more modes
` [PATCH 2/3] btrfs: support for FALLOC_FL_COLLAPSE_RANGE in btrfs_fallocate()
` [PATCH 3/3] btrfs: support for FALLOC_FL_INSERT_RANGE "

[PATCH 0/5] btrfs: add persistent scrub lifetime and session counters
 2026-04-19 14:26 UTC  (6+ messages)
` [PATCH 1/5] btrfs: uapi: introduce on-disk scrub stats item
` [PATCH 2/5] btrfs: add in-memory scrub lifetime and session fields
` [PATCH 3/5] btrfs: persist scrub lifetime stats to the device tree
` [PATCH 4/5] btrfs: hook scrub session tracking into btrfs_scrub_dev()
` [PATCH 5/5] btrfs: expose scrub lifetime and session counters via sysfs

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-04-19 13:14 UTC  (3+ messages)

[PATCH 0/9] btrfs: reduce memory consumption for block groups
 2026-04-19  7:32 UTC  (29+ messages)
` [PATCH 1/9] btrfs: use a kmem_cache "
` [PATCH 2/9] btrfs: reduce size of struct btrfs_block_group
` [PATCH 3/9] btrfs: use a kmem_cache for free space control structures
` [PATCH 4/9] btrfs: remove start field from struct btrfs_free_space_ctl
` [PATCH 5/9] btrfs: remove unit "
` [PATCH 6/9] btrfs: reduce size of "
` [PATCH 7/9] btrfs: remove block group argument from copy_free_space_cache()
` [PATCH 8/9] btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache()
` [PATCH 9/9] btrfs: remove unnecessary ctl argument from write_cache_extent_entries()
` [PATCH v2 00/10] btrfs: reduce memory consumption for block groups
  ` [PATCH v2 01/10] btrfs: use a kmem_cache "
  ` [PATCH v2 02/10] btrfs: reduce size of struct btrfs_block_group
  ` [PATCH v2 03/10] btrfs: use a kmem_cache for free space control structures
  ` [PATCH v2 04/10] btrfs: remove start field from struct btrfs_free_space_ctl
  ` [PATCH v2 05/10] btrfs: remove unit "
  ` [PATCH v2 06/10] btrfs: reduce size of "
  ` [PATCH v2 07/10] btrfs: remove op field from "
  ` [PATCH v2 08/10] btrfs: remove block group argument from copy_free_space_cache()
  ` [PATCH v2 09/10] btrfs: remove unnecessary ctl argument from __btrfs_write_out_cache()
  ` [PATCH v2 10/10] btrfs: remove unnecessary ctl argument from write_cache_extent_entries()

[syzbot] [btrfs?] kernel BUG in replace_file_extents
 2026-04-18 16:18 UTC 

[PATCH v2] btrfs: preallocate extent changeset before acquiring extent_io_tree lock
 2026-04-18  4:46 UTC  (3+ messages)

BTRFS discard crash: failed to run delayed ref for logical 15506102321152 num_bytes 16384 type 182 action 2 ref_mod 1: -2 6.11.2)
 2026-04-18  0:18 UTC  (40+ messages)
` Simple quota unsafe? RIP: 0010:__btrfs_free_extent.isra.0+0xc41/0x1020 [btrfs] / do_free_extent_accounting:2999: errno=-2 No such entry
                          ` Simple quota unsafe (FIXED: btrfstune --remove-simple-quota worked)

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-17 11:50 UTC  (44+ messages)
` [PATCH 7.2 v2 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()
` [PATCH 7.2 v2 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v2 04/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v2 05/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()
` [PATCH 7.2 v2 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v2 07/12] fs: remove nr_thps from struct address_space
` [PATCH 7.2 v2 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v2 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS from comments in guard-regions

[PATCH] btrfs: regression test for duplicated rmdir in incremental send with extrefs
 2026-04-17  7:48 UTC  (2+ messages)

[PATCH v2 0/3] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-04-17  7:34 UTC  (13+ messages)
` [PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions

[PATCH] btrfs: preallocate extent changeset before acquiring extent_io_tree lock
 2026-04-17  7:15 UTC  (2+ messages)

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-04-17  6:17 UTC  (13+ messages)
` [PATCH v6 24/43] btrfs: add extent encryption context tree item type

[PATCH 6.6.y 0/2] backport to fix error propagation of split bios
 2026-04-17  2:51 UTC  (3+ messages)
` [PATCH 6.6.y 1/2] btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()
` [PATCH 6.6.y 2/2] btrfs: fix error propagation of split bios

[PATCH v2] btrfs: make more ASSERTs verbose, part 3
 2026-04-17  2:29 UTC 

[PATCH] btrfs: only release the dirty pages io tree after successful writes
 2026-04-17  2:25 UTC 

[PATCH 0/6] btrfs: fix multiple bugs in raid-stripe-tree deletion path
 2026-04-17  2:18 UTC  (2+ messages)

[PATCH v3] btrfs: warn about extent buffer that can not be released
 2026-04-16 22:43 UTC 

[PATCH] btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
 2026-04-16 21:28 UTC  (2+ messages)

[PATCH v5] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-16 21:27 UTC  (2+ messages)

[PATCH v4] fstests: test premature ENOSPC in zoned garbage collection
 2026-04-16 18:12 UTC  (3+ messages)

[PATCH v4] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-16 17:58 UTC  (4+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:30 UTC  (5+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "

[PATCH] btrfs: warn about extent buffer that can not be released
 2026-04-16 10:22 UTC  (4+ messages)

[PATCH] btrfs: cleanup the ebs when the metadata writeback range failed
 2026-04-16  9:48 UTC  (2+ messages)

社長のNG行動
 2026-04-16  2:09 UTC 

[PATCH v2] btrfs: warn about extent buffer that can not be released
 2026-04-16  0:36 UTC 

[PATCH v2] btrfs: convert ioctl handlers to AUTO_KFREE
 2026-04-15 22:12 UTC  (2+ messages)

[PATCH v3] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-15 16:52 UTC  (7+ messages)

[PATCH] btrfs: convert ioctl handlers to AUTO_KFREE
 2026-04-15 16:14 UTC  (3+ messages)

[PATCH v3] fstests: test premature ENOSPC in zoned garbage collection
 2026-04-15  7:04 UTC  (8+ messages)

[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-15  5:23 UTC  (5+ messages)
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface

[PATCH] btrfs: remove 32bit compat code for VFS inode number
 2026-04-15  0:06 UTC  (2+ messages)

[PATCH 7.2 v2 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
 2026-04-14 15:59 UTC  (4+ messages)

[PATCH 0/6] Debugging macro and kmalloc_obj* cleanups
 2026-04-14 15:52 UTC  (8+ messages)
` [PATCH 1/6] btrfs: move condition to WARN_ON in btrfs_set_delalloc_extent()
` [PATCH 2/6] btrfs: replace open coded DEBUG_WARN in extent_writepage()
` [PATCH 3/6] btrfs: handle unexpected free-space-tree key types
` [PATCH 4/6] btrfs: lift assertions to beginning of insert_delayed_ref()
` [PATCH 5/6] btrfs: do more kmalloc_obj()/kmalloc_objs() conversions
` [PATCH 6/6] btrfs: convert kmalloc_array to kmalloc_objs in btrfs_calc_avail_data_space()

[PATCH v3 0/2] btrfs: remove COW fixup and checked folio flag
 2026-04-14 15:32 UTC  (2+ messages)

[PATCH v2] fstests: test premature ENOSPC in zoned garbage collection
 2026-04-14 14:27 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