linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-31 22:46:30 to 2025-08-11 13:34:40 UTC [more...]

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-11 13:34 UTC  (23+ messages)
` [PATCH v5 01/13] fscrypt: replace raw loads of info pointer with helper function
` [PATCH v5 02/13] fscrypt: add support for info in fs-specific part of inode
` [PATCH v5 03/13] ext4: move crypt info pointer to "
` [PATCH v5 04/13] f2fs: "
` [PATCH v5 05/13] ubifs: "
` [PATCH v5 06/13] ceph: "
` [PATCH v5 07/13] fs: remove inode::i_crypt_info
` [PATCH v5 08/13] fsverity: add support for info in fs-specific part of inode
` [PATCH v5 09/13] ext4: move verity info pointer to "
` [PATCH v5 10/13] f2fs: "
` [PATCH v5 11/13] btrfs: "
` [PATCH v5 12/13] fs: remove inode::i_verity_info
` [PATCH v5 13/13] fsverity: check IS_VERITY() in fsverity_cleanup_inode()

[PATCH] btrfs: restore mount option info messages during mount
 2025-08-11  8:08 UTC  (5+ messages)

[PATCH] btrfs: prevent device path updating during mount
 2025-08-11  7:33 UTC 

[PATCH] btrfs: use blocksize to check if compression is making things larger
 2025-08-11  5:12 UTC  (4+ messages)

[PATCH] btrfs: pass btrfs_inode pointer directly into btrfs_compress_folios()
 2025-08-11  5:00 UTC  (2+ messages)

[PATCH v2] btrfs: simplify support block size check
 2025-08-11  4:41 UTC  (2+ messages)

BTRFS RAID 5 array ran out of space, switched to R/O mode with errors
 2025-08-11  2:02 UTC  (4+ messages)

[syzbot] [btrfs?] INFO: task hung in __alloc_workqueue (2)
 2025-08-10 22:32 UTC  (2+ messages)

[GIT PULL] bcachefs changes for 6.17
 2025-08-10 10:32 UTC  (2+ messages)

Ext4 iomap warning during btrfs/136 (yes, it's from btrfs test cases)
 2025-08-09 22:06 UTC  (6+ messages)

[PATCH RFC] btrfs: support all block sizes which is no larger than page size
 2025-08-09  4:49 UTC 

[PATCH 0/3] btrfs: fixes for races when checking if an inode was logged before
 2025-08-08 21:07 UTC  (5+ messages)
` [PATCH 1/3] btrfs: fix race between logging inode and checking if it "
` [PATCH 2/3] btrfs: fix race between setting last_dir_index_offset and inode logging
` [PATCH 3/3] btrfs: avoid load/store tearing races when checking if an inode was logged

[PATCH v2 0/6] btrfs-progs: device_get_partition_size*() enhancement and cleanup
 2025-08-08 17:07 UTC  (20+ messages)
` [PATCH v2 1/6] btrfs-progs: fix the wrong size from device_get_partition_size_sysfs()
` [PATCH v2 2/6] btrfs-progs: remove the unnecessary device_get_partition_size() call
` [PATCH v2 3/6] btrfs-progs: remove device_get_partition_size_fd()
` [PATCH v2 4/6] btrfs-progs: remove is_vol_small() helper
` [PATCH v2 5/6] btrfs-progs: add error handling for device_get_partition_size()
` [PATCH v2 6/6] btrfs-progs: add error handling for device_get_partition_size_fd_stat()

[PATCH 00/12] btrfs: remap tree
 2025-08-08 14:12 UTC  (4+ messages)
` [PATCH 03/12] btrfs: allow remapped chunks to have zero stripes

Should seed device be allowed to be mounted multiple times?
 2025-08-08 14:14 UTC  (13+ messages)

[PATCH] btrfs-progs: detect discard ability more correctly for btrfs_prepare_device()
 2025-08-08 11:37 UTC  (3+ messages)

[PATCH] btrfs: simplify support block size check
 2025-08-08 11:18 UTC  (6+ messages)

[PATCH v3 0/3] btrfs: ref_tracker for delayed_nodes
 2025-08-08 11:09 UTC  (5+ messages)
` [PATCH v3 1/3] btrfs: implement "
` [PATCH v3 2/3] btrfs: print leaked references in kill_all_delayed_nodes
` [PATCH v3 3/3] btrfs: add mount option for ref_tracker

[PATCH v2] [v2] btrfs: Fix incorrect log message related barrier
 2025-08-07 18:27 UTC  (2+ messages)

[PATCH 0/3] filemap_add_folio_nocharge()
 2025-08-07 17:23 UTC  (9+ messages)
