public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-14 07:27:12 to 2025-04-20 08:38:46 UTC [more...]

[PATCH] fstests: btrfs/253: fix false alert due to _set_fs_sysfs_attr changes
 2025-04-20  8:38 UTC 

Maybe we can set default zstd compression level to 1 when SSD detected?
 2025-04-20  6:01 UTC  (3+ messages)

[PATCH v2 0/8] btrfs: do not poking into the implementation details of bio_vec
 2025-04-19  7:17 UTC  (9+ messages)
` [PATCH v2 1/8] btrfs: remove the alignment checks in end_bbio_data_read
` [PATCH v2 2/8] btrfs: track the next file offset in struct btrfs_bio_ctrl
` [PATCH v2 3/8] btrfs: pass a physical address to btrfs_repair_io_failure
` [PATCH v2 4/8] btrfs: move kmapping out of btrfs_check_sector_csum
` [PATCH v2 5/8] btrfs: simplify bvec iteration in index_one_bio
` [PATCH v2 6/8] btrfs: raid56: store a physical address in structure sector_ptr
` [PATCH v2 7/8] btrfs: scrub: use virtual addresses directly
` [PATCH v2 8/8] btrfs: use bvec_kmap_local in btrfs_decompress_buf2page

RFC: (almost) stop poking into bvec internals in btrfs
 2025-04-19  1:01 UTC  (12+ messages)
` [PATCH 4/8] btrfs: move kmapping out of btrfs_check_sector_csum
` [PATCH 5/8] btrfs: simplify bvec iteration in index_one_bio
` [PATCH 6/8] btrfs: store a kernel virtual address in struct sector_ptr
` [PATCH 7/8] btrfs: refactor getting the address of a stripe sector

x86 32bit kernel (HIGHMEM + PAE) BUGs
 2025-04-19  0:31 UTC 

[PATCH v3] btrfs: fix broken drop_caches on extent_buffer folios
 2025-04-18 18:25 UTC 

Odd snapshot subvolume
 2025-04-18 16:38 UTC  (10+ messages)
  ` P.S. "

[PATCH v2] btrfs: fix broken drop_caches on extent_buffer folios
 2025-04-18 16:04 UTC  (5+ messages)

[PATCH v3 0/3] btrfs: simplify extent buffer writeback
 2025-04-18 13:57 UTC  (4+ messages)
` [PATCH v3 1/3] btrfs: convert the buffer_radix to an xarray
` [PATCH v3 2/3] btrfs: set DIRTY and WRITEBACK tags on the buffer_tree
` [PATCH v3 3/3] btrfs: use buffer radix for extent buffer writeback operations

[PATCH v2 0/3] btrfs: simplify extent buffer writeback
 2025-04-18  7:47 UTC  (7+ messages)
` [PATCH v2 1/3] btrfs: convert the buffer_radix to an xarray
` [PATCH v2 2/3] btrfs: set DIRTY and WRITEBACK tags on the buffer_xarray
` [PATCH v2 3/3] btrfs: use buffer radix for extent buffer writeback operations

btrfs v6.15-rc2 baseline
 2025-04-18  2:02 UTC  (7+ messages)

[PATCH v3 00/13] btrfs: zoned: split out space_info for dedicated block groups
 2025-04-18  1:08 UTC  (27+ messages)
` [PATCH v3 01/13] btrfs: take btrfs_space_info in btrfs_reserve_data_bytes
` [PATCH v3 02/13] btrfs: take struct btrfs_inode in btrfs_free_reserved_data_space_noquota
` [PATCH v3 03/13] btrfs: factor out init_space_info()
` [PATCH v3 04/13] btrfs: spin out do_async_reclaim_{data,metadata}_space()
` [PATCH v3 05/13] btrfs: factor out check_removing_space_info()
` [PATCH v3 06/13] btrfs: introduce space_info argument to btrfs_chunk_alloc
` [PATCH v3 07/13] btrfs: pass space_info for block group creation
` [PATCH v3 08/13] btrfs: introduce btrfs_space_info sub-group
` [PATCH v3 09/13] btrfs: introduce tree-log sub-space_info
` [PATCH v3 10/13] btrfs: tweak extent/chunk allocation for space_info sub-space
` [PATCH v3 11/13] btrfs: use proper data space_info
` [PATCH v3 12/13] btrfs: add block_rsv for treelog
` [PATCH v3 13/13] btrfs: reclaim from sub-space space_info

Does Linux-6.12 have the missing dev = single/degraded chunk bug?
 2025-04-17 20:53 UTC 

[GIT PULL] Btrfs fixes for 6.15-rc3
 2025-04-17 17:06 UTC  (2+ messages)

[PATCH] fstests: btrfs/271: specify "-m raid1" to avoid false alerts
 2025-04-17 15:48 UTC  (4+ messages)

[PATCH 1/3] btrfs: get rid of path allocation in btrfs_del_inode_extref()
 2025-04-17 14:36 UTC  (12+ messages)
` [PATCH 2/3] btrfs: get rid of path allocation in btrfs_insert_inode_extref()
` [PATCH 3/3] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_truncate_inode_items()
    ` 回复: [PATCH 1/3] btrfs: get rid of path allocation in btrfs_del_inode_extref()

[PATCH v2] btrfs: remove BTRFS_REF_LAST from btrfs_ref_type
 2025-04-17 14:26 UTC 

[PATCH v3] fstests default configuration for btrfs testing
 2025-04-17 13:48 UTC 

[PATCH 1/2] btrfs: convert to spinlock guards in btrfs_update_ioctl_balance_args()
 2025-04-17 13:38 UTC  (5+ messages)
  ` 回复: "
      ` 回复: "

[PATCH v2 0/5] Assertion and debugging helpers
 2025-04-17 12:51 UTC  (7+ messages)
` [PATCH v2 1/5] btrfs: enhance ASSERT() to take optional format string
` [PATCH v2 2/5] btrfs: example use of enhanced ASSERT() in volumes.c
` [PATCH v2 3/5] btrfs: add debug build only WARN
` [PATCH v2 4/5] btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
` [PATCH v2 5/5] btrfs: convert ASSERT(0) to DEBUG_WARN()

