public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-28 18:45:35 to 2023-08-03 06:34:03 UTC [more...]

[PATCH v2 0/5] btrfs: scrub: improve the scrub performance
 2023-08-03  6:33 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs: scrub: avoid unnecessary extent tree search preparing stripes
` [PATCH v2 2/5] btrfs: scrub: avoid unnecessary csum "
` [PATCH v2 3/5] btrfs: scrub: fix grouping of read IO
` [PATCH v2 4/5] btrfs: scrub: don't go ordered workqueue for dev-replace
` [PATCH v2 5/5] btrfs: scrub: move write back of repaired sectors into scrub_stripe_read_repair_worker()

[PATCH 0/5] btrfs: scrub: improve the scrub performance
 2023-08-03  6:30 UTC  (11+ messages)

[PATCH v3 0/3] btrfs: fix an ASSERT() triggered inside prepare_to_merge()
 2023-08-03  6:06 UTC  (4+ messages)
` [PATCH v3 1/3] btrfs: avoid race with qgroup tree creation and relocation
` [PATCH v3 2/3] btrfs: exit gracefully if reloc roots don't match
` [PATCH v3 3/3] btrfs: reject invalid reloc tree root keys with stack dump

[PATCH] btrfs/276: allow a slight increase in the number of extents
 2023-08-03  1:30 UTC  (8+ messages)

small writeback fixes v2
 2023-08-03  0:59 UTC  (16+ messages)
` [PATCH 1/9] btrfs: don't stop integrity writeback too early
` [PATCH 4/9] btrfs: move the cow_fixup earlier in writepages handling
` [PATCH 6/9] btrfs: stop submitting I/O after an error in extent_write_locked_range
` [PATCH 7/9] btrfs: fix a race in clearing the writeback bit for sub-page I/O

Filesystem hangs under high NFS load
 2023-08-02 23:54 UTC 

[PATCH 00/10 v2] fixes and preparatory related to metadata_uuid
 2023-08-02 23:29 UTC  (11+ messages)
` [PATCH 01/10 v2] btrfs-progs: dump-super print actual metadata_uuid value
` [PATCH 02/10] btrfs-progs: tests: return metadata_uuid or fsid as per METADATA_UUID flag
` [PATCH 03/10] btrfs-progs: fix duplicate missing device
` [PATCH 04/10] btrfs-progs: track missing device counter
` [PATCH 05/10] btrfs-progs: tune: check for missing device
` [PATCH 06/10] btrfs-progs: track changing_fsid flag in fs_devices
` [PATCH 07/10] btrfs-progs: track num_devices per fs_devices
` [PATCH 08/10] btrfs-progs: track total_devs in fs devices
` [PATCH 09/10] btrfs-progs: track active metadata_uuid per fs_devices
` [PATCH 10/10] btrfs-progs: tune: consolidate return goto free-out

[PATCH v2 0/3] btrfs: fix an ASSERT() triggered inside prepare_to_merge()
 2023-08-02 21:32 UTC  (8+ messages)
` [PATCH v2 1/3] btrfs: avoid race with qgroup tree creation and relocation
` [PATCH v2 2/3] btrfs: exit gracefully if reloc roots don't match
` [PATCH v2 3/3] btrfs: reject invalid reloc tree root keys with stack dump

[PATCH v6 0/7] fs: implement multigrain timestamps
 2023-08-02 20:54 UTC  (14+ messages)
` [PATCH v6 1/7] fs: pass the request_mask to generic_fillattr
` [PATCH v6 2/7] fs: add infrastructure for multigrain timestamps
` [PATCH v6 4/7] tmpfs: add support "
` [PATCH v6 5/7] xfs: switch to "
` [PATCH v6 6/7] ext4: "

[syzbot] [btrfs?] INFO: task hung in extent_writepages
 2023-08-02 17:51 UTC 

more blkdev_get and holder work
 2023-08-02 16:33 UTC  (15+ messages)
` [PATCH 01/12] fs: export setup_bdev_super
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code
` [PATCH 03/12] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH 04/12] btrfs: open block devices after superblock creation
` [PATCH 05/12] ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
` [PATCH 06/12] fs: use the super_block as holder when mounting file systems
` [PATCH 07/12] fs: stop using get_super in fs_mark_dead
` [PATCH 08/12] fs: export fs_holder_ops
` [PATCH 09/12] ext4: drop s_umount over opening the log device
` [PATCH 10/12] ext4: use fs_holder_ops for "
` [PATCH 11/12] xfs: drop s_umount over opening the log and RT devices
` [PATCH 12/12] xfs use fs_holder_ops for "

[syzbot] [btrfs?] WARNING in emit_fiemap_extent
 2023-08-02 14:46 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_cancel_balance
 2023-08-02 14:35 UTC  (3+ messages)

[syzbot] possible deadlock in btrfs_search_slot
 2023-08-02 14:17 UTC  (3+ messages)
` [syzbot] [btrfs?] "

