linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-02 19:52:49 to 2020-12-03 19:14:04 UTC [more...]

How robust is BTRFS?
 2020-12-03 19:13 UTC  (5+ messages)

[PATCH v3 00/15] btrfs: preparation patches for subpage support
 2020-12-03 18:45 UTC  (4+ messages)
` [PATCH v3 01/15] btrfs: rename bio_offset of extent_submit_bio_start_t to opt_file_offset

[PATCH v4 00/53] Cleanup error handling in relocation
 2020-12-03 18:22 UTC  (54+ messages)
` [PATCH v4 01/53] btrfs: fix error handling in commit_fs_roots
` [PATCH v4 02/53] btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block
` [PATCH v4 03/53] btrfs: modify the new_root highest_objectid under a ref count
` [PATCH v4 04/53] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH v4 05/53] btrfs: keep track of the root owner for relocation reads
` [PATCH v4 06/53] btrfs: noinline btrfs_should_cancel_balance
` [PATCH v4 07/53] btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node
` [PATCH v4 08/53] btrfs: pass down the tree block level through ref-verify
` [PATCH v4 09/53] btrfs: make sure owner is set in ref-verify
` [PATCH v4 10/53] btrfs: don't clear ret in btrfs_start_dirty_block_groups
` [PATCH v4 11/53] btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
` [PATCH v4 12/53] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH v4 13/53] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v4 14/53] btrfs: handle errors from select_reloc_root()
` [PATCH v4 15/53] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH v4 16/53] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH v4 17/53] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH v4 18/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH v4 19/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH v4 20/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH v4 21/53] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v4 22/53] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v4 23/53] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH v4 24/53] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH v4 25/53] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH v4 26/53] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH v4 27/53] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH v4 28/53] btrfs: do not panic in __add_reloc_root
` [PATCH v4 29/53] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH v4 30/53] btrfs: do proper error handling in create_reloc_root
` [PATCH v4 31/53] btrfs: validate ->reloc_root after recording root in trans
` [PATCH v4 32/53] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH v4 33/53] btrfs: change insert_dirty_subvol to return errors
` [PATCH v4 34/53] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH v4 35/53] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH v4 36/53] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH v4 37/53] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH v4 38/53] btrfs: handle btrfs_cow_block errors in replace_path
` [PATCH v4 39/53] btrfs: handle btrfs_search_slot failure "
` [PATCH v4 40/53] btrfs: handle errors in reference count manipulation "
` [PATCH v4 41/53] btrfs: handle extent reference errors in do_relocation
` [PATCH v4 42/53] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH v4 43/53] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH v4 44/53] btrfs: do proper error handling in create_reloc_inode
` [PATCH v4 45/53] btrfs: handle __add_reloc_root failures in btrfs_recover_relocation
` [PATCH v4 46/53] btrfs: cleanup error handling in prepare_to_merge
` [PATCH v4 47/53] btrfs: handle extent corruption with select_one_root properly
` [PATCH v4 48/53] btrfs: do proper error handling in merge_reloc_roots
` [PATCH v4 49/53] btrfs: check return value of btrfs_commit_transaction in relocation
` [PATCH v4 50/53] btrfs: do not WARN_ON() if we can't find the reloc root
` [PATCH v4 51/53] btrfs: print the actual offset in btrfs_root_name
` [PATCH v4 52/53] btrfs: fix reloc root leak with 0 ref reloc roots on recovery
` [PATCH v4 53/53] btrfs: splice remaining dirty_bg's onto the transaction dirty bg list

[PATCH v3 00/54] Cleanup error handling in relocation
 2020-12-03 17:04 UTC  (114+ messages)