` [PATCH 1/3] mm/filemap: add filemap_add_folio_nocharge()
` [PATCH 2/3] btrfs: use filemap_add_folio_nocharge() for extent_buffers
` [PATCH 3/3] mm: add vmstat for cgroup uncharged pages

[PATCH] btrfs: fix node balancing condition in balance_level()
 2025-08-07 15:06 UTC  (4+ messages)

[PATCH v2] btrfs-progs: check discard_max_bytes in discard_supported()
 2025-08-06 13:23 UTC  (9+ messages)

[GIT PULL] Btrfs urgent fix for 6.17
 2025-08-06 12:56 UTC  (2+ messages)

[PATCH] btrfs-progs: Fix get_partition_sector_size_sysfs() to handle loopback and device mapper devices
 2025-08-06  3:59 UTC  (7+ messages)

[PATCH 0/5] btrfs-progs: device_get_partition_size*() enhancement and cleanup
 2025-08-05 23:33 UTC  (11+ messages)
` [PATCH 1/5] btrfs-progs: remove the unnecessary device_get_partition_size() call
` [PATCH 2/5] btrfs-progs: add error handling for device_get_partition_size()
` [PATCH 3/5] btrfs-progs: add error handling for device_get_partition_size_fd_stat()
` [PATCH 4/5] btrfs-progs: remove device_get_partition_size_fd()
` [PATCH 5/5] btrfs-progs: remove device_get_partition_size_sysfs()

[PATCH 0/2] btrfs-progs: check for device item between super
 2025-08-05 23:26 UTC  (6+ messages)
` [PATCH 1/2] btrfs-progs: fsck-tests: make the warning check more specific for 057
` [PATCH 2/2] btrfs-progs: check that device byte values in superblock match those in chunk root

[PATCH v2] btrfs: implement ref_tracker for delayed_nodes
 2025-08-05 19:48 UTC  (6+ messages)

[PATCH] btrfs-progs: subvolume: fix a bug that leads to unnecessary error message
 2025-08-05 19:36 UTC  (2+ messages)

[PATCH] btrfs: do not set mtime/ctime to current time when unlinking for log replay
 2025-08-05 18:55 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: updates related to seed device and v6.17 kernel
 2025-08-05 18:38 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: docs/seed: update a note related to orphan roots cleanup
` [PATCH 2/3] btrfs-progs: docs/seed: add extra notes for v6.17 and newer kernels
` [PATCH 3/3] btrfs-progs: misc-tests: do not try to mount a block device into different filesystems

[PATCH 0/7] btrfs: Misc test fixes for large block/node sizes
 2025-08-05 12:39 UTC  (19+ messages)
` [PATCH 3/7] btrfs/137: Make this compatible with all block sizes
` [PATCH 4/7] btrfs/200: Make this test scale with the block size
` [PATCH 5/7] generic/563: Increase the write tolerance to 6% for larger nodesize
` [PATCH 6/7] btrfs/301: Make this test compatible with all block sizes
` [PATCH 7/7] generic/274: Make the test compatible with all blocksizes

[PATCH 0/2] btrfs: follow regular writeback error handling by clearing block dirty and start/end writeback
 2025-08-05 11:11 UTC  (5+ messages)
` [PATCH 1/2] btrfs: clear block dirty if submit_one_sector() failed
` [PATCH 2/2] btrfs: clear block dirty if btrfs_writepage_cow_fixup() failed

Corrupted btrfs?
 2025-08-05  2:01 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: btrfs: fix possible race between error handling and writeback
 2025-08-04 22:53 UTC  (4+ messages)
` [PATCH v2 4/4] btrfs: keep folios locked inside run_delalloc_nocow()

[PATCH v2 0/4] Folio pos + size cleanups
 2025-08-04 13:14 UTC  (5+ messages)
` [PATCH v2 3/4] btrfs: add helper folio_end()

[GIT PULL] Btrfs updates for 6.17
 2025-08-04  9:40 UTC  (3+ messages)

similar deadlock of xfstests generic/475 and generic/648 on 6.12.41
 2025-08-04  0:13 UTC  (2+ messages)

Filesystem corrupted
 2025-08-03 21:20 UTC  (6+ messages)

[PATCH AUTOSEL 6.16 10/35] btrfs: fix -ENOSPC mmap write failure on NOCOW files/extents
 2025-08-03 21:17 UTC 

Support feedback - HM-SMR Zoned disk ENOSPC; can't mount RW
 2025-08-03 19:21 UTC 

[PATCH v2] btrfs/282: use timed writes to make sure scrub has enough run time
 2025-08-02 13:07 UTC  (4+ messages)

[syzbot] [btrfs?] WARNING in btrfs_lookup_extent_info (2)
 2025-08-01 21:48 UTC  (2+ messages)

[PATCH] generic: test fsync of file with 0 links and extents
 2025-08-01 19:46 UTC  (2+ messages)

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-08-01 14:00 UTC  (2+ messages)

[PATCH] btrfs-progs: use zero-range ioctl to verify discard support
 2025-08-01  2:02 UTC  (3+ messages)

[PATCH v2] btrfs-progs: Fixing invalid device size output when "btrfs device usage /" called as normal user
 2025-07-31 22:46 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;
as well as URLs for NNTP newsgroup(s).