public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-08 13:37:32 to 2026-01-13 03:48:57 UTC [more...]

[PATCH 1/7] btrfs: Use percpu refcounting for block groups
 2026-01-13  3:48 UTC  (11+ messages)
` [PATCH 3/7] btrfs: Don't lock data_rwsem if space cache v1 is not used
` [PATCH 2/7] btrfs: Use percpu semaphore for space info groups_sem
  ` [PATCH v2 "
` [PATCH 4/7] btrfs: Use percpu sem for block_group_cache_lock
` [PATCH 6/7] btrfs: Introduce fast path for checking if a block group is done
` [PATCH 5/7] btrfs: Skip locking percpu semaphores on mount
` [PATCH 7/7] btrfs: Move block group members frequently accessed together closer

[PATCH 0/4] btrfs: stop duplicating VFS code for subvolume/snapshot dentry
 2026-01-13  1:16 UTC  (11+ messages)
` [PATCH 3/4] btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()
` [PATCH 4/4] btrfs: use may_create_dentry() in btrfs_mksubvol()

[PATCH 0/4] Delayed ref root cleanups
 2026-01-13  1:11 UTC  (13+ messages)
` [PATCH 1/4] btrfs: embed delayed root to struct btrfs_fs_info
` [PATCH 2/4] btrfs: reorder members in btrfs_delayed_root for better packing
` [PATCH 3/4] btrfs: don't use local variables for fs_info->delayed_root
` [PATCH 4/4] btrfs: pass btrfs_fs_info to btrfs_first_delayed_node()

[REGRESSION] VirtualBox VM crashes (BSOD) during Windows installation on btrfs with kernels 6.18+ (works on 6.12 LTS)
 2026-01-12 20:48 UTC  (6+ messages)

[PATCH] btrfs: zoned: remove redundant space_info lock and variable in do_allocation_zoned
 2026-01-12 20:22 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] btrfs: reset block group size class when reservations are freed
 2026-01-12 18:50 UTC  (7+ messages)
  ` [PATCH v2] "
        ` [PATCH v3] "

[QUESTION] Debugging some file data corruption
 2026-01-12 18:11 UTC  (3+ messages)

[PATCH 0/7] Improve performance of find_free_extent
 2026-01-12 16:17 UTC 

[PATCH AUTOSEL 6.18] btrfs: do not free data reservation in fallback from inline due to -ENOSPC
 2026-01-12 14:58 UTC  (3+ messages)
` [PATCH AUTOSEL 6.18-5.10] btrfs: fix deadlock in wait_current_trans() due to ignored transaction type
` [PATCH AUTOSEL 6.18-6.1] btrfs: fix reservation leak in some error paths when inserting inline extent

[PATCH 00/24] vfs: require filesystems to explicitly opt-in to lease support
 2026-01-12 14:50 UTC  (55+ messages)
` [PATCH 01/24] fs: add setlease to generic_ro_fops and read-only filesystem directory operations
` [PATCH 02/24] affs: add setlease file operation
` [PATCH 03/24] btrfs: "
` [PATCH 04/24] erofs: "
` [PATCH 05/24] ext2: "
` [PATCH 06/24] ext4: "
` [PATCH 07/24] exfat: "
` [PATCH 08/24] f2fs: "
` [PATCH 09/24] fat: "
` [PATCH 10/24] gfs2: add a "
` [PATCH 11/24] jffs2: add "
` [PATCH 12/24] jfs: "
` [PATCH 13/24] nilfs2: "
` [PATCH 14/24] ntfs3: "
` [PATCH 15/24] ocfs2: "
` [PATCH 16/24] orangefs: "
` [PATCH 17/24] overlayfs: "
` [PATCH 18/24] squashfs: "
` [PATCH 19/24] tmpfs: "
` [PATCH 20/24] udf: "
` [PATCH 21/24] ufs: "
` [PATCH 22/24] xfs: "
` [PATCH 23/24] filelock: default to returning -EINVAL when ->setlease operation is NULL
` [PATCH 24/24] fs: remove simple_nosetlease()

[PATCH] fsx: add missing -T option to getopt_long()
 2026-01-12 13:44 UTC 

re-enable IOCB_NOWAIT writes to files v4
 2026-01-12 13:22 UTC  (8+ messages)

re-enable IOCB_NOWAIT writes to files v6
 2026-01-12 13:02 UTC  (15+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

[BUG] btrfs-progs 6.17.1: btrfs check --repair aborts with ASSERT in delete_duplicate_records() due to overlapping metadata extent
 2026-01-12 10:31 UTC  (5+ messages)

After BTRFS replace, array can no longer be mounted even in degraded mode
 2026-01-12 10:21 UTC  (8+ messages)

[PATCH] btrfs: add extra device item checks at mount
 2026-01-11 22:02 UTC 

[PATCH] btrfs: fix memory leaks in create_space_info error paths
 2026-01-11 21:06 UTC  (2+ messages)

[PATCH] btrfs: fail metadata async reclaim early if filesystem is aborted
 2026-01-11 19:27 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: reflink updates
 2026-01-11  4:11 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: invalidate pages instead of truncate after reflinking
` [PATCH v2 2/2] btrfs: update comment for delalloc flush and oe wait in btrfs_clone_files()

