linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-25 14:11:12 to 2022-06-01 00:14:42 UTC [more...]

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-06-01  0:14 UTC  (47+ messages)

[PATCH 00/12] btrfs: some improvements and cleanups around delayed items
 2022-05-31 23:22 UTC  (17+ 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] btrfs: add btrfs_debug() output for every bio submitted by btrfs RAID56
 2022-05-31 23:12 UTC  (3+ messages)

[PATCH 0/3] btrfs: Replace kmap() with kmap_local_page()
 2022-05-31 20:35 UTC  (8+ 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-05-31 20:05 UTC 

[HELP] open_ctree failed when mounting RAID1
 2022-05-31 19:59 UTC  (2+ messages)

No space left errors on shutdown with systemd-homed /home dir
 2022-05-31 18:12 UTC  (12+ messages)

[PATCH 0/3] btrfs: raid56: reduce unnecessary parity writes
 2022-05-31 10:42 UTC  (8+ 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

Tried to replace a drive in a raid 1 and all hell broke loose
 2022-05-30 21:59 UTC  (15+ 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  (31+ 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)

[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  (19+ 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  (5+ 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  (4+ messages)
` [PATCH 1/9] btrfs: add a helpers for read repair testing

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  (17+ messages)
` [PATCH v2 4/7] btrfs: introduce new read-repair infrastructure

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  (10+ 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 8/8] btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio
 2022-05-25 22:46 UTC  (14+ 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)


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