Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
[linus:master] [block] e70c301fae: stress-ng.aiol.ops_per_sec 49.6% regression
 2025-01-15 11:42 UTC  (7+ messages)

Bug: Potential Deadlock or Resource Contention in Btrfs Subsystem
 2025-01-15  9:22 UTC  (3+ messages)

write time tree block corruption detected, forced readonly
 2025-01-15  1:32 UTC  (5+ messages)

[PATCH] btrfs: fix assertion failure when splitting ordered extent after transaction abort
 2025-01-14 18:52 UTC  (3+ messages)

[PATCH 0/8] Block group caching fixes
 2025-01-14 17:28 UTC  (4+ messages)
` [PATCH 2/8] btrfs: update last_byte_to_unpin in switch_commit_roots

[PATCH v4 00/14] btrfs: more RST delete fixes
 2025-01-14 15:01 UTC  (16+ messages)
` [PATCH v4 01/14] btrfs: selftests: correct RAID stripe-tree feature flag setting
` [PATCH v4 02/14] btrfs: don't try to delete RAID stripe-extents if we don't need to
` [PATCH v4 03/14] btrfs: assert RAID stripe-extent length is always greater than 0
` [PATCH v4 04/14] btrfs: fix front delete range calculation for RAID stripe extents
` [PATCH v4 05/14] btrfs: fix tail delete of RAID stripe-extents
` [PATCH v4 06/14] btrfs: fix deletion of a range spanning parts two RAID stripe extents
` [PATCH v4 07/14] btrfs: implement hole punching for "
` [PATCH v4 08/14] btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
` [PATCH v4 09/14] btrfs: selftests: check for correct return value of failed lookup
` [PATCH v4 10/14] btrfs: selftests: don't split RAID extents in half
` [PATCH v4 11/14] btrfs: selftests: test RAID stripe-tree deletion spanning two items
` [PATCH v4 12/14] btrfs: selftests: add selftest for punching holes into the RAID stripe extents
` [PATCH v4 13/14] btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
` [PATCH v4 14/14] btrfs: selftests: add a selftest for deleting two out of three extents

[PATCH 0/3] btrfs: enhancement to pass generic/563
 2025-01-14  9:52 UTC  (4+ messages)
` [PATCH 1/3] btrfs: make btrfs_do_readpage() to do block-by-block read
` [PATCH 2/3] btrfs: avoid deadlock when reading a partial uptodate folio
` [PATCH 3/3] btrfs: allow buffered write to avoid full page read if it's block aligned

RAID1 two chunks of the same data on the same physical disk, one file keeps being corrupted
 2025-01-13 20:39 UTC  (5+ messages)

[PATCH v2] btrfs: add io_uring interface for encoded writes
 2025-01-13 20:09 UTC  (2+ messages)

[PATCH v2] generic: test swap activation on file that used to have clones
 2025-01-13 15:55 UTC 

[PATCH] generic: test swap activation on file that used to have clones
 2025-01-13 13:24 UTC  (9+ messages)

[PATCH][next] btrfs: selftests: Fix spelling mistake "suceeded" -> "succeeded"
 2025-01-13 11:30 UTC  (2+ messages)

[PATCH v4 1/2] configure: use pkg-config to find liburing
 2025-01-13  9:59 UTC  (7+ messages)
