messages from 2025-11-06 04:26:33 to 2025-11-13 16:56:45 UTC [more...]
[PATCH 0/8] btrfs: a bug fix and some cleanups in ctree.c
2025-11-13 16:56 UTC (3+ 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 "
[linux-next20251112]Kernel OOPs while running btrfs/023 test case
2025-11-13 15:51 UTC (3+ messages)
[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 v6 0/8] btrfs: add fscrypt support, PART 1
2025-11-13 11:24 UTC (16+ 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
[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 (9+ 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 (7+ messages)
` [PATCH v2 1/4] fs: speed up path lookup with cheaper MAY_EXEC checks
` [PATCH v2 2/4] ext4: opt-in for IOP_MAY_FAST_EXEC
` [PATCH v2 3/4] btrfs: "
` [PATCH v2 4/4] tmpfs: "
[btrfs-progs 6.17] btrfs check --repair aborts in delete_duplicate_records (SIGABRT) on single-device FS
2025-11-06 18:25 UTC (2+ messages)
[PATCH] btrfs: avoid redundant cleanup when device allocation fails
2025-11-06 12:07 UTC (2+ messages)
[PATCH 00/28] btrfs: some small optimizations around space_info locking and cleanups
2025-11-06 12:05 UTC (4+ messages)
` [PATCH 27/28] btrfs: avoid space_info locking when checking if tickets are served
[syzbot] [btrfs?] kernel BUG in reserve_bytes
2025-11-06 11:53 UTC (2+ messages)
[PATCH v2] btrfs: extract the parity scrub code into a helper
2025-11-06 11:16 UTC (2+ messages)
[PATCH RFC 0/8] fs: introduce super write guard
2025-11-06 10:04 UTC (7+ messages)
` [PATCH RFC 3/8] btrfs: use super write guard btrfs_run_defrag_inode()
` [PATCH RFC 5/8] ext4: use super write guard in write_mmp_block()
[PATCH] btrfs: use kvmalloc for btrfs_bio::csum allocation
2025-11-06 9:43 UTC (6+ messages)
[PATCH] btrfs: extract the parity scrub code into a helper
2025-11-06 9:24 UTC (3+ messages)
[PATCH v2] btrfs: make sure extent and csum paths are always released in scrub_raid56_parity_stripe()
2025-11-06 7:30 UTC (2+ messages)
[PATCH] btrfs: scrub: fix memory leak in scrub_raid56_parity_stripe()
2025-11-06 7:19 UTC (6+ messages)
` "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox