linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-28 07:28:39 to 2022-07-05 17:17:19 UTC [more...]

fix read repair on compressed extents v2
 2022-07-05 17:17 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: don't take a bio_counter reference for cloned bios
 2022-07-05 17:16 UTC  (3+ messages)

[PATCH] btrfs: remove btrfs_writepage_cow_fixup
 2022-07-05 14:21 UTC  (20+ messages)

Help with btrfs error
 2022-07-05  8:21 UTC 

[PATCH 1/2] common: provide generic block error injection helper
 2022-07-05  7:43 UTC  (4+ messages)
` [PATCH 2/2] btrfs: test raid1 write error handling

[PATCH RFC 00/11] btrfs: introduce write-intent bitmaps for RAID56
 2022-07-05  7:39 UTC  (12+ messages)
` [PATCH RFC 01/11] btrfs: introduce new compat RO flag, EXTRA_SUPER_RESERVED
` [PATCH RFC 02/11] btrfs: introduce a new experimental compat RO flag, WRITE_INTENT_BITMAP
` [PATCH RFC 03/11] btrfs: introduce the on-disk format of btrfs write intent bitmaps
` [PATCH RFC 04/11] btrfs: load/create write-intent bitmaps at mount time
` [PATCH RFC 05/11] btrfs: write-intent: write the newly created bitmaps to all disks
` [PATCH RFC 06/11] btrfs: write-intent: introduce an internal helper to set bits for a range
` [PATCH RFC 07/11] btrfs: write-intent: introduce an internal helper to clear "
` [PATCH RFC 08/11] btrfs: write back write intent bitmap after barrier_all_devices()
` [PATCH RFC 09/11] btrfs: update and writeback the write-intent bitmap for RAID56 write
` [PATCH RFC 10/11] btrfs: raid56: clear write-intent bimaps when a full stripe finishes
` [PATCH RFC 11/11] btrfs: warn and clear bitmaps if there is dirty bitmap at mount time

[PATCH 0/8] btrfs-progs: add support for write-intent bitmaps
 2022-07-05  7:37 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: introduce a new compat RO flag, EXTRA_SUPER_RESERVED
` [PATCH 2/8] btrfs-progs: mkfs: add support for extra-super-reserved runtime flag
` [PATCH 3/8] btrfs-progs: print-tree: remove duplicated definition for compat RO flags
` [PATCH 4/8] btrfs-progs: print-tree: support btrfs_super_block::reserved_bytes
` [PATCH 5/8] btrfs-progs: check: add extra warning for dev extents inside the reserved range
` [PATCH 6/8] btrfs-progs: introduce the experimental compat RO flag, WRITE_INTENT_BITMAP
` [PATCH 7/8] btrfs-progs: introduce the on-disk format of btrfs write intent bitmaps
` [PATCH 8/8] btrfs-progs: cmds/inspect: add the ability to dump "

[linux-next:master] BUILD REGRESSION b6f1f2fa2bddd69ff46a190b8120bd440fd50563
 2022-07-05  0:01 UTC 

[PATCH v5 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-04 15:23 UTC  (3+ messages)
` [PATCH v5 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [PATCH v5 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-04 13:27 UTC  (30+ messages)
` [PATCH 01/13] block: add bdev_max_segments() helper
` [PATCH 02/13] btrfs: zoned: revive max_zone_append_bytes
` [PATCH 03/13] btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_size
` [PATCH 04/13] btrfs: convert count_max_extents() to use fs_info->max_extent_size
` [PATCH 05/13] btrfs: use fs_info->max_extent_size in get_extent_max_capacity()
` [PATCH 06/13] btrfs: let can_allocate_chunk return int
` [PATCH 07/13] btrfs: zoned: finish least available block group on data BG allocation
` [PATCH 08/13] btrfs: zoned: introduce space_info->active_total_bytes
` [PATCH 09/13] btrfs: zoned: disable metadata overcommit for zoned
` [PATCH 10/13] btrfs: zoned: activate metadata BG on flush_space
` [PATCH 11/13] btrfs: zoned: activate necessary block group
` [PATCH 12/13] btrfs: zoned: write out partially allocated region
` [PATCH 13/13] btrfs: zoned: wait until zone is finished when allocation didn't progress

[PATCH 0/3] btrfs: a few direct IO fixes/improvements
 2022-07-04 12:37 UTC  (10+ messages)
` [PATCH 1/3] btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline extents
` [PATCH 2/3] btrfs: don't fallback to buffered IO for NOWAIT direct IO writes
` [PATCH 3/3] btrfs: fault in pages for dio reads/writes in a more controlled way

btrfs I/O completion cleanup and single device I/O optimizations
 2022-07-04  8:44 UTC  (8+ messages)
` [PATCH 1/7] btrfs: don't call bioset_integrity_create for btrfs_bioset
` [PATCH 2/7] btrfs: move btrfs_bio allocation to volumes.c
` [PATCH 3/7] btrfs: pass the operation to btrfs_bio_alloc
` [PATCH 4/7] btrfs: properly abstract the parity raid bio handling
` [PATCH 5/7] btrfs: give struct btrfs_bio a real end_io handler
` [PATCH 6/7] btrfs: split out the end_io handler for cloned bios
` [PATCH 7/7] btrfs: stop allocation a btrfs_io_context for simple I/O

[PATCH] btrfs: fix a memory leak in read_zone_info
 2022-07-04  8:10 UTC 

[btrfs] 638ab1768a: aim7.jobs-per-min 6.2% improvement
 2022-07-03 13:27 UTC 

[PATCH] btrfs: fix a memory leak in read_zone_info
 2022-07-03  1:41 UTC  (3+ messages)

[PATCH] btrfs: test raid1 write error handling
 2022-07-02 23:53 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
 2022-07-02  0:58 UTC 

read corruption with qemu master io_uring engine / linux master / btrfs(?)
 2022-07-01 23:48 UTC  (19+ messages)

[RESEND PATCH v4 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-01 17:19 UTC  (3+ messages)
` [RESEND PATCH v4 2/2] "

[RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
 2022-07-01 17:08 UTC  (3+ messages)

Major btrfs fiemap slowdown on file with many extents once in cache (RCU stalls?) (Was: [PATCH 1/3] filemap: Correct the conditions for marking a folio as accessed)
 2022-07-01  1:55 UTC  (4+ messages)

[PATCH] btrfs: Convert zlib_decompress_bio() to use kmap_local_page()
 2022-06-30 22:21 UTC  (2+ messages)

btrfs shrink failure, systemd-homed
 2022-06-30 18:38 UTC 

[PATCH] btrfs: Replace kmap_atomic() with kmap_local_page()
 2022-06-30 15:46 UTC  (2+ messages)

[PATCH] btrfs: Convert zlib_compress_pages() to use kmap_local_page()
 2022-06-30 14:51 UTC  (2+ messages)

[PATCH 0/8] U-boot: fs: add generic unaligned read offset handling
 2022-06-30 12:21 UTC  (10+ 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

[PATCH 0/8] u-boot: fs: add generic unaligned read handling
 2022-06-30 10:12 UTC  (18+ 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

fix read repair on compressed extents
 2022-06-30  4:24 UTC  (16+ 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 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  (2+ messages)

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

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

cleanup btrfs bio submission v2
 2022-06-28 15:20 UTC  (3+ messages)
` [PATCH 08/10] btrfs: handle allocation failure in btrfs_wq_submit_bio gracefully

Question about metadata size
 2022-06-28 14:18 UTC  (3+ 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).