public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-22 13:03:19 to 2023-05-26 06:41:36 UTC [more...]

simplify extent_buffer reading and writing v4
 2023-05-26  6:41 UTC  (11+ messages)
` [PATCH 10/21] btrfs: return bool from lock_extent_buffer_for_io
` [PATCH 13/21] btrfs: don't use btrfs_bio_ctrl for extent buffer writing
` [PATCH 15/21] btrfs: remove the extent_buffer lookup in btree block checksumming

[PATCH 08/13] btrfs: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-05-25 23:33 UTC  (6+ messages)

[PATCH 0/9] Parameter cleanups in extent state helpers
 2023-05-25 23:26 UTC  (29+ messages)
` [PATCH 1/9] btrfs: open code set_extent_defrag
` [PATCH 2/9] btrfs: open code set_extent_delalloc
` [PATCH 3/9] btrfs: open code set_extent_new
` [PATCH 4/9] btrfs: open code set_extent_dirty
` [PATCH 5/9] btrfs: open code set_extent_bits_nowait
` [PATCH 6/9] btrfs: open code set_extent_bits
` [PATCH 7/9] btrfs: drop NOFAIL from set_extent_bit allocation masks
` [PATCH 8/9] btrfs: pass NOWAIT for set/clear extent bits as another bit
` [PATCH 9/9] btrfs: drop gfp from parameter extent state helpers

[PATCH 1/3] btrfs: fix the btrfs_get_global_root return value
 2023-05-25 23:15 UTC  (10+ messages)
` [PATCH 2/3] btrfs: convert btrfs_get_global_root to use a switch statement
` [PATCH 3/3] btrfs: remove a pointless NULL check in btrfs_lookup_fs_root

don't split ordered_extents for zoned writes at I/O submission time
 2023-05-25 16:28 UTC  (29+ messages)
` [PATCH 01/14] btrfs: optimize out btrfs_is_zoned for !CONFIG_BLK_DEV_ZONED
` [PATCH 02/14] btrfs: don't call btrfs_record_physical_zoned for failed append
` [PATCH 03/14] btrfs: mark the len field in struct btrfs_ordered_sum as unsigned
` [PATCH 04/14] btrfs: rename the bytenr field in struct btrfs_ordered_sum to logical
` [PATCH 05/14] btrfs: optimize the logical to physical mapping for zoned writes
` [PATCH 06/14] btrfs: move split_extent_map to extent_map.c
` [PATCH 07/14] btrfs: reorder btrfs_extract_ordered_extent
` [PATCH 08/14] btrfs: return the new ordered_extent from btrfs_split_ordered_extent
` [PATCH 09/14] btrfs: return void from btrfs_finish_ordered_io
` [PATCH 10/14] btrfs: split btrfs_alloc_ordered_extent
` [PATCH 11/14] btrfs: atomically insert the new extent in btrfs_split_ordered_extent
` [PATCH 12/14] btrfs: handle completed ordered extents "
` [PATCH 13/14] btrfs: defer splitting of ordered extents until I/O completion
` [PATCH 14/14] btrfs: pass the new logical address to split_extent_map

[PATCH 0/7] btrfs-progs: tune: add resume support for csum conversion
 2023-05-24 22:24 UTC  (12+ messages)
` [PATCH 1/7] btrfs-progs: tune: implement resume support for metadata checksum
` [PATCH 2/7] btrfs-progs: tune: implement resume support for generating new data csum
` [PATCH 3/7] btrfs-progs: tune: implement resume support for csum tree without any new csum item
` [PATCH 4/7] btrfs-progs: tune: implement resume support for empty csum tree
` [PATCH 5/7] btrfs-progs: tune: implement resume support for half deleted old csums
` [PATCH 6/7] btrfs-progs: tune: implement resume support for data csum objectid change
` [PATCH 7/7] btrfs-progs: tune: reject csum change if the fs is already using the target csum type

[PATCH v2 0/9] btrfs: metadata_uuid refactors part1
 2023-05-24 20:57 UTC  (14+ messages)
` [PATCH v2 1/9] btrfs: reduce struct btrfs_fs_devices size relocate fsid_change
` [PATCH v2 2/9] btrfs: streamline fsid checks in alloc_fs_devices
` [PATCH v2 3/9] btrfs: localise has_metadata_uuid check in alloc_fs_devices args
` [PATCH v2 4/9] btrfs: add comment about metadata_uuid in btrfs_fs_devices
` [PATCH v2 5/9] btrfs: simplify check_tree_block_fsid return arg to bool
` [PATCH v2 6/9] btrfs: refactor with match_fsid_fs_devices helper
` [PATCH v2 7/9] btrfs: refactor with match_fsid_changed helper
` [PATCH v2 8/9] btrfs: consolidate uuid memcmp in btrfs_validate_super
` [PATCH v2 9/9] btrfs: add and fix comments in btrfs_fs_devices

Franz Schrober
 2023-05-24 19:41 UTC 

[PATCH v2 0/7] btrfs-progs: fix -Wmissing-prototypes warnings and enable that warning option
 2023-05-24 19:32 UTC  (3+ messages)
` [PATCH v2 2/7] btrfs-progs: libbtrfs: remove the support for fs without uuid tree

[PATCH 0/9] btrfs: metadata_uuid refactors part1
 2023-05-24 11:00 UTC  (24+ messages)
` [PATCH 1/9] btrfs: reduce struct btrfs_fs_devices size relocate fsid_change
` [PATCH 2/9] btrfs: streamline fsid checks in alloc_fs_devices
` [PATCH 3/9] btrfs: localise has_metadata_uuid check in alloc_fs_devices args
` [PATCH 4/9] btrfs: add comment about metadata_uuid in btrfs_fs_devices
` [PATCH 5/9] btrfs: simplify check_tree_block_fsid return arg to bool
` [PATCH 6/9] btrfs: refactor with memcmp_fsid_fs_devices helper
` [PATCH 7/9] btrfs: refactor with memcmp_fsid_changed helper
` [PATCH 8/9] btrfs: consolidate uuid memcmp in btrfs_validate_super
` [PATCH 9/9] btrfs: fix source code style in find_fsid

[PATCH] btrfs: Fix csum_tree_block to avoid tripping on -Werror=array-bounds
 2023-05-24  9:29 UTC  (5+ messages)

[PATCH] btrfs: fix uninitialized warning in btrfs_log_inode
 2023-05-24  9:23 UTC  (10+ messages)

Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
 2023-05-24  9:13 UTC  (9+ messages)

writeback fixlets and tidyups
 2023-05-23 23:27 UTC  (26+ messages)
` [PATCH 01/16] btrfs: fix range_end calculation in extent_write_locked_range
` [PATCH 02/16] btrfs: factor out a btrfs_verify_page helper
` [PATCH 03/16] btrfs: unify fsverify vs other read error handling in end_page_read
` [PATCH 04/16] btrfs: don't check PageError in btrfs_verify_page
` [PATCH 05/16] btrfs: don't fail writeback when allocating the compression context fails
` [PATCH 06/16] btrfs: rename cow_file_range_async to run_delalloc_compressed
` [PATCH 07/16] btrfs: don't check PageError in __extent_writepage
` [PATCH 08/16] btrfs: stop setting PageError in the data I/O path
` [PATCH 09/16] btrfs: remove PAGE_SET_ERROR
` [PATCH 10/16] btrfs: remove non-standard extent handling in __extent_writepage_io
` [PATCH 11/16] btrfs: move nr_to_write to __extent_writepage
` [PATCH 12/16] btrfs: only call __extent_writepage_io from extent_write_locked_range
` [PATCH 13/16] btrfs: don't treat zoned writeback as being from an async helper thread
` [PATCH 14/16] btrfs: don't redirty the locked page for extent_write_locked_range
` [PATCH 15/16] btrfs: refactor the zoned device handling in cow_file_range
` [PATCH 16/16] btrfs: split page locking out of __process_pages_contig

[syzbot] [btrfs?] WARNING in btrfs_commit_transaction (2)
 2023-05-23 22:50 UTC  (2+ messages)

[PATCH 0/8] Cleanup unaligned access macros
 2023-05-23 18:56 UTC  (3+ messages)

[PATCH] btrfs: fix uninitialized variable warnings
 2023-05-23 16:23 UTC  (2+ messages)

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-23 12:46 UTC  (12+ messages)
` [PATCH v4 1/9] fs: pass the request_mask to generic_fillattr
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime

[PATCH 0/2] btrfs-progs: tune: fix the leftover csum change item and add a test case for it
 2023-05-23 11:00 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: tune: delete the csum change item after converting the fs
` [PATCH 2/2] btrfs-progs: tests/misc: add a test case for csum change

[PATCH 6/9] btrfs: refactor with memcmp_fsid_fs_devices helper
 2023-05-23 10:03 UTC  (2+ messages)
` [PATCH 7/9] btrfs: refactor with memcmp_fsid_changed helper

[PATCH v2 0/7] btrfs-progs: csum-change: add the initial support for offline csum type change
 2023-05-22 23:45 UTC  (4+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_exclop_balance (2)
 2023-05-22 22:24 UTC  (3+ messages)

[PATCH] btrfs: call btrfs_orig_bbio_end_io when btrfs_end_bio_work
 2023-05-22 22:12 UTC  (2+ messages)

[PATCH] btrfs: disable allocation warnings for compression workspaces
 2023-05-22 15:50 UTC 

btrfs raid10 rebalance questions
 2023-05-22 13:02 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox