Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-15 16:43:58 to 2026-04-22 17:10:14 UTC [more...]

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-22 17:10 UTC  (30+ 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)
                                          ` Deleted snapshots stay in squota, mayube because of bees?

[PATCH 1/2] common/dmlogwrites: add _require_logwrites_size helper
 2026-04-22 15:55 UTC  (4+ messages)

[PATCH] btrfs: don't force DIO writes to be serialized
 2026-04-22 14:03 UTC 

[PATCH] btrfs: Limit size of bios submitted from writeback
 2026-04-22 12:49 UTC  (3+ messages)

[PATCH] btrfs: use QSTR() in __btrfs_ioctl_snap_create
 2026-04-22 12:36 UTC 

[PATCH AUTOSEL 7.0-5.15] btrfs: don't allow log trees to consume global reserve or overcommit metadata
 2026-04-22 12:28 UTC  (9+ messages)
` [PATCH AUTOSEL 7.0] btrfs: avoid GFP_ATOMIC allocations in qgroup free paths
` [PATCH AUTOSEL 7.0-5.10] btrfs: replace BUG_ON() with error return in cache_save_setup()
` [PATCH AUTOSEL 7.0-5.10] btrfs: be less aggressive with metadata overcommit when we can do full flushing
` [PATCH AUTOSEL 6.18] btrfs: fix zero size inode with non-zero size after log replay
` [PATCH AUTOSEL 7.0-6.19] btrfs: zoned: cap delayed refs metadata reservation to avoid overcommit
` [PATCH AUTOSEL 7.0-6.12] btrfs: fix silent IO error loss in encoded writes and zoned split

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

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-22  9:59 UTC  (28+ messages)
` [PATCH v8 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v8 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v8 03/22] ovl: use core fsverity ensure info interface
` [PATCH v8 04/22] fsverity: generate and store zero-block hash
` [PATCH v8 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v8 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v8 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v8 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v8 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v8 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v8 11/22] xfs: initialize fs-verity on file open
` [PATCH v8 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v8 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v8 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v8 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v8 16/22] xfs: add fs-verity support
` [PATCH v8 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v8 18/22] xfs: add fs-verity ioctls
` [PATCH v8 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v8 20/22] xfs: check and repair the verity inode flag state
` [PATCH v8 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v8 22/22] xfs: enable ro-compat fs-verity flag

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-04-22  8:17 UTC  (12+ messages)
` [PATCH v6 01/43] fscrypt: add per-extent encryption support

[PATCH 0/6] btrfs: delay compression to bbio submission time
 2026-04-22  6:23 UTC  (3+ messages)

[PATCH v4 0/3] btrfs: fix COW amplification under memory pressure
 2026-04-21 22:39 UTC  (5+ messages)
` [PATCH v4 1/3] btrfs: skip COW for written extent buffers allocated in current transaction

[PATCH v3 0/4] btrfs: fix balance NULL derefs and chunk/bg mapping verification
 2026-04-21  4:21 UTC  (2+ messages)

[PATCH] btrfs: annotate lockless read of defrag_bytes in should_nocow()
 2026-04-21  3:33 UTC  (2+ messages)

[PATCH] btrfs: use the enums instead of int type in struct btrfs_block_group fields
 2026-04-21  3:18 UTC  (4+ messages)

[PATCH] btrfs: use min_size variable to setup block rsv in btrfs_replace_file_extents()
 2026-04-21  3:14 UTC  (3+ messages)

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

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-21  2:12 UTC  (21+ 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

[PATCH v5] btrfs: add BTRFS_IOC_GET_CSUMS ioctl
 2026-04-21  1:59 UTC  (3+ messages)

[PATCH v2] btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOC
 2026-04-20 14:24 UTC  (2+ messages)

[PATCH 0/9] btrfs: reduce memory consumption for block groups
 2026-04-20 14:00 UTC  (21+ messages)
` [PATCH v2 00/10] "
  ` [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()

[PATCH 6.6.y 0/2] backport to fix error propagation of split bios
 2026-04-20 13:21 UTC  (4+ 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 AUTOSEL 6.18] btrfs: tracepoints: get correct superblock from dentry in event btrfs_sync_file()
 2026-04-20 13:08 UTC  (2+ messages)
` [PATCH AUTOSEL 7.0-5.15] btrfs: use BTRFS_FS_UPDATE_UUID_TREE_GEN flag for UUID tree rescan check

[PATCH] btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOC
 2026-04-20  9:31 UTC 

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)

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

[PATCH 7.2 v2 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-17 11:50 UTC  (20+ messages)
` [PATCH 7.2 v2 02/12] mm/khugepaged: add folio dirty check after try_to_unmap_flush()
` [PATCH 7.2 v2 05/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_pmd_enabled()

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

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

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


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