` [PATCH v4 2/2] btrfs: add test for encoded reads

[PATCH 0/2] btrfs: move ordered extents cleanup to where they got allocated
 2025-01-13  9:42 UTC  (3+ messages)
` [PATCH 1/2] btrfs: extract the nocow ordered extent and extent map generation into a helper
` [PATCH 2/2] btrfs: move ordered extent cleanup to where they are allocated

[PATCH v4 00/10] btrfs: error handling fixes
 2025-01-12  8:38 UTC  (12+ messages)
` [PATCH v4 01/10] btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
` [PATCH v4 02/10] btrfs: fix double accounting race when extent_writepage_io() failed
` [PATCH v4 03/10] btrfs: fix the error handling of submit_uncompressed_range()
` [PATCH v4 04/10] btrfs: do proper folio cleanup when cow_file_range() failed
` [PATCH v4 05/10] btrfs: do proper folio cleanup when run_delalloc_nocow() failed
` [PATCH v4 06/10] btrfs: subpage: fix the bitmap dump for the locked flags
` [PATCH v4 07/10] btrfs: subpage: dump the involved bitmap when ASSERT() failed
` [PATCH v4 08/10] btrfs: add extra error messages for delalloc range related errors
` [PATCH v4 09/10] btrfs: remove the unused @locked_folio parameter from btrfs_cleanup_ordered_extents()
` [PATCH v4 10/10] btrfs: move ordered extent cleanup to where they are allocated

[syzbot] [btrfs?] WARNING: ODEBUG bug in open_fs_devices
 2025-01-11 16:08 UTC 

[syzbot] [btrfs?] WARNING: ODEBUG bug in btrfs_free_stale_devices
 2025-01-11  7:04 UTC 

[PATCH v3 00/10] btrfs: error handling fixes
 2025-01-10 23:17 UTC  (14+ messages)
` [PATCH v3 01/10] btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
` [PATCH v3 02/10] btrfs: fix double accounting race when extent_writepage_io() failed
` [PATCH v3 03/10] btrfs: fix the error handling of submit_uncompressed_range()
` [PATCH v3 04/10] btrfs: do proper folio cleanup when cow_file_range() failed
` [PATCH v3 05/10] btrfs: do proper folio cleanup when run_delalloc_nocow() failed
` [PATCH v3 06/10] btrfs: subpage: fix the bitmap dump for the locked flags
` [PATCH v3 07/10] btrfs: subpage: dump the involved bitmap when ASSERT() failed
` [PATCH v3 08/10] btrfs: add extra error messages for delalloc range related errors
` [PATCH v3 09/10] btrfs: remove the unused @locked_folio parameter from btrfs_cleanup_ordered_extents()
` [PATCH v3 10/10] btrfs: move ordered extent cleanup to where they are allocated

I created btrfs repair/data recovery tools
 2025-01-10 20:03 UTC  (3+ messages)

[PATCH] btrfs: fix lockdep splat while merging a relocation root
 2025-01-10 16:52 UTC 

[PATCH v2 00/14] btrfs: more RST delete fixes
 2025-01-10 16:20 UTC  (30+ messages)
` [PATCH v2 01/14] btrfs: don't try to delete RAID stripe-extents if we don't need to
` [PATCH v2 03/14] btrfs: fix search when deleting a RAID stripe-extent
` [PATCH v2 05/14] btrfs: fix tail delete of RAID stripe-extents
` [PATCH v2 06/14] btrfs: fix deletion of a range spanning parts two RAID stripe extents
` [PATCH v2 07/14] btrfs: implement hole punching for "
` [PATCH v2 08/14] btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
` [PATCH v2 11/14] btrfs: selftests: test RAID stripe-tree deletion spanning two items
` [PATCH v2 12/14] btrfs: selftests: add selftest for punching holes into the RAID stripe extents
` [PATCH v2 13/14] btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
` [PATCH v2 14/14] btrfs: selftests: add a selftest for deleting two out of three extents

[PATCH] btrfs-progs: resize: remove the misleading warning for the 'max' option
 2025-01-10 16:11 UTC 

[PATCH 00/18] Random cleanups for 6.14
 2025-01-10 16:02 UTC  (26+ messages)
` [PATCH 01/18] btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item()
` [PATCH 02/18] btrfs: remove stray comment about SRCU
` [PATCH 03/18] btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()
` [PATCH 04/18] btrfs: rename __unlock_for_delalloc() and drop underscores
` [PATCH 05/18] btrfs: open code set_page_extent_mapped()
` [PATCH 06/18] btrfs: rename __get_extent_map() and pass btrfs_inode
` [PATCH 07/18] btrfs: use btrfs_inode in extent_writepage()
` [PATCH 08/18] btrfs: make wait_on_extent_buffer_writeback() static inline
` [PATCH 09/18] btrfs: drop one time used local variable in end_bbio_meta_write()
` [PATCH 10/18] btrfs: open code __free_extent_buffer()
` [PATCH 11/18] btrfs: rename btrfs_release_extent_buffer_pages() to mention folios
` [PATCH 12/18] btrfs: switch grab_extent_buffer() to folios
` [PATCH 13/18] btrfs: change return type to bool type of check_eb_alignment()
` [PATCH 14/18] btrfs: unwrap folio locking helpers
` [PATCH 15/18] btrfs: remove unused define WAIT_PAGE_LOCK for extent io
` [PATCH 16/18] btrfs: split waiting from read_extent_buffer_pages(), drop parameter wait
` [PATCH 17/18] btrfs: remove redundant variables from __process_folios_contig() and lock_delalloc_folios()
` [PATCH 18/18] btrfs: async-thread: rename DFT_THRESHOLD to DEFAULT_THRESHOLD

[PATCH v2 0/9] btrfs: error handling fixes
 2025-01-09 23:45 UTC  (28+ messages)
` [PATCH v2 1/9] btrfs: fix double accounting race when btrfs_run_delalloc_range() failed
` [PATCH v2 2/9] btrfs: fix double accounting race when extent_writepage_io() failed
` [PATCH v2 3/9] btrfs: fix the error handling of submit_uncompressed_range()
` [PATCH v2 4/9] btrfs: do proper folio cleanup when cow_file_range() failed
` [PATCH v2 5/9] btrfs: do proper folio cleanup when run_delalloc_nocow() failed
` [PATCH v2 6/9] btrfs: subpage: fix the bitmap dump for the locked flags
` [PATCH v2 7/9] btrfs: subpage: dump the involved bitmap when ASSERT() failed
` [PATCH v2 8/9] btrfs: add extra error messages for delalloc range related errors
` [PATCH v2 9/9] btrfs: remove the unused @locked_folio parameter from btrfs_cleanup_ordered_extents()

