public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-06 02:34:35 to 2023-02-13 11:14:05 UTC [more...]

[PATCH v5 00/13] btrfs: introduce RAID stripe tree
 2023-02-13 11:12 UTC  (38+ messages)
` [PATCH v5 01/13] btrfs: re-add trans parameter to insert_delayed_ref
` [PATCH v5 02/13] btrfs: add raid stripe tree definitions
` [PATCH v5 03/13] btrfs: read raid-stripe-tree from disk
` [PATCH v5 04/13] btrfs: add support for inserting raid stripe extents
` [PATCH v5 05/13] btrfs: delete stripe extent on extent deletion
` [PATCH v5 06/13] btrfs: lookup physical address from stripe extent
` [PATCH v5 07/13] btrfs: add raid stripe tree pretty printer
` [PATCH v5 08/13] btrfs: zoned: allow zoned RAID
` [PATCH v5 09/13] btrfs: check for leaks of ordered stripes on umount
` [PATCH v5 10/13] btrfs: add tracepoints for ordered stripes
` [PATCH v5 11/13] btrfs: announce presence of raid-stripe-tree in sysfs
` [PATCH v5 12/13] btrfs: consult raid-stripe-tree when scrubbing
` [PATCH v5 13/13] btrfs: add raid-stripe-tree to features enabled with debug

[PATCH] fstests: btrfs/249, add _wants_kernel_commit
 2023-02-13  9:45 UTC 

[PATCH v2 0/2] btrfs-progs: read device fsid from the sysfs
 2023-02-13  9:37 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: prepare helper device_is_seed
` [PATCH 2/2] btrfs-progs: read fsid from the sysfs in device_is_seed

[PATCH] btrfs: fix unnecessary increment of read error stat on write error
 2023-02-13  7:55 UTC  (3+ messages)

[PATCH 0/2] fix and optimize btrfs_lookup_bio_sums()
 2023-02-13  6:36 UTC  (5+ messages)
` [PATCH 1/2] btrfs: avoid reusing variable names in nested blocks
` [PATCH 2/2] btrfs: optimize search_file_offset_in_bio return value to bool

[PATCH] btrfs: remove btrfs_csum_ptr
 2023-02-13  6:32 UTC  (3+ messages)

[PATCH] btrfs-progs: tests: misc: fix failure on misc/034
 2023-02-13  5:47 UTC 

[PATCH 0/2] btrfs-progs: fixes for the cli test group
 2023-02-13  5:26 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: make usage() call to properly return an exit value
` [PATCH 2/2] btrfs-progs: tests: cli: fix 017 test case failure

[PATCH] fs: btrfs: limit the mapped length to the original length
 2023-02-13  0:37 UTC 

[PATCH] fs/btrfs: handle data extents, which crosss stripe boundaries, correctly
 2023-02-13  0:19 UTC  (5+ messages)

[GIT PULL] Btrfs fixes for 6.2-rc8, part 2
 2023-02-12 19:34 UTC  (2+ messages)

[BUG] assertion failed: root->root_key.objectid == btrfs_header_owner(path->nodes[level]), in fs/btrfs/extent-tree.c:5378
 2023-02-12 18:33 UTC 

RIP in btrfs with kernel 6.1.4
 2023-02-12 17:15 UTC  (2+ messages)

btrfs read_ahead_kb 4096 is too big? or any tuning/design guide
 2023-02-12 12:50 UTC 

Never balance metadata?
 2023-02-12 10:10 UTC  (7+ messages)

[PATCH v2] btrfs: ioctl: allow dev info ioctl to return fsid of a device
 2023-02-11 11:53 UTC 

[PATCH 0/3] btrfs-progs: fix btrfs/249 failure
 2023-02-11 11:50 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: filesystem-usage: handle missing seed device properly
` [PATCH 2/3] btrfs-progs: sync ioctl from kernel
` [PATCH 3/3] btrfs-progs: filesystem-usage: use btrfs_ioctl_dev_info_args::fsid to determine if a device is seed

[PATCH] btrfs: ioctl: allow dev info ioctl to return fsid of a device
 2023-02-11 11:46 UTC 

[PATCH] btrfs-progs: filesystem-usage: handle missing seed device properly
 2023-02-11  1:05 UTC  (4+ messages)

Automatic block group reclaim not working as expected?
 2023-02-10 15:14 UTC  (6+ messages)

[PATCH] btrfs: make kobj_type structures constant
 2023-02-10 14:26 UTC  (3+ messages)

Problem with recovering volume
 2023-02-10 14:23 UTC 

[PATCH 0/3] fstests: btrfs- add _fixed_by for new tests in the auto group
 2023-02-10 13:41 UTC  (4+ messages)
` [PATCH 1/3] fstests: btrfs/198, add _fixed_by_kernel_commit
` [PATCH 2/3] fstests: btrfs/219, "
` [PATCH 3/3] fstests: btrfs/185, "

