public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-06 21:32:30 to 2025-11-14 07:27:09 UTC [more...]

[PATCH 0/4] btrfs: some code cleanups in ctree.c
 2025-11-14  7:24 UTC  (3+ messages)
` [PATCH 1/4] btrfs: extract root promotion logic into promote_child_to_root()
` [PATCH 2/4] btrfs: optimize balance_level() path reference handling

re-enable IOCB_NOWAIT writes to files
 2025-11-14  6:26 UTC  (15+ 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] btrfs: raid56: fix a out-of-boundary access for sub-page systems
 2025-11-14  4:52 UTC  (3+ messages)

Stuck subvolume removal:
 2025-11-13 22:54 UTC  (2+ messages)

[PATCH 0/8] btrfs: a bug fix and some cleanups in ctree.c
 2025-11-13 21:56 UTC  (10+ messages)
` [PATCH 1/8] btrfs: fix leaf leak in an error path in btrfs_del_items()
` [PATCH 2/8] btrfs: remove pointless return value update "
` [PATCH 3/8] btrfs: add unlikely to critical error in btrfs_extend_item()
` [PATCH 4/8] btrfs: always use left leaf variable in __push_leaf_right()
` [PATCH 5/8] btrfs: remove duplicated leaf dirty status clearing "
` [PATCH 6/8] btrfs: always use right leaf variable in __push_leaf_left()
` [PATCH 7/8] btrfs: abort transaction on item count overflow "
` [PATCH 8/8] btrfs: update check_skip variable after unlocking current node

[linux-next20251112]Kernel OOPs while running btrfs/023 test case
 2025-11-13 21:33 UTC  (5+ messages)

[PATCH v6 0/8] btrfs: add fscrypt support, PART 1
 2025-11-13 20:16 UTC  (19+ messages)
` [PATCH v6 1/8] btrfs: disable various operations on encrypted inodes
` [PATCH v6 2/8] btrfs: disable verity "
` [PATCH v6 3/8] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v6 4/8] btrfs: add orig_logical to btrfs_bio
` [PATCH v6 5/8] btrfs: don't rewrite ret from inode_permission
` [PATCH v6 6/8] btrfs: move inode_to_path higher in backref.c
` [PATCH v6 7/8] btrfs: don't search back for dir inode item in INO_LOOKUP_USER
` [PATCH v6 8/8] btrfs: set the appropriate free space settings in reconfigure

[RFC PATCH 0/8] use cleanup.h in btrfs
 2025-11-13 12:48 UTC  (21+ messages)
` [RFC PATCH 1/8] btrfs: remove redundant label in __del_qgroup_relation
` [RFC PATCH 2/8] btrfs: move kfree out of btrfs_create_qgroup's cleanup path
` [RFC PATCH 3/8] btrfs: simplify control flow in scrub_simple_mirror
` [RFC PATCH 4/8] btrfs: simplify function protections with guards
` [RFC PATCH 5/8] btrfs: use cleanup.h guard()s to simplify unlocks on return
` [RFC PATCH 6/8] btrfs: simplify cleanup via scoped_guard()
` [RFC PATCH 7/8] btrfs: simplify return path via cleanup.h
` [RFC PATCH 8/8] btrfs: simplify cleanup in btrfs_add_qgroup_relation

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

[PATCH] btrfs: simplify async csum synchronization
 2025-11-13 10:24 UTC  (3+ messages)

[PATCH v2] btrfs: simplify async csum synchronization
 2025-11-13 10:17 UTC 

Damaged filesystem - request for support
 2025-11-13  1:27 UTC  (9+ messages)

[PATCH v2 0/7] btrfs: introduce btrfs_bio::async_csum
 2025-11-13  0:36 UTC  (15+ messages)
` [PATCH v2 7/7] "

[PATCH] btrfs: take delayed_node mutex when releasing item
 2025-11-12 17:03 UTC  (3+ messages)

[PATCH v4 0/4] btrfs: enable encoded read/write/send for bs > ps cases
 2025-11-12 16:24 UTC  (6+ messages)
