public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-03 12:37:40 to 2022-03-07 22:33:54 UTC [more...]

[PATCH 00/12] btrfs: item helper prep work for snapshot_id
 2022-03-07 22:33 UTC  (11+ messages)
` [PATCH 01/12] btrfs: move btrfs_node_key into ctree.h
` [PATCH 02/12] btrfs: add a btrfs_node_key_ptr helper, convert the users
` [PATCH 03/12] btrfs: introduce *_leaf_data helpers
` [PATCH 04/12] btrfs: make BTRFS_LEAF_DATA_OFFSET take an eb arg
` [PATCH 05/12] btrfs: pass eb to the node_key_ptr helpers
` [PATCH 06/12] btrfs: pass eb to the item_nr_offset helper
` [PATCH 07/12] btrfs: add snapshot_id to the btrfs_header and related defs
` [PATCH 08/12] btrfs: move the header SETGET funcs
` [PATCH 09/12] btrfs: move the super "
` [PATCH 10/12] btrfs: move BTRFS_LEAF related definitions below "

[PATCH 00/15] btrfs-progs: initial snapshot_id support
 2022-03-07 22:17 UTC  (16+ messages)
` [PATCH 01/15] btrfs-progs: use btrfs_item_nr_offset() in btrfs_leaf_data
` [PATCH 02/15] btrfs-progs: use item/node helpers instead of offsetof in ctree.c
` [PATCH 03/15] btrfs-progs: image: use the appropriate offset helpers
` [PATCH 04/15] btrfs-progs: mkfs: add a helper for temp buffer clearing
` [PATCH 05/15] btrfs-progs: move the buffer init code to btrfs_alloc_free_block
` [PATCH 06/15] btrfs-progs: fix item check to use the size helpers
` [PATCH 07/15] btrfs-progs: add snapshot_id to the btrfs_header
` [PATCH 08/15] btrfs-progs: make __BTRFS_LEAF_DATA_SIZE handle extent tree v2
` [PATCH 09/15] btrfs-progs: adjust the leaf/node math for header_v2
` [PATCH 10/15] btrfs-progs: setup the extent tree v2 header properly
` [PATCH 11/15] btrfs-progs: add new roots to the dirty root list
` [PATCH 12/15] btrfs-progs: delete the btrfs_create_root helper
` [PATCH 13/15] btrfs-progs: add a snapshot_id to the btrfs_root_item
` [PATCH 14/15] btrfs-progs: inherit the root snapshot id in the buffer
` [PATCH 15/15] btrfs-progs: add new COW rules for extent tree v2

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

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

[PATCH v2 0/6] btrfs: extent-tree-v2, gc and no meta ref counting
 2022-03-07 22:04 UTC  (7+ messages)
` [PATCH v2 1/6] btrfs: read the nr_global_roots from the super block
` [PATCH v2 2/6] btrfs: don't do backref modification for metadata for extent tree v2
` [PATCH v2 3/6] btrfs: add definitions and read support for the garbage collection tree
` [PATCH v2 4/6] btrfs: add a btrfs_first_item helper
` [PATCH v2 5/6] btrfs: turn evict_refill_and_join into a real helper
` [PATCH v2 6/6] btrfs: add garbage collection tree support

Recover btrfs partition after accidental reformat
 2022-03-07 20:10 UTC 

Error encountered when working with loop devices on zoned btrfs
 2022-03-07 16:45 UTC  (3+ messages)

[PATCH 0/5] btrfs: scrub: make scrub uses less memory for metadata scrub
 2022-03-07 16:36 UTC  (2+ messages)

[PATCH v2] btrfs: fix qgroup reserve overflow break the qgroup limit
 2022-03-07 14:56 UTC  (2+ messages)

[PATCH] btrfs: fix qgroup reserve overflow break the qgroup limit
 2022-03-07 14:47 UTC  (3+ messages)

[PATCH 00/12] btrfs: inode creation cleanups and fixes
 2022-03-07 14:41 UTC  (16+ messages)
` [PATCH 01/12] btrfs: reserve correct number of items for unlink and rmdir
` [PATCH 02/12] btrfs: reserve correct number of items for rename
` [PATCH 03/12] btrfs: get rid of btrfs_add_nondir()
` [PATCH 04/12] btrfs: remove unnecessary btrfs_i_size_write(0) calls
` [PATCH 05/12] btrfs: remove unnecessary inode_set_bytes(0) call
` [PATCH 06/12] btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()
` [PATCH 07/12] btrfs: remove unused mnt_userns parameter from __btrfs_set_acl
` [PATCH 08/12] btrfs: remove redundant name and name_len parameters to create_subvol
` [PATCH 09/12] btrfs: don't pass parent objectid to btrfs_new_inode() explicitly
` [PATCH 10/12] btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()
` [PATCH 11/12] btrfs: set inode flags earlier in btrfs_new_inode()
` [PATCH 12/12] btrfs: rework inode creation to fix several issues

Btrfs autodefrag wrote 5TB in one day to a 0.5TB SSD without a measurable benefit
 2022-03-07 14:30 UTC  (6+ messages)

[PATCH v2 0/2] btrfs: zoned: two independent fixes for zoned btrfs
 2022-03-07 14:25 UTC  (7+ messages)
` [PATCH v2 1/2] btrfs: zoned: use rcu list in btrfs_can_activate_zone
` [PATCH v2 2/2] btrfs: zoned: remove left over ASSERT()

[PATCH] btrfs: zoned: Put block group after final usage
 2022-03-07 13:59 UTC  (3+ messages)

[PATCH] btrfs: avoid full commit due to race when logging dentry deletion
 2022-03-07 12:39 UTC  (4+ messages)

[PATCH] btrfs: verify the tranisd of the to-be-written dirty extent buffer
 2022-03-07 11:11 UTC  (3+ messages)

[PATCH 0/2] btrfs: zoned: two independent fixes for zoned btrfs
 2022-03-07 10:05 UTC  (4+ messages)
` [PATCH 1/2] btrfs: zoned: use rcu list in btrfs_can_activate_zone
` [PATCH 2/2] btrfs: zoned: remove left over ASSERT()

How to (attempt to) repair these btrfs errors
 2022-03-07  8:00 UTC  (11+ messages)
` AW: "
        ` AW: "
            ` AW: "