run more tests in the auto group
 2023-02-10 13:39 UTC  (13+ messages)
` [PATCH 1/7] btrfs: add 198 and 219 to "
` [PATCH 2/7] btrfs: add 125 to the auto and quick groups
` [PATCH 3/7] btrfs: add 185 "
` [PATCH 4/7] generic: add 042 "
` [PATCH 5/7] generic: add 125 to the auto group
` [PATCH 6/7] generic: add 251 "
` [PATCH 7/7] xfs: add 080 to the auto and quick groups

[PATCH] btrfs: send: fix emission of invalid paths when issuing utimes commands
 2023-02-10 12:29 UTC 

[PATCH] btrfs: send: fix cache entry leak after failure to add it to the name cache
 2023-02-10 12:27 UTC 

compression code cleanups
 2023-02-10 11:10 UTC  (11+ messages)
` [PATCH 1/8] btrfs: embedded a btrfs_bio into struct compressed_bio
` [PATCH 2/8] btrfs: cleanup em handling in btrfs_submit_compressed_read
` [PATCH 3/8] btrfs: use the bbio file offset "
` [PATCH 4/8] btrfs: use the bbio file offset in add_ra_bio_pages
` [PATCH 5/8] btrfs: factor out a btrfs_add_compressed_bio_pages helper
` [PATCH 6/8] btrfs: factor out a btrfs_free_compressed_pages helper
` [PATCH 7/8] btrfs: don't clear ->mapping in btrfs_free_compressed_pages
` [PATCH 8/8] btrfs: fold finish_compressed_bio_write into btrfs_finish_compressed_write_work

RAID5 on SSDs - looking for advice
 2023-02-09 23:23 UTC  (6+ messages)

small btrfs-zoned fixlets and optimizations
 2023-02-09 20:13 UTC  (2+ messages)

[PATCH 0/2] btrfs: some minor tweaks to the extent buffer binary search
 2023-02-09 19:57 UTC  (5+ messages)
` [PATCH 1/2] btrfs: eliminate extra call when doing binary search on extent buffer
` [PATCH 2/2] btrfs: do unsigned integer division in the extent buffer binary search loop

[PATCH 0/5] btrfs-progs: minor fixes for clang warnings
 2023-02-09 19:26 UTC  (4+ messages)
` [PATCH 3/5] btrfs-progs: fix fallthrough cases with proper attributes

[PATCH] btrfs-progs: receive: fix a corruption when decompressing zstd extents
 2023-02-09 19:03 UTC  (2+ messages)

[PATCH RFC] btrfs: do not use the replace target device as an extra mirror
 2023-02-09  4:47 UTC 

[PATCH] btrfs: lock the inode in shared mode before starting fiemap
 2023-02-08 20:31 UTC  (4+ messages)

[PATCH] Btrfs: fix compile error about uninitialized variable
 2023-02-08 20:10 UTC  (2+ messages)

