Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2020-11-10 19:26:08 to 2020-11-13 16:24:40 UTC [more...]

[PATCH v2 00/42] Cleanup error handling in relocation
 2020-11-13 16:23 UTC  (32+ messages)
` [PATCH v2 01/42] btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block
` [PATCH v2 02/42] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH v2 03/42] btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
` [PATCH v2 04/42] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH v2 05/42] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH v2 06/42] btrfs: handle errors from select_reloc_root()
` [PATCH v2 07/42] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH v2 08/42] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH v2 09/42] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH v2 10/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH v2 11/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH v2 12/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [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 15/42] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH v2 16/42] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH v2 17/42] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH v2 18/42] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH v2 19/42] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH v2 20/42] btrfs: do not panic in __add_reloc_root
` [PATCH v2 21/42] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH v2 22/42] btrfs: do proper error handling in create_reloc_root
` [PATCH v2 23/42] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH v2 24/42] btrfs: change insert_dirty_subvol to return errors
` [PATCH v2 25/42] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH v2 26/42] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH v2 27/42] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH v2 28/42] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH v2 29/42] btrfs: handle initial btrfs_cow_block error in replace_path
` [PATCH v2 30/42] btrfs: handle the loop "
` [PATCH v2 31/42] btrfs: handle btrfs_search_slot failure "

[PATCH] btrfs: tests: fix free space tree test failure on 64K page system
 2020-11-13 16:15 UTC  (2+ messages)

[PATCH] btrfs: tree-checker: Error out if invalid btrfs_root_item size found
 2020-11-13 16:10 UTC  (3+ messages)

[PATCH] btrfs: correctly deal with error updating inode when inserting inline extent
 2020-11-13 16:02 UTC  (2+ messages)

[PATCH v2] btrfs: qgroup: don't commit transaction when we have already hold a transaction handler
 2020-11-13 15:34 UTC  (2+ messages)

[PATCH] fstests: btrfs: check qgroup doesn't crash when beyond limit
 2020-11-13 15:19 UTC  (4+ messages)

[PATCH 00/42] Cleanup error handling in relocation
 2020-11-13 14:39 UTC  (48+ messages)
` [PATCH 01/42] btrfs: allow error injection for btrfs_search_slot and btrfs_cow_block
` [PATCH 02/42] btrfs: fix lockdep splat in btrfs_recover_relocation
` [PATCH 03/42] btrfs: convert some BUG_ON()'s to ASSERT()'s in do_relocation
` [PATCH 04/42] btrfs: convert BUG_ON()'s in relocate_tree_block
` [PATCH 05/42] btrfs: return an error from btrfs_record_root_in_trans
` [PATCH 06/42] btrfs: handle errors from select_reloc_root()
` [PATCH 07/42] btrfs: convert BUG_ON()'s in select_reloc_root() to proper errors
` [PATCH 08/42] btrfs: check record_root_in_trans related failures in select_reloc_root
` [PATCH 09/42] btrfs: do proper error handling in record_reloc_root_in_trans
` [PATCH 10/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename_exchange
` [PATCH 11/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_rename
` [PATCH 12/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_delete_subvolume
` [PATCH 13/42] btrfs: handle btrfs_record_root_in_trans failure in btrfs_recover_log_trees
` [PATCH 14/42] btrfs: handle btrfs_record_root_in_trans failure in create_subvol
` [PATCH 15/42] btrfs: btrfs: handle btrfs_record_root_in_trans failure in relocate_tree_block
` [PATCH 16/42] btrfs: handle btrfs_record_root_in_trans failure in start_transaction
` [PATCH 17/42] btrfs: handle record_root_in_trans failure in qgroup_account_snapshot
` [PATCH 18/42] btrfs: handle record_root_in_trans failure in btrfs_record_root_in_trans
` [PATCH 19/42] btrfs: handle record_root_in_trans failure in create_pending_snapshot
` [PATCH 20/42] btrfs: do not panic in __add_reloc_root
` [PATCH 21/42] btrfs: have proper error handling in btrfs_init_reloc_root
` [PATCH 22/42] btrfs: do proper error handling in create_reloc_root
` [PATCH 23/42] btrfs: handle btrfs_update_reloc_root failure in commit_fs_roots
` [PATCH 24/42] btrfs: change insert_dirty_subvol to return errors
` [PATCH 25/42] btrfs: handle btrfs_update_reloc_root failure in insert_dirty_subvol
` [PATCH 26/42] btrfs: handle btrfs_update_reloc_root failure in prepare_to_merge
` [PATCH 27/42] btrfs: do proper error handling in btrfs_update_reloc_root
` [PATCH 28/42] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
` [PATCH 29/42] btrfs: handle initial btrfs_cow_block error in replace_path
` [PATCH 30/42] btrfs: handle the loop "
` [PATCH 31/42] btrfs: handle btrfs_search_slot failure "
` [PATCH 32/42] btrfs: handle errors in reference count manipulation "
` [PATCH 33/42] btrfs: handle extent reference errors in do_relocation
` [PATCH 34/42] btrfs: check for BTRFS_BLOCK_FLAG_FULL_BACKREF being set improperly
` [PATCH 35/42] btrfs: remove the extent item sanity checks in relocate_block_group
` [PATCH 36/42] btrfs: do proper error handling in create_reloc_inode
` [PATCH 37/42] btrfs: handle __add_reloc_root failure in btrfs_recover_relocation
` [PATCH 38/42] btrfs: handle __add_reloc_root failure in btrfs_reloc_post_snapshot
` [PATCH 39/42] btrfs: cleanup error handling in prepare_to_merge
` [PATCH 40/42] btrfs: handle extent corruption with select_one_root properly
` [PATCH 41/42] btrfs: do proper error handling in merge_reloc_roots
` [PATCH 42/42] btrfs: check return value of btrfs_commit_transaction in relocation

[PATCH v2 00/24] btrfs: preparation patches for subpage support
 2020-11-13 12:51 UTC  (25+ messages)
` [PATCH v2 01/24] btrfs: tests: fix free space tree test failure on 64K page system
` [PATCH v2 02/24] btrfs: extent-io-tests: remove invalid tests
` [PATCH v2 03/24] btrfs: extent_io: replace extent_start/extent_len with better structure for end_bio_extent_readpage()
` [PATCH v2 04/24] btrfs: extent_io: introduce helper to handle page status update in end_bio_extent_readpage()
` [PATCH v2 05/24] btrfs: extent_io: extract the btree page submission code into its own helper function
` [PATCH v2 06/24] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH v2 07/24] btrfs: pass bio_offset to check_data_csum() directly
` [PATCH v2 08/24] btrfs: inode: make btrfs_verify_data_csum() follow sector size
` [PATCH v2 09/24] btrfs: extent_io: calculate inline extent buffer page size based on page size
` [PATCH v2 10/24] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [PATCH v2 11/24] btrfs: extent_io: don't allow tree block to cross page boundary for subpage support
` [PATCH v2 12/24] btrfs: extent_io: update num_extent_pages() to support subpage sized extent buffer
` [PATCH v2 13/24] btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessors
` [PATCH v2 14/24] btrfs: disk-io: only clear EXTENT_LOCK bit for extent_invalidatepage()
` [PATCH v2 15/24] btrfs: extent-io: make type of extent_state::state to be at least 32 bits
` [PATCH v2 16/24] btrfs: file-item: use nodesize to determine whether we need readahead for btrfs_lookup_bio_sums()
` [PATCH v2 17/24] btrfs: file-item: remove the btrfs_find_ordered_sum() call in btrfs_lookup_bio_sums()
` [PATCH v2 18/24] btrfs: file-item: refactor btrfs_lookup_bio_sums() to handle out-of-order bvecs
` [PATCH v2 19/24] btrfs: scrub: remove the anonymous structure from scrub_page
` [PATCH v2 20/24] btrfs: scrub: always allocate one full page for one sector for RAID56
` [PATCH v2 21/24] btrfs: scrub: support subpage tree block scrub
` [PATCH v2 22/24] btrfs: scrub: support subpage data scrub
` [PATCH v2 23/24] btrfs: scrub: allow scrub to work with subpage sectorsize
` [PATCH v2 24/24] btrfs: extent_io: Use detach_page_private() for alloc_extent_buffer()

[PATCH] btrfs: remove unnecessary attempt do drop extent maps after adding inline extent
 2020-11-13 11:24 UTC 

[PATCH] btrfs: stop incrementing log batch when joining log transaction
 2020-11-13 11:23 UTC 

[PATCH] btrfs: skip unnecessary searches for xattrs when logging an inode
 2020-11-13 11:21 UTC 

[PATCH v5 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6
 2020-11-13  9:36 UTC  (2+ messages)
` [PATCH] lib: zstd: fix semicolon.cocci warnings

[PATCH v2] btrfs: Simplify setup_nodes_for_search
 2020-11-13  7:29 UTC 

[PATCH] btrfs: Simplify setup_nodes_for_search
 2020-11-13  5:06 UTC  (4+ messages)

ERROR: could not setup extent tree
 2020-11-12 23:08 UTC  (3+ messages)

[PATCH] btrfs: Rename __set_extent_bit to set_extent_bit
 2020-11-12 19:21 UTC  (2+ messages)

[PATCH 00/14] Another batch of inode vs btrfs_inode cleanups
 2020-11-12 18:25 UTC  (3+ messages)

[PATCH 0/8] Locking cleanups and lockdep fix
 2020-11-12 18:18 UTC  (7+ messages)
` [PATCH 4/8] btrfs: remove the recursion handling code in locking.c

[PATCH v10 00/41] btrfs: zoned block device support
 2020-11-12 12:57 UTC  (13+ messages)
` [PATCH v10 01/41] block: add bio_add_zone_append_page
` [PATCH v10 04/41] btrfs: get zone information of zoned block devices

[PATCH] btrfs: don't access possibly stale fs_info data for printing duplicate device
 2020-11-12 12:25 UTC  (4+ messages)

[PATCH] btrfs: Remove useless statement in split_node
 2020-11-12 12:14 UTC  (2+ messages)

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-12 11:07 UTC  (5+ messages)
  ` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic

[PATCH] btrfs: hold device_list_mutex while accessing a btrfs_device's members
 2020-11-12 10:27 UTC  (7+ messages)

[PATCH v3 0/2] btrfs: paramater refactors for data and metadata endio call backs
 2020-11-12  9:55 UTC  (6+ messages)
` [PATCH v3 1/2] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [PATCH v3 2/2] btrfs: pass bio_offset to check_data_csum() directly

[PATCH] btrfs-progs: inspect: Fix logical-resolve by starting the lookup from root_id
 2020-11-12  1:14 UTC 

raid 5/6 - is this implemented?
 2020-11-11 17:06 UTC  (3+ messages)
  ` Re[2]: "

[PATCH v2 1/2] btrfs-progs: common: introduce fmt_print_start_object
 2020-11-11 16:39 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs-progs: device stats: add json output format

[PATCH 1/2] btrfs-progs: common: introduce fmt_print_start_object
 2020-11-11 16:14 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: device stats: add json output format

[PATCH RESEND v2 0/3] cleanup btrfs_find_device and fix sysbot warning
 2020-11-11 15:51 UTC  (6+ messages)
` [PATCH RESEND v2 1/3] btrfs: drop never met condition of disk_total_bytes == 0

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-11-11 15:49 UTC  (4+ messages)
` [PATCH RESEND "

[PATCH 0/1] cleanup btrfs_free_extra_devids() drop arg step
 2020-11-11 14:57 UTC  (5+ messages)
` [PATCH 1/1] btrfs: "

[GIT PULL] Btrfs updates for v5.10-rc4
 2020-11-11 13:39 UTC  (2+ messages)

[PATCH] btrfs: qgroup: don't commit transaction when we have already hold a transaction handler
 2020-11-11 10:10 UTC  (2+ messages)

Corporate and Personal Loan *
 2020-11-11  8:30 UTC 

[PATCH v10 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
 2020-11-11  4:58 UTC  (2+ messages)
` [PATCH v10.1 "

[PATCH v10 23/41] btrfs: split ordered extent when bio is sent
 2020-11-11  4:12 UTC  (6+ messages)
` [RFC PATCH] btrfs: extract_ordered_extent() can be static
` [PATCH v10.1 23/41] btrfs: split ordered extent when bio is sent

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-11  2:21 UTC  (14+ messages)
` [PATCH 11/32] btrfs: disk-io: make csum_tree_block() handle sectorsize smaller than page size
` [PATCH 15/32] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE

[PATCH v2] btrfs-progs: restore: Have -l display subvolume name
 2020-11-11  1:36 UTC  (2+ messages)

[PATCH] btrfs-progs: Sort main help menu
 2020-11-11  1:36 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: rescue: Add create-control-device subcommand
 2020-11-11  1:33 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v2 0/2] btrfs: paramater refactors for data and metadata endio call backs
 2020-11-11  0:05 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: pass disk_bytenr directly for check_data_csum()

[PATCH 0/4] btrfs: fix cases of stat(2) reporting incorrect number of used blocks
 2020-11-10 21:46 UTC  (2+ messages)

Problems with corrupted metadata
 2020-11-10 21:17 UTC 

[GIT PULL][PATCH v5 0/9] Update to zstd-1.4.6
 2020-11-10 20:38 UTC  (9+ messages)
` [PATCH v5 1/9] lib: zstd: Add zstd compatibility wrapper


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