linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-28 05:20:28 to 2023-03-31 08:13:56 UTC [more...]

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

[syzbot] [btrfs?] KASAN: slab-use-after-free Read in alloc_workqueue
 2023-03-31  2:32 UTC 

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

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30 22:29 UTC  (44+ messages)
` [PATCH 01/19] swap: use __bio_add_page to add page to bio
` [PATCH 02/19] drbd: "
` [PATCH 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH 05/19] md: use __bio_add_page to add single page
` [PATCH 06/19] md: raid5-log: "
` [PATCH 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH 11/19] gfs: use __bio_add_page for adding "
` [PATCH 12/19] zonefs: "
` [PATCH 13/19] zram: "
` [PATCH 14/19] floppy: "
` [PATCH 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH 18/19] dm-crypt: check if adding pages to clone "
` [PATCH 19/19] block: mark bio_add_page as __must_check

don't offload CRCs generation to helpers if it is fast
 2023-03-30 21:06 UTC  (7+ messages)
` [PATCH 1/4] btrfs: fix fast csum detection
` [PATCH 2/4] btrfs: remove the sync_writers field in struct btrfs_inode
` [PATCH 3/4] btrfs: never defer I/O submission for fast CRC implementations
` [PATCH 4/4] btrfs: remove hipri_workers workqueue

[PATCH 0/2] btrfs: some trivial updates for delayed ref space reservation
 2023-03-30 20:05 UTC  (5+ messages)
` [PATCH 1/2] btrfs: make btrfs_block_rsv_full() check more boolean when starting transaction
` [PATCH 2/2] btrfs: correctly calculate delayed ref bytes "

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-30 19:25 UTC  (24+ messages)
` [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v2 02/19] drbd: "
` [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [PATCH v2 12/19] zonefs: "
` [PATCH v2 13/19] zram: "
` [PATCH v2 14/19] floppy: "
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v2 19/19] block: mark bio_add_page as __must_check

simplify extent_buffer reading and writing v3
 2023-03-30  6:47 UTC  (23+ 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: don't use btrfs_bio_ctrl for extent buffer reading
` [PATCH 07/21] btrfs: remove the mirror_num argument to btrfs_submit_compressed_read
` [PATCH 08/21] btrfs: use a separate end_io handler for read_extent_buffer
` [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: don't use btrfs_bio_ctrl for extent buffer writing
` [PATCH 14/21] btrfs: use a separate end_io handler for extent_buffer writing
` [PATCH 15/21] btrfs: remove the extent_buffer lookup in 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

move bio cgroup punting into btrfs
 2023-03-30  0:15 UTC  (5+ messages)

return an ERR_PTR from __filemap_get_folio v2
 2023-03-29 23:56 UTC  (3+ messages)

[PATCH] btrfs: restore the thread_pool= behavior in remount for the end I/O workqueues
 2023-03-29 17:37 UTC  (2+ messages)

[PATCH 0/6] btrfs: scrub: finish the switch to scrub_stripe and cleanup the old code
 2023-03-29  7:09 UTC  (7+ messages)
` [PATCH 1/6] btrfs: scrub: use scrub_stripe to implement RAID56 P/Q scrub
` [PATCH 2/6] btrfs: scrub: remove scrub_parity structure
` [PATCH 3/6] btrfs: scrub: remove the old writeback infrastructure
` [PATCH 4/6] btrfs: scrub: remove the old scrub recheck code
` [PATCH 5/6] btrfs: scrub: remove scrub_block and scrub_sector structures
` [PATCH 6/6] btrfs: scrub: remove scrub_bio structure

subvolumes as partitions and mount options
 2023-03-29  4:04 UTC  (8+ messages)

Storage tiering (btrfs balance?) possible
 2023-03-29  2:34 UTC 

[PATCH v2 00/12] btrfs: scrub: use a more reader friendly code to implement scrub_simple_mirror()
 2023-03-28 23:50 UTC  (6+ messages)

[PATCH] btrfs: ignore fiemap path cache when there are multiple paths for a node
 2023-03-28 22:42 UTC  (2+ messages)

[PATCH 0/4] btrfs: optimize disks flush code
 2023-03-28 18:33 UTC  (5+ messages)
` [PATCH 4/4] btrfs: use test_and_clear_bit() in wait_dev_flush()

[PATCH 3/4] Btrfs: change wait_dev_flush() return type to bool
 2023-03-28 18:28 UTC  (3+ messages)
` [PATCH] fixup: Btrfs: change wait_dev_flush() return type to bool v2

btrfs: fix corruption caused by partial dio writes v7
 2023-03-28 18:24 UTC  (10+ messages)
` [PATCH 05/11] btrfs: simplify btrfs_extract_ordered_extent
` [PATCH 07/11] btrfs: fold btrfs_clone_ordered_extent into btrfs_split_ordered_extent
` [PATCH 08/11] btrfs: simplify split_zoned_em
` [PATCH 09/11] btrfs: pass an ordered_extent to btrfs_extract_ordered_extent
` [PATCH 10/11] btrfs: don't split nocow extent_maps in btrfs_extract_ordered_extent
` [PATCH 11/11] btrfs: split partial dio bios before submit

[PATCH] btrfs: ioctl: fix inaccurate determination of exclusive_operation
 2023-03-28  9:43 UTC 

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


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