public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-14 06:26:56 to 2025-11-20 00:05:00 UTC [more...]

[PATCH 0/4] btrfs: reduce btrfs_get_extent() calls for buffered write path
 2025-11-20  0:04 UTC  (3+ messages)
` [PATCH 1/4] btrfs: integrate the error handling of submit_one_sector()
` [PATCH 3/4] btrfs: extract the io finishing code into a helper

[PATCH 0/2] btrfs-progs: check: add repair ability for missing root orphan item
 2025-11-19 23:03 UTC  (6+ messages)
` [PATCH 1/2] btrfs-progs: check: add repair ability for missing orphan root item
` [PATCH 2/2] btrfs-progs: fsck-tests: make test case 066 to be repairable

[PATCH] btrfs: send: do not allocate memory for xattr data when checking it exists
 2025-11-19 23:00 UTC  (2+ messages)

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-11-19 21:51 UTC  (5+ messages)

[PATCH] btrfs: send: add unlikely to all unexpected overflow checks
 2025-11-19 21:42 UTC  (2+ messages)

[PATCH 0/2] btrfs: cleanups for a couple log tree functions
 2025-11-19 21:21 UTC  (4+ messages)
` [PATCH 1/2] btrfs: remove root argument from btrfs_del_dir_entries_in_log()
` [PATCH 2/2] btrfs: reduce arguments to btrfs_del_inode_ref_in_log()

[PATCH] btrfs: use test_and_set_bit() in btrfs_delayed_delete_inode_ref()
 2025-11-19 21:20 UTC  (6+ messages)

How to detect ram memory going bad?
 2025-11-19 20:54 UTC  (2+ messages)

[PATCH v8 0/6] btrfs: add fscrypt support, PART 1
 2025-11-19 14:09 UTC  (20+ messages)
` [PATCH v7 1/6] btrfs: disable various operations on encrypted inodes
` [PATCH v7 2/6] btrfs: disable verity "
` [PATCH v7 3/6] btrfs: add orig_logical to btrfs_bio
` [PATCH v7 4/6] btrfs: don't rewrite ret from inode_permission
` [PATCH v7 5/6] btrfs: move inode_to_path higher in backref.c
` [PATCH v7 6/6] btrfs: don't search back for dir inode item in INO_LOOKUP_USER

[PATCH 0/2] Fix data race with transaction->state
 2025-11-19 12:36 UTC  (4+ messages)
` [PATCH 1/2] btrfs: fix data race on transaction->state
` [PATCH 2/2] btrfs: remove useless smp_mb in start_transaction

[PATCH v6 0/8] btrfs: add fscrypt support, PART 1
 2025-11-19  9:48 UTC  (21+ messages)
` [PATCH v6 3/8] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v6 8/8] btrfs: set the appropriate free space settings in reconfigure

[PATCH 00/12] btrfs: add raid56 support for bs > ps cases
 2025-11-19  8:13 UTC  (16+ messages)
` [PATCH 01/12] btrfs: add an overview for the btrfs_raid_bio structure
` [PATCH 02/12] btrfs: introduce a new parameter to locate a sector
` [PATCH 03/12] btrfs: prepare generate_pq_vertical() for bs > ps cases
` [PATCH 04/12] btrfs: prepare recover_vertical() to support "
` [PATCH 05/12] btrfs: prepare verify_one_sector() "
` [PATCH 06/12] btrfs: prepare verify_bio_data_sectors() "
` [PATCH 07/12] btrfs: prepare set_bio_pages_uptodate() "
` [PATCH 08/12] btrfs: prepare steal_rbio() "
` [PATCH 09/12] btrfs: prepare rbio_bio_add_io_paddr() "
` [PATCH 10/12] btrfs: prepare finish_parity_scrub() "
` [PATCH 11/12] btrfs: enable bs > ps support for raid56
` [PATCH 12/12] btrfs: remove the "_step" infix

re-enable IOCB_NOWAIT writes to files
 2025-11-19  7:29 UTC  (35+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 04/14] btrfs: use vfs_utimes to update file timestamps
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper
` [PATCH 11/14] fs: add a ->sync_lazytime method
` [PATCH 12/14] fs: add support for non-blocking timestamp updates
` [PATCH 13/14] xfs: implement ->sync_lazytime
` [PATCH 14/14] xfs: enable non-blocking timestamp updates

[PATCH v2 1/1] btrfs/339: test receive dump stream for different user
 2025-11-19  5:28 UTC 

[PATCH 1/1] btrfs/339: test receive dump stream for different user
 2025-11-19  5:28 UTC  (3+ messages)

We have a space info key for a block group that doesn't exist
 2025-11-18 23:29 UTC  (4+ messages)

[PATCH 0/4] btrfs: some code cleanups in ctree.c
 2025-11-18 20:46 UTC  (6+ messages)
` [PATCH 1/4] btrfs: extract root promotion logic into promote_child_to_root()
` [PATCH 2/4] btrfs: optimize balance_level() path reference handling
` [PATCH 3/4] btrfs: simplify leaf traversal after path release in btrfs_next_old_leaf()
` [PATCH 4/4] btrfs: remove redundant level reset in btrfs_del_items()

[PATCH] btrfs: fallback to buffered IO if the data profile has duplication
 2025-11-18 20:36 UTC  (3+ messages)

Damaged filesystem - request for support
 2025-11-18 18:22 UTC  (10+ messages)

[PATCH v7 0/7] btrfs: add fscrypt support, PART 1
 2025-11-18 16:10 UTC  (8+ messages)
` [PATCH v7 1/6] btrfs: disable various operations on encrypted inodes
` [PATCH v7 2/6] btrfs: disable verity "
` [PATCH v7 3/6] btrfs: add orig_logical to btrfs_bio
` [PATCH v7 4/6] btrfs: don't rewrite ret from inode_permission
` [PATCH v7 5/6] btrfs: move inode_to_path higher in backref.c
` [PATCH v7 6/6] btrfs: don't search back for dir inode item in INO_LOOKUP_USER

[PATCH] btrfs: remaining BTRFS_PATH_AUTO_FREE conversions
 2025-11-18 16:06 UTC 

[PATCH] btrfs: scrub: always update btrfs_scrub_progress::last_physical
 2025-11-18 15:55 UTC  (2+ messages)

[PATCH] btrfs: use bool type for btrfs_path members used as booleans
 2025-11-18 15:44 UTC  (3+ messages)

[PATCH v2] btrfs: simplify async csum synchronization
 2025-11-18 12:07 UTC  (2+ messages)

[PATCH 0/2] btrfs: reduce size of struct find_free_extent_ctl
 2025-11-17 20:37 UTC  (6+ messages)
` [PATCH 1/2] btrfs: use booleans for delalloc arguments and "
` [PATCH 2/2] btrfs: place all boolean fields together in "

Objtool segfault inside an VM, based on commit 24172e0d7990
 2025-11-17 20:27 UTC  (5+ messages)

[syzbot] [btrfs?] kernel BUG in modify_free_space_bitmap
 2025-11-17 14:02 UTC 

[PATCH v2] btrfs: fix racy bitfield write in btrfs_clear_space_info_full()
 2025-11-17 10:07 UTC  (4+ messages)

Troubles translating root tree's logical to physical address
 2025-11-17 10:01 UTC  (2+ messages)

BTRFS critical (device sda): bad key order, sibling blocks, left last (4382045401088 230 4096) right first (4382045396992 230 4096)
 2025-11-16  9:40 UTC  (4+ messages)

btrfs fragmentation
 2025-11-15 22:30 UTC  (5+ messages)

[PATCH v6 00/16] Remap tree
 2025-11-15 14:52 UTC  (18+ messages)
` [PATCH v6 01/16] btrfs: add definitions and constants for remap-tree
` [PATCH v6 02/16] btrfs: add REMAP chunk type
` [PATCH v6 03/16] btrfs: allow remapped chunks to have zero stripes
` [PATCH v6 04/16] btrfs: remove remapped block groups from the free-space tree
` [PATCH v6 05/16] btrfs: don't add metadata items for the remap tree to the extent tree
` [PATCH v6 06/16] btrfs: add extended version of struct block_group_item
` [PATCH v6 07/16] btrfs: allow mounting filesystems with remap-tree incompat flag
` [PATCH v6 08/16] btrfs: redirect I/O for remapped block groups
` [PATCH v6 09/16] btrfs: handle deletions from remapped block group
` [PATCH v6 10/16] btrfs: handle setting up relocation of block group with remap-tree
` [PATCH v6 11/16] btrfs: move existing remaps before relocating block group
` [PATCH v6 12/16] btrfs: replace identity remaps with actual remaps when doing relocations
` [PATCH v6 13/16] btrfs: add do_remap param to btrfs_discard_extent()
` [PATCH v6 14/16] btrfs: allow balancing remap tree
` [PATCH v6 15/16] btrfs: handle discarding fully-remapped block groups
` [PATCH v6 16/16] btrfs: populate fully_remapped_bgs_list on mount

[PATCH] btrfs: test incremental send after deleting directories with many hardlinks
 2025-11-15  7:37 UTC  (2+ messages)

Stuck subvolume removal:
 2025-11-14 19:55 UTC  (4+ messages)

btrfs task hung in `lock_extent` syzbot report and CVE-2024-35784, patch series v2
 2025-11-14 19:44 UTC  (7+ messages)
  ` [PATCH 6.1.y v2 1/6] btrfs: fix deadlock with fiemap and extent locking
  ` [PATCH 6.1.y v2 2/6] btrfs: fix race between ordered extent completion and fiemap
  ` [PATCH 6.1.y v2 3/6] btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is given
  ` [PATCH 6.1.y v2 4/6] btrfs: fix race when detecting delalloc ranges during fiemap
  ` [PATCH 6.1.y v2 5/6] btrfs: reuse cloned extent buffer during fiemap to avoid re-allocations
  ` [PATCH 6.1.y v2 6/6] btrfs: set start on clone before calling copy_extent_buffer_full

[QUESTION] Debugging some file data corruption
 2025-11-14 19:39 UTC  (3+ messages)

[PATCH] btrfs: fix incomplete parameter rename in btrfs_decompress
 2025-11-14 12:33 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