Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-27 14:30:24 to 2026-05-07 04:50:11 UTC [more...]

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-05-07  4:49 UTC  (37+ 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: simplify how first hit is passed to __btrfs_abort_transaction()
 2026-05-06 21:44 UTC  (3+ messages)

[PATCH RFC 0/4] btrfs: remove folio ordered flag
 2026-05-06 21:27 UTC  (7+ messages)
` [PATCH RFC 1/4] btrfs: unify folio dirty flag clearing
` [PATCH RFC 2/4] btrfs: use dirty flag to check if an ordered extent needs to be truncated
` [PATCH RFC 3/4] btrfs: remove folio_test_ordered() usage
` [PATCH RFC 4/4] btrfs: remove folio ordered flag and subpage bitmap

[PATCH] btrfs: fix root-in-trans fast-path ordering
 2026-05-06 14:20 UTC 

Will Btrfs progs get a 7.0 release?
 2026-05-06 13:00 UTC  (2+ messages)

[PATCH AUTOSEL 7.0-6.18] btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
 2026-05-05  9:51 UTC  (9+ messages)
` [PATCH AUTOSEL 7.0-6.18] btrfs: replace ASSERT with proper error handling in stripe lookup fallback
` [PATCH AUTOSEL 7.0-5.10] btrfs: handle unexpected free-space-tree key types
` [PATCH AUTOSEL 7.0-6.6] btrfs: apply first key check for readahead when possible
` [PATCH AUTOSEL 7.0-6.18] btrfs: fix wrong min_objectid in btrfs_previous_item() call
` [PATCH AUTOSEL 7.0-6.18] btrfs: check return value of btrfs_partially_delete_raid_extent()
` [PATCH AUTOSEL 7.0-6.18] btrfs: fix raid stripe search missing entries at leaf boundaries
` [PATCH AUTOSEL 7.0-6.18] btrfs: copy devid in btrfs_partially_delete_raid_extent()
` [PATCH AUTOSEL 7.0] btrfs: abort transaction in do_remap_reloc_trans() on failure

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

[PATCH] fstests: add commit IDs for kernel fixes already merged
 2026-05-04 21:33 UTC  (2+ messages)

[PATCH] btrfs: fix fill_holes() to merge a new hole with both adjacent items
 2026-05-04 15:47 UTC  (6+ messages)
` [PATCH v2] btrfs: optimize "
` [PATCH v3] "

[PATCH] btrfs: fix incorrect i_size after remount caused by KEEP_SIZE prealloc gap
 2026-05-04 15:44 UTC  (2+ messages)

[PATCH v3 0/2] fix s_uuid and f_fsid consistency for cloned filesystems
 2026-05-04 14:28 UTC  (3+ messages)
` [PATCH v3 2/2] btrfs: derive f_fsid from on-disk fsuuid and dev_t

[PATCH 0/2] btrfs: simple cleanup around
 2026-05-04 13:22 UTC  (4+ messages)
` [PATCH 1/2] btrfs: unexport and move extent_invalidate_folio()
` [PATCH 2/2] btrfs: simplify the btree folio wait during invalidation

[PATCH v2] btrfs: replace BUG_ON() with error return in get_new_location()
 2026-05-03 22:36 UTC  (8+ messages)
` [PATCH v3] btrfs: validate data reloc tree file extent item members in tree-checker

[syzbot] Monthly btrfs report (May 2026)
 2026-05-02 20:32 UTC 

[PATCH] btrfs-progs: docs: update the qgroup performance hit
 2026-05-02 10:11 UTC  (6+ messages)

Understanding and resolving super mismatch error
 2026-05-01 21:17 UTC 

Enabling qgroups causes 2+ minute hangs
 2026-05-01 10:25 UTC  (3+ messages)

[GIT PULL] fscrypt updates for 6.7
 2026-05-01  4:52 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v4 0/2] btrfs: fix and detect dirty/held ebs at unmount time
 2026-04-30 21:58 UTC  (6+ 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

[RFC PATCH 41/45] btrfs: allocate eb-attached btree pages as movable
 2026-04-30 20:21 UTC 

[PATCH 0/2] Backref iterator size reduction
 2026-04-30 15:25 UTC  (3+ messages)
` [PATCH 1/2] btrfs: remove fs_info from struct btrfs_backref_iter
` [PATCH 2/2] btrfs: use on stack backref iterator in build_backref_tree()

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

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

[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 

[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  (8+ messages)
` [PATCH v3 1/9] fstests: add _loop_image_create_clone() 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 0/2] btrfs: properly enable compressed readahead for bs < ps and large folio cases
 2026-04-28  3:53 UTC  (5+ messages)
` [PATCH 1/2] btrfs: enable cross-folio "

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


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