small raid56 cleanups v3
 2023-02-08 20:00 UTC  (2+ messages)

Leap Guest OS in Vbox parent transid verify failed….613771 wanted 613774
 2023-02-08 15:37 UTC  (3+ messages)

[PATCH 0/7] Error handling fixes
 2023-02-08  9:42 UTC  (11+ messages)
` [PATCH 1/7] btrfs: use btrfs_handle_fs_error in btrfs_fill_super
` [PATCH 2/7] btrfs: replace BUG_ON(level == 0) with ASSERT(level)
` [PATCH 3/7] btrfs: handle errors from btrfs_read_node_slot in split
` [PATCH 4/7] btrfs: iput on orphan cleanup failure
` [PATCH 5/7] btrfs: drop root refs properly when orphan cleanup fails
` [PATCH 6/7] btrfs: handle errors in walk_down_tree properly
` [PATCH 7/7] btrfs: abort the transaction if we get an error during snapshot drop

[PATCH v2] btrfs: add size class stats to sysfs
 2023-02-07 17:29 UTC  (3+ messages)

[PATCH] btrfs: free device in btrfs_close_devices for a single device filesystem
 2023-02-07 16:04 UTC  (3+ messages)

[PATCH 0/2] btrfs: block group size class load fixes
 2023-02-07 15:08 UTC  (5+ messages)
` [PATCH 2/2] btrfs: add size class stats to sysfs

[PATCH v2 0/4] btrfs: reduce the memory usage for btrfs_io_context, and reduce its variable sized members
 2023-02-07  4:26 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: simplify the @bioc argument for handle_ops_on_dev_replace()
` [PATCH v2 2/4] btrfs: small improvement for btrfs_io_context structure
` [PATCH v2 3/4] btrfs: use a more space efficient way to represent the source of duplicated stripes
` [PATCH v2 4/4] btrfs: replace btrfs_io_context::raid_map[] with a fixed u64 value

[PATCH 0/3] btrfs: reduce the memory usage for replace in btrfs_io_context
 2023-02-07  2:19 UTC  (6+ messages)
` [PATCH 2/3] btrfs: small improvement for btrfs_io_context structure

[GIT PULL] Btrfs fixes for v6.2-rc8
 2023-02-06 22:22 UTC  (4+ messages)

[PATCH] btrfs: add a stress test for send v2 streams
 2023-02-06 20:02 UTC  (4+ messages)

[PATCH 0/8] btrfs: some log tree fixes and cleanups
 2023-02-06 18:40 UTC  (4+ messages)
` [PATCH 6/8] btrfs: simplify update of last_dir_index_offset when logging a directory

[PATCH] btrfs: sysfs: Handle NULL return values
 2023-02-06 18:37 UTC  (4+ messages)

[PATCH] btrfs: restore assertion failure to the code line where it happens
 2023-02-06 18:11 UTC  (3+ messages)

[PATCH v3 0/7] extent buffer dirty cleanups
 2023-02-06 17:12 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: reduce div64 calls for __btrfs_map_block() and its variants
 2023-02-06 13:10 UTC  (4+ messages)
` [PATCH v3 1/2] btrfs: remove map_lookup->stripe_len
` [PATCH v3 2/2] btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32

[PATCH 0/2] btrfs: reduce div64 calls for __btrfs_map_block() and its variants
 2023-02-06 10:16 UTC  (12+ messages)
` [PATCH 1/2] btrfs: remove map_lookup->stripe_len
` [PATCH 2/2] btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32

[regression] Bug 216851 - btrfs write time corrupting for log tree
 2023-02-06 10:10 UTC  (18+ messages)

[PATCH v2 0/2] btrfs: reduce div64 calls for __btrfs_map_block() and its variants
 2023-02-06  7:07 UTC  (3+ messages)
` [PATCH v2 2/2] btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32

back&forth send/receiving?
 2023-02-06  6:46 UTC  (6+ messages)


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