linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-22 14:12:13 to 2022-06-29 14:41:36 UTC [more...]

[PATCH RFC v2 0/8] btrfs: raid-stripe-tree draft patches
 2022-06-29 14:41 UTC  (9+ messages)
` [PATCH RFC v2 1/8] btrfs: add raid stripe tree definitions
` [PATCH RFC v2 2/8] btrfs: read raid-stripe-tree from disk
` [PATCH RFC v2 3/8] btrfs: add boilerplate code to insert raid extent
` [PATCH RFC v2 4/8] btrfs: add boilerplate code to insert stripe entries for preallocated extents
` [PATCH RFC v2 5/8] btrfs: add code to delete raid extent
` [PATCH RFC v2 6/8] btrfs: add code to read "
` [PATCH RFC v2 7/8] btrfs: zoned: allow zoned RAID1
` [PATCH RFC v2 8/8] btrfs: add raid stripe tree pretty printer

btrfs read repair: more tests
 2022-06-29 14:00 UTC  (7+ messages)
` [PATCH 4/4] btrfs: test read repair on a corrupted compressed extent

[PATCH] btrfs: remove btrfs_writepage_cow_fixup
 2022-06-29 13:59 UTC  (27+ messages)

[PATCH 0/8] u-boot: fs: add generic unaligned read handling
 2022-06-29 12:53 UTC  (15+ messages)
` [PATCH RFC 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH RFC 2/8] fs: always get the file size in _fs_read()
` [PATCH RFC 3/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH RFC 4/8] fs: ext4: rely on _fs_read() to pass block aligned range into ext4fs_read_file()
` [PATCH RFC 5/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH RFC 6/8] fs: sandboxfs: add sandbox_fs_get_blocksize()
` [PATCH RFC 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH RFC 8/8] fs: erofs: add unaligned read range handling

[PATCH 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-06-29 11:38 UTC  (9+ messages)
` [PATCH 1/8] fs: fat: unexport file_fat_read_at()
` [PATCH 2/8] fs: btrfs: fix a bug which no data get read if the length is not 0
` [PATCH 3/8] fs: btrfs: fix a crash if specified range is beyond file size
` [PATCH 4/8] fs: btrfs: move the unaligned read code to _fs_read() for btrfs
` [PATCH 5/8] fs: ext4: rely on _fs_read() to handle leading unaligned block read
` [PATCH 6/8] fs: fat: rely on higher layer to get block aligned read range
` [PATCH 7/8] fs: ubifs: rely on higher layer to do unaligned read
` [PATCH 8/8] fs: erofs: add unaligned read range handling

fix read repair on compressed extents
 2022-06-29  8:42 UTC  (8+ messages)
` [PATCH 1/4] btrfs: simplify the pending I/O counting in struct compressed_bio
` [PATCH 2/4] btrfs: pass a btrfs_bio to btrfs_repair_one_sector
` [PATCH 3/4] btrfs: remove the start argument to check_data_csum
` [PATCH 4/4] btrfs: fix repair of compressed extents

[PATCH] btrfs: zoned: drop optimization of zone finish
 2022-06-29  7:27 UTC  (2+ messages)

read corruption with qemu master io_uring engine / linux master / btrfs(?)
 2022-06-29  5:14 UTC  (6+ messages)

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (15+ messages)

cleanup btrfs bio submission v2
 2022-06-28 15:20 UTC  (11+ messages)
` [PATCH 01/10] btrfs: remove a bunch of pointles stripe_len arguments
` [PATCH 08/10] btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully
` [PATCH 10/10] btrfs: remove bioc->stripes_pending

