linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-26 00:13:51 to 2022-04-01 11:24:14 UTC [more...]

[PATCH 00/16] btrfs: add subpage support for RAID56
 2022-04-01 11:23 UTC  (17+ messages)
` [PATCH 01/16] btrfs: open-code rbio_nr_pages()
` [PATCH 02/16] btrfs: make btrfs_raid_bio more compact
` [PATCH 03/16] btrfs: introduce new cached members for btrfs_raid_bio
` [PATCH 04/16] btrfs: introduce btrfs_raid_bio::stripe_sectors
` [PATCH 05/16] btrfs: introduce btrfs_raid_bio::bio_sectors
` [PATCH 06/16] btrfs: make rbio_add_io_page() subpage compatible
` [PATCH 07/16] btrfs: make finish_parity_scrub() "
` [PATCH 08/16] btrfs: make __raid_recover_endio_io() subpage compatibable
` [PATCH 09/16] btrfs: make finish_rmw() subpage compatible
` [PATCH 10/16] btrfs: open-code rbio_stripe_page_index()
` [PATCH 11/16] btrfs: make raid56_add_scrub_pages() subpage compatible
` [PATCH 12/16] btrfs: remove btrfs_raid_bio::bio_pages array
` [PATCH 13/16] btrfs: make set_bio_pages_uptodate() subpage compatible
` [PATCH 14/16] btrfs: make steal_rbio() "
` [PATCH 15/16] btrfs: make alloc_rbio_essential_pages() "
` [PATCH 16/16] btrfs: enable subpage support for RAID56

Adding a 4TB disk to a 2x4TB btrfs (data:single) filesystem and balancing takes extremely long (over a month). Filesystem has been deduped with bees
 2022-04-01 11:13 UTC 

[PATCH] btrfs: force v2 space cache usage for subpage mount
 2022-04-01  7:29 UTC 

btrfs volume can't see files in folder
 2022-04-01  5:43 UTC  (13+ messages)

cleanup bio_kmalloc v2
 2022-04-01  4:57 UTC  (11+ messages)
  ` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper

[PATCH 0/1] btrfs: compressed writeback cgroup attribution
 2022-03-31 21:58 UTC  (2+ messages)
` [PATCH 1/1] btrfs: fix btrfs_submit_compressed_write "

[PATCH v3 0/2] btrfs: allocate page arrays more efficiently
 2022-03-31 18:19 UTC  (6+ messages)
` [PATCH v3 1/2] btrfs: factor out allocating an array of pages
` [PATCH v3 2/2] btrfs: allocate page arrays using bulk page allocator

[PATCH 0/2] btrfs: some refactor and cleanup for NOCOW write paths
 2022-03-31 18:14 UTC  (4+ messages)
` [PATCH 1/2] btrfs: move common NOCOW checks against a file extent into a helper
` [PATCH 2/2] btrfs: do not test for free space inode during NOCOW check against file extent

[PATCH AUTOSEL 5.17 11/21] btrfs: harden identification of a stale device
 2022-03-31 17:57 UTC  (12+ messages)
` [PATCH AUTOSEL 5.17 12/21] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH AUTOSEL 5.17 13/21] btrfs: make search_csum_tree return 0 if we get -EFBIG
` [PATCH AUTOSEL 5.17 14/21] btrfs: handle csum lookup errors properly on reads
` [PATCH AUTOSEL 5.17 15/21] btrfs: do not double complete bio on errors during compressed reads
` [PATCH AUTOSEL 5.17 16/21] btrfs: do not clean up repair bio if submit fails
` [PATCH AUTOSEL 5.17 17/21] btrfs: reset last_reflink_trans after fsyncing inode

btrfs check (not lowmem) and OOM-like hangs (4.17.6)
 2022-03-31 17:19 UTC  (10+ messages)
` 5.5 kernel and btrfs-progs v5.6 create and cannot fix 'root 204162 inode 14058737 errors 1000, some csum missing'
    ` 5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
                ` Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)

[PATCH] btrfs: remove unnecessary type castings
 2022-03-31 16:57 UTC  (3+ messages)

[PATCH v2 0/2] btrfs: allocate page arrays more efficiently
 2022-03-31 16:43 UTC  (6+ messages)
` [PATCH v2 1/2] btrfs: factor out allocating an array of pages
` [PATCH v2 2/2] btrfs: allocate page arrays using bulk page allocator

fixes for handling of split direct I/O bios
 2022-03-31  0:53 UTC  (7+ messages)
` [PATCH 1/2] btrfs: fix direct I/O read repair for split bios

[PATCH] btrfs: replace a wrong memset() with memzero_page()
 2022-03-30 22:29 UTC  (16+ messages)

[PATCH v14 0/7] btrfs: add send/receive support for reading/writing compressed data
 2022-03-30 21:04 UTC  (12+ messages)
` [PATCH v14 4/7] btrfs: send: write larger chunks when using stream v2
` [PATCH v14 5/7] btrfs: send: allocate send buffer with alloc_page() and vmap() for v2

[PATCH 1/2] btrfs: Factor out allocating an array of pages
 2022-03-30 19:01 UTC  (8+ messages)
` [PATCH 2/2] btrfs: Allocate page arrays using bulk page allocator