[PATCH v3 0/3] btrfs: only use bdev's page cache for super block writeback
 2026-01-10  6:02 UTC  (6+ messages)
` [PATCH v3 1/3] btrfs: use bdev_rw_virt() to read and scratch the disk super block
` [PATCH v3 2/3] btrfs: minor improvement on super block writeback
` [PATCH v3 3/3] mm/filemap: remove read_cache_page_gfp()

[PATCH] btrfs: shrink the size of btrfs_device
 2026-01-09 23:38 UTC 

[syzbot] [btrfs?] general protection fault in create_empty_buffers (5)
 2026-01-09 21:04 UTC  (7+ messages)
` [PATCH] btrfs: Sync read disk supper and set block size
    ` [PATCH v2] btrfs: Sync read disk super "
` [PATCH] "

error in btrfs_create_pending_block_groups:2788: errno=-17 Object already exists
 2026-01-09 18:06 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.19-rc5, part 2
 2026-01-09 17:06 UTC  (2+ messages)

[PATCH] btrfs: update the Kconfig string for CONFIG_BTRFS_EXPERIMENTAL
 2026-01-09 17:03 UTC  (2+ messages)

[PATCH] btrfs: add missing ASSERT for system space_info in reserve_chunk_space
 2026-01-09 15:17 UTC  (3+ messages)

[PATCH] btrfs: invalidate pages instead of truncate after reflinking
 2026-01-09 12:36 UTC  (8+ messages)

[PATCH 0/2] btrfs-progs: mkfs: optimize the discard behavior so it won't drive me crazy
 2026-01-09  5:31 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: mkfs: discard the logical range in one search
` [PATCH 2/2] btrfs-progs: mkfs: optimise the block group discarding behavior

[PATCH] btrfs: remove offload csum mode
 2026-01-09  3:42 UTC  (3+ messages)

[PATCH 00/12] Short cleanups
 2026-01-08 21:14 UTC  (18+ messages)
` [PATCH 02/12] btrfs: unify types for binary search variables
` [PATCH 04/12] btrfs: read eb folio index right before loops
` [PATCH 05/12] btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()
` [PATCH 09/12] btrfs: zlib: remove local variable nr_dest_folios in zlib_compress_folios()
` [PATCH 10/12] btrfs: zstd: reuse total in and out parameters for calculations
` [PATCH 11/12] btrfs: zstd: don't cache sectorsize in a local variable
` [PATCH 12/12] btrfs: zstd: remove local variable nr_dest_folios in zstd_compress_folios()

[PATCH] btrfs: split btrfs_fs_closing() and change return type to bool
 2026-01-08 19:55 UTC  (3+ messages)

[PATCH v2] btrfs: simplify async csum synchronization
 2026-01-08 17:00 UTC  (6+ messages)

[PATCH v2 0/7] btrfs: fix periodic reclaim condition with some cleanup
 2026-01-08 15:11 UTC  (8+ messages)
` [PATCH v2 1/7] btrfs: fix periodic reclaim condition


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