public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-12 05:10:29 to 2025-12-19 05:54:24 UTC [more...]

[PATCH] btrfs: mark qgroup inconsistent if dropping a large subvolume
 2025-12-19  5:53 UTC 

[PATCH] btrfs: tag as unlikely error conditions in the transaction commit path
 2025-12-19  4:51 UTC  (2+ messages)

[PATCH] btrfs: Fix -Wmaybe-uninitialized warning
 2025-12-19  3:11 UTC  (3+ messages)

[PATCH] btrfs: remove assertions after btrfs_bio struct changes
 2025-12-19  2:50 UTC  (4+ messages)

[PATCH v7 00/16] Remap tree
 2025-12-19  2:12 UTC  (13+ messages)
` [PATCH v7 01/16] btrfs: add definitions and constants for remap-tree
` [PATCH v7 02/16] btrfs: add REMAP chunk type
` [PATCH v7 09/16] btrfs: handle deletions from remapped block group
` [PATCH v7 10/16] btrfs: handle setting up relocation of block group with remap-tree
` [PATCH v7 11/16] btrfs: move existing remaps before relocating block group
` [PATCH v7 14/16] btrfs: allow balancing remap tree

[PATCH v2] btrfs: add mount time auto fix for orphan fst entries
 2025-12-19  0:12 UTC 

[PATCH] btrfs: add mount time auto fix for orphan fst entries
 2025-12-18 23:57 UTC 

[PATCH 0/2] kbuild: remove gcc's -Wtype-limits
 2025-12-18 22:31 UTC  (10+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] kbuild: cleanup local -Wno-type-limits exceptions

[PATCH] btrfs: remove unreachable return after btrfs_backref_panic
 2025-12-18 20:32 UTC  (2+ messages)

[PATCH v5 0/4] btrfs: zoned: zoned statistics fixes and updates
 2025-12-18 20:26 UTC  (9+ messages)
` [PATCH v5 1/4] btrfs: remove zoned statistics from sysfs
` [PATCH v5 2/4] btrfs: zoned: show statistics about zoned filesystems in mountstats
` [PATCH v5 3/4] btrfs: move space_info_flag_to_str() to space-info.h
` [PATCH v5 4/4] btrfs: zoned: print block-group type for zoned statistics

[PATCH 0/2] btrfs: minor bs != ps cases fixes for free space tree enforcing
 2025-12-18  9:36 UTC  (4+ messages)
` [PATCH 1/2] btrfs: only enforce free space tree if v1 cache is required for bs < ps cases
` [PATCH 2/2] btrfs: forcing free space tree for bs > "

[RFC 00/12] bio cleanups
 2025-12-18  8:47 UTC  (19+ messages)
` [RFC 01/12] bio: rename bio_chain arguments
` [RFC 02/12] bio: use bio_io_error more often
` [RFC 03/12] bio: add bio_set_errno
` [RFC 05/12] bio: add bio_set_status
` [RFC 06/12] bio: don't check target->bi_status on error
` [RFC 11/12] bio: add bio_endio_errno
` [RFC 12/12] bio: add bio_endio_status

re-enable IOCB_NOWAIT writes to files v3
 2025-12-18  6:19 UTC  (17+ messages)
` [PATCH 01/10] fs: remove inode_update_time
` [PATCH 02/10] fs: allow error returns from generic_update_time
` [PATCH 03/10] fs: exit early in generic_update_time when there is no work
` [PATCH 04/10] fs: factor out a mark_inode_dirty_time helper
` [PATCH 05/10] fs: allow error returns from inode_update_timestamps
` [PATCH 06/10] fs: factor out a sync_lazytime helper
` [PATCH 07/10] fs: add a ->sync_lazytime method
` [PATCH 08/10] fs: add support for non-blocking timestamp updates
` [PATCH 09/10] xfs: implement ->sync_lazytime
` [PATCH 10/10] xfs: enable non-blocking timestamp updates

[RFC PATCH 2/2] swsusp: make it possible to hibernate to device mapper devices
 2025-12-17 23:18 UTC  (2+ messages)

kernel 6.17 and 6.18, WARNING: CPU: 5 PID: 7181 at fs/btrfs/inode.c:4297 __btrfs_unlink_inode, forced readonly
 2025-12-17 18:42 UTC  (10+ messages)

[PATCH] btrfs: avoid transaction commit on error in insert_balance_item()
 2025-12-17 16:11 UTC  (2+ messages)

[PATCH] btrfs: avoid transaction commit on error in del_balance_item()
 2025-12-17 16:05 UTC  (4+ messages)

[PATCH] btrfs: move unlikely checks around btrfs_is_shutdown() into the helper
 2025-12-17 13:37 UTC  (2+ messages)

[PATCH v2] btrfs: zoned: fixup last alloc pointer after extent removal for RAID1
 2025-12-17 11:14 UTC 

[PATCH] btrfs: zoned: fixup last alloc pointer after extent removal for RAID1
 2025-12-17 11:07 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in __btrfs_update_delayed_inode (3)
 2025-12-17  8:29 UTC 

[PATCH 0/3] btrfs-progs: check: properly fix missing INODE_REF cases
 2025-12-17  8:08 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: check/original: add dedicated missing INODE_REF repair
` [PATCH 2/3] btrfs-progs: check/lowmem: fix "
` [PATCH 3/3] btrfs-progs: fsck-tests: add a test case for repairing missing INODE_REF

[PATCH] btrfs: don't call btrfs_handle_fs_error() in btrfs_commit_transaction()
 2025-12-17  6:47 UTC  (2+ messages)

[PATCH] btrfs: don't call btrfs_handle_fs_error() in qgroup_account_snapshot()
 2025-12-17  6:46 UTC  (2+ messages)

[PATCH 0/4] btrfs: some cleanups in btrfs_find_orphan_roots()
 2025-12-17  6:44 UTC  (9+ messages)
` [PATCH 1/4] btrfs: use single return variable "
` [PATCH 2/4] btrfs: remove redundant path release "
` [PATCH 3/4] btrfs: don't call btrfs_handle_fs_error() after failure to join transaction
` [PATCH 4/4] btrfs: don't call btrfs_handle_fs_error() after failure to delete orphan item

[PATCH] btrfs: release path before initializing extent tree in btrfs_read_locked_inode()
 2025-12-16 21:33 UTC  (3+ messages)

[PATCH v4] btrfs: add an ASSERT() to catch ordered extents missing checksums
 2025-12-16 15:35 UTC  (2+ messages)

btrfs lockdep splat while paging
 2025-12-16 15:16 UTC  (2+ messages)

[PATCH] btrfs: avoid access-byoned-folio for bs > ps encoded writes
 2025-12-16 11:29 UTC  (3+ messages)

[PATCH v2 0/2] btrfs-progs: enhance detection on unknown keys in subvolumes
 2025-12-16  9:23 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs-progs: enhance detection on unknown inode keys
` [PATCH v2 2/2] btrfs-progs: add a test case for unknown keys in subvolume trees