[PATCH v3 0/3] btrfs: support more pages sizes for the subpage support
 2022-03-30 18:15 UTC  (5+ messages)
` [PATCH v3 2/3] btrfs: make nodesize >= PAGE_SIZE case to reuse the non-subpage routine

[PATCH v2 0/4] btrfs: rework background block group relocation
 2022-03-30 15:22 UTC  (6+ messages)
` [PATCH v2 1/4] btrfs: make the bg_reclaim_threshold per-space info
` [PATCH v2 2/4] btrfs: allow block group background reclaim for !zoned fs'es
` [PATCH v2 3/4] btrfs: change the bg_reclaim_threshold valid region from 0 to 100
` [PATCH v2 4/4] btrfs: zoned: make auto-reclaim less aggressive

btrfs zoned fixlets
 2022-03-30 15:10 UTC  (12+ messages)
` [PATCH 1/2] btrfs: remove the zoned/zone_size union in struct btrfs_fs_info
` [PATCH 2/2] btrfs: fix and document the zoned device choice in alloc_new_bio

[PATCH v4 0/3] protect relocation with sb_start_write
 2022-03-30 14:19 UTC  (6+ messages)
` [PATCH v4 1/3] btrfs: mark resumed async balance as writing
` [PATCH v4 2/3] fs: add a check function for sb_start_write()
` [PATCH v4 3/3] btrfs: assert that relocation is protected with sb_start_write()

[PATCH 0/3] Remove balance v1 ioctl
 2022-03-30 14:09 UTC  (6+ messages)
` [PATCH 1/3] btrfs: remove "
` [PATCH 2/3] btrfs: remove checks for arg argument in btrfs_ioctl_balance
` [PATCH 3/3] btrfs: simplify codeflow "

[RFC PATCH] btrfs-progs: prop: add datacow inode property
 2022-03-30  5:45 UTC  (2+ messages)

kernel: BTRFS error (device dm-1): Missing references
 2022-03-30  2:32 UTC  (4+ messages)

[PATCH 0/2] btrfs-progs: check: avoid false alerts for --check-data-csum on RAID56
 2022-03-29 21:02 UTC  (6+ messages)
` [PATCH 1/2] btrfs-progs: avoid checking wrong RAID5/6 P/Q data
` [PATCH 2/2] btrfs-progs: tests/fsck: add test case for data csum check on raid5

[PATCH] btrfs: do not clear read-only when adding sprout device
 2022-03-29 19:45 UTC  (6+ messages)

[5.16.14] csum mismatch on free space cache on subpage
 2022-03-29 16:02 UTC  (4+ messages)

[PATCH] btrfs: test that we can't delete subvolume within swapfile
 2022-03-29 10:21 UTC  (2+ messages)

btrfs: raid1C3 and raid1C4 fails to go ro when all but 1 drive removed
 2022-03-29  9:54 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: fi show: Print missing device for a mounted file system
 2022-03-29  8:30 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: tests: Add test for fi show

[PATCH RFC 0/2] btrfs: make read repair work in synchronous mode
 2022-03-29  6:17 UTC  (9+ messages)
` [PATCH RFC 2/2] btrfs: do data read repair "

[PATCH 0/2] btrfs: Allocate page arrays more efficiently
 2022-03-28 21:58 UTC  (2+ messages)

[PATCH AUTOSEL 5.15 11/16] btrfs: harden identification of a stale device
 2022-03-28 19:42 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 12/16] btrfs: make search_csum_tree return 0 if we get -EFBIG

[PATCH AUTOSEL 5.16 11/20] btrfs: harden identification of a stale device
 2022-03-28 19:42 UTC  (6+ messages)
` [PATCH AUTOSEL 5.16 12/20] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH AUTOSEL 5.16 13/20] btrfs: make search_csum_tree return 0 if we get -EFBIG
` [PATCH AUTOSEL 5.16 14/20] btrfs: handle csum lookup errors properly on reads
` [PATCH AUTOSEL 5.16 15/20] btrfs: do not double complete bio on errors during compressed reads
` [PATCH AUTOSEL 5.16 16/20] btrfs: do not clean up repair bio if submit fails

[PATCH] btrfs: fix outstanding extents calculation
 2022-03-28 19:26 UTC  (11+ messages)

[PATCH] btrfs: rename BTRFS_FS_OPEN add comment
 2022-03-28 15:21 UTC  (2+ messages)

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-03-28 11:28 UTC 

[PATCH v3 0/3] protect relocation with sb_start_write
 2022-03-28 10:49 UTC  (6+ messages)
` [PATCH v3 1/3] btrfs: mark resumed async balance as writing
` [PATCH v3 2/3] fs: add check functions for sb_start_{write,pagefault,intwrite}
` [PATCH v3 3/3] btrfs: assert that relocation is protected with sb_start_write()

failed to read block groups: Input/output error; bad tree block - bytenr mismatch;
 2022-03-28 10:16 UTC  (7+ messages)

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low
 2022-03-28  8:10 UTC  (2+ messages)

Ref-Linking across multiple mounts of the same filesystem
 2022-03-28  5:04 UTC  (2+ messages)

Error adding new device on paused balance filesystem
 2022-03-26  6:59 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).