Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2020-12-04 13:50:48 to 2020-12-09 10:10:18 UTC [more...]

[PATCH v10 00/41] btrfs: zoned block device support
 2020-12-09 10:08 UTC  (8+ messages)
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
` [PATCH v10 14/41] btrfs: load zone's alloction offset

corrupted root, doesnt check, repair or mount
 2020-12-09  5:52 UTC  (6+ messages)

[PATCH v2 1/8] lib/find_bit.c: Add find_last_zero_bit
 2020-12-08 22:54 UTC  (11+ messages)

btrfs-progs license
 2020-12-08 21:00 UTC  (6+ messages)

[PATCH 0/2] Fix direct write with respect to inode locking
 2020-12-08 18:42 UTC  (3+ messages)
` [PATCH 1/2] btrfs: Fold generic_write_checks() in btrfs_write_check()
` [PATCH 2/2] btrfs: Make btrfs_direct_write atomic with respect to inode_lock

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

Assertion in tree-log.c
 2020-12-08 16:21 UTC  (2+ messages)

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

tree-checker corrupt leaf error
 2020-12-08 12:25 UTC  (4+ messages)

[PATCH v2] btrfs: Update btrfs/215
 2020-12-08  8:15 UTC  (3+ messages)

[PATCH v4 00/53] Cleanup error handling in relocation
 2020-12-08  2:39 UTC  (10+ messages)
` [PATCH v4 03/53] btrfs: modify the new_root highest_objectid under a ref count
` [PATCH v4 08/53] btrfs: pass down the tree block level through ref-verify
` [PATCH v4 48/53] btrfs: do proper error handling in merge_reloc_roots

data Raid6 with metadata Raid1c3 appears unrecoverable
 2020-12-08  2:22 UTC  (5+ messages)

[PATCH 0/6] Overhaul free objectid code
 2020-12-07 16:27 UTC  (9+ messages)
` [PATCH 1/6] btrfs: Rename btrfs_find_highest_objectid to btrfs_init_root_free_objectid
` [PATCH 2/6] btrfs: Rename btrfs_find_free_objectid to btrfs_get_free_objectid
` [PATCH 3/6] btrfs: Remove useless ASSERTS
` [PATCH 4/6] btrfs: Rename highest_objectid to free_objectid
` [PATCH 5/6] btrfs: Make free_objectid hold the next available objectid in the root
` [PATCH 6/6] btrfs: Remove new_dirid argument from btrfs_create_subvol_root
` [RESEND PATCH] btrfs: Add test 154

[PATCH RFC] btrfs: remove cow fixup related code
 2020-12-07 14:56 UTC  (2+ messages)

[PATCH v2] btrfs: free-space-cache: Fix error return code in __load_free_space_cache
 2020-12-07 13:56 UTC 

[PATCH] btrfs: test if rename handles dir item collision correctly
 2020-12-07 10:19 UTC  (7+ messages)

KASAN: slab-out-of-bounds Read in btrfs_scan_one_device
 2020-12-07  9:50 UTC  (3+ messages)

[PATCH] btrfs-progs: cmd-subvolume: set subvol_path to NULL after free
 2020-12-07  9:07 UTC 

[PATCH] btrfs-progs: scrub: warn if scrub started on a device has mq-deadline
 2020-12-07  8:00 UTC  (3+ messages)

[PATCH v3 for-next 0/3] btrfs async discard fixes & improvements
 2020-12-06 15:56 UTC  (4+ messages)
` [PATCH v3 1/3] btrfs: fix async discard stall
` [PATCH v3 2/3] btrfs: fix racy access to discard_ctl data
` [PATCH v3 3/3] btrfs: don't overabuse discard lock

[PATCH] btrfs: Update btrfs/215
 2020-12-06 13:30 UTC  (2+ messages)

[PATCH v2 8/8] ufs/util.h: Apply new find_last_zero_bit
 2020-12-06  6:50 UTC 

[PATCH v2 7/8] btrfs/free-space-cache.c: Apply find_last_zero_bit
 2020-12-06  6:50 UTC 

[PATCH v2 6/8] lib/find_bit: Add test-module,find_last_zero_bit
 2020-12-06  6:49 UTC 

[PATCH v2 5/8] lib/find_bit_bench.c: Add find_last_zero_bit
 2020-12-06  6:49 UTC 

[PATCH v2 4/8] bitops/le.h: Add le support for find_last_bit
 2020-12-06  6:48 UTC 

[PATCH v2 3/8] bitops/find.h: Add declaration find_last_zero_bit
 2020-12-06  6:47 UTC 

[PATCH v2 2/8] linux/bitops.h: Add find_each_*_bit_reverse macros
 2020-12-06  6:47 UTC 

[PATCH] btrfs: qgroup: don't try to wait flushing if we're already holding a transaction
 2020-12-05  2:55 UTC  (3+ messages)

[PATCH] btrfs: fix error handling in commit_fs_roots
 2020-12-04 19:52 UTC  (3+ messages)

[PATCH] btrfs: remove recalc_thresholds from free space ops
 2020-12-04 19:11 UTC  (2+ messages)

[PATCH] btrfs: free-space-cache: Fix error return code in __load_free_space_cache
 2020-12-04 17:52 UTC  (3+ messages)

[PATCH V4] btrfs: correctly calculate item size used when item key collision happens
 2020-12-04 17:13 UTC  (2+ messages)

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

[LSFMMBPF 2021] A status update
 2020-12-04 15:48 UTC 

[PATCH v3 00/15] btrfs: preparation patches for subpage support
 2020-12-04 15:18 UTC  (2+ messages)

btrfs send -p failing: chown o257-1571-0 failed: No such file or directory
 2020-12-04 15:00 UTC  (6+ messages)

[PATCH v6 3/3] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
 2020-12-04 14:03 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