Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
[PATCH v2 00/15] btrfs: snapshot delete cleanups
 2024-04-29 13:29 UTC  (16+ messages)
` [PATCH v2 01/15] btrfs: don't do find_extent_buffer in do_walk_down
` [PATCH v2 02/15] btrfs: remove all extra btrfs_check_eb_owner() calls
` [PATCH v2 03/15] btrfs: use btrfs_read_extent_buffer in do_walk_down
` [PATCH v2 04/15] btrfs: push lookup_info into walk_control
` [PATCH v2 05/15] btrfs: move the eb uptodate code into it's own helper
` [PATCH v2 06/15] btrfs: remove need_account in do_walk_down
` [PATCH v2 07/15] btrfs: unify logic to decide if we need to walk down into a node
` [PATCH v2 08/15] btrfs: extract the reference dropping code into it's own helper
` [PATCH v2 09/15] btrfs: don't BUG_ON ENOMEM in walk_down_proc
` [PATCH v2 10/15] btrfs: handle errors from ref mods during UPDATE_BACKREF
` [PATCH v2 11/15] btrfs: replace BUG_ON with ASSERT in walk_down_proc
` [PATCH v2 12/15] btrfs: clean up our handling of refs == 0 in snapshot delete
` [PATCH v2 13/15] btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc
` [PATCH v2 14/15] btrfs: handle errors from btrfs_dec_ref properly
` [PATCH v2 15/15] btrfs: add documentation around snapshot delete

[PATCH v2 0/2] btrfs: qgroup: stale qgroups related impromvents
 2024-04-29 13:13 UTC  (10+ messages)
` [PATCH v2 1/2] btrfs: slightly loose the requirement for qgroup removal
` [PATCH v2 2/2] btrfs: automatically remove the subvolume qgroup

[PATCH] btrfs: make sure that WRITTEN is set on all metadata blocks
 2024-04-29 13:03 UTC 

2 PB filesystem ok?
 2024-04-29 12:34 UTC  (3+ messages)

[PATCHES][RFC] set_blocksize() rework
 2024-04-29  8:42 UTC  (29+ messages)
` [PATCH 1/7] bcache_register(): don't bother with set_blocksize()
` [PATCH 2/7] pktcdvd: sort set_blocksize() calls out
` [PATCH 3/7] swapon(2)/swapoff(2): don't bother with block size
` [PATCH 4/7] swapon(2): open swap with O_EXCL
` [PATCH 5/7] swsusp: don't bother with setting block size
` [PATCH 6/7] btrfs_get_dev_args_from_path(): don't call set_blocksize()
` [PATCH 7/7] set_blocksize(): switch to passing struct file *, fail if it's not opened exclusive

[bug report] btrfs: clean up our handling of refs == 0 in snapshot delete
 2024-04-28 12:54 UTC 

What's the difference between `btrfs sub del -c` and `btrfs fi sync`?
 2024-04-28 10:20 UTC  (5+ messages)

enospc errors during balance — how to prevent out of space
 2024-04-27 12:03 UTC  (8+ messages)

[RFC PATCH 0/6] btrfs: offload zlib-deflate to accelerators
 2024-04-26 10:54 UTC  (7+ messages)
` [RFC PATCH 1/6] Revert "crypto: testmgr - Remove zlib-deflate"
` [RFC PATCH 2/6] Revert "crypto: deflate "
` [RFC PATCH 3/6] Revert "crypto: qat "
` [RFC PATCH 4/6] Revert "crypto: qat - remove unused macros in qat_comp_alg.c"
` [RFC PATCH 5/6] crypto: qat - change compressor settings for QAT GEN4
` [RFC PATCH 6/6] btrfs: zlib: add support for zlib-deflate through acomp

[PATCH] btrfs: remove the recursive include of btrfs_inode.h from itself
 2024-04-26  4:18 UTC 

[PATCH] btrfs-progs: fix documentation build due to phony contents.rst
 2024-04-25 23:00 UTC 

[PATCH 0/2] btrfs-progs: revert `btrfs subvolume delete --delete-qgroup` option
 2024-04-25 22:05 UTC  (3+ messages)
` [PATCH 1/2] Revert "btrfs-progs: subvol delete: add options to delete the qgroup"
` [PATCH 2/2] btrfs: misc-tests: remove the subvol-delete-qgroup test case

[PATCH 01/30] btrfs: Use a folio in wait_dev_supers()
 2024-04-25 16:38 UTC  (9+ messages)
` [PATCH 02/30] btrfs: Use a folio in write_dev_supers()
` [PATCH 03/30] btrfs: Use the folio iterator in btrfs_end_super_write()
` [PATCH 04/30] btrfs: Remove use of the folio error flag

mkfs.btrfs enabled RST by default casuing unable to mount on stable kernel
 2024-04-25  3:07 UTC  (5+ messages)

[PATCH] btrfs-progs: fsfeatures: hide RST behind experimental builds
 2024-04-24 19:58 UTC  (4+ messages)

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-04-24 19:57 UTC  (9+ messages)
` [PATCH 02/26] cxl/core: Separate region mode from decoder mode
` [PATCH 16/26] cxl/extent: Realize extent devices

[PATCH 00/17] btrfs: restrain lock extent usage during writeback
 2024-04-24 17:53 UTC  (36+ messages)
` [PATCH 02/17] btrfs: push all inline logic into cow_file_range
` [PATCH 05/17] btrfs: lock extent when doing inline extent in compression
` [PATCH 06/17] btrfs: push the extent lock into btrfs_run_delalloc_range
` [PATCH 07/17] btrfs: push extent lock into run_delalloc_nocow
` [PATCH 09/17] btrfs: push extent lock down in run_delalloc_nocow
` [PATCH 10/17] btrfs: remove unlock_extent from run_delalloc_compressed
` [PATCH 11/17] btrfs: push extent lock into run_delalloc_cow
` [PATCH 12/17] btrfs: push extent lock into cow_file_range
` [PATCH 13/17] btrfs: push lock_extent into cow_file_range_inline
` [PATCH 14/17] btrfs: move can_cow_file_range_inline() outside of the extent lock
` [PATCH 15/17] btrfs: push lock_extent down in cow_file_range()
` [PATCH 16/17] btrfs: push extent lock down in submit_one_async_extent
` [PATCH 17/17] btrfs: add a cached state to extent_clear_unlock_delalloc
  ` Re: [PATCH 00/17] btrfs: restrain lock extent usage during writeback

[GIT PULL] Btrfs fixes for 6.9-rc6
 2024-04-24 16:30 UTC  (2+ messages)

[GIT PULL] fstests: btrfs changes staged-20240418
 2024-04-24 15:49 UTC  (5+ messages)

[PATCH v2 0/3] fix btrfs-corrupt-block options value and offset
 2024-04-24 14:45 UTC  (7+ messages)
` [PATCH v2 1/3] common/btrfs: refactor _require_btrfs_corrupt_block to check option
` [PATCH v2 2/3] btrfs/290: fix btrfs_corrupt_block options
` [PATCH v2 3/3] common/verity: fix btrfs-corrupt-block -v option

[PATCH 00/15] btrfs: snapshot delete cleanups
 2024-04-24 12:31 UTC  (20+ messages)
