linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-23 07:46:24 to 2022-05-29 18:05:27 UTC [more...]

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-05-29 18:05 UTC  (36+ messages)

What mechanisms protect against split brain?
 2022-05-29 11:34 UTC 

Tried to replace a drive in a raid 1 and all hell broke loose
 2022-05-28 21:04 UTC  (12+ messages)

Btrfs progs release 5.18
 2022-05-28 20:18 UTC  (5+ messages)

btrfs read repair: new tests and cleanups
 2022-05-28  4:56 UTC  (17+ 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 "

[PATCH 0/3] btrfs: raid56: reduce unnecessary parity writes
 2022-05-27 23:27 UTC  (7+ messages)
` [PATCH 1/3] btrfs: use integrated bitmaps for btrfs_raid_bio::dbitmap and finish_pbitmap
` [PATCH 2/3] btrfs: use integrated bitmaps for scrub_parity::dbitmap and ebitmap
` [PATCH 3/3] btrfs: only write the sectors in the vertical stripe which has data stripes

[Help Please] Missing FIle Permissions Irrecoverably
 2022-05-27 21:08 UTC  (5+ messages)

[kbuild] Re: [PATCH 2/2] btrfs: Use btrfs_try_lock_balance in btrfs_ioctl_balance
 2022-05-27 15:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/5] btrfs: scrub: make scrub uses less memory for metadata scrub
 2022-05-27 15:37 UTC  (2+ messages)

misc btrfs cleanups
 2022-05-27 15:20 UTC  (34+ messages)
` [PATCH 2/8] btrfs: introduce a pure data checksum checking helper
` [PATCH 4/8] btrfs: factor out a helper to end a single sector buffere I/O
` [PATCH 5/8] btrfs: refactor end_bio_extent_readpage
` [PATCH 6/8] btrfs: factor out a btrfs_csum_ptr helper
` [PATCH 7/8] btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
` [PATCH 8/8] btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio

[PATCH] btrfs-progs: zoned: add upper and lower zone size boundarys
 2022-05-27 15:02 UTC  (2+ messages)

[RFC][PATCH][cp] btrfs, nocow and cp --reflink
 2022-05-27 14:59 UTC  (3+ messages)

cp --reflink and NOCOW files
 2022-05-27 14:37 UTC  (6+ messages)

[PATCH] btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
 2022-05-27 13:36 UTC  (4+ messages)

[PATCH v1 0/3] btrfs: add sysfs switch to get/set metadata size
 2022-05-27 13:34 UTC  (3+ messages)

two more btrfs read repair tests v2
 2022-05-27 13:33 UTC  (21+ messages)
` [PATCH 1/9] btrfs: add a helpers for read repair testing
` [PATCH 2/9] btrfs/140: use common read repair helpers
` [PATCH 3/9] btrfs/141: "
` [PATCH 4/9] btrfs/142: "
` [PATCH 5/9] btrfs/143: "
` [PATCH 6/9] btrfs/157: use _btrfs_get_first_logical
` [PATCH 7/9] btrfs/215: "
` [PATCH 8/9] btrfs: test repair with sectors corrupted in multiple mirrors
` [PATCH 9/9] btrfs: test repair with corrupted sectors interleaved over "

simple synchronous read repair v2
 2022-05-27  8:43 UTC  (10+ messages)
` [PATCH 1/9] btrfs: save the original bi_iter into btrfs_bio for buffered read
` [PATCH 2/9] btrfs: set ->file_offset in end_bio_extent_readpage
` [PATCH 3/9] btrfs: factor out a btrfs_map_repair_bio helper
` [PATCH 4/9] btrfs: support read bios in btrfs_map_repair_bio
` [PATCH 5/9] btrfs: add new read repair infrastructure
` [PATCH 6/9] btrfs: use the new read repair code for direct I/O
` [PATCH 7/9] btrfs: use the new read repair code for buffered reads
` [PATCH 8/9] btrfs: remove io_failure_record infrastructure completely
` [PATCH 9/9] btrfs: fold repair_io_failure into btrfs_repair_eb_io_failure

[PATCH v2 0/7] btrfs: read-repair rework based on bitmap
 2022-05-27  8:10 UTC  (23+ messages)
` [PATCH v2 1/7] btrfs: save the original bi_iter into btrfs_bio for buffered read
` [PATCH v2 2/7] btrfs: make repair_io_failure available outside of extent_io.c
` [PATCH v2 3/7] btrfs: add a btrfs_map_bio_wait helper
` [PATCH v2 4/7] btrfs: introduce new read-repair infrastructure
` [PATCH v2 5/7] btrfs: make buffered read path to use the new read repair infrastructure
` [PATCH v2 6/7] btrfs: make direct io "
` [PATCH v2 7/7] btrfs: remove io_failure_record infrastructure completely

Trying to recover pair of drives after sudden power off
 2022-05-27  2:28 UTC  (4+ messages)

[PATCH DRAFT] btrfs: RAID56J journal on-disk format draft
 2022-05-26 16:10 UTC  (13+ messages)

cleanup btrfs bio handling, part 2 v4
 2022-05-26  7:36 UTC  (11+ messages)
` [PATCH 01/10] btrfs: move more work into btrfs_end_bioc
` [PATCH 02/10] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 03/10] btrfs: split btrfs_submit_data_bio
` [PATCH 04/10] btrfs: defer I/O completion based on the btrfs_raid_bio
` [PATCH 05/10] btrfs: don't double-defer bio completions for compressed reads
` [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes
` [PATCH 07/10] btrfs: centralize setting REQ_META
` [PATCH 08/10] btrfs: remove btrfs_end_io_wq
` [PATCH 09/10] btrfs: refactor btrfs_map_bio
` [PATCH 10/10] btrfs: do not allocate a btrfs_bio for low-level bios

[PATCH] btrfs: add missing function name in btrfs_log_new_name() kernel-doc comment
 2022-05-26  4:39 UTC 

Quota consistently brings machine to a crawl
 2022-05-25 23:05 UTC  (2+ messages)

[PATCH v2] btrfs: prevent remounting to v1 space cache for subpage mount
 2022-05-25 14:45 UTC  (2+ messages)

[PATCH v2] btrfs:zoned: fix comment description for sb_write_pointer logic
 2022-05-25 14:41 UTC  (2+ messages)

[GIT PULL] Btrfs updates for 5.19
 2022-05-25  2:16 UTC  (2+ messages)

Use of PageError in superblock writes
 2022-05-24 16:53 UTC  (2+ messages)

[PATCH] btrfs: fix typos in comments
 2022-05-24 16:33 UTC  (3+ messages)

'btrfs rescue' command (recommended by btrfs check) fails on old BTRFS RAID1 on (currently) openSUSE Leap 15.3
 2022-05-24  7:44 UTC  (10+ messages)

379b0fd8ed: blktests.block/024.fail
 2022-05-24  2:34 UTC 

[dm-devel] [PATCH v4 00/13] support non power of 2 zoned devices
 2022-05-23  8:25 UTC  (12+ 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).