[PATCH v2] btrfs: check extent buffer owner against the owner rootid
 2022-03-07  7:06 UTC 

bisected: btrfs dedupe regression in v5.11-rc1: 3078d85c9a10 vfs: verify source area in vfs_dedupe_file_range_one()
 2022-03-07  6:17 UTC  (15+ messages)
              ` bisected: btrfs dedupe regression in v5.11-rc1

[PATCH] common/rc: avoid mixed mode for zoned btrfs
 2022-03-07  1:43 UTC  (2+ messages)

Is this error fixable or do I need to rebuild the drive?
 2022-03-07  0:42 UTC  (12+ messages)

[PATCH] btrfs: Fix non-kernel-doc comment
 2022-03-07  0:42 UTC 

[PATCH] btrfs: unlock the newly allocated extent buffer in btrfs_alloc_tree_block()
 2022-03-07  0:15 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 5.17-rc7
 2022-03-06 20:34 UTC  (2+ messages)

[PATCH][REPOST][V12] xfstest: add tests for allocation_hint
 2022-03-06 18:22 UTC 

[PATCH] Add tests for allocation_hint
 2022-03-06 18:18 UTC 

[PATCH 0/5][V12] btrfs: allocation_hint
 2022-03-06 18:14 UTC  (6+ messages)
` [PATCH 1/5] btrfs: add flags to give an hint to the chunk allocator
` [PATCH 2/5] btrfs: export the device allocation_hint property in sysfs
` [PATCH 3/5] btrfs: change the device allocation_hint property via sysfs
` [PATCH 4/5] btrfs: add allocation_hint mode
` [PATCH 5/5] btrfs: rename dev_item->type to dev_item->flags

[PATCH 0/2][V12] btrfs-progs: allocation_hint disk property
 2022-03-06 18:15 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: new "allocation_hint" property
` [PATCH 2/2] Update man page for allocator_hint property

how to not loose all production when one disk fail in a raid1 btrfs pool
 2022-03-06 14:30 UTC  (4+ messages)

[PATCH stable-5.15.y] btrfs: fix ENOSPC failure when attempting direct IO write into NOCOW range
 2022-03-06 13:48 UTC  (3+ messages)

status page status - dedupe
 2022-03-06 10:54 UTC  (8+ messages)

FIDEDUPERANGE and compression
 2022-03-06  4:44 UTC  (4+ messages)

Help on free space cache issue
 2022-03-05 10:35 UTC  (2+ messages)

[PATCH 0/3] btrfs: add parent-child ownership check
 2022-03-04 23:11 UTC  (4+ messages)
` [PATCH 3/3] btrfs: check extent buffer owner against the owner rootid

[PATCH 0/7] btrfs-progs: various regression fixes
 2022-03-04 22:18 UTC  (3+ messages)
` [PATCH 4/7] btrfs-progs: properly populate missing trees

[PATCH 0/7][V11] btrfs: allocation_hint
 2022-03-04 14:56 UTC  (10+ messages)

[PATCH] btrfs: don't access possibly stale fs_info data in device_list_add
 2022-03-04 14:07 UTC  (5+ messages)

[PATCH v2] btrfs: add lockdep_assert_held to need_preemptive_reclaim
 2022-03-04 13:46 UTC  (2+ messages)

[PATCH v4] btrfs-progs: cmds: subvolume: add -p option on creating subvol
 2022-03-04 13:18 UTC 

[syzbot] KASAN: use-after-free Read in btrfs_scan_one_device (2)
 2022-03-04 12:09 UTC 

[btrfs] 3626a285f8: divide_error:#[##]
 2022-03-04  7:26 UTC  (4+ messages)

[syzbot] KASAN: use-after-free Read in btrfs_scan_one_device (2)
 2022-03-04  5:40 UTC 

[syzbot] KASAN: use-after-free Read in btrfs_scan_one_device (2)
 2022-03-04  3:23 UTC  (2+ messages)

[PATCH] btrfs: fix a NULL pointer dereference during device scan
 2022-03-03 13:11 UTC  (4+ messages)


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