linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-09 09:07:53 to 2023-03-15 19:58:45 UTC [more...]

[PATCH v3] btrfs: fix dio continue after short write due to buffer page fault
 2023-03-15 19:53 UTC  (4+ messages)

[PATCH 00/21] Lock extents before pages
 2023-03-15 19:16 UTC  (6+ messages)

cleanup btrfs_add_compressed_bio_pages
 2023-03-15 18:45 UTC  (4+ messages)
` [PATCH 1/2] btrfs: move the bi_sector assingment out of btrfs_add_compressed_bio_pages
` [PATCH 2/2] btrfs: btrfs_add_compressed_bio_pages

Btrfs Raid10 eating all Ram on Mount
 2023-03-15 18:48 UTC  (2+ messages)

[6.2 regression][bisected]discard storm on idle since v6.1-rc8-59-g63a7cb130718 discard=async
 2023-03-15 16:34 UTC  (5+ messages)

[PATCH v2 00/12] btrfs: scrub: use a more reader friendly code to implement scrub_simple_mirror()
 2023-03-15  8:12 UTC  (28+ messages)
` [PATCH v2 01/12] btrfs: scrub: use dedicated super block verification function to scrub one super block
` [PATCH v2 02/12] btrfs: introduce a new helper to submit bio for scrub
` [PATCH v2 03/12] btrfs: introduce a new helper to submit write "
` [PATCH v2 04/12] btrfs: scrub: introduce the structure for new BTRFS_STRIPE_LEN based interface
` [PATCH v2 05/12] btrfs: scrub: introduce a helper to find and fill the sector info for a scrub_stripe
` [PATCH v2 06/12] btrfs: scrub: introduce a helper to verify one metadata
` [PATCH v2 07/12] btrfs: scrub: introduce a helper to verify one scrub_stripe
` [PATCH v2 08/12] btrfs: scrub: introduce the main read repair worker for scrub_stripe
` [PATCH v2 09/12] btrfs: scrub: introduce a writeback helper "
` [PATCH v2 10/12] btrfs: scrub: introduce error reporting functionality "
` [PATCH v2 11/12] btrfs: scrub: introduce the helper to queue a stripe for scrub
` [PATCH v2 12/12] btrfs: scrub: switch scrub_simple_mirror() to scrub_stripe infrastructure

Corruption with hibernation and other file system access
 2023-03-15  7:57 UTC  (6+ messages)

[PATCH v2] btrfs-progs: fix race window during mkfs
 2023-03-15  6:06 UTC 

[PATCH] btrfs-progs: fix race window during mkfs
 2023-03-15  5:52 UTC 

[PATCH] btrfs-progs: mkfs: use flock to prevent udev race
 2023-03-15  5:00 UTC  (2+ messages)

[PATCH] btrfs-progs: fix btrfs filesystem usage on older kernels
 2023-03-15  4:59 UTC  (2+ messages)

[LSF TOPIC] online repair of filesystems: what next?
 2023-03-15  3:45 UTC  (8+ messages)

[PATCH 0/8] Fixup uninitialized warnings and enable extra checks
 2023-03-14 21:59 UTC  (9+ messages)
` [PATCH 8/8] btrfs: turn on -Wmaybe-uninitialized

[PATCH 0/2] btrfs: zoned: replace active_total_bytes counter
 2023-03-14 18:13 UTC  (6+ messages)
` [PATCH 1/2] btrfs: zoned: count fresh BG region as zone unusable
` [PATCH 2/2] btrfs: zoned: drop space_info->active_total_bytes

[PATCH] btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
 2023-03-14 17:49 UTC  (3+ messages)

[PATCH] btrfs: relax bg_reclaim_threshold for debug purpose
 2023-03-14 17:45 UTC  (3+ messages)

defer all write I/O completions to process context
 2023-03-14 16:59 UTC  (11+ messages)
` [PATCH 01/10] btrfs: use a plain workqueue for ordered_extent processing
` [PATCH 02/10] btrfs: refactor btrfs_end_io_wq
` [PATCH 03/10] btrfs: offload all write I/O completions to a workqueue
` [PATCH 04/10] btrfs: remove the compressed_write_workers workqueue
` [PATCH 05/10] btrfs: remove irq disabling for btrfs_workqueue.list_lock
` [PATCH 06/10] btrfs: remove irq disabling for subpage.list_lock
` [PATCH 07/10] btrfs: remove irq disabling for leak_lock
` [PATCH 08/10] btrfs: remove irq disabling for fs_info.ebleak_lock
` [PATCH 09/10] btrfs: remove irq_disabling for ordered_tree.lock
` [PATCH 10/10] btrfs: remove confusing comments

simplify extent_buffer reading and writing v2
 2023-03-14 10:53 UTC  (26+ messages)
` [PATCH 01/21] btrfs: mark extent_buffer_under_io static
` [PATCH 02/21] btrfs: fix sub-page error bit in end_bio_subpage_eb_writepage
` [PATCH 03/21] btrfs: move setting the buffer uptodate out of validate_extent_buffer
` [PATCH 04/21] btrfs: merge verify_parent_transid and btrfs_buffer_uptodate
` [PATCH 05/21] btrfs: always read the entire extent_buffer
` [PATCH 06/21] btrfs: simplify extent buffer reading
` [PATCH 07/21] btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
` [PATCH 08/21] btrfs: simplify the read_extent_buffer end_io handler
` [PATCH 09/21] btrfs: do not try to unlock the extent for non-subpage metadata reads
` [PATCH 10/21] btrfs: return bool from lock_extent_buffer_for_io
` [PATCH 11/21] btrfs: submit a writeback bio per extent_buffer
` [PATCH 12/21] btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb
` [PATCH 13/21] btrfs: simplify extent buffer writing
` [PATCH 14/21] btrfs: simplify the extent_buffer write end_io handler
` [PATCH 15/21] btrfs: simplify btree block checksumming
` [PATCH 16/21] btrfs: remove the io_pages field in struct extent_buffer
` [PATCH 17/21] btrfs: stop using PageError for extent_buffers
` [PATCH 18/21] btrfs: don't check for uptodate pages in read_extent_buffer_pages
` [PATCH 19/21] btrfs: stop using lock_extent in btrfs_buffer_uptodate
` [PATCH 20/21] btrfs: use per-buffer locking for extent_buffer reading
` [PATCH 21/21] btrfs: merge write_one_subpage_eb into write_one_eb

