linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-11 09:34:26 to 2021-12-16 22:07:56 UTC [more...]

bisected: btrfs dedupe regression in v5.11-rc1: 3078d85c9a10 vfs: verify source area in vfs_dedupe_file_range_one()
 2021-12-16 22:07 UTC  (10+ messages)

Balance loop on "device delete missing"? (RAID 1, Linux 5.15, "found 1 extents, stage: update data pointers")
 2021-12-16 20:52 UTC  (6+ messages)

[PATCH] btrfs: Create sysfs entries only for non-stale devices
 2021-12-16 18:52 UTC  (5+ messages)

[PATCH] btrfs: respect the max size in the header when activating swap file
 2021-12-16 15:00 UTC 

[PATCH -next] btrfs: Fix kernel-doc formatting issues
 2021-12-16 13:31 UTC  (3+ messages)

[PATCH stable-5.15.y 0/4] backport test case btrfs/216 fixes
 2021-12-16 13:05 UTC  (11+ messages)
` [PATCH stable-5.15.y 1/4] btrfs: convert latest_bdev type to btrfs_device and rename
` [PATCH stable-5.15.y 2/4] btrfs: use latest_dev in btrfs_show_devname
` [PATCH stable-5.15.y 3/4] btrfs: update latest_dev when we create a sprout device
` [PATCH stable-5.15.y 4/4] btrfs: remove stale comment about the btrfs_show_devname

[PATCH] btrfs: add test case for read-only scrub on read-only mount
 2021-12-16 12:47 UTC 

[PATCH] btrfs-progs: remove redundant fs uuid validation from make_btrf
 2021-12-16 11:58 UTC  (3+ messages)

[PATCH 0/2] btrfs: bug fix for read-only scrub on read-only mount
 2021-12-16 11:47 UTC  (3+ messages)
` [PATCH 1/2] btrfs: don't start transaction for scrub if the fs is mounted read-only
` [PATCH 2/2] btrfs: output more debug message for uncommitted transaction

receive failing for incremental streams
 2021-12-16 11:38 UTC  (8+ messages)

[PATCH RFC] btrfs: reject transaction creation for read-only mount except for log recovery
 2021-12-16 10:25 UTC  (3+ messages)

ENOSPC while df shows 826.93GiB free
 2021-12-16  3:47 UTC  (3+ messages)

[RFC][V8][PATCH 0/5] btrfs: allocation_hint mode
 2021-12-16  2:30 UTC  (17+ messages)

unable to use all spaces
 2021-12-15 23:58 UTC  (3+ messages)

[PATCH 0/9] btrfs: extent-tree-v2, gc and no meta ref counting
 2021-12-15 20:43 UTC  (10+ messages)
` [PATCH 1/9] btrfs: remove BUG_ON(ret) in alloc_reserved_tree_block
` [PATCH 2/9] btrfs: add a alloc_reserved_extent helper
` [PATCH 3/9] btrfs: remove `last_ref` from the extent freeing code
` [PATCH 4/9] btrfs: add a do_free_extent_accounting helper
` [PATCH 5/9] btrfs: don't do backref modification for metadata for extent tree v2
` [PATCH 6/9] btrfs: add definitions and read support for the garbage collection tree
` [PATCH 7/9] btrfs: add a btrfs_first_item helper
` [PATCH 8/9] btrfs: turn evict_refill_and_join into a real helper
` [PATCH 9/9] btrfs: add garbage collection tree support

[PATCH v2 00/11] btrfs: extent tree v2, support for global roots
 2021-12-15 20:40 UTC  (12+ messages)
` [PATCH v2 01/11] btrfs: add definition for EXTENT_TREE_V2
` [PATCH v2 02/11] btrfs: disable balance for extent tree v2 for now
` [PATCH v2 03/11] btrfs: disable device manipulation ioctl's EXTENT_TREE_V2
` [PATCH v2 04/11] btrfs: disable qgroups in extent tree v2
` [PATCH v2 05/11] btrfs: disable scrub for extent-tree-v2
` [PATCH v2 06/11] btrfs: disable snapshot creation/deletion for extent tree v2
` [PATCH v2 07/11] btrfs: disable space cache related mount options "
` [PATCH v2 08/11] btrfs: tree-checker: don't fail on empty extent roots "
` [PATCH v2 09/11] btrfs: abstract out loading the tree root
` [PATCH v2 10/11] btrfs: add code to support the block group root
` [PATCH v2 11/11] btrfs: add support for multiple global roots