[RESEND PATCH v4 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-06-28 14:46 UTC  (5+ messages)
` [RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"

Question about metadata size
 2022-06-28 14:18 UTC  (13+ messages)

[PATCH 0/3] Cleanup short int types in block group reserve
 2022-06-28  7:15 UTC  (9+ messages)
` [PATCH 1/3] btrfs: switch btrfs_block_rsv::full to bool
` [PATCH 2/3] btrfs: switch btrfs_block_rsv::failfast "
` [PATCH 3/3] btrfs: use u8 type for btrfs_block_rsv::type

Prawne zabezpieczenie firmy
 2022-06-28  6:46 UTC 

[PATCH AUTOSEL 5.4 15/27] btrfs: do not BUG_ON() on failure to migrate space when replacing extents
 2022-06-28  2:24 UTC 

[PATCH AUTOSEL 5.10 20/34] btrfs: do not BUG_ON() on failure to migrate space when replacing extents
 2022-06-28  2:22 UTC 

[PATCH AUTOSEL 5.15 24/41] btrfs: add missing inode updates on each iteration when replacing extents
 2022-06-28  2:20 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 25/41] btrfs: do not BUG_ON() on failure to migrate space "

[PATCH AUTOSEL 5.18 35/53] btrfs: add missing inode updates on each iteration when replacing extents
 2022-06-28  2:18 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 36/53] btrfs: do not BUG_ON() on failure to migrate space "

[RFC PATCH] btrfs: Replace kmap_atomic() with kmap_local_page()
 2022-06-27 18:01 UTC  (2+ messages)

[PATCH] btrfs: Replace kmap_atomic() with kmap_local_page()
 2022-06-27 17:48 UTC 

[PATCH] btrfs: Convert zlib_compress_pages() to use kmap_local_page()
 2022-06-27 16:41 UTC  (5+ messages)

[PATCH] btrfs: Convert zlib_compress_pages() to use kmap_local_page()
 2022-06-27 16:33 UTC 

FS failing to transact on one of the users on my machine
 2022-06-27 12:51 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 5.19-rc4, part 2
 2022-06-26 17:36 UTC  (2+ messages)

FSTRIM timeout/errors on WD RED SA500 NAS SSD
 2022-06-25 10:34 UTC  (6+ messages)

[PATCH] btrfs: don't take a bio_counter reference for cloned bios
 2022-06-25  9:15 UTC 

[PATCH 0/2] Cleanup 2 sysfs flags
 2022-06-25  5:53 UTC  (10+ messages)
` [PATCH 1/2] btrfs: remove MIXED_BACKREF sysfs file
` [PATCH 2/2] btrfs: remove BIG_METADATA syfs file

Memory not shared for files opened from different subvolumes
 2022-06-24 17:54 UTC  (3+ messages)

[PATCH] btrfs: remove skinny extent verbose message
 2022-06-24 16:21 UTC  (11+ messages)
    ` Criteria for mount messages. (was "Re: [PATCH] btrfs: remove skinny extent verbose message")

[PATCH] btrfs: remove overly verbose messages
 2022-06-24 16:19 UTC  (4+ messages)

[PATCH 0/2] Profile mask and calculation cleanups
 2022-06-24 13:42 UTC  (6+ messages)
` [PATCH 1/2] btrfs: use mask for all RAID1* profiles in btrfs_calc_avail_data_space
` [PATCH 2/2] btrfs: merge calculations for simple striped profiles in btrfs_rmap_block

[PATCH 0/6] More send v2 updates: otime, fileattr
 2022-06-23 14:29 UTC  (2+ messages)

[PATCH] btrfs: Properly flag filesystem with BTRFS_FEATURE_INCOMPAT_BIG_METADATA
 2022-06-23 14:26 UTC  (5+ messages)

[PATCH] btrfs: lower some mount messages level to debug
 2022-06-23  9:31 UTC  (3+ messages)

[PATCH] btrfs: print checksum type and implementation at mount time
 2022-06-23  9:22 UTC  (3+ messages)

[PATCH v2] btrfs: zlib: refactor how we prepare the buffers
 2022-06-22 19:50 UTC  (6+ messages)

[PATCH] btrfs: reset block group chunk force if we have to wait
 2022-06-22 19:43 UTC  (2+ messages)

[PATCH] btrfs: clean up chained assignments
 2022-06-22 19:06 UTC 

[PATCH v4 0/2] btrfs: Expose commit stats through sysfs
 2022-06-22 16:25 UTC  (2+ messages)

[PATCH] btrfs: output mirror number for bad metadata
 2022-06-22 16:23 UTC  (2+ messages)

[PATCH v2] btrfs: reduce amount of reserved metadata for delayed item insertion
 2022-06-22 16:13 UTC  (2+ messages)


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