` [PATCH v4 1/4] btrfs: make btrfs_csum_one_bio() handle bs > ps without large folios
` [PATCH v4 2/4] btrfs: make btrfs_repair_io_failure() handle bs > ps cases "
` [PATCH v4 3/4] btrfs: make read verification "
` [PATCH v4 4/4] btrfs: enable encoded read/write/send for bs > ps cases

[PATCH] fstests: add kernel commit IDs to some tests that miss it
 2025-11-12 15:00 UTC  (2+ messages)

[PATCH] btrfs: move struct reserve_ticket definition to space-info.c
 2025-11-12  7:03 UTC  (2+ messages)

[PATCH] btrfs: Remove unnecessary call to btrfs_mark_buffer_dirty()
 2025-11-12  6:48 UTC 

[PATCH] btrfs: trivial BTRFS_PATH_AUTO_FREE conversions for tests
 2025-11-12  6:40 UTC  (2+ messages)

[QUESTION] Debugging some file data corruption
 2025-11-11 21:02 UTC  (2+ messages)

BTRFS error (device nvme1n1p2): bdev /dev/nvme0n1p2 errs: wr 37868055
 2025-11-11 19:40 UTC  (5+ messages)

[GIT PULL] Btrfs fixes fro 6.18-rc6
 2025-11-11 19:10 UTC  (2+ messages)

RAID1 vs RAID10
 2025-11-11 18:14 UTC  (4+ messages)

[PATCH v1] btrfs: simplify list initialization in btrfs_compr_pool_scan()
 2025-11-11 14:50 UTC  (2+ messages)

[PATCH] btrfs: make a few more ASSERTs verbose
 2025-11-11 14:31 UTC 

[PATCH 0/3] btrfs: reduce memory usage for btrfs_raid_bio structure
 2025-11-11 13:11 UTC  (3+ messages)

[PATCH v3 0/3] cheaper MAY_EXEC handling for path lookup
 2025-11-11 11:47 UTC  (14+ messages)
` [PATCH v3 1/3] fs: speed up path lookup with cheaper handling of MAY_EXEC
` [PATCH v3 2/3] btrfs: utilize IOP_FASTPERM_MAY_EXEC
` [PATCH v3 3/3] fs: retire now stale MAY_WRITE predicts in inode_permission()

[RFC] Why generic/073 is generic but not btrfs specific?
 2025-11-11  2:02 UTC  (9+ messages)

[PATCH AUTOSEL 6.17] btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new name
 2025-11-10 19:57 UTC 

[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-10 13:13 UTC 

qgroup marked inconsistent, qgroup info item update error -2
 2025-11-09 21:27 UTC 

qgroup marked inconsistent, qgroup info item update error -2
 2025-11-09 21:18 UTC 

[PATCH v4 15/16] btrfs: handle discarding fully-remapped block groups
 2025-11-09  8:42 UTC  (5+ messages)

How to fix btrfs in inconsistent state after temp. disk removal
 2025-11-08 23:26 UTC  (2+ messages)

[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-08  9:19 UTC  (7+ messages)
  ` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)

[syzbot] [btrfs?] WARNING in btrfs_finish_one_ordered
 2025-11-08  8:13 UTC  (2+ messages)

[PATCH RFC] btrfs: use guard for btrfs_folio_state::lock
 2025-11-07 20:39 UTC  (5+ messages)

Corrupt Filesystem (Mirror) despite previously successful scrub
 2025-11-07 16:26 UTC  (7+ messages)

Btrfs progs release 6.17.1
 2025-11-07  9:11 UTC 

btrfs fragmentation
 2025-11-07  1:04 UTC  (3+ messages)

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-07  0:00 UTC  (5+ messages)

[PATCH v2 0/4] permission check avoidance during lookup
 2025-11-06 22:45 UTC  (3+ messages)
` [PATCH v2 1/4] fs: speed up path lookup with cheaper MAY_EXEC checks


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