[PATCH 00/15] btrfs-progs: extent tree v2 gc tree and metadata ref changes
 2021-12-15 20:14 UTC  (16+ messages)
` [PATCH 01/15] btrfs-progs: extract out free extent accounting handling
` [PATCH 02/15] btrfs-progs: check: skip owner ref check for extent tree v2
` [PATCH 03/15] btrfs-progs: check: skip extent backref for metadata in "
` [PATCH 04/15] btrfs-progs: check: calculate normal flags for extent tree v2 metadata
` [PATCH 05/15] btrfs-progs: check: make metadata ref counting extent tree v2 aware
` [PATCH 06/15] btrfs-progs: check: update block group used properly for extent tree v2
` [PATCH 07/15] btrfs-progs: do not insert extent items for metadata "
` [PATCH 08/15] btrfs-progs: do not remove metadata backrefs "
` [PATCH 09/15] btrfs-progs: repair: traverse tree blocks "
` [PATCH 10/15] btrfs-progs: cache the block group with the free space tree if possible
` [PATCH 11/15] btrfs-progs: make btrfs_lookup_extent_info extent tree v2 aware
` [PATCH 12/15] btrfs-progs: mkfs: don't populate extent tree with extent tree v2
` [PATCH 13/15] btrfs-progs: add on-disk items and read support for the gc tree
` [PATCH 14/15] btrfs-progs: mkfs: create the gc tree at mkfs time
` [PATCH 15/15] btrfs-progs: deal with GC items in check

[PATCH v4 00/22] btrfs-progs: extent tree v2 support, global roots
 2021-12-15 19:59 UTC  (23+ messages)
` [PATCH v4 01/22] btrfs-progs: common: allow users to select extent-tree-v2 option
` [PATCH v4 02/22] btrfs-progs: add definitions for the block group tree
` [PATCH v4 03/22] btrfs-progs: add on disk pointers to global tree ids
` [PATCH v4 04/22] btrfs-progs: add support for loading the block group root
` [PATCH v4 05/22] btrfs-progs: add print support for the block group tree
` [PATCH v4 06/22] btrfs-progs: mkfs: use the btrfs_block_group_root helper
` [PATCH v4 07/22] btrfs-progs: check-lowmem: "
` [PATCH v4 08/22] btrfs-progs: handle no bg item in extent tree for free space tree
` [PATCH v4 09/22] btrfs-progs: mkfs: add support for the block group tree
` [PATCH v4 10/22] btrfs-progs: check: add block group tree support
` [PATCH v4 11/22] btrfs-progs: qgroup-verify: scan extents based on block groups
` [PATCH v4 12/22] btrfs-progs: check: make free space tree validation extent tree v2 aware
` [PATCH v4 13/22] btrfs-progs: check: add helper to reinit the root based on a key
` [PATCH v4 14/22] btrfs-progs: check: handle the block group tree properly
` [PATCH v4 15/22] btrfs-progs: load the number of global roots into the fs_info
` [PATCH v4 16/22] btrfs-progs: handle the per-block group global root id
` [PATCH v4 17/22] btrfs-progs: add a btrfs_delete_and_free_root helper
` [PATCH v4 18/22] btrfs-progs: make btrfs_clear_free_space_tree extent tree v2 aware
` [PATCH v4 19/22] btrfs-progs: make btrfs_create_tree take a key for the root key
` [PATCH v4 20/22] btrfs-progs: mkfs: set chunk_item_objectid properly for extent tree v2
` [PATCH v4 21/22] btrfs-progs: mkfs: create the global root's
` [PATCH v4 22/22] btrfs-progs: check: don't do the root item check for extent tree v2

[PATCH v2 0/3] btrfs: use btrfs_path::reada to replace the under-utilized btrfs_reada_add() mechanism
 2021-12-15 17:11 UTC  (5+ messages)
` [PATCH v2 1/3] btrfs: remove the unnecessary path parameter for scrub_raid56_parity()
` [PATCH v2 2/3] btrfs: use btrfs_path::reada for scrub extent tree readahead
` [PATCH v2 3/3] btrfs: remove reada mechanism

[PATCH 1/2] btrfs: cleanup the argument list of scrub_chunk()
 2021-12-15 15:45 UTC  (3+ messages)
` [PATCH 2/2] btrfs: cleanup the argument list of scrub_stripe()

[PATCH 0/6] Support resize and device delete cancel ops
 2021-12-15 15:13 UTC  (3+ messages)

[PATCH] btrfs: Fix missing blkdev_put() call in btrfs_scan_one_device()
 2021-12-15 15:08 UTC  (3+ messages)

BUG: btrfs confused by two different fs with the same UUID mounted in different moment
 2021-12-15 14:24 UTC  (2+ messages)

[PATCH 0/4] btrfs: some more speedups for directory logging/fsync
 2021-12-15 12:20 UTC  (5+ messages)
` [PATCH 1/4] btrfs: don't log unnecessary boundary keys when logging directory
` [PATCH 2/4] btrfs: put initial index value of a directory in a constant
` [PATCH 3/4] btrfs: stop copying old dir items when logging a directory
` [PATCH 4/4] btrfs: stop trying to log subdirectories created in past transactions

Btrfs lockups on ubuntu with bees
 2021-12-15  9:48 UTC  (6+ messages)

[PATCH] btrfs: remove some duplicated checks in btrfs_previous_*_item()
 2021-12-14 23:33 UTC  (5+ messages)

[PATCH] btrfs: Refactor unlock_up
 2021-12-14 16:35 UTC  (5+ messages)

[PATCH 0/3] btrfs: fixes for an error path when creating a subvolume
 2021-12-14 14:39 UTC  (6+ messages)
` [PATCH 1/3] btrfs: fix invalid delayed ref after subvolume creation failure
` [PATCH 2/3] btrfs: fix warning when freeing leaf "
` [PATCH 3/3] btrfs: skip transaction commit after failure to create subvolume

[PATCH v2 0/2] btrfs: match device by dev_t
 2021-12-14 14:27 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: harden identification of the stale device

[PATCH] btrfs: check WRITE_ERR when trying to read an extent buffer
 2021-12-14 14:19 UTC  (3+ messages)

[PATCH] btrfs/254: test cleaning up of the stale device
 2021-12-14 13:12 UTC  (5+ messages)

[PATCH] btrfs: fix missing last dir item offset update when logging directory
 2021-12-14 13:09 UTC  (2+ messages)

[PATCH] btrfs: fix double free of anon_dev after failure to create subvolume
 2021-12-14 13:07 UTC  (2+ messages)

[PATCH] btrfs: ensure pages are unlocked on cow_file_range() failure
 2021-12-14 13:04 UTC  (5+ messages)

[PATCH 0/3] btrfs: use btrfs_path::reada to replace the
 2021-12-14 12:45 UTC  (7+ messages)
` [PATCH 1/3] btrfs: remove the unnecessary path parameter for scrub_raid56_parity()
` [PATCH 2/3] btrfs: remove reada mechanism
` [PATCH 3/3] btrfs: use btrfs_path::reada for scrub extent tree readahead

5.16.0-0.rc5, btrfs-transacti:9822 blocked, write time tree block corruption, parent transid verify failed, error in free_log_tree, forced ro
 2021-12-14 11:37 UTC  (3+ messages)

[PATCH v2 0/2] btrfs-progs: handle orphan directories properly
 2021-12-13 21:47 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] btrfs-progs: add a test to check orphaned directories

[PATCH 0/2] btrfs-progs: handle orphan directories properly
 2021-12-13 20:54 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] btrfs-progs: add a test to check orphaned directories

filesystem corrupt - error -117
 2021-12-11  9:34 UTC  (9+ 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).