public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-30 19:31:13 to 2023-02-10 10:50:18 UTC [more...]

[PATCH] btrfs: remove btrfs_csum_ptr
 2023-02-10 10:50 UTC 

[PATCH v5 00/13] btrfs: introduce RAID stripe tree
 2023-02-10 10:33 UTC  (31+ 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

Automatic block group reclaim not working as expected?
 2023-02-10 10:27 UTC  (5+ messages)

compression code cleanups
 2023-02-10  7:48 UTC  (9+ 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

[PATCH] btrfs-progs: filesystem-usage: handle missing seed device properly
 2023-02-10  5:39 UTC 

[PATCH] btrfs: make kobj_type structures constant
 2023-02-10  2:13 UTC 

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  (3+ messages)

run more tests in the auto group
 2023-02-09 17:11 UTC  (12+ 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 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  (5+ messages)

[PATCH] Btrfs: fix compile error about uninitialized variable
 2023-02-08 20:10 UTC  (3+ 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  (10+ messages)
` [PATCH 1/3] btrfs: simplify the @bioc argument for handle_ops_on_dev_replace()
` [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  (5+ 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  (14+ 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  (21+ messages)

[PATCH v2 0/2] btrfs: reduce div64 calls for __btrfs_map_block() and its variants
 2023-02-06  7:07 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs: remove map_lookup->stripe_len
` [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)

BTRFS is unable to mount
 2023-02-04 18:16 UTC 

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-02-03 22:01 UTC  (2+ messages)

recursive send/receive?
 2023-02-03 17:02 UTC 

[PATCH 0/5] Fix a minor POSIX conformance problem
 2023-02-03 16:35 UTC  (16+ messages)
` [PATCH 1/5] truncate: Zero bytes after 'oldsize' if we're expanding the file
` [PATCH 2/5] ext4: "
` [PATCH 3/5] tmpfs: "
` [PATCH 4/5] afs: "
` [PATCH 5/5] btrfs: "
` [PATCH 6/5] generic: test ftruncate zeroes bytes after EOF

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-02-03 16:32 UTC  (3+ messages)

[RFC PATCH 1/1] btrfs:Try to reduce the operating frequency of free space cache trees when allocating unclustered
 2023-02-03 11:57 UTC  (2+ messages)

[PATCH] btrfs-progs: restore of xattrs fixed
 2023-02-02  4:33 UTC  (4+ messages)
  ` [PATCH v2 1/2] Fixed issue with restore of xattrs not working on directories
    ` [PATCH v2 2/2] Fixed issue with metadata getting modified in dry run mode

[PATCH AUTOSEL 6.1 15/35] btrfs: stop using write_one_page in btrfs_scratch_superblock
 2023-02-01 15:21 UTC  (3+ messages)

(no subject)
 2023-02-01  2:51 UTC 

bug: btrfs receive: ERROR: clone: did not find source subvol
 2023-01-31 16:57 UTC  (2+ messages)

[PATCH] btrfs: handle missing chunk mapping more gracefully
 2023-01-31 11:38 UTC  (2+ messages)

Will Btrfs have an official command to "uncow" existing files?
 2023-01-31 11:25 UTC  (5+ messages)

[syzbot] [btrfs?] WARNING in csum_one_extent_buffer
 2023-01-31  7:42 UTC 


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