[syzbot] WARNING in btrfs_run_delayed_refs
 2023-03-14 10:34 UTC  (3+ messages)
` [syzbot] [btrfs?] "

simplify extent_buffer reading and writing
 2023-03-14  6:12 UTC  (72+ messages)
` [PATCH 01/20] btrfs: mark extent_buffer_under_io static
` [PATCH 02/20] btrfs: move setting the buffer uptodate out of validate_extent_buffer
` [PATCH 03/20] btrfs: merge verify_parent_transid and btrfs_buffer_uptodate
` [PATCH 04/20] btrfs: always read the entire extent_buffer
` [PATCH 05/20] btrfs: simplify extent buffer reading
` [PATCH 06/20] btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
` [PATCH 07/20] btrfs: simplify the read_extent_buffer end_io handler
` [PATCH 08/20] btrfs: do not try to unlock the extent for non-subpage metadata reads
` [PATCH 09/20] btrfs: return bool from lock_extent_buffer_for_io
` [PATCH 10/20] btrfs: submit a writeback bio per extent_buffer
` [PATCH 11/20] btrfs: move page locking from lock_extent_buffer_for_io to write_one_eb
` [PATCH 12/20] btrfs: simplify extent buffer writing
` [PATCH 13/20] btrfs: simplify the extent_buffer write end_io handler
` [PATCH 14/20] btrfs: simplify btree block checksumming
` [PATCH 15/20] btrfs: remove the io_pages field in struct extent_buffer
` [PATCH 16/20] btrfs: stop using PageError for extent_buffers
` [PATCH 17/20] btrfs: don't check for uptodate pages in read_extent_buffer_pages
` [PATCH 18/20] btrfs: stop using lock_extent in btrfs_buffer_uptodate
` [PATCH 19/20] btrfs: use per-buffer locking for extent_buffer reading
` [PATCH 20/20] btrfs: merge write_one_subpage_eb into write_one_eb

[PATCH] btrfs-progs: documentation for discard tunables and metrics in sysfs
 2023-03-14  5:00 UTC 

Corruption with hibernation and other file system access
 2023-03-13 12:47 UTC 

Does it recover automatically? csum failed root -9 ino 261 off 458928128 csum 0x12f4019f expected csum 0x8bc10ca8 mirror 1
 2023-03-11 17:30 UTC 

[PATCH 20/21] btrfs: Add inode->i_count instead of calling ihold()
 2023-03-11  3:52 UTC  (5+ messages)

[GIT PULL] Btrfs fixes for 6.3-rc2
 2023-03-10 16:58 UTC  (2+ messages)

Utility btrfs-diff-go confused by btrfs-send output - a file isn't changed but is associated with an UPDATE_EXTENT command
 2023-03-10 13:41 UTC  (2+ messages)

[PATCH v2 0/6] btrfs-progs: add support for RAID stripe tree
 2023-03-10  8:38 UTC  (6+ messages)
` [PATCH v2 6/6] btrfs-progs: allow zoned RAID

return an ERR_PTR from __filemap_get_folio v2
 2023-03-10  8:02 UTC  (5+ messages)
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

[PATCH v2 0/3] btrfs: fix unexpected -ENOMEM with percpu_counter_init when create snapshot
 2023-03-10  1:07 UTC  (7+ messages)

[PATCH] btrfs: refactor __btrfs_map_block()
 2023-03-09 18:29 UTC  (2+ messages)

[PATCH] btrfs: fix compilation error on sparc/parisc
 2023-03-09 17:43 UTC  (2+ messages)

improve type safety by passing struct btrfs_bio where possible v2
 2023-03-09 17:34 UTC  (2+ messages)

[PATCH v7 04/13] btrfs: add support for inserting raid stripe extents
 2023-03-09 15:20 UTC  (13+ messages)

consolidate btrfs checksumming, repair and bio splitting v4
 2023-03-09 15:18 UTC  (11+ messages)
` [PATCH 03/34] btrfs: add a btrfs_inode pointer to struct btrfs_bio


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