[PATCH] btrfs: set cache_block_group_error if we find an error
 2023-08-02 13:20 UTC 

[PATCH v2] Btrfs: only subtract from len_to_oe_boundary when it is tracking an extent
 2023-08-02  9:35 UTC  (5+ messages)

[syzbot] [btrfs?] kernel BUG in prepare_to_merge
 2023-08-02  9:32 UTC  (19+ messages)

btrfs write-bandwidth performance regression of 6.5-rc4/rc3
 2023-08-02  9:26 UTC  (15+ messages)

[PATCH v2 00/10] btrfs: zoned: write-time activation of metadata block group
 2023-08-02  4:50 UTC  (26+ messages)
` [PATCH v2 01/10] btrfs: introduce struct to consolidate extent buffer write context
` [PATCH v2 02/10] btrfs: zoned: introduce block_group context to btrfs_eb_write_context
` [PATCH v2 03/10] btrfs: zoned: return int from btrfs_check_meta_write_pointer
` [PATCH v2 04/10] btrfs: zoned: defer advancing meta_write_pointer
` [PATCH v2 05/10] btrfs: zoned: update meta_write_pointer on zone finish
` [PATCH v2 06/10] btrfs: zoned: reserve zones for an active metadata/system block group
` [PATCH v2 07/10] btrfs: zoned: activate metadata block group on write time
` [PATCH v2 08/10] btrfs: zoned: no longer count fresh BG region as zone unusable
` [PATCH v2 09/10] btrfs: zoned: don't activate non-DATA BG on allocation
` [PATCH v2 10/10] btrfs: zoned: re-enable metadata over-commit for zoned mode

[PATCH 0/7 v2] metadata_uuid misc cleanup and fixes part2
 2023-08-01 13:25 UTC  (13+ messages)
` [PATCH 1/7] btrfs: add a helper to read the superblock metadata_uuid
` [PATCH 2/7] btrfs: simplify memcpy either of metadata_uuid or fsid
` [PATCH 3/7] btrfs: fix fsid in btrfs_validate_super
` [PATCH 4/7] btrfs: fix metadata_uuid "
` [PATCH 5/7] btrfs: drop redundant check to use fs_devices::metadata_uuid
` [PATCH 6/7] btrfs: add a superblock helper to read metadata_uuid or NULL
` [PATCH 7/7] btrfs: use btrfs_sb_metadata_uuid_or_null

[PATCH v2] btrfs: output extra debug info if we failed to find an inline backref
 2023-08-01 11:02 UTC 

[syzbot] WARNING in btrfs_free_reserved_data_space_noquota
 2023-08-01  9:27 UTC  (2+ messages)
` [syzbot] [btrfs?] "

[PATCH] btrfs: fix replace/scrub failure with metadata_uuid
 2023-08-01  7:45 UTC  (2+ messages)

[PATCH RFC] Btrfs: only subtract from len_to_oe_boundary when it is tracking an extent
 2023-08-01  2:59 UTC  (12+ messages)

[PATCH] btrfs: output extra debug info if we failed to find an inline backref
 2023-08-01  0:31 UTC  (3+ messages)

[PATCH] btrfs: wait on uncached block groups on every allocation loop
 2023-07-31 20:28 UTC 

[PATCH v2] btrfs: zoned: do not zone finish data relocation block group
 2023-07-31 16:49 UTC  (2+ messages)

[PATCH] btrfs: set_page_extent_mapped after read_folio in relocate_one_page
 2023-07-31 16:04 UTC  (2+ messages)

[syzbot] WARNING in lookup_inline_extent_backref
 2023-07-31 15:09 UTC  (3+ messages)

[PATCH RFC 0/32] block: Make blkdev_get_by_*() return handle
 2023-07-31 11:13 UTC  (6+ messages)
` [PATCH 01/32] block: Provide blkdev_get_handle_* functions

[PATCH 0/4] metadata_uuid misc cleanup and fixes part2
 2023-07-31 10:59 UTC  (7+ messages)
` [PATCH 1/4] btrfs: simplify memcpy for either metadata_uuid or fsid

[PATCH] btrfs: exit gracefully if reloc roots don't match
 2023-07-31  5:52 UTC 

improvements for users - crc errors and more
 2023-07-30 14:11 UTC 

[syzbot] Monthly btrfs report (Jul 2023)
 2023-07-30 13:15 UTC 

[PATCH v3 00/49] use refcount+RCU method to implement lockless slab shrink
 2023-07-29  8:47 UTC  (4+ messages)
` [PATCH v3 05/49] mm: shrinker: add infrastructure for dynamically allocating shrinker

Drives failures in irregular RAID1-Pool
 2023-07-28 18:52 UTC  (5+ messages)


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