Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-16 16:20:13 to 2020-12-22 03:51:45 UTC [more...]

[PATCH v11 00/40] btrfs: zoned block device support
 2020-12-22  3:48 UTC 

WG: How to properly setup for snapshots
 2020-12-21 23:33 UTC  (17+ messages)
        ` AW: "
            ` AW: "

[BUG] 500-2000% performance regression w/ 5.10
 2020-12-21 19:45 UTC 

memory bit flip not detected by write time tree check
 2020-12-21 17:57 UTC 

[PATCH] btrfs: Consolidate btrfs_previous_item ret val handling in btrfs_shrink_device
 2020-12-21 17:02 UTC  (3+ messages)

[PATCH 00/13] Serious fixes for different error paths
 2020-12-21 16:58 UTC  (17+ messages)
` [PATCH 01/13] btrfs: don't get an EINTR during drop_snapshot for reloc
` [PATCH 02/13] btrfs: initialize test inodes location
` [PATCH 03/13] btrfs: fix reloc root leak with 0 ref reloc roots on recovery
` [PATCH 04/13] btrfs: splice remaining dirty_bg's onto the transaction dirty bg list
` [PATCH 05/13] btrfs: do not WARN_ON() if we can't find the reloc root
` [PATCH 06/13] btrfs: add ASSERT()'s for deleting backref cache nodes
` [PATCH 07/13] btrfs: do not double free backref nodes on error
` [PATCH 08/13] btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root
` [PATCH 09/13] btrfs: modify the new_root highest_objectid under a ref count
` [PATCH 10/13] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH 11/13] btrfs: keep track of the root owner for relocation reads
` [PATCH 12/13] btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node
` [PATCH 13/13] btrfs: don't clear ret in btrfs_start_dirty_block_groups

Fwd: "BTRFS critical: ... corrupt leaf" due to defective RAM
 2020-12-21 11:44 UTC  (2+ messages)

[PATCH v2 00/18] btrfs: add read-only support for subpage sector size
 2020-12-21 10:15 UTC  (22+ messages)
` [PATCH v2 01/18] btrfs: extent_io: rename @offset parameter to @disk_bytenr for submit_extent_page()
` [PATCH v2 02/18] btrfs: extent_io: refactor __extent_writepage_io() to improve readability
` [PATCH v2 04/18] btrfs: extent_io: introduce a helper to grab an existing extent buffer from a page
` [PATCH v2 05/18] btrfs: extent_io: introduce the skeleton of btrfs_subpage structure
` [PATCH v2 06/18] btrfs: extent_io: make attach_extent_buffer_page() to handle subpage case
` [PATCH v2 07/18] btrfs: extent_io: make grab_extent_buffer_from_page() "

[PATCH v2] btrfs: test if rename handles dir item collision correctly
 2020-12-20 15:31 UTC  (3+ messages)

[PATCH 0/6] Overhaul free objectid code
 2020-12-20 14:32 UTC  (7+ messages)
` [PATCH 3/6] btrfs: Remove useless ASSERTS
` [RESEND PATCH] btrfs: Add test 154

how to extend a btrfs disk image?
 2020-12-20 10:35 UTC  (5+ messages)

btrfs crash on armv7
 2020-12-20  0:28 UTC  (8+ messages)

[PATCH v3] btrfs: Make btrfs_direct_write atomic with respect to inode_lock
 2020-12-19 17:50 UTC  (2+ messages)

what determines what /dev/ is mounted?
 2020-12-19  6:51 UTC  (2+ messages)

[PATCH 0/2] btrfs: btrfs_dec_test_*_ordered_extent() refactor
 2020-12-19  0:26 UTC  (5+ messages)
` [PATCH 1/2] btrfs: make btrfs_dio_private::bytes to be u32
` [PATCH 2/2] btrfs: refactor btrfs_dec_test_* functions for ordered extents

[PATCH v5 0/8] A variety of lock contention fixes
 2020-12-18 19:24 UTC  (9+ messages)
` [PATCH v5 1/8] btrfs: do not block on deleted bgs mutex in the cleaner
` [PATCH v5 2/8] btrfs: only let one thread pre-flush delayed refs in commit
` [PATCH v5 3/8] btrfs: delayed refs pre-flushing should only run the heads we have
` [PATCH v5 4/8] btrfs: only run delayed refs once before committing
` [PATCH v5 5/8] btrfs: move delayed ref flushing for qgroup into qgroup helper
` [PATCH v5 6/8] btrfs: remove bogus BUG_ON in alloc_reserved_tree_block
` [PATCH v5 7/8] btrfs: stop running all delayed refs during snapshot
` [PATCH v5 8/8] btrfs: run delayed refs less often in commit_cowonly_roots

[PATCH v7 0/3] Update to zstd-1.4.6
 2020-12-18 18:57 UTC  (9+ messages)
  ` [f2fs-dev] "

[PATCH v7 00/38] Cleanup error handling in relocation
 2020-12-18 16:25 UTC  (41+ messages)
` [PATCH v7 01/38] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH v7 02/38] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v7 03/38] btrfs: handle errors from select_reloc_root()
` [PATCH v7 04/38] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH v7 05/38] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH v7 06/38] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH v7 07/38] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH v7 08/38] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH v7 09/38] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH v7 10/38] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v7 11/38] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v7 12/38] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH v7 13/38] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH v7 14/38] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH v7 15/38] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH v7 16/38] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH v7 17/38] btrfs: do not panic in __add_reloc_root
` [PATCH v7 18/38] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH v7 19/38] btrfs: do proper error handling in create_reloc_root
` [PATCH v7 20/38] btrfs: validate ->reloc_root after recording root in trans
` [PATCH v7 21/38] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH v7 22/38] btrfs: change insert_dirty_subvol to return errors
` [PATCH v7 23/38] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH v7 24/38] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH v7 25/38] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH v7 26/38] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH v7 27/38] btrfs: handle btrfs_cow_block errors in replace_path
` [PATCH v7 28/38] btrfs: handle btrfs_search_slot failure "
` [PATCH v7 29/38] btrfs: handle errors in reference count manipulation "
` [PATCH v7 30/38] btrfs: handle extent reference errors in do_relocation
` [PATCH v7 31/38] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH v7 32/38] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH v7 33/38] btrfs: do proper error handling in create_reloc_inode
` [PATCH v7 34/38] btrfs: handle __add_reloc_root failures in btrfs_recover_relocation
` [PATCH v7 35/38] btrfs: cleanup error handling in prepare_to_merge
` [PATCH v7 36/38] btrfs: handle extent corruption with select_one_root properly
` [PATCH v7 37/38] btrfs: do proper error handling in merge_reloc_roots
` [PATCH v7 38/38] btrfs: check return value of btrfs_commit_transaction in relocation