` [PATCH 01/15] btrfs: don't do find_extent_buffer in do_walk_down
` [PATCH 02/15] btrfs: push ->owner_root check into btrfs_read_extent_buffer
` [PATCH 03/15] btrfs: use btrfs_read_extent_buffer in do_walk_down
` [PATCH 04/15] btrfs: push lookup_info into walk_control
` [PATCH 05/15] btrfs: move the eb uptodate code into it's own helper
` [PATCH 06/15] btrfs: remove need_account in do_walk_down
` [PATCH 07/15] btrfs: unify logic to decide if we need to walk down into a node
` [PATCH 08/15] btrfs: extract the reference dropping code into it's own helper
` [PATCH 09/15] btrfs: don't BUG_ON ENOMEM in walk_down_proc
` [PATCH 10/15] btrfs: handle errors from ref mods during UPDATE_BACKREF
` [PATCH 11/15] btrfs: replace BUG_ON with ASSERT in walk_down_proc
` [PATCH 12/15] btrfs: clean up our handling of refs == 0 in snapshot delete
` [PATCH 13/15] btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc
` [PATCH 14/15] btrfs: handle errors from btrfs_dec_ref properly
` [PATCH 15/15] btrfs: add documentation around snapshot delete

[PATCH v3 1/1] generic: move btrfs clone device testcase to the generic group
 2024-04-24 10:45 UTC  (2+ messages)

[PATCH] btrfs: drop unused argument of calcu_metadata_size()
 2024-04-24  7:57 UTC  (3+ messages)

[PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
 2024-04-23 14:38 UTC  (3+ messages)

[PATCH v2 0/2] btrfs: fix btrfs_file_extent_item::ram_bytes of btrfs_split_ordered_extent()
 2024-04-23 14:17 UTC  (5+ messages)

[PATCH] btrfs: take the cleaner_mutex earlier in qgroup disable
 2024-04-23 14:03 UTC  (4+ messages)

[PATCH] btrfs: qgroup: do not check qgroup inherit if qgroup is disabled
 2024-04-23 13:46 UTC  (3+ messages)

BTRFS use-after-free bug at free_extent_buffer_internal
 2024-04-23  4:53 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 3/7] btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
 2024-04-22 23:20 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 4/7] btrfs: always clear PERTRANS metadata during commit

[PATCH AUTOSEL 5.4 3/9] btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
 2024-04-22 23:20 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 4/9] btrfs: always clear PERTRANS metadata during commit

[PATCH AUTOSEL 5.10 3/9] btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
 2024-04-22 23:19 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 4/9] btrfs: always clear PERTRANS metadata during commit

[PATCH AUTOSEL 5.15 03/10] btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
 2024-04-22 23:19 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 04/10] btrfs: always clear PERTRANS metadata during commit

[PATCH AUTOSEL 6.1 04/19] btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
 2024-04-22 23:18 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 05/19] btrfs: always clear PERTRANS metadata during commit

[PATCH AUTOSEL 6.6 06/29] btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
 2024-04-22 23:16 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 07/29] btrfs: always clear PERTRANS metadata during commit

[PATCH AUTOSEL 6.8 08/43] btrfs: make btrfs_clear_delalloc_extent() free delalloc reserve
 2024-04-22 23:13 UTC  (2+ messages)
` [PATCH AUTOSEL 6.8 09/43] btrfs: always clear PERTRANS metadata during commit

[syzbot] WARNING in btrfs_chunk_alloc
 2024-04-20 11:05 UTC  (2+ messages)
` [syzbot] [btrfs?] "

[PATCH] btrfs: defrag: add under utilized extent to defrag target list
 2024-04-20  4:30 UTC  (4+ messages)

[PATCH] btrfs: use btrfs_is_testing() everywhere
 2024-04-19 18:55 UTC  (2+ messages)

[PATCH v2 00/11] part2 trivial adjustments for return variable coding style
 2024-04-19 17:25 UTC  (8+ messages)
` [PATCH v2 01/11] btrfs: btrfs_cleanup_fs_roots handle ret variable
` [PATCH v2 06/11] btrfs: btrfs_recover_relocation rename ret to ret2 and err to ret
` [PATCH v2 10/11] btrfs: btrfs_drop_snapshot optimize return variable

support request: btrfs df reports drive is out of space, cannot find what occupies it
 2024-04-19 15:27 UTC  (5+ messages)

[PATCH 0/2] btrfs: qgroup: stale qgroups related impromvents
 2024-04-19  8:32 UTC  (4+ messages)
` [PATCH 1/2] btrfs: slightly loose the requirement for qgroup removal
` [PATCH 2/2] btrfs: automatically remove the subvolume qgroup


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 read-only IMAP folder(s) and NNTP newsgroup(s).