messages from 2022-05-19 13:39:04 to 2022-05-26 16:15:18 UTC [more...]
[PATCH DRAFT] btrfs: RAID56J journal on-disk format draft
2022-05-26 16:10 UTC (13+ messages)
[PATCH] btrfs: use PAGE_ALIGNED instead of IS_ALIGNED
2022-05-26 14:35 UTC
misc btrfs cleanups
2022-05-26 12:58 UTC (35+ messages)
` [PATCH 1/8] btrfs: quit early if the fs has no RAID56 support for raid56 related checks
` [PATCH 2/8] btrfs: introduce a pure data checksum checking helper
` [PATCH 3/8] btrfs: remove duplicated parameters from submit_data_read_repair()
` [PATCH 4/8] btrfs: factor out a helper to end a single sector buffere I/O
` [PATCH 5/8] btrfs: refactor end_bio_extent_readpage
` [PATCH 6/8] btrfs: factor out a btrfs_csum_ptr helper
` [PATCH 7/8] btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
` [PATCH 8/8] btrfs: use btrfs_bio_for_each_sector in btrfs_check_read_dio_bio
[PATCH v2 0/7] btrfs: read-repair rework based on bitmap
2022-05-26 9:13 UTC (22+ messages)
` [PATCH v2 1/7] btrfs: save the original bi_iter into btrfs_bio for buffered read
` [PATCH v2 2/7] btrfs: make repair_io_failure available outside of extent_io.c
` [PATCH v2 3/7] btrfs: add a btrfs_map_bio_wait helper
` [PATCH v2 4/7] btrfs: introduce new read-repair infrastructure
` [PATCH v2 5/7] btrfs: make buffered read path to use the new read repair infrastructure
` [PATCH v2 6/7] btrfs: make direct io "
` [PATCH v2 7/7] btrfs: remove io_failure_record infrastructure completely
cleanup btrfs bio handling, part 2 v4
2022-05-26 7:36 UTC (11+ messages)
` [PATCH 01/10] btrfs: move more work into btrfs_end_bioc
` [PATCH 02/10] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 03/10] btrfs: split btrfs_submit_data_bio
` [PATCH 04/10] btrfs: defer I/O completion based on the btrfs_raid_bio
` [PATCH 05/10] btrfs: don't double-defer bio completions for compressed reads
` [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes
` [PATCH 07/10] btrfs: centralize setting REQ_META
` [PATCH 08/10] btrfs: remove btrfs_end_io_wq
` [PATCH 09/10] btrfs: refactor btrfs_map_bio
` [PATCH 10/10] btrfs: do not allocate a btrfs_bio for low-level bios
[PATCH] btrfs: add missing function name in btrfs_log_new_name() kernel-doc comment
2022-05-26 4:39 UTC
Quota consistently brings machine to a crawl
2022-05-25 23:05 UTC (2+ messages)
[RFC][PATCH][cp] btrfs, nocow and cp --reflink
2022-05-25 17:05 UTC
cp --reflink and NOCOW files
2022-05-25 16:15 UTC (5+ messages)
[PATCH v2] btrfs: prevent remounting to v1 space cache for subpage mount
2022-05-25 14:45 UTC (2+ messages)
[PATCH v2] btrfs:zoned: fix comment description for sb_write_pointer logic
2022-05-25 14:41 UTC (3+ messages)
Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
2022-05-25 14:35 UTC (15+ messages)
Btrfs progs release 5.18
2022-05-25 14:06 UTC
[GIT PULL] Btrfs updates for 5.19
2022-05-25 2:16 UTC (2+ messages)
Tried to replace a drive in a raid 1 and all hell broke loose
2022-05-24 19:11 UTC (5+ messages)
Use of PageError in superblock writes
2022-05-24 16:53 UTC (2+ messages)
[PATCH] btrfs: fix typos in comments
2022-05-24 16:33 UTC (3+ messages)
two more btrfs read repair tests v2
2022-05-24 13:30 UTC (19+ messages)
` [PATCH 1/9] btrfs: add a helpers for read repair testing
` [PATCH 2/9] btrfs/140: use common read repair helpers
` [PATCH 3/9] btrfs/141: "
` [PATCH 4/9] btrfs/142: "
` [PATCH 5/9] btrfs/143: "
` [PATCH 6/9] btrfs/157: use _btrfs_get_first_logical
` [PATCH 7/9] btrfs/215: "
` [PATCH 8/9] btrfs: test repair with sectors corrupted in multiple mirrors
` [PATCH 9/9] btrfs: test repair with corrupted sectors interleaved over "
'btrfs rescue' command (recommended by btrfs check) fails on old BTRFS RAID1 on (currently) openSUSE Leap 15.3
2022-05-24 7:44 UTC (10+ messages)
379b0fd8ed: blktests.block/024.fail
2022-05-24 2:34 UTC
[Help Please] Missing FIle Permissions Irrecoverably
2022-05-23 6:05 UTC (3+ messages)
[PATCH v4 00/13] support non power of 2 zoned devices
2022-05-23 8:25 UTC (25+ messages)
` [dm-devel] "
` [PATCH v4 08/13] btrfs:zoned: make sb for npo2 zone devices align with sb log offsets
[PATCH 0/7] btrfs: synchronous (but super simple) read-repair rework
2022-05-23 1:48 UTC (8+ messages)
` [PATCH 1/7] btrfs: save the original bi_iter into btrfs_bio for buffered read
` [PATCH 2/7] btrfs: make repair_io_failure available outside of extent_io.c
` [PATCH 3/7] btrfs: add a btrfs_map_bio_wait helper
` [PATCH 4/7] btrfs: add new read repair infrastructure
` [PATCH 5/7] btrfs: use the new read repair code for buffered reads
` [PATCH 6/7] btrfs: use the new read repair code for direct I/O
` [PATCH 7/7] btrfs: remove io_failure_record infrastructure completely
[ANNOUNCE] CFP: Zoned Storage Microconference - Linux Plumbers Conference 2022
2022-05-22 22:01 UTC
two more btrfs read repair tests
2022-05-22 13:00 UTC (9+ messages)
` [PATCH 1/2] btrfs: test repair with sectors corrupted in multiple mirrors
` [PATCH 2/2] btrfs: test repair with corrupted sectors interleaved over "
simple synchronous read repair
2022-05-21 1:16 UTC (22+ messages)
` [PATCH 01/15] btrfs: introduce a pure data checksum checking helper
` [PATCH 02/15] btrfs: quit early if the fs has no RAID56 support for raid56 related checks
` [PATCH 04/15] btrfs: remove duplicated parameters from submit_data_read_repair()
` [PATCH 05/15] btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
` [PATCH 12/15] btrfs: add new read repair infrastructure
` Why btrfs no longer allocate the extent at the beginning of an empty chunk (was: Re: [PATCH 12/15] btrfs: add new read repair infrastructure)
[PATCH] btrfs-progs: introduce inspect-internal map-logical command
2022-05-21 1:13 UTC (4+ messages)
[PATCH v15 0/7] btrfs: add send/receive support for reading/writing compressed data
2022-05-20 20:58 UTC (8+ messages)
` [PATCH v15 3/7] btrfs: add send stream v2 definitions
[PATCH 0/2] btrfs-progs: free space tree fixes
2022-05-20 14:34 UTC (4+ messages)
` [PATCH 1/2] btrfs-progs: properly initialize btrfs_block_group::bitmap_high_thresh
` [PATCH 2/2] btrfs-progs: mkfs-tests: add test case to make sure we don't create bitmaps for empty fs
[PATCH] btrfs: fix hang during unmount when block group reclaim task is running
2022-05-20 13:48 UTC (2+ messages)
[PATCH] btrfs-progs: do not abuse btrfs_commit_transaction() just to update super blocks
2022-05-20 13:38 UTC (2+ messages)
[RFC ONLY 0/8] btrfs: introduce raid-stripe-tree
2022-05-20 8:27 UTC (16+ messages)
` [RFC ONLY 3/8] btrfs: read raid-stripe-tree from disk
[PATCH] btrfs: ensure pages are unlocked on cow_file_range() failure
2022-05-19 16:18 UTC (5+ messages)
[PATCH v4 00/13] support non power of 2 zoned devices
2022-05-19 15:25 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox