linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-23 11:54:36 to 2023-05-30 05:44:14 UTC [more...]

[PATCH v2 0/3] btrfs: small cleanups mostly for subpage cases
 2023-05-30  5:43 UTC  (7+ messages)
` [PATCH v2 1/3] btrfs: make alloc_extent_buffer() handle previously uptodate range more efficient for subpage
` [PATCH v2 2/3] btrfs: use the same @uptodate variable for end_bio_extent_readpage()
` [PATCH v2 3/3] btrfs: remove processed_extent infrastructure

[PATCH] btrfs: add back cgroup writeback support for metadata
 2023-05-30  5:39 UTC 

WARNING at fs/btrfs/disk-io.c:275 during xfstests run(4k block)
 2023-05-30  4:40 UTC 

[6.1] Transaction Aborted cancelling a metadata balance
 2023-05-30  4:19 UTC  (9+ messages)

[PATCH 0/3] btrfs: small cleanups mostly for subpage cases
 2023-05-30  1:18 UTC  (4+ messages)
` [PATCH 1/3] btrfs: make alloc_extent_buffer() handle previously uptodate range more efficient for subpage
` [PATCH 2/3] btrfs: use the same @uptodate variable for end_bio_extent_readpage()
` [PATCH 3/3] btrfs: remove processed_extent infrastructure

[PATCH] btrfs: tests: fix formatting in btrfs-tests
 2023-05-30  1:02 UTC 

6.1 Replacement warnings and papercuts
 2023-05-29 20:48 UTC  (16+ messages)

writeback fixlets and tidyups
 2023-05-29 17:52 UTC  (13+ 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 08/16] btrfs: stop setting PageError in the data I/O path

Btrfs progs release 6.3.1
 2023-05-29 15:16 UTC 

[PATCH 00/11] btrfs: some delayed refs optimizations and cleanups
 2023-05-29 15:17 UTC  (12+ messages)
` [PATCH 01/11] btrfs: reorder some members of struct btrfs_delayed_ref_head
` [PATCH 02/11] btrfs: remove unused is_head field from struct btrfs_delayed_ref_node
` [PATCH 03/11] btrfs: remove pointless in_tree "
` [PATCH 04/11] btrfs: use a bool to track qgroup record insertion when adding ref head
` [PATCH 05/11] btrfs: make insert_delayed_ref() return a bool instead of an int
` [PATCH 06/11] btrfs: get rid of label and goto at insert_delayed_ref()
` [PATCH 07/11] btrfs: assert correct lock is held at btrfs_select_ref_head()
` [PATCH 08/11] btrfs: use bool type for delayed ref head fields that are used as booleans
` [PATCH 09/11] btrfs: use a single switch statement when initializing delayed ref head
` [PATCH 10/11] btrfs: remove unnecessary prototype declarations at disk-io.c
` [PATCH 11/11] btrfs: make btrfs_destroy_delayed_refs() return void

please fold some fix into misc-next(btrfs: print assertion failure report and stack trace from the same line)
 2023-05-29 14:15 UTC  (3+ messages)

BTRFS kernel BUG at fs/inode.c;611!
 2023-05-29 14:07 UTC  (2+ messages)

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

[PATCH] btrfs/122: adjust nodesize to match pagesize
 2023-05-29 13:13 UTC 

[PATCH v2] btrfs-progs: convert: follow the default free space tree setting
 2023-05-29 10:46 UTC  (2+ messages)

[PATCH 0/8] Cleanup unaligned access macros
 2023-05-28 18:54 UTC  (5+ messages)
` [PATCH 4/8] m68k: use asm-generic/unaligned.h

[PATCH] btrfs: fix a crash in metadata repair path
 2023-05-26 22:28 UTC  (3+ messages)

[PATCH] btrfs: add xxhash to fast checksum implementations
 2023-05-26 21:02 UTC 

[GIT PULL] Btrfs fixes for 6.4-rc4
 2023-05-26 20:38 UTC  (2+ messages)

[PATCH RFC] btrfs: print assertion failure report and stack trace from the same line
 2023-05-26 14:57 UTC  (2+ messages)

[PATCH] btrfs: subpage: dump extra subpage bitmaps for debug
 2023-05-26 14:50 UTC  (3+ messages)

[PATCH] btrfs: fix the uptodate assert in btree_csum_one_bio
 2023-05-26 14:03 UTC  (3+ messages)

simplify extent_buffer reading and writing v4
 2023-05-26 13:58 UTC  (18+ 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-26 12:52 UTC  (7+ messages)

Fwd: vmalloc error: btrfs-delalloc btrfs_work_helper [btrfs] in kernel 6.3.x
 2023-05-26 12:24 UTC  (8+ 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  (5+ messages)

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  (20+ 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 6/9] btrfs: refactor with memcmp_fsid_fs_devices helper
` [PATCH 7/9] btrfs: refactor with memcmp_fsid_changed helper
` [PATCH 9/9] btrfs: fix source code style in find_fsid

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

[PATCH 16/16] btrfs: split page locking out of __process_pages_contig
 2023-05-23 23:27 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in btrfs_commit_transaction (2)
 2023-05-23 22:50 UTC  (2+ 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  (5+ messages)
` [PATCH v4 2/9] fs: add infrastructure for multigrain inode i_m/ctime


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