[GIT PULL] Btrfs fixes for 6.13-rc7
 2025-01-09 20:41 UTC  (2+ messages)

Re: [PATCH] fs/btrfs: Pass write-hint for buffered IO
 2025-01-09 17:54 UTC  (3+ messages)
  `  "

[PATCH] btrfs: fix errors in source code
 2025-01-09 16:33 UTC 

[PATCH v3 00/14] btrfs: more RST delete fixes
 2025-01-09 15:41 UTC  (17+ messages)
` [PATCH v3 01/14] btrfs: selftests: correct RAID stripe-tree feature flag setting
` [PATCH v3 02/14] btrfs: don't try to delete RAID stripe-extents if we don't need to
` [PATCH v3 03/14] btrfs: assert RAID stripe-extent length is always greater than 0
` [PATCH v3 04/14] btrfs: fix front delete range calculation for RAID stripe extents
` [PATCH v3 05/14] btrfs: fix tail delete of RAID stripe-extents
` [PATCH v3 06/14] btrfs: fix deletion of a range spanning parts two RAID stripe extents
` [PATCH v3 07/14] btrfs: implement hole punching for "
` [PATCH v3 08/14] btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
` [PATCH v3 09/14] btrfs: selftests: check for correct return value of failed lookup
` [PATCH v3 10/14] btrfs: selftests: don't split RAID extents in half
` [PATCH v3 11/14] btrfs: selftests: test RAID stripe-tree deletion spanning two items
` [PATCH v3 12/14] btrfs: selftests: add selftest for punching holes into the RAID stripe extents
` [PATCH v3 13/14] btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
` [PATCH v3 14/14] btrfs: selftests: add a selftest for deleting two out of three extents

[PATCH] fstests: fix blksize_t printf format warnings across architectures
 2025-01-09 15:09 UTC  (2+ messages)
` [GIT PULL] fstests: btrfs changes staged-20250109

mnt_list corruption triggered during btrfs/326
 2025-01-09 12:51 UTC  (10+ messages)

[PATCH 0/2] btrfs: migrate tracking read blocks from fs_devices to
 2025-01-09 10:17 UTC  (4+ messages)
` [PATCH 1/2] fixup: btrfs: add tracking of read blocks for read policy
` [PATCH 2/2] fixup: btrfs: introduce RAID1 round-robin read balancing

[PATCH] btrfs: keep `priv` struct on stack for sync reads in `btrfs_encoded_read_regular_fill_pages()`
 2025-01-09  8:41 UTC  (8+ messages)

[GIT PULL] fstests: btrfs changes staged-20250109
 2025-01-09  3:52 UTC 

Defrag recursively all my subvolumes but not my snapshots
 2025-01-08 18:38 UTC 

[PATCH] btrfs: add the missing error handling inside get_canonical_dev_path
 2025-01-08  7:11 UTC  (2+ messages)

[PATCH] btrfs: test cycle mounting a filesystem right after enabling simple quotas
 2025-01-08  1:32 UTC  (3+ messages)

[PATCH v5 00/10] raid1 balancing methods
 2025-01-08  1:23 UTC  (5+ messages)

[PATCH] btrfs: implement percpu_counter for ENOSPC rework
 2025-01-07 14:49 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 read-only IMAP folder(s) and NNTP newsgroup(s).