[PATCH v4 1/6] btrfs: do not block on deleted bgs mutex in the cleaner
 2020-12-18 15:51 UTC  (9+ messages)
` [PATCH v4 2/6] btrfs: only let one thread pre-flush delayed refs in commit
` [PATCH v4 3/6] btrfs: delayed refs pre-flushing should only run the heads we have
` [PATCH v4 4/6] btrfs: only run delayed refs once before committing
` [PATCH v4 5/6] btrfs: stop running all delayed refs during snapshot
` [PATCH v4 6/6] btrfs: run delayed refs less often in commit_cowonly_roots

[PATCH 0/5] Fixes and tweaks around error handling
 2020-12-18 15:38 UTC  (6+ messages)
` [PATCH 2/5] btrfs: print the actual offset in btrfs_root_name
` [PATCH 5/5] btrfs: make sure owner is set in ref-verify

btrfs send -p failing: chown o257-1571-0 failed: No such file or directory
 2020-12-18 11:44 UTC  (12+ messages)

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-12-18 10:32 UTC  (10+ messages)
` [PATCH man-pages v6] Document encoded I/O
                ` Ping: "

[PATCH] btrfs: Use transid for DIR_ITEM/DIR_INDEX's location
 2020-12-18  8:58 UTC  (2+ messages)

Unrecoverable filesystem (ERROR: child eb corrupted: parent bytenr=1106952192 item=75 parent level=1 child level=1)
 2020-12-18  7:00 UTC  (5+ messages)
  ` Antw: [EXT] "

[PATCH 0/4] btrfs: inode: btrfs_invalidatepage() related refactor and fix for subpage
 2020-12-18  0:42 UTC  (15+ messages)
` [PATCH 1/4] btrfs: inode: use min() to replace open-code in btrfs_invalidatepage()
` [PATCH 2/4] btrfs: inode: remove variable shadowing "
` [PATCH 3/4] btrfs: inode: move the timing of TestClearPagePrivate() "
` [PATCH RFC 4/4] btrfs: inode: make btrfs_invalidatepage() to be subpage compatible

[PATCH 0/5] btrfs: fix transaction leaks and crashes during unmount
 2020-12-17 18:21 UTC  (6+ messages)
` [PATCH 1/5] btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan

[PATCH v2 0/2] ->total_bytes_pinned fixes for early ENOSPC issues
 2020-12-17 16:41 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: handle ->total_bytes_pinned inside the delayed ref itself
` [PATCH v2 2/2] btrfs: account for new extents being deleted in total_bytes_pinned

[PATCH] btrfs: test incremental send after removing a directory and all its files
 2020-12-17 16:28 UTC  (2+ messages)

[PATCH 0/2] btrfs: fix races between clone, fallocate and memory mapped writes
 2020-12-17 16:10 UTC  (4+ messages)

[PATCH] btrfs: initialize test inodes location
 2020-12-17 14:41 UTC  (4+ messages)

[PATCH v4 0/6] A variety of lock contention fixes
 2020-12-17 14:35 UTC 

[bug report] btrfs: do an allocation earlier during snapshot creation
 2020-12-17 14:12 UTC 

csum errors on negative root id?
 2020-12-17  1:38 UTC  (2+ messages)

[PATCH v2 0/2] Fix locking for btrfs direct writes
 2020-12-16 21:07 UTC  (4+ messages)
` [PATCH 2/2] btrfs: Make btrfs_direct_write atomic with respect to inode_lock

[PATCH] vfs: fix fsconfig(2) LSM mount option handling for btrfs
 2020-12-16 18:04 UTC  (3+ messages)

[PATCH v3 1/2] btrfs-progs: common: extend fmt_print_start_group handles unnamed group
 2020-12-16 17:41 UTC  (12+ messages)
` [PATCH v3 2/2] btrfs-progs: device stats: add json output format

[PATCH v3 0/6] A variety of lock contention fixes
 2020-12-16 16:49 UTC  (7+ messages)
` [PATCH v3 1/6] btrfs: do not block on deleted bgs mutex in the cleaner
` [PATCH v3 2/6] btrfs: only let one thread pre-flush delayed refs in commit
` [PATCH v3 3/6] btrfs: delayed refs pre-flushing should only run the heads we have
` [PATCH v3 4/6] btrfs: only run delayed refs once before committing
` [PATCH v3 5/6] btrfs: run delayed refs less often in commit_cowonly_roots
` [PATCH v3 6/6] btrfs: stop running all delayed refs during snapshot

[PATCH v2 0/5] btrfs: implement send/receive of compressed extents without decompressing
 2020-12-16 16:20 UTC  (3+ messages)
` [PATCH v2 01/13] btrfs-progs: send: fix crash on unknown option


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).