linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-31 21:59:30 to 2022-04-06 04:47:24 UTC [more...]

5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
 2022-04-06  0:39 UTC  (71+ messages)
    ` Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)

[RFC PATCH] btrfs-progs: prop: add datacow inode property
 2022-04-05 22:35 UTC  (4+ messages)

[PATCH] btrfs: rename BTRFS_FS_OPEN add comment
 2022-04-05 23:27 UTC  (3+ messages)

cleanup btrfs bio handling, part 1
 2022-04-05 15:09 UTC  (20+ messages)
` [PATCH 01/12] btrfs: refactor __btrfsic_submit_bio
` [PATCH 02/12] btrfs: split submit_bio from btrfsic checking
` [PATCH 03/12] btrfs: simplify btrfsic_read_block
` [PATCH 04/12] btrfs: simplify repair_io_failure
` [PATCH 05/12] btrfs: simplify scrub_recheck_block
` [PATCH 06/12] btrfs: simplify scrub_repair_page_from_good_copy
` [PATCH 07/12] btrfs: move the call to bio_set_dev out of submit_stripe_bio
` [PATCH 08/12] btrfs: pass a block_device to btrfs_bio_clone
` [PATCH 09/12] btrfs: initialize ->bi_opf and ->bi_private in rbio_add_io_page
` [PATCH 10/12] btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
` [PATCH 11/12] btrfs: don't allocate a btrfs_bio for scrub bios
` [PATCH 12/12] btrfs: stop using the btrfs_bio saved iter in index_rbio_pages

[GIT PULL] Btrfs fixes for 5.18-rc2
 2022-04-05 17:38 UTC  (5+ messages)

[PATCH] btrfs: replace a wrong memset() with memzero_page()
 2022-04-05 14:04 UTC  (6+ messages)

[PATCH 0/8] btrfs-progs: add RAID56 rebuild ability at read time
 2022-04-05 12:48 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: remove the unnecessary BTRFS_SUPER_INFO_OFFSET path for tree block read
` [PATCH 2/8] btrfs-progs: extract metadata restore read code into its own helper
` [PATCH 3/8] btrfs-progs: don't use write_extent_to_disk() directly
` [PATCH 4/8] btrfs-progs: use write_data_to_disk() to replace write_extent_to_disk()
` [PATCH 5/8] btrfs-progs: use read_data_from_disk() to replace read_extent_from_disk() and replace read_extent_data()
` [PATCH 6/8] btrfs-progs: remove extent_buffer::fd and extent_buffer::dev_bytes
` [PATCH 7/8] btrfs-progs: allow read_data_from_disk() to rebuild RAID56 using P/Q
` [PATCH 8/8] btrfs-progs: tests/fsck: add test case for data csum check on raid5

[PATCH 00/17 stable-5.15.y] Fix mmap + page fault deadlocks
 2022-04-05 11:32 UTC  (20+ messages)
` [PATCH 01/17 stable-5.15.y] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH 02/17 stable-5.15.y] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH 03/17 stable-5.15.y] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH 04/17 stable-5.15.y] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH 05/17 stable-5.15.y] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH 06/17 stable-5.15.y] gfs2: Clean up function may_grant
` [PATCH 07/17 stable-5.15.y] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH 08/17 stable-5.15.y] gfs2: Eliminate ip->i_gh
` [PATCH 09/17 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH 10/17 stable-5.15.y] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH 11/17 stable-5.15.y] iomap: Support partial direct I/O on user copy failures
` [PATCH 12/17 stable-5.15.y] iomap: Add done_before argument to iomap_dio_rw
` [PATCH 13/17 stable-5.15.y] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH 14/17 stable-5.15.y] iov_iter: Introduce nofault "
` [PATCH 15/17 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for direct I/O
` [PATCH 16/17 stable-5.15.y] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH 17/17 stable-5.15.y] btrfs: fix deadlock due to page faults during direct IO reads and writes

[PATCH 0/2 stable-5.15.y] Fix mmap + page fault deadlocks part2
 2022-04-05 11:33 UTC  (3+ messages)
` [PATCH 1/2 stable-5.15.y] btrfs: fallback to blocking mode when doing async dio over multiple extents
` [PATCH 2/2 stable-5.15.y] mm: gup: make fault_in_safe_writeable() use fixup_user_fault()

[PATCH] btrfs-progs: remove unnecessary type casting in format string
 2022-04-05  6:20 UTC 

Computer stalled, apparently from filesystem corruption
 2022-04-04 23:05 UTC  (4+ messages)

[PATCH v15 0/7] btrfs: add send/receive support for reading/writing compressed data
 2022-04-04 17:29 UTC  (8+ messages)
` [PATCH v15 1/7] btrfs: send: remove unused send_ctx::{total,cmd}_send_size
` [PATCH v15 2/7] btrfs: send: explicitly number commands and attributes
` [PATCH v15 3/7] btrfs: add send stream v2 definitions
` [PATCH v15 4/7] btrfs: send: write larger chunks when using stream v2
` [PATCH v15 5/7] btrfs: send: get send buffer pages for protocol v2
` [PATCH v15 6/7] btrfs: send: send compressed extents with encoded writes
` [PATCH v15 7/7] btrfs: send: enable support for stream v2 and compressed writes

[PATCH v1 0/3] btrfs: add sysfs switch to get/set metadata size
 2022-04-04 17:02 UTC  (8+ messages)
` [PATCH v1 1/3] btrfs: store chunk size in space-info struct
` [PATCH v1 2/3] btrfs: expose chunk size in sysfs
` [PATCH v1 3/3] btrfs: add force_chunk_alloc sysfs entry to force allocation

[PATCH v2][RESEND] btrfs: allow single disk devices to mount with older generations
 2022-04-04 20:44 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: rework background block group relocation
 2022-04-04 15:50 UTC  (4+ messages)
` [PATCH v2 4/4] btrfs: zoned: make auto-reclaim less aggressive

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-04-04  5:29 UTC  (2+ messages)

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low
 2022-04-03 23:06 UTC  (3+ messages)

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-03 13:43 UTC  (6+ messages)

[GIT PULL] zstd changes for v5.16
 2022-04-03 11:13 UTC  (5+ messages)

[PATCH] btrfs: mkfs: use sectorsize as nodesize for mixed profiles
 2022-04-03  7:20 UTC 

btrfs/011 crashing on v5.17-rc7 with null pointer dereference on raid6_avx5121_gen_syndrome+0x99
 2022-04-01 23:50 UTC 

[PATCH] btrfs: force v2 space cache usage for subpage mount
 2022-04-01 22:57 UTC  (4+ messages)

[PATCH 0/1] btrfs: compressed writeback cgroup attribution
 2022-04-01 16:52 UTC  (3+ messages)
` [PATCH 1/1] btrfs: fix btrfs_submit_compressed_write "

[PATCH] fs: btrfs: fix possible use-after-free bug in error handling code of btrfs_get_root_ref()
 2022-04-01 15:54 UTC  (4+ messages)

[PATCH v2 0/2] btrfs: zoned: activate new BG only from extent allocation context
 2022-04-01 14:22 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: zoned: activate block group only for extent allocation

[PATCH v3 0/2] btrfs: allocate page arrays more efficiently
 2022-04-01 13:26 UTC  (5+ messages)
` [PATCH v3 2/2] btrfs: allocate page arrays using bulk page allocator

[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

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  (4+ messages)
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper


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