linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-30 22:46:00 to 2022-07-07 18:51:18 UTC [more...]

[PATCH 0/3] Cleanup short int types in block group reserve
 2022-07-07 18:46 UTC  (4+ messages)
` [PATCH 1/3] btrfs: switch btrfs_block_rsv::full to bool

cleanup btrfs bio submission v2
 2022-07-07 18:35 UTC  (6+ messages)
` [PATCH 10/10] btrfs: remove bioc->stripes_pending

[PATCH] btrfs: fix a memory leak in read_zone_info
 2022-07-07 17:34 UTC  (6+ messages)

BTRFS critical (device md126): corrupt node: root=1 block=13404298215424 slot=307, unaligned pointer, have 12567101254720864896 should be aligned to 4096
 2022-07-07 16:56 UTC  (3+ messages)

[PATCH 0/3] btrfs: a few direct IO fixes/improvements
 2022-07-07 16:47 UTC  (11+ 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

[PATCH 0/3] btrfs: fix a couple sleeps while holding a spinlock
 2022-07-07 16:31 UTC  (5+ messages)
` [PATCH 1/3] btrfs: fix sleep while under a spinlock when allocating delayed inode
` [PATCH 2/3] btrfs: fix sleep while under a spinlock when inserting a fs root
` [PATCH 3/3] btrfs: free qgroup metadata without holding the fs roots lock

[PATCH] btrfs: remove the inode cache check at btrfs_is_free_space_inode()
 2022-07-07 16:26 UTC  (3+ messages)

[btrfs] e3588283e9: fxmark.ssd_btrfs_MWRM_72_directio.works/sec -12.0% regression
 2022-07-07 16:24 UTC  (2+ messages)

[PATCH 00/13] btrfs: zoned: fix active zone tracking issues
 2022-07-07 14:51 UTC  (31+ 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

[btrfs] 638ab1768a: aim7.jobs-per-min 6.2% improvement
 2022-07-07 14:40 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 088b9c375534d905a4d337c78db3b3bfbb52c4a0
 2022-07-07 14:02 UTC  (4+ messages)

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

fix read repair on compressed extents v2
 2022-07-07 13:30 UTC  (10+ messages)
` [PATCH 1/4] btrfs: simplify the pending I/O counting in struct compressed_bio
` [PATCH 3/4] btrfs: remove the start argument to check_data_csum
` [PATCH 4/4] btrfs: fix repair of compressed extents

fix read repair on compressed extents v3
 2022-07-07 13:08 UTC  (8+ messages)
` [PATCH 1/6] btrfs: repair all known bad mirrors
` [PATCH 2/6] btrfs: simplify the pending I/O counting in struct compressed_bio
` [PATCH 3/6] btrfs: pass a btrfs_bio to btrfs_repair_one_sector
` [PATCH 4/6] btrfs: remove the start argument to check_data_csum
` [PATCH 5/6] btrfs: fix repair of compressed extents
` [PATCH 6/6] btrfs: don't call btrfs_page_set_checked in finish_compressed_bio_read

btrfs I/O completion cleanup and single device I/O optimizations
 2022-07-07 12:20 UTC  (15+ 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

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-07  8:42 UTC  (5+ messages)

[PATCH RFC 00/11] btrfs: introduce write-intent bitmaps for RAID56
 2022-07-07  5:05 UTC  (20+ 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 v6 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-06 19:07 UTC  (4+ messages)
` [PATCH v6 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [PATCH v6 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

[PATCH 0/2] btrfs: send: fix a bug that sending a link command on existing file path
 2022-07-06 16:03 UTC  (4+ messages)
` [PATCH 1/2] btrfs: send: introduce recorded_ref_alloc and recorded_ref_free
` [PATCH 2/2] btrfs: send: fix a bug that sending a link command on existing file path

lost page write due to IO error on [...]
 2022-07-06 13:24 UTC  (3+ messages)

bug in btrfs during low memory testing
 2022-07-06 12:13 UTC  (7+ messages)

[PATCH v5 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-06 10:48 UTC  (6+ 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

Suggestions for building new 44TB Raid5 array
 2022-07-06  9:09 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 2a2aa3f05338270aecbe2492fda910d6c17e0102
 2022-07-05 23:41 UTC 

[PATCH v2][RESEND] btrfs: allow single disk devices to mount with older generations
 2022-07-05 23:22 UTC  (2+ messages)

Help with btrfs error
 2022-07-05 20:54 UTC  (2+ messages)

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

[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 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] btrfs: fix a memory leak in read_zone_info
 2022-07-04  8:10 UTC 

[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  (14+ 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)


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