messages from 2022-03-07 22:17:59 to 2022-03-10 06:42:44 UTC [more...]
Btrfs autodefrag wrote 5TB in one day to a 0.5TB SSD without a measurable benefit
2022-03-10 6:42 UTC (20+ messages)
misc-next e9a9bca06a61: kernel BUG at fs/btrfs/tree-mod-log.c:675
2022-03-10 5:29 UTC (2+ messages)
[PATCH stable-5.15.y stable-5.16.y] btrfs: make send work with concurrent block group relocation
2022-03-10 4:40 UTC
[PATCH v2 00/16] btrfs: inode creation cleanups and fixes
2022-03-10 1:31 UTC (17+ messages)
` [PATCH v2 01/16] btrfs: reserve correct number of items for unlink and rmdir
` [PATCH v2 02/16] btrfs: reserve correct number of items for rename
` [PATCH v2 03/16] btrfs: fix anon_dev leak in create_subvol()
` [PATCH v2 04/16] btrfs: get rid of btrfs_add_nondir()
` [PATCH v2 05/16] btrfs: remove unnecessary btrfs_i_size_write(0) calls
` [PATCH v2 06/16] btrfs: remove unnecessary inode_set_bytes(0) call
` [PATCH v2 07/16] btrfs: remove unnecessary set_nlink() in btrfs_create_subvol_root()
` [PATCH v2 08/16] btrfs: remove unused mnt_userns parameter from __btrfs_set_acl
` [PATCH v2 09/16] btrfs: remove redundant name and name_len parameters to create_subvol
` [PATCH v2 10/16] btrfs: don't pass parent objectid to btrfs_new_inode() explicitly
` [PATCH v2 11/16] btrfs: move btrfs_get_free_objectid() call into btrfs_new_inode()
` [PATCH v2 12/16] btrfs: set inode flags earlier in btrfs_new_inode()
` [PATCH v2 13/16] btrfs: allocate inode outside of btrfs_new_inode()
` [PATCH v2 14/16] btrfs: factor out common part of btrfs_{mknod,create,mkdir}()
` [PATCH v2 15/16] btrfs: reserve correct number of items for inode creation
` [PATCH v2 16/16] btrfs: move common inode creation code into btrfs_create_new_inode()
[PATCH 00/12] btrfs: inode creation cleanups and fixes
2022-03-10 0:20 UTC (6+ messages)
` [PATCH 12/12] btrfs: rework inode creation to fix several issues
[PATCH v5 00/19] btrfs-progs: extent tree v2 support, global roots
2022-03-09 21:22 UTC (10+ messages)
` [PATCH v5 12/19] btrfs-progs: set the number of global roots in the super block
` [PATCH v5 18/19] btrfs-progs: mkfs: create the global root's
Buffered I/O broken on s390x with page faults disabled (gfs2)
2022-03-09 21:08 UTC (27+ messages)
FIDEDUPERANGE and compression
2022-03-09 20:04 UTC (5+ messages)
[PATCH v2 1/2] btrfs-progs: subvolme: remove unused options for create and snapshot
2022-03-09 15:16 UTC (2+ messages)
` [PATCH v2 2/2] btrfs-progs: qgroup: remove unused btrfs_qgroup_inherit_add_group()
[PATCH 1/2] btrfs-progs: subvolme: remove unused options for create and snapshot
2022-03-09 15:05 UTC (6+ messages)
` [PATCH 2/2] btrfs-progs: qgroup: remove unused btrfs_qgroup_inherit_add_group()
[PATCH v2 0/2] btrfs: zoned: two independent fixes for zoned btrfs
2022-03-09 14:47 UTC (5+ messages)
` [PATCH v2 1/2] btrfs: zoned: use rcu list in btrfs_can_activate_zone
[PATCH 00/13] btrfs-progs: cleanup btrfs_item* accessors
2022-03-09 14:18 UTC (14+ messages)
` [PATCH 01/13] btrfs-progs: turn on more compiler warnings and use -Wall
` [PATCH 04/13] btrfs-progs: convert: use cfg->leaf_data_size
` [PATCH 06/13] btrfs-progs: btrfs_item_size_nr/btrfs_item_offset_nr everywhere
` [PATCH 11/13] btrfs-progs: replace btrfs_item_nr_offset(0)
[PATCH 00/12] btrfs: item helper prep work for snapshot_id
2022-03-09 13:57 UTC (18+ 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 11/12] btrfs: const-ify fs_info for the compat flag handlers
` [PATCH 12/12] btrfs: use _offset helpers instead of offsetof in generic_bin_search
[PATCH v4 0/14] btrfs: Introduce macro to iterate over slots
2022-03-09 13:50 UTC (15+ messages)
` [PATCH v4 01/14] btrfs: Introduce btrfs_for_each_slot iterator macro
` [PATCH V4 02/14] btrfs: Use btrfs_for_each_slot in find_first_block_group
` [PATCH v4 03/14] btrfs: Use btrfs_for_each_slot in mark_block_group_to_copy
` [PATCH v4 04/14] btrfs: Use btrfs_for_each_slot in btrfs_search_dir_index_item
` [PATCH v4 05/14] btrfs: Use btrfs_for_each_slot in btrfs_real_readdir
` [PATCH v4 06/14] btrfs: Use btrfs_for_each_slot in did_create_dir
` [PATCH v4 07/14] btrfs: Use btrfs_for_each_slot in can_rmdir
` [PATCH v4 08/14] btrfs: Use btrfs_for_each_slot in is_ancestor
` [PATCH v4 09/14] btrfs: Use btrfs_for_each_slot in process_all_refs
` [PATCH v4 10/14] btrfs: Use btrfs_for_each_slot in process_all_new_xattrs
` [PATCH v4 11/14] btrfs: Use btrfs_for_each_slot in process_all_extents
` [PATCH v4 12/14] btrfs: Use btrfs_for_each_slot in btrfs_unlink_all_paths
` [PATCH v4 13/14] btrfs: Use btrfs_for_each_slot in btrfs_read_chunk_tree
` [PATCH v4 14/14] btrfs: Use btrfs_for_each_slot in btrfs_listxattr
Is this error fixable or do I need to rebuild the drive?
2022-03-09 13:46 UTC (3+ messages)
how to not loose all production when one disk fail in a raid1 btrfs pool
2022-03-09 10:26 UTC (5+ messages)
[btrfs] 3626a285f8: divide_error:#[##]
2022-03-09 8:42 UTC (6+ messages)
Trying to understand duperemove failure to deduplicate
2022-03-09 8:26 UTC (4+ messages)
Updated to new kernel, and btrfs suddenly refuses to mount home directory fs
2022-03-09 7:35 UTC (10+ messages)
` Fwd: "
[PATCH] btrfs: make device item removal and super block num devices update happen in the same transaction
2022-03-09 7:31 UTC (4+ messages)
list_del corruption splat in 5.10.104
2022-03-09 3:18 UTC
cleanup bio_kmalloc v2
2022-03-09 3:06 UTC (10+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset
[PATCH] btrfs: don't let new writes to trigger autodefrag on the same inode
2022-03-08 23:38 UTC
A question for btrfs-progs code
2022-03-09 0:06 UTC (2+ messages)
Recover btrfs partition after accidental reformat
2022-03-08 23:04 UTC (4+ messages)
[PATCH v2 0/2][RESEND] btrfs-progs: handle orphan directories properly
2022-03-08 17:51 UTC (2+ messages)
[PATCH 0/7] btrfs-progs: various regression fixes
2022-03-08 17:39 UTC (7+ messages)
` [PATCH 1/7] btrfs-progs: check: fix check_global_roots_uptodate
` [PATCH 4/7] btrfs-progs: properly populate missing trees
[PATCH v3 0/14] btrfs: Introduce macro to iterate over slots
2022-03-08 15:29 UTC (8+ messages)
` [PATCH v3 01/14] btrfs: Introduce btrfs_for_each_slot iterator macro
` [PATCH v3 03/14] btrfs: Use btrfs_for_each_slot in mark_block_group_to_copy
` [PATCH v3 12/14] btrfs: Use btrfs_for_each_slot in btrfs_unlink_all_paths
[PATCH 2/5] btrfs: export the device allocation_hint property in sysfs
2022-03-08 13:25 UTC (2+ messages)
[PATCH] btrfs/194: allow it to be run on systems with page size larger than 4K
2022-03-08 13:18 UTC
[PATCH] common/btrfs: don't skip the test if BTRFS_PROFILE_CONFIGS contains unsupported profile
2022-03-08 13:03 UTC
Computer stalled, apparently from filesystem corruption
2022-03-08 12:04 UTC
[PATCH 0/5] btrfs: scrub: make scrub uses less memory for metadata scrub
2022-03-08 3:49 UTC (3+ messages)
[PATCH 00/11] btrfs: add snapshot_id to btrfs_header and root_item
2022-03-07 22:37 UTC (12+ messages)
` [PATCH 01/11] btrfs: take into account BTRFS_HEADER_FLAG_V2 in the item/node helpers
` [PATCH 02/11] btrfs: add global_tree_id to btrfs_root_item
` [PATCH 03/11] btrfs: add snapshot_id to the btrfs_root_item
` [PATCH 04/11] btrfs: handle the new snapshot_id field properly
` [PATCH 05/11] btrfs: add a sanity checker for the header flags
` [PATCH 06/11] btrfs: zero dummy extent buffers
` [PATCH 07/11] btrfs: zero out temporary superblock buffer header
` [PATCH 08/11] btrfs: add a debug range check for header_v2
` [PATCH 09/11] btrfs: selftests: add a test for delete_one_dir_name
` [PATCH 10/11] btrfs: don't do the global_id thing if we are a DUMMY_FS_INFO
` [PATCH 11/11] btrfs: selftests: run with EXTENT_TREE_V2 set as well
[PATCH 00/15] btrfs-progs: initial snapshot_id support
2022-03-07 22:17 UTC (14+ messages)
` [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
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