Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-07 23:52:25 to 2021-03-13 13:14:41 UTC [more...]

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-13 13:07 UTC  (18+ messages)
` [PATCH v2 02/10] fsdax: Factor helper: dax_fault_actor()

BTRFS error (device sda1): bdev /dev/sdb1 errs: wr 2702175, rd 2719033, flush 0, corrupt 6, gen 0
 2021-03-13 12:21 UTC  (4+ messages)

[PATCH 0/9] btrfs: bug fixes for the tree mod log and small refactorings
 2021-03-13  7:26 UTC  (15+ messages)
` [PATCH 1/9] btrfs: fix race when cloning extent buffer during rewind of an old root
` [PATCH 2/9] btrfs: always pin deleted leaves when there are active tree mod log users
` [PATCH 3/9] btrfs: move the tree mod log code into its own file
` [PATCH 4/9] btrfs: use booleans where appropriate for the tree mod log functions
` [PATCH 5/9] btrfs: use a bit to track the existence of tree mod log users
` [PATCH 6/9] btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()
` [PATCH 7/9] btrfs: remove unnecessary leaf check at btrfs_tree_mod_log_free_eb()
` [PATCH 8/9] btrfs: add and use helper to get lowest sequence number for the tree mod log
` [PATCH 9/9] btrfs: update debug message when checking seq number of a delayed ref

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

[PATCH 0/3] btrfs: Convert kmap/memset/kunmap to memzero_user()
 2021-03-12 11:57 UTC  (8+ messages)
` [PATCH 1/3] iov_iter: Lift memzero_page() to highmem.h
` [PATCH 2/3] mm/highmem: Convert memzero_page() to kmap_local_page()
` [PATCH 3/3] btrfs: Use memzero_page() instead of open coded kmap pattern

[PATCH 0/3] Handle bad dev_root properly with rescue=all
 2021-03-12  6:50 UTC  (10+ messages)
` [PATCH 1/3] btrfs: init devices always
` [PATCH 2/3] btrfs: do not init dev stats if we have no dev_root
` [PATCH 3/3] btrfs: don't init dev replace for bad dev root

[PATCH] btrfs: add test for cases when a dio write has to fallback to a buffered write
 2021-03-12  6:43 UTC  (6+ messages)

Multiple files with the same name in one directory
 2021-03-12  4:02 UTC  (6+ messages)

Subject: [PATCH] btrfs-progs: Fix the test for EXT4_EPOCH_MASK
 2021-03-11 21:55 UTC 

balance convert to raid0 makes low-utilization block groups
 2021-03-11 20:39 UTC 

[PATCH v7 00/38] Cleanup error handling in relocation
 2021-03-11 18:10 UTC  (4+ messages)
` [PATCH v7 03/38] btrfs: handle errors from select_reloc_root()

ENOSPC in btrfs_run_delayed_refs with 5.10.8 + zstd
 2021-03-11 17:58 UTC  (4+ messages)
  ` ENOSPC in btrfs_run_delayed_refs with 5.10.8

[PATCH] btrfs: zoned: fix linked list corruption after log root tree allocation failure
 2021-03-11 15:29 UTC  (2+ messages)

misc-next a646ddc2bba2: kernel BUG at fs/btrfs/ctree.c:1210! tree mod log
 2021-03-11 14:36 UTC  (6+ messages)

[PATCH v2 07/10] iomap: Introduce iomap_apply2() for operations on two files
 2021-03-11 12:30 UTC  (3+ messages)
` [RESEND PATCH v2.1 "

nfs subvolume access?
 2021-03-11  7:46 UTC  (9+ messages)
    `  "

[PATCH] fstest: random read fio test for read policy
 2021-03-10 23:40 UTC  (2+ messages)

no memory is freed after snapshots are deleted
 2021-03-10 17:13 UTC  (6+ messages)
  ` Aw: "
      `  "

[PATCH] btrfs-progs: build: Use PKG_CONFIG instead of pkg-config
 2021-03-10 14:08 UTC  (3+ messages)

[PATCH] btrfs-progs: output sectorsize related warning message into stdout
 2021-03-10  9:08 UTC  (4+ messages)

[PATCH v2 00/15] btrfs: support read-write for subpage metadata
 2021-03-10  9:08 UTC  (16+ messages)
