messages from 2022-05-27 23:27:40 to 2022-06-02 19:53:15 UTC [more...]
Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
2022-06-02 19:53 UTC (68+ messages)
Manual intervention options for csum errors
2022-06-02 19:18 UTC (6+ messages)
[PATCH 0/3] btrfs: Replace kmap() with kmap_local_page()
2022-06-02 18:01 UTC (16+ messages)
` [PATCH 1/3] btrfs: Replace kmap() with kmap_local_page() in inode.c
` [PATCH 2/3] btrfs: Replace kmap() with kmap_local_page() in lzo.c
` [PATCH 3/3] btrfs: Replace kmap() with kmap_local_page() in zlib.c
[HELP] open_ctree failed when mounting RAID1
2022-06-02 14:33 UTC (4+ messages)
two more btrfs read repair tests v2
2022-06-02 12:07 UTC (4+ messages)
` [PATCH 8/9] btrfs: test repair with sectors corrupted in multiple mirrors
[PATCH 00/12] btrfs: some improvements and cleanups around delayed items
2022-06-02 9:34 UTC (27+ messages)
` [PATCH 01/12] btrfs: balance btree dirty pages and delayed items after a rename
` [PATCH 02/12] btrfs: free the path earlier when creating a new inode
` [PATCH 03/12] btrfs: balance btree dirty pages and delayed items after clone and dedupe
` [PATCH 04/12] btrfs: add assertions when deleting batches of delayed items
` [PATCH 05/12] btrfs: deal with deletion errors when deleting "
` [PATCH 06/12] btrfs: refactor the delayed item deletion entry point
` [PATCH 07/12] btrfs: improve batch deletion of delayed dir index items
` [PATCH 08/12] btrfs: assert that delayed item is a dir index item when adding it
` [PATCH 09/12] btrfs: improve batch insertion of delayed dir index items
` [PATCH 10/12] btrfs: do not BUG_ON() on failure to reserve metadata for delayed item
` [PATCH 11/12] btrfs: set delayed item type when initializing it
` [PATCH 12/12] btrfs: reduce amount of reserved metadata for delayed item insertion
[PATCH v2 0/5] btrfs: avoid unnecessary double loop usage in RAID56
2022-06-02 7:51 UTC (6+ messages)
` [PATCH v2 1/5] btrfs: avoid double for loop inside finish_rmw()
` [PATCH v2 2/5] btrfs: avoid double for loop inside __raid56_parity_recover()
` [PATCH v2 3/5] btrfs: avoid double for loop inside alloc_rbio_essential_pages()
` [PATCH v2 4/5] btrfs: avoid double for loop inside raid56_rmw_stripe()
` [PATCH v2 5/5] btrfs: avoid double for loop inside raid56_parity_scrub_stripe()
[PATCH 0/5] btrfs: avoid unnecessary double loop usage in RAID56
2022-06-02 7:13 UTC (7+ messages)
` [PATCH 1/5] btrfs: avoid double for loop inside finish_rmw()
` [PATCH 2/5] btrfs: avoid double for loop inside __raid56_parity_recover()
` [PATCH 3/5] btrfs: avoid double for loop inside alloc_rbio_essential_pages()
` [PATCH 4/5] btrfs: avoid double for loop inside raid56_rmw_stripe()
` [PATCH 5/5] btrfs: avoid double for loop inside raid56_parity_scrub_stripe()
[PATCH DRAFT] btrfs: RAID56J journal on-disk format draft
2022-06-01 21:37 UTC (13+ messages)
[PATCH] btrfs: add RAID56 submitted bio trace events
2022-06-01 21:36 UTC (3+ messages)
cleanup btrfs bio handling, part 2 v4
2022-06-01 19:39 UTC (10+ messages)
` [PATCH 02/10] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes
` [PATCH 09/10] btrfs: refactor btrfs_map_bio
` [PATCH 10/10] btrfs: do not allocate a btrfs_bio for low-level bios
[PATCH 0/2] btrfs: fix deadlock with fsync and full sync
2022-06-01 16:25 UTC (5+ messages)
` [PATCH 1/2] btrfs: make the return value for log syncing consistent
` [PATCH 2/2] btrfs: fix deadlock with fsync+fiemap+full sync
[PATCH] btrfs: update stripe_sectors[]->uptodate in steal_rbio
2022-06-01 13:47 UTC (2+ messages)
[PATCH v2 0/3] btrfs: raid56: reduce unnecessary parity writes
2022-06-01 13:12 UTC (5+ messages)
` [PATCH v2 1/3] btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmap
` [PATCH v2 2/3] btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
` [PATCH v2 3/3] btrfs: only write the sectors in the vertical stripe which has data stripes
[PATCH] btrfs: remove redundant calls to flush_dcache_page
2022-06-01 12:44 UTC (3+ messages)
No space left errors on shutdown with systemd-homed /home dir
2022-06-01 9:36 UTC (13+ messages)
[PATCH] btrfs: add btrfs_debug() output for every bio submitted by btrfs RAID56
2022-06-01 6:10 UTC (5+ messages)
[HELP] open_ctree failed when mounting RAID1
2022-05-31 20:05 UTC
[PATCH 0/3] btrfs: raid56: reduce unnecessary parity writes
2022-05-31 10:42 UTC (6+ messages)
` [PATCH 1/3] btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmap
` [PATCH 3/3] btrfs: only write the sectors in the vertical stripe which has data stripes
Tried to replace a drive in a raid 1 and all hell broke loose
2022-05-30 21:59 UTC (10+ messages)
Fwd: filesystem broken due to 'csum exists for <> but there is no extent record' errors?
2022-05-30 18:32 UTC
[PATCH AUTOSEL 5.17 110/135] btrfs: fix anon_dev leak in create_subvol()
2022-05-30 13:31 UTC
[PATCH AUTOSEL 5.18 132/159] btrfs: fix anon_dev leak in create_subvol()
2022-05-30 13:23 UTC
btrfs read repair: new tests and cleanups
2022-05-30 5:34 UTC (29+ messages)
` [PATCH 01/10] btrfs: add a helpers for read repair testing
` [PATCH 02/10] btrfs/140: use common read repair helpers
` [PATCH 03/10] btrfs/141: "
` [PATCH 04/10] btrfs/142: "
` [PATCH 05/10] btrfs/143: "
` [PATCH 06/10] btrfs/157: use _btrfs_get_first_logical
` [PATCH 07/10] btrfs/215: "
` [PATCH 08/10] btrfs: test repair with sectors corrupted in multiple mirrors
` [PATCH 09/10] btrfs: test buffered I/O read repair with interleaved corrupted sectors
` [PATCH 10/10] btrfs: test direct "
What mechanisms protect against split brain?
2022-05-29 11:34 UTC
Btrfs progs release 5.18
2022-05-28 20:18 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).