messages from 2020-11-26 03:54:01 to 2020-12-02 19:53:54 UTC [more...]
[PATCH v3 00/54] Cleanup error handling in relocation
2020-12-02 19:51 UTC (52+ messages)
` [PATCH v3 01/54] btrfs: fix error handling in commit_fs_roots
` [PATCH v3 02/54] btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block
` [PATCH v3 03/54] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH v3 04/54] btrfs: keep track of the root owner for relocation reads
` [PATCH v3 05/54] btrfs: noinline btrfs_should_cancel_balance
` [PATCH v3 06/54] btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node
` [PATCH v3 07/54] btrfs: pass down the tree block level through ref-verify
` [PATCH v3 08/54] btrfs: make sure owner is set in ref-verify
` [PATCH v3 09/54] btrfs: don't clear ret in btrfs_start_dirty_block_groups
` [PATCH v3 10/54] btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
` [PATCH v3 11/54] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH v3 12/54] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v3 13/54] btrfs: handle errors from select_reloc_root()
` [PATCH v3 14/54] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH v3 15/54] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH v3 16/54] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH v3 17/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH v3 18/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH v3 19/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH v3 20/54] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v3 21/54] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v3 22/54] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH v3 23/54] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH v3 24/54] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH v3 25/54] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH v3 26/54] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH v3 27/54] btrfs: do not panic in __add_reloc_root
` [PATCH v3 28/54] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH v3 29/54] btrfs: do proper error handling in create_reloc_root
` [PATCH v3 30/54] btrfs: validate ->reloc_root after recording root in trans
` [PATCH v3 31/54] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH v3 32/54] btrfs: change insert_dirty_subvol to return errors
` [PATCH v3 33/54] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH v3 34/54] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH v3 35/54] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH v3 36/54] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH v3 37/54] btrfs: handle initial btrfs_cow_block error in replace_path
` [PATCH v3 38/54] btrfs: handle the loop "
` [PATCH v3 39/54] btrfs: handle btrfs_search_slot failure "
` [PATCH v3 40/54] btrfs: handle errors in reference count manipulation "
` [PATCH v3 41/54] btrfs: handle extent reference errors in do_relocation
` [PATCH v3 42/54] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH v3 43/54] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH v3 44/54] btrfs: do proper error handling in create_reloc_inode
` [PATCH v3 45/54] btrfs: handle __add_reloc_root failure in btrfs_recover_relocation
` [PATCH v3 46/54] btrfs: handle __add_reloc_root failure in btrfs_reloc_post_snapshot
` [PATCH v3 47/54] btrfs: cleanup error handling in prepare_to_merge
` [PATCH v3 48/54] btrfs: handle extent corruption with select_one_root properly
` [PATCH v3 49/54] btrfs: do proper error handling in merge_reloc_roots
` [PATCH v3 51/54] btrfs: do not WARN_ON() if we can't find the reloc root
` [PATCH v3 52/54] btrfs: print the actual offset in btrfs_root_name
[PATCH v2 0/3] btrfs async discard fixes & improvements
2020-12-02 19:39 UTC (4+ messages)
` [PATCH v2 1/3] btrfs: fix async discard stall
` [PATCH v2 2/3] btrfs: fix racy access to discard_ctl data
` [PATCH v2 3/3] btrfs: don't overabuse discard lock
[PATCH v2 00/42] Cleanup error handling in relocation
2020-12-02 18:29 UTC (10+ messages)
` [PATCH v2 13/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH v2 14/42] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH v2 37/42] btrfs: handle __add_reloc_root failure in btrfs_recover_relocation
[PATCH] btrfs: test if rename handles dir item collision correctly
2020-12-02 16:21 UTC (6+ messages)
[PATCH] btrfs: fix deadlock when cloning inline extent and low on free metadata space
2020-12-02 11:55 UTC
btrfs send -p failing: chown o257-1571-0 failed: No such file or directory
2020-12-02 11:04 UTC (2+ messages)
[PATCH V4] btrfs: correctly calculate item size used when item key collision happens
2020-12-02 10:42 UTC (2+ messages)
[PATCH v3 00/15] btrfs: preparation patches for subpage support
2020-12-02 8:12 UTC (17+ messages)
` [PATCH v3 01/15] btrfs: rename bio_offset of extent_submit_bio_start_t to opt_file_offset
` [PATCH v3 02/15] btrfs: pass bio_offset to check_data_csum() directly
` [PATCH v3 03/15] btrfs: inode: make btrfs_verify_data_csum() follow sector size
` [PATCH v3 04/15] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH v3 05/15] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH v3 06/15] btrfs: extent_io: don't allow tree block to cross page boundary for subpage support
` [PATCH v3 07/15] btrfs: extent_io: update num_extent_pages() to support subpage sized extent buffer
` [PATCH v3 08/15] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH v3 09/15] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH v3 10/15] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH v3 11/15] btrfs: scrub: reduce the width for extent_len/stripe_len from 64 bits to 32 bits
` [PATCH v3 12/15] btrfs: scrub: always allocate one full page for one sector for RAID56
` [PATCH v3 13/15] btrfs: scrub: support subpage tree block scrub
` [PATCH v3 14/15] btrfs: scrub: support subpage data scrub
` [PATCH v3 15/15] btrfs: scrub: allow scrub to work with subpage sectorsize
Problem with Btrsf
2020-12-02 3:21 UTC (2+ messages)
[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
2020-12-01 21:58 UTC (26+ messages)
` [PATCH man-pages v6] Document encoded I/O
` Ping: "
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag
` [PATCH v6 04/11] btrfs: fix btrfs_write_check()
` [PATCH v6 05/11] btrfs: fix check_data_csum() error message for direct I/O
[PATCH] btrfs: fix error handling in commit_fs_roots
2020-12-01 18:08 UTC (2+ messages)
[PATCH v2] btrfs-progs: filesystem usage: add avail info from statfs()
2020-12-01 18:05 UTC (2+ messages)
[PATCH v2 0/4] btrfs-progs: check: add the ability to repair extent item generation corruption
2020-12-01 17:45 UTC (2+ messages)
problem with btrfs snapshot delete
2020-12-01 17:43 UTC (3+ messages)
[PATCH] btrfs-progs: mkfs: refactor how we handle sectorsize override
2020-12-01 17:16 UTC (2+ messages)
[PATCH] btrfs-progs: Sort main help menu
2020-12-01 17:13 UTC (2+ messages)
[PATCH v10 00/41] btrfs: zoned block device support
2020-12-01 11:27 UTC (32+ messages)
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices
` [PATCH v10 05/41] btrfs: check and enable ZONED mode
` [PATCH v10 06/41] btrfs: introduce max_zone_append_size
` [PATCH v10 13/41] btrfs: verify device extent is aligned to zone
[PATCH 1/1] Btrfs: correctly calculate item size used when item key collision happends
2020-12-01 2:10 UTC (5+ messages)
[PATCH v7 00/10] btrfs: free space tree mounting fixes
2020-12-01 0:01 UTC (14+ messages)
` [PATCH v7 01/12] btrfs: lift rw mount setup from mount and remount
` [PATCH v7 06/12] btrfs: clear free space tree on ro->rw remount
` [PATCH v7 09/12] btrfs: warn when remount will not change the free space tree
[PATCH 0/6] btrfs: some performance improvements for dbench alike workloads
2020-11-30 17:30 UTC (2+ messages)
[PATCH] btrfs: do not allow -o compress-force to override per-inode settings
2020-11-30 17:28 UTC (10+ messages)
[PATCH 0/2] mild btrfs async discard fix
2020-11-30 16:22 UTC (3+ messages)
` [PATCH 1/2] btrfs: fix racy access to discard_ctl data
` [PATCH 2/2] btrfs: don't overabuse discard lock
corrupted root, doesnt check, repair or mount
2020-11-30 13:15 UTC (4+ messages)
WARNING in close_fs_devices (3)
2020-11-29 16:52 UTC (3+ messages)
[btrfs] 5dd570e069: xfstests.btrfs.220.fail
2020-11-29 14:41 UTC
[PATCH] btrfs: disk-io: output error message for tree block bytenr mismatch case
2020-11-29 10:16 UTC
[PATCH][next] btrfs: fix spelling mistake "inititialize" -> "initialize"
2020-11-27 19:44 UTC (2+ messages)
[PATCH -next] btrfs: remove unused variable
2020-11-27 19:49 UTC (2+ messages)
[PATCH v4 0/3] btrfs-progs: Fix logical-resolve
2020-11-27 19:30 UTC (4+ messages)
` [PATCH v4 1/3] btrfs-progs: Adapt find_mount_root to verify other fields of mntent struct
` [PATCH v4 2/3] btrfs-progs: inspect: Fix logical-resolve file path lookup
` [PATCH v4 3/3] btrfs-progs: tests: Add new logical-resolve test
btrfs crash on armv7
2020-11-28 0:45 UTC (7+ messages)
[GIT PULL] Btrfs fixes for 5.10-rc6
2020-11-27 21:21 UTC (2+ messages)
Change Btrfs defaults on LUKS container on SSDs to dup metadata profile
2020-11-27 20:21 UTC
[PATCH 0/3] Remove deprecated inode cache feature
2020-11-27 16:30 UTC (8+ messages)
` [PATCH 1/3] btrfs: Move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
` [PATCH 2/3] btrfs: Replace calls to btrfs_find_free_ino with btrfs_find_free_objectid
` [PATCH 3/3] btrfs: Remove inode cache feature
btrfs metadata mirroring
2020-11-27 16:09 UTC (2+ messages)
Many "incorrect global backref count" – repair advisable?
2020-11-27 5:07 UTC
Safe unmounting of external btrfs disk
2020-11-27 2:17 UTC (3+ messages)
State of BTRFS
2020-11-26 18:18 UTC (3+ messages)
Snapshots, Dirty Data, and Power Failure
2020-11-26 15:10 UTC (5+ messages)
[PATCH] btrfs: drop casts of bio bi_sector
2020-11-26 15:10 UTC (2+ messages)
[btrfs] ccb0edc68b: xfstests.btrfs.179.fail
2020-11-26 11:09 UTC (2+ messages)
[PATCH 0/3] fstests: Fix tests which checks for swapfile support
2020-11-26 3:51 UTC (3+ 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