Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-17 23:16:32 to 2026-04-24 12:48:35 UTC [more...]

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

[PATCH v2] generic/793: limit number of overwrites
 2026-04-24 11:48 UTC 

[PATCH] generic/793: limit number of overwrites
 2026-04-24 10:58 UTC  (3+ messages)

[PATCH] btrfs: don't force DIO writes to be serialized
 2026-04-24 10:28 UTC  (6+ messages)

[PATCH] btrfs: add missing unlikely to if branches leading to a DEBUG_WARN()
 2026-04-24 10:16 UTC  (3+ messages)

[PATCH RFC 0/5] btrfs: support huge data folios for 4K page size
 2026-04-24 10:13 UTC  (7+ messages)
` [PATCH RFC 1/5] btrfs: update the out-of-date comments on subpage
` [PATCH RFC 2/5] btrfs: prepare subpage operations to support >= BITS_PER_LONG sub-bitmaps
` [PATCH RFC 3/5] btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmaps
` [PATCH RFC 4/5] btrfs: remove 2K block size support
` [PATCH RFC 5/5] btrfs: introduce support for huge folios

[PATCH v4 0/4] btrfs: improve stalls under sudden writeback
 2026-04-24 10:07 UTC  (5+ messages)
` [PATCH v4 4/4] btrfs: cap shrink_delalloc iterations to 128M

Fixing a corrupted file system
 2026-04-24  8:23 UTC  (5+ messages)

[syzbot] [btrfs?] WARNING in __btrfs_update_delayed_inode (4)
 2026-04-24  7:54 UTC 

[PATCH 0/2] btrfs: skip COW for written extent buffers
 2026-04-24  3:15 UTC  (4+ messages)
` [PATCH 1/2] btrfs: don't finalize fs roots during qgroup snapshot accounting
` [PATCH 2/2] btrfs: skip COW for written extent buffers allocated in current transaction

[PATCH] btrfs: collapse report_eb_range() into its single caller
 2026-04-24  3:11 UTC  (5+ messages)

Simple quota unsafe? RIP: 0010:__btrfs_free_extent.isra.0+0xc41/0x1020 [btrfs] / do_free_extent_accounting:2999: errno=-2 No such entry
 2026-04-24  2:55 UTC  (21+ messages)
                        ` Deleted snapshots stay in squota, mayube because of bees?

[syzbot] [btrfs?] possible deadlock in btrfs_finish_one_ordered (3)
 2026-04-24  2:35 UTC 

[PATCH v2] btrfs: move larger data folios out of experimental features
 2026-04-24  0:53 UTC  (2+ messages)

[PATCH] btrfs: change return type from int to bool in check_eb_range()
 2026-04-23 21:45 UTC  (3+ messages)

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-23 13:14 UTC  (26+ 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 v2] btrfs: Limit size of bios submitted from writeback
 2026-04-23  9:54 UTC  (2+ messages)

[PATCH] btrfs: Limit size of bios submitted from writeback
 2026-04-23  7:57 UTC  (5+ messages)

[PATCH 5.15.y] btrfs: lock the inode in shared mode before starting fiemap
 2026-04-23  7:38 UTC 

[PATCH v6 00/43] btrfs: add fscrypt support
 2026-04-23  6:45 UTC  (6+ messages)
` [PATCH v6 01/43] fscrypt: add per-extent encryption support

[bug report] Potential atomicity bug in fs/btrfs/compression.c, between btrfs_put_workspace() and free_workspace_manager()
 2026-04-23  6:29 UTC  (2+ messages)

[PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions
 2026-04-23  5:08 UTC  (13+ messages)

[PATCH v2] btrfs: preallocate extent changeset before acquiring extent_io_tree lock
 2026-04-23  5:00 UTC  (4+ messages)

[PATCH v8 00/22] fs-verity support for XFS with post EOF merkle tree
 2026-04-22 22:46 UTC  (29+ 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] btrfs: use QSTR() in __btrfs_ioctl_snap_create
 2026-04-22 19:50 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-5.15] btrfs: don't allow log trees to consume global reserve or overcommit metadata
 2026-04-22 19:14 UTC  (10+ 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 1/2] common/dmlogwrites: add _require_logwrites_size helper
 2026-04-22 15:55 UTC  (4+ messages)

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

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

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

[PATCH v2 00/10] btrfs: reduce memory consumption for block groups
 2026-04-20 14:00 UTC  (4+ messages)
` [PATCH v2 02/10] btrfs: reduce size of struct btrfs_block_group

[PATCH 6.6.y 0/2] backport to fix error propagation of split bios
 2026-04-20 13:21 UTC  (2+ messages)

[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 


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