Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-24 12:59:26 to 2026-04-30 15:11:19 UTC [more...]

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-04-30 15:11 UTC  (19+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH v5 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v5 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v5 07/14] fs: remove nr_thps from struct address_space
` [PATCH v5 08/14] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v5 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v5 10/14] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v5 12/14] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
` [PATCH v5 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
` [PATCH v5 14/14] selftests/mm: add writable-file collapse tests for khugepaged

[PATCH] btrfs: tracepoints: fix sleep while in atomic context in btrfs_sync_file()
 2026-04-30 15:08 UTC  (2+ messages)

[PATCH] btrfs: simplify how first hit is passed to __btrfs_abort_transaction()
 2026-04-30 14:18 UTC 

[PATCH v3] generic/793: limit number of overwrites
 2026-04-30 13:37 UTC  (2+ messages)

[PATCH v4 0/2] btrfs: fix and detect dirty/held ebs at unmount time
 2026-04-30 12:53 UTC  (5+ messages)
` [PATCH v4 1/2] btrfs: only release the dirty pages io tree after successful writes
` [PATCH v4 2/2] btrfs: warn about extent buffer that can not be released

[PATCH] btrfs: fix fill_holes() to merge a new hole with both adjacent items
 2026-04-30 11:21 UTC  (4+ messages)
` [PATCH v2] btrfs: optimize "

[PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
 2026-04-30  3:24 UTC  (2+ messages)

[PATCH] btrfs: move transaction abort message to __btrfs_abort_transaction()
 2026-04-29 14:59 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] btrfs: always pass __GFP_NOWARN from add_ra_bio_pages()
 2026-04-29 10:54 UTC  (2+ messages)

[linus:master] [btrfs] f9a48549a1: fio.write_iops 6.5% regression
 2026-04-29  7:40 UTC 

[PATCH 0/4] btrfs: experimental support for huge data folios
 2026-04-29  5:03 UTC  (5+ messages)
` [PATCH 1/4] btrfs: update the out-of-date comments on subpage
` [PATCH 2/4] btrfs: prepare subpage operations to support >= BITS_PER_LONG sub-bitmaps
` [PATCH 3/4] btrfs: migrate btrfs_bio_ctrl::submit_bitmap to support larger bitmaps
` [PATCH 4/4] btrfs: introduce support for huge folios

Strange behavior with scrub, quotas, and snapshots
 2026-04-29  2:11 UTC  (25+ messages)

[PATCH v2] btrfs-progs: docs: update the operations affected by swapfiles
 2026-04-28 23:47 UTC 

[PATCH] btrfs-progs: docs: update the operations affected by swapfiles
 2026-04-28 22:42 UTC 

Will Btrfs progs get a 7.0 release?
 2026-04-28 18:58 UTC 

[PATCH] btrfs: replace BUG_ON() with error return in get_new_location()
 2026-04-28 15:29 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] btrfs: validate data reloc tree file extent item members in tree-checker

[PATCH v3] btrfs: warn about extent buffer that can not be released
 2026-04-28 15:17 UTC  (4+ messages)

[PATCH] btrfs: don't force DIO writes to be serialized
 2026-04-28 15:13 UTC  (2+ messages)

[PATCH v2] btrfs: Limit size of bios submitted from writeback
 2026-04-28  9:01 UTC  (6+ messages)

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

[PATCH v4 0/9] fstests: add test coverage for cloned filesystem ids
 2026-04-28  6:42 UTC  (10+ messages)
` [PATCH v4 1/9] fstests: add _loop_image_create_clone() helper
` [PATCH v4 2/9] fstests: add _clone_mount_option() helper
` [PATCH v4 3/9] fstests: add test for inotify isolation on cloned devices
` [PATCH v4 4/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v4 5/9] fstests: verify f_fsid for "
` [PATCH v4 6/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v4 7/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v4 8/9] fstests: verify exportfs file handles "
` [PATCH v4 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid

[PATCH v3 0/9] fstests: add test coverage for cloned filesystem ids
 2026-04-28  6:42 UTC  (14+ messages)
` [PATCH v3 1/9] fstests: add _loop_image_create_clone() helper
` [PATCH v3 2/9] fstests: add _clone_mount_option() helper
` [PATCH v3 3/9] fstests: add test for inotify isolation on cloned devices
` [PATCH v3 4/9] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v3 5/9] fstests: verify f_fsid for "
` [PATCH v3 6/9] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v3 7/9] fstests: verify IMA isolation on cloned filesystems
` [PATCH v3 8/9] fstests: verify exportfs file handles "
` [PATCH v3 9/9] fstests: btrfs: test UUID consistency for clones with metadata_uuid

[PATCH 0/2] btrfs: properly enable compressed readahead for bs < ps and large folio cases
 2026-04-28  3:53 UTC  (8+ messages)
` [PATCH 1/2] btrfs: enable cross-folio "
` [PATCH 2/2] btrfs: refresh add_ra_bio_pages() to indicate it's using folios

[GIT PULL] Btrfs fixes for 7.1-rc2
 2026-04-27 23:53 UTC  (2+ messages)

[PATCH] btrfs: remove 32bit compat code for VFS inode number
 2026-04-27 15:12 UTC  (3+ messages)

[PATCH] btrfs: make sure report_eb_range() is not inlined
 2026-04-27 14:30 UTC  (2+ messages)

[PATCH RFC 0/5] btrfs: support huge data folios for 4K page size
 2026-04-27 14:10 UTC  (2+ messages)

corruption after block-group-tree conversion, how to recover? (data is readable)
 2026-04-27 12:56 UTC  (7+ messages)

[PATCH 1/2] common/dmlogwrites: add _require_logwrites_size helper
 2026-04-27 12:33 UTC  (6+ messages)

[PATCH v2 1/2] common/dmlogwrites: add _require_log_writes_sized helper
 2026-04-27 12:25 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs/291: fix state transition logic and add size requirement

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-27 11:52 UTC  (5+ messages)
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH v3 0/2] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-04-27 10:18 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: use on-disk uuid for s_uuid in temp_fsid mounts
` [PATCH v3 2/2] btrfs: derive f_fsid from on-disk fsuuid and dev_t

[PATCH v2 3/3] ext4: derive f_fsid from block device to avoid collisions
 2026-04-27 10:16 UTC  (12+ messages)

[PATCH v2] generic/793: limit number of overwrites
 2026-04-27  8:14 UTC  (3+ messages)

[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-26  6:01 UTC  (22+ 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 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v4 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions

snaprotate
 2026-04-25  9:06 UTC  (2+ messages)

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

Fixing a corrupted file system
 2026-04-24 18:16 UTC  (8+ messages)
          ` How to corrupt a btrfs fs [was Re: Fixing a corrupted file system]

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

[PATCH] btrfs: collapse report_eb_range() into its single caller
 2026-04-24 15:20 UTC  (4+ messages)

[syzbot] [btrfs?] WARNING in __btrfs_update_delayed_inode (4)
 2026-04-24 14:13 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