` [PATCH v2 01/15] btrfs: add sysfs interface for supported sectorsize
` [PATCH v2 02/15] btrfs: use min() to replace open-code in btrfs_invalidatepage()
` [PATCH v2 03/15] btrfs: remove unnecessary variable shadowing "
` [PATCH v2 04/15] btrfs: introduce helpers for subpage dirty status
` [PATCH v2 05/15] btrfs: introduce helpers for subpage writeback status
` [PATCH v2 06/15] btrfs: allow btree_set_page_dirty() to do more sanity check on subpage metadata
` [PATCH v2 07/15] btrfs: support subpage metadata csum calculation at write time
` [PATCH v2 08/15] btrfs: make alloc_extent_buffer() check subpage dirty bitmap
` [PATCH v2 09/15] btrfs: make the page uptodate assert to be subpage compatible
` [PATCH v2 10/15] btrfs: make set/clear_extent_buffer_dirty() "
` [PATCH v2 11/15] btrfs: make set_btree_ioerr() accept extent buffer and "
` [PATCH v2 12/15] btrfs: introduce end_bio_subpage_eb_writepage() function
` [PATCH v2 13/15] btrfs: introduce write_one_subpage_eb() function
` [PATCH v2 14/15] btrfs: make lock_extent_buffer_for_io() to be subpage compatible
` [PATCH v2 15/15] btrfs: introduce submit_eb_subpage() to submit a subpage metadata page

Cannot add a device to a btrfs, btrfs on lvm and dm-crypt / luks
 2021-03-10  0:44 UTC  (3+ messages)

Recovering Btrfs from a freak failure of the disk controller
 2021-03-09 23:31 UTC  (23+ messages)

All files are damaged after btrfs restore
 2021-03-09 20:34 UTC  (11+ messages)

[PATCH v4] btrfs-progs: filesystem-resize: make output more readable
 2021-03-09 15:38 UTC  (3+ messages)

[PATCH] btrfs-progs: fix false alert on tree block crossing 64K page boundary
 2021-03-09 14:24 UTC  (2+ messages)

[PATCH] fs: btrfs: fix error return code of btrfs_recover_relocation()
 2021-03-09 14:04 UTC  (2+ messages)
` [fs] 3c6be3a73b: ltp.fsopen01.fail

[PATCH] btrfs: turn btrfs_destroy_delayed_refs() into void function
 2021-03-09 12:45 UTC  (5+ messages)

[btrfs] 5297199a8b: xfstests.btrfs.220.fail
 2021-03-09  8:49 UTC  (2+ messages)

[PATCH v2 0/2] btrfs: remove the inode_need_compress() call in
 2021-03-09  1:02 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: prevent NULL pointer dereference in compress_file_range() when btrfs_compress_pages() hits default case

[PATCH] btrfs: Prevent nowait or async read from doing sync IO
 2021-03-08 19:03 UTC  (3+ messages)

[PATCH 0/3] btrfs: fix a couple races between fsync and other code
 2021-03-08 18:06 UTC  (3+ messages)

[PATCH v2 0/4] Introduce a mmap sem to deal with some mmap issues
 2021-03-08 17:53 UTC  (3+ messages)

[PATCH v2 1/2] btrfs: use a dedicated variable for qgroup released data rsv for insert_prealloc_file_extent()
 2021-03-08 16:44 UTC  (2+ messages)

[PATCH] btrfs: fix wrong offset to zero out range beyond isize
 2021-03-08 15:59 UTC  (2+ messages)

[PATCH AUTOSEL 5.11 01/12] btrfs: avoid checking for RO block group twice during nocow writeback
 2021-03-08 15:43 UTC  (3+ messages)
` [PATCH AUTOSEL 5.11 03/12] btrfs: subpage: fix the false data csum mismatch error

Btrfs progs release 5.11
 2021-03-08 10:26 UTC  (3+ messages)

btrfs error: write time tree block corruption detected
 2021-03-08 10:09 UTC  (8+ messages)

[btrfs] c28ea613fa: xfstests.generic.091.fail
 2021-03-08  8:06 UTC 

btrfs fails to mount on kernel 5.11.4 but works on 5.10.19
 2021-03-08  3:50 UTC  (10+ messages)
          ` [SOLVED] "


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