[PATCH] fstests: common/btrfs: add _ prefix to temp fsid helper functions
 2025-04-17 12:27 UTC 

[PATCH v6.1 0/2] btrfs: stable backport for multidevice btrfs zone (de)activation
 2025-04-17 12:05 UTC  (3+ messages)
` [PATCH v6.1 1/2] btrfs: zoned: fix zone activation with missing devices
` [PATCH v6.1 2/2] btrfs: zoned: fix zone finishing "

[PATCH 0/5] Assertion and debugging helpers
 2025-04-16 22:44 UTC  (12+ messages)
` [PATCH 1/5] btrfs: add verbose version of ASSERT
` [PATCH 2/5] btrfs: example use of VASSERT() in volumes.c
` [PATCH 3/5] btrfs: add debug build only WARN
` [PATCH 4/5] btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
` [PATCH 5/5] btrfs: convert ASSERT(0) to DEBUG_WARN()

[PATCH] btrfs: adjust subpage bit start based on sectorsize
 2025-04-16 22:07 UTC  (12+ messages)

[PATCH] btrfs: remove BTRFS_REF_LAST from btrfs_ref_type
 2025-04-16 19:18 UTC  (8+ messages)
  ` 回复: "

[PATCH 0/2] btrfs: simplify extent buffer writeback
 2025-04-16 17:54 UTC  (4+ messages)
` [PATCH 1/2] btrfs: set DIRTY and WRITEBACK tags on the buffer_radix
` [PATCH 2/2] btrfs: use buffer radix for extent buffer writeback operations

[PATCH v2 00/13] btrfs: zoned: split out space_info for dedicated block groups
 2025-04-16 14:17 UTC  (7+ messages)
` [PATCH v2 07/13] btrfs: pass space_info for block group creation
` [PATCH v2 08/13] btrfs: introduce btrfs_space_info sub-group

[syzbot] [btrfs?] general protection fault in btrfs_relocate_block_group
 2025-04-16  8:58 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: fix corner cases for subpage generic/363 failures
 2025-04-16  8:54 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: make btrfs_truncate_block() to zero involved blocks in a folio
` [PATCH v3 2/2] btrfs: make btrfs_truncate_block() zero folio range for certain subpage corner cases

[PATCH 0/2] btrfs: fix corner cases for subpage generic/363 failures
 2025-04-16  8:28 UTC  (10+ messages)
` [PATCH 2/2] btrfs: make btrfs_truncate_block() zero folio range for certain subpage corner cases

[PATCH 6.1.y] btrfs: fix qgroup reserve leaks in cow_file_range
 2025-04-16  0:55 UTC 

[PATCH] btrfs: Fix the incorrect description in comments
 2025-04-15 18:00 UTC  (2+ messages)

[PATCH] btrfs: simplify return logic from btrfs_delayed_ref_init()
 2025-04-15 17:57 UTC  (2+ messages)

[PATCH] btrfs: fix race in subpage sync writeback handling
 2025-04-15 17:22 UTC  (5+ messages)

[PATCH v3] btrfs: reuse exit helper in btrfs_bioset_init()
 2025-04-15 17:12 UTC  (2+ messages)

[PATCH] btrfs: zstd: add `zstd-fast` alias mount option for fast modes
 2025-04-15 16:56 UTC  (10+ messages)

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-15 12:45 UTC  (3+ messages)

[PATCH v2] btrfs: fix COW handling in run_delalloc_nocow function
 2025-04-15  7:49 UTC  (2+ messages)

[PATCH] btrfs: rename iov_iter iterator parameter in btrfs_buffered_write()
 2025-04-15  7:42 UTC  (2+ messages)

[PATCH 6.6.y] btrfs: fix qgroup reserve leaks in cow_file_range
 2025-04-15  5:51 UTC 

[PATCH v2] btrfs: reuse exit helper in btrfs_bioset_init()
 2025-04-15  3:49 UTC 

[PATCH] btrfs: fix comment in reserved space warning
 2025-04-15  0:25 UTC 

[PATCH v2] btrfs: enable large data folios support for defrag
 2025-04-14 23:26 UTC 

[PATCH 0/2] btrfs: add large folio support to read-repair and defrag
 2025-04-14 22:58 UTC  (6+ messages)
` [PATCH 1/2] btrfs: prepare btrfs_end_repair_bio() for larger data folios
` [PATCH 2/2] btrfs: enable larger data folios support for defrag

[PATCH] btrfs: reuse exit helper in btrfs_bioset_init()
 2025-04-14 19:03 UTC  (2+ messages)

[PATCH] btrfs: prepare compreesion paths for large data folios
 2025-04-14 14:53 UTC  (2+ messages)

[PATCH] btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_truncate_inode_items()
 2025-04-14 14:10 UTC  (6+ messages)
  ` 回复: "

[PATCH] btrfs: fix COW handling in run_delalloc_nocow function
 2025-04-14 10:07 UTC  (2+ messages)

[PATCH] btrfs: make error handling more appropriate in btrfs_delayed_ref_init()
 2025-04-14  9:37 UTC  (2+ messages)

[xfstests generic/619] hang on aarch64 with btrfs
 2025-04-14  7:27 UTC  (6+ messages)


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