[syzbot] [btrfs?] possible deadlock in btrfs_commit_inode_delayed_inode (2)
 2025-12-16  8:38 UTC 

[GIT PULL] Btrfs fixes for 6.19-rc2
 2025-12-16  8:04 UTC  (2+ messages)

[PATCH v4 0/4] btrfs: zoned: zoned statistics fixes and updates
 2025-12-16  7:08 UTC  (6+ messages)
` [PATCH v4 1/3] btrfs: zoned: move zoned stats to mountstats
` [PATCH v4 2/3] btrfs: move space_info_flag_to_str() to space-info.h
` [PATCH v4 3/3] btrfs: zoned: print block-group type for zoned statistics

[PATCH] btrfs: refactor the main loop of cow_file_range()
 2025-12-16  7:01 UTC  (2+ messages)

[PATCH] btrfs: zoned: re-flow prepare_allocation_zoned
 2025-12-16  6:23 UTC  (3+ messages)

[PATCH] btrfs-progs: enhance detection on unknown inode keys
 2025-12-16  6:02 UTC 

[PATCH] btrfs: Replace memcpy + NUL termination in _btrfs_printk
 2025-12-15 20:22 UTC  (4+ messages)

[PATCH] btrfs: harden __reserve_bytes() with space_info==NULL
 2025-12-15 19:28 UTC  (9+ messages)

[PATCH v3] btrfs: add an ASSERT() to catch ordered extents with incorrect csums
 2025-12-15 19:07 UTC  (3+ messages)

[PATCH] btrfs: remove duplicated root key setup in btrfs_create_tree()
 2025-12-15 19:02 UTC  (2+ messages)

[PATCH 0/3] btrfs: fixes for inline extent fallback and error handling
 2025-12-15 18:43 UTC  (9+ messages)
` [PATCH 1/3] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
` [PATCH 2/3] btrfs: fix reservation leak in some error paths when inserting inline extent
` [PATCH 3/3] btrfs: update stale comment in __cow_file_range_inline()

[PATCH] fstests: btrfs: add a new test case to verify quick qgroup inherit
 2025-12-15 18:28 UTC  (2+ messages)

[PATCH v2] fstests: generic/746: update the parser to handle block group tree
 2025-12-15 18:27 UTC  (2+ messages)

[PATCH v3] btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node
 2025-12-15 10:59 UTC  (2+ messages)

[syzbot] [btrfs?] general protection fault in detach_extent_buffer_folio (2)
 2025-12-15 10:45 UTC 

[PATCH v4 0/4] btrfs: zoned: zoned statistics fixes and updates
 2025-12-15 10:45 UTC  (13+ messages)
` [PATCH v4 1/4] btrfs: zoned: move zoned stats to mountstats
` [PATCH v4 2/4] btrfs: move space_info_flag_to_str() to space-info.h
` [PATCH v4 3/4] btrfs: zoned: print block-group type for zoned statistics
` [PATCH v4 4/4] btrfs: zoned: also print stats for reclaimable zones

[PATCH 1/4] generic/371: Fix the test to be compatible block sizes upto 64k
 2025-12-15  5:04 UTC 

[PATCH] btrfs: add an ASSERT() to catch ordered extents with incorrect csums
 2025-12-14 21:21 UTC  (3+ messages)

[PATCH] btrfs: make periodic dynamic reclaim the default for data
 2025-12-13 22:09 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in __btrfs_free_extent (3)
 2025-12-13 15:21 UTC  (2+ messages)

[PATCH v3 0/4] btrfs: zoned: zoned statistics fixes and updates
 2025-12-13  3:33 UTC  (10+ messages)
` [PATCH v3 1/4] btrfs: zoned: move zoned stats to mountstats
` [PATCH v3 2/4] btrfs: move space_info_flag_to_str() to space-info.h
` [PATCH v3 3/4] btrfs: zoned: print block-group type for zoned statistics
` [PATCH v3 4/4] btrfs: zoned: also print stats for reclaimable zones

[PATCH v2] btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node
 2025-12-13  1:28 UTC  (4+ messages)

[PATCH] btrfs: fix qgroup extent_changeset leak in page_mkwrite
 2025-12-12 15:41 UTC  (3+ messages)

mtime and ctime is not updated after truncate operation if file length was not changed
 2025-12-12  9:34 UTC 

[PATCH] btrfs: rename btrfs_create_block_group_cache to btrfs_create_block_group
 2025-12-12  7:16 UTC  (3+ messages)


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