linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
enospc errors during balance — how to prevent out of space
 2024-04-27 12:03 UTC  (8+ messages)

What's the difference between `btrfs sub del -c` and `btrfs fi sync`?
 2024-04-27  0:04 UTC  (4+ 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 v2 0/2] btrfs: qgroup: stale qgroups related impromvents
 2024-04-25 21:51 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: slightly loose the requirement for qgroup removal
` [PATCH v2 2/2] btrfs: automatically remove the subvolume qgroup

[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  (44+ messages)
` [PATCH 01/17] btrfs: handle errors in btrfs_reloc_clone_csums properly
` [PATCH 02/17] btrfs: push all inline logic into cow_file_range
` [PATCH 03/17] btrfs: unlock all the pages with successful inline extent creation
` [PATCH 04/17] btrfs: move extent bit and page cleanup into cow_file_range_inline
` [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 08/17] btrfs: adjust while loop condition in run_delalloc_nocow
` [PATCH 09/17] btrfs: push extent lock down "
` [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  (16+ messages)
` [PATCH v2 01/11] btrfs: btrfs_cleanup_fs_roots handle ret variable
` [PATCH v2 02/11] btrfs: btrfs_write_marked_extents rename werr and err to ret
` [PATCH v2 03/11] btrfs: __btrfs_wait_marked_extents "
` [PATCH v2 04/11] btrfs: build_backref_tree rename err and ret "
` [PATCH v2 05/11] btrfs: relocate_tree_blocks reuse ret instead of err
` [PATCH v2 06/11] btrfs: btrfs_recover_relocation rename ret to ret2 and err to ret
` [PATCH v2 07/11] btrfs: quick_update_accounting drop variable err
` [PATCH v2 08/11] btrfs: btrfs_qgroup_rescan_worker rename ret to ret2 and err to ret
` [PATCH v2 09/11] btrfs: lookup_extent_data_ref code optimize return
` [PATCH v2 10/11] btrfs: btrfs_drop_snapshot optimize return variable
` [PATCH v2 11/11] btrfs: btrfs_drop_subtree "

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

Removing PG_error use from btrfs
 2024-04-18 19:07 UTC  (3+ messages)

[PATCH v2 0/2] fstests: btrfs: migrate to use `_btrfs` for snapshotting
 2024-04-18 12:30 UTC  (4+ messages)
` [PATCH v2 1/2] fstests: btrfs: rename _run_btrfs_util_prog to _btrfs

[PATCH 1/1] btrfs: report filemap_fdata<write|wait>_range error
 2024-04-18  8:23 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 00/29] trivial adjustments for return variable coding style
 2024-04-18  6:55 UTC  (4+ messages)
` [PATCH 23/29] btrfs: lookup_extent_data_ref rename ret to ret2 and err to ret

[GIT PULL] Btrfs fixes for 6.9-rc5
 2024-04-18  1:30 UTC  (4+ messages)

[PATCH] btrfs: initialize delayed inodes xarray without GFP_ATOMIC
 2024-04-18  1:10 UTC  (4+ messages)

[PATCH 0/5] btrfs: cleanups and improvements around extent map release
 2024-04-17 21:44 UTC  (2+ messages)

[PATCH v2] btrfs: fix information leak in btrfs_ioctl_logical_to_ino()
 2024-04-17 21:19 UTC  (2+ messages)

[PATCH] btrfs: zoned: reserve relocation zone on mount
 2024-04-17 15:15 UTC  (3+ messages)

[PATCH] generic: add gc stress test
 2024-04-17 14:45 UTC  (7+ 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).