` [PATCH v3 01/54] btrfs: fix error handling in commit_fs_roots
` [PATCH v3 02/54] btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block
` [PATCH v3 03/54] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH v3 04/54] btrfs: keep track of the root owner for relocation reads
` [PATCH v3 05/54] btrfs: noinline btrfs_should_cancel_balance
` [PATCH v3 06/54] btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node
` [PATCH v3 07/54] btrfs: pass down the tree block level through ref-verify
` [PATCH v3 08/54] btrfs: make sure owner is set in ref-verify
` [PATCH v3 09/54] btrfs: don't clear ret in btrfs_start_dirty_block_groups
` [PATCH v3 10/54] btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
` [PATCH v3 11/54] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH v3 12/54] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v3 13/54] btrfs: handle errors from select_reloc_root()
` [PATCH v3 14/54] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH v3 15/54] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH v3 16/54] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH v3 17/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH v3 18/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH v3 19/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH v3 20/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v3 21/54] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v3 22/54] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH v3 23/54] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH v3 24/54] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH v3 25/54] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH v3 26/54] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH v3 27/54] btrfs: do not panic in __add_reloc_root
` [PATCH v3 28/54] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH v3 29/54] btrfs: do proper error handling in create_reloc_root
` [PATCH v3 30/54] btrfs: validate ->reloc_root after recording root in trans
` [PATCH v3 31/54] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH v3 32/54] btrfs: change insert_dirty_subvol to return errors
` [PATCH v3 33/54] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH v3 34/54] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH v3 35/54] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH v3 36/54] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH v3 37/54] btrfs: handle initial btrfs_cow_block error in replace_path
` [PATCH v3 38/54] btrfs: handle the loop "
` [PATCH v3 39/54] btrfs: handle btrfs_search_slot failure "
` [PATCH v3 40/54] btrfs: handle errors in reference count manipulation "
` [PATCH v3 41/54] btrfs: handle extent reference errors in do_relocation
` [PATCH v3 42/54] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH v3 43/54] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH v3 44/54] btrfs: do proper error handling in create_reloc_inode
` [PATCH v3 45/54] btrfs: handle __add_reloc_root failure in btrfs_recover_relocation
` [PATCH v3 46/54] btrfs: handle __add_reloc_root failure in btrfs_reloc_post_snapshot
` [PATCH v3 47/54] btrfs: cleanup error handling in prepare_to_merge
` [PATCH v3 48/54] btrfs: handle extent corruption with select_one_root properly
` [PATCH v3 49/54] btrfs: do proper error handling in merge_reloc_roots
` [PATCH v3 50/54] btrfs: check return value of btrfs_commit_transaction in relocation
` [PATCH v3 51/54] btrfs: do not WARN_ON() if we can't find the reloc root
` [PATCH v3 52/54] btrfs: print the actual offset in btrfs_root_name
` [PATCH v3 53/54] btrfs: fix reloc root leak with 0 ref reloc roots on recovery
` [PATCH v3 54/54] btrfs: splice remaining dirty_bg's onto the transaction dirty bg list

[PATCH 1/2] btrfs: Remove logic for !crc_check case
 2020-12-03 16:33 UTC  (3+ messages)
` [PATCH 2/2] btrfs: Always set NODATASUM/NODATACOW in __create_free_space_inode

[PATCH] btrfs: remove recalc_thresholds from free space ops
 2020-12-03 16:18 UTC 

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-03 14:37 UTC  (6+ messages)
` [PATCH v6 10/11] btrfs: implement RWF_ENCODED reads
` [PATCH v6 11/11] btrfs: implement RWF_ENCODED writes

[PATCH] btrfs: test if rename handles dir item collision correctly
 2020-12-03 14:12 UTC  (6+ messages)

[PATCH AUTOSEL 5.9 24/39] btrfs: do nofs allocations when adding and removing qgroup relations
 2020-12-03 13:28 UTC  (2+ messages)
` [PATCH AUTOSEL 5.9 25/39] btrfs: fix lockdep splat when enabling and disabling qgroups

[PATCH] btrfs: Update btrfs/215
 2020-12-03 12:11 UTC 

Best practice for encrypted BTRFS: LUKS or something else?
 2020-12-03 11:37 UTC  (2+ messages)

[PATCH 0/2] Support removal of ino cache leftover by btrfs check
 2020-12-03  8:17 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progi: check: Add support for ino cache deletion
` [PATCH 2/2] btrfs-progs: tests: Test operation of newly added --clear-ino-cache

[PATCH v6 0/3] Update to zstd-1.4.6
 2020-12-03  5:59 UTC  (9+ messages)
` [PATCH v6 1/3] lib: zstd: Add kernel-specific API
` [PATCH v6 2/3] lib: zstd: Add decompress_sources.h for decompress_unzstd

[btrfs] ba7fa25e8c: fio.write_iops 2.7% improvement
 2020-12-03  5:16 UTC 

BTRFS RAID01 (not RAID10)
 2020-12-03  0:01 UTC 

[PATCH v6 3/3] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
 2020-12-02 23:58 UTC 

Per. subvolume RAID levels removed from planned features?
 2020-12-02 23:52 UTC 

[PATCH v2 0/3] btrfs async discard fixes & improvements
 2020-12-02 21:51 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock when cloning inline extent and low on free metadata space
 2020-12-02 21:41 UTC  (2+ messages)

[PATCH v4 0/3] btrfs-progs: Fix logical-resolve
 2020-12-02 20:12 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).