linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-09 15:14:42 to 2020-11-12 21:20:32 UTC [more...]

[PATCH 00/42] Cleanup error handling in relocation
 2020-11-12 21:19 UTC  (36+ 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 36/42] btrfs: do proper error handling in create_reloc_inode

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

[PATCH] btrfs: correctly deal with error updating inode when inserting inline extent
 2020-11-12 19:21 UTC 

[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  (61+ messages)
` [PATCH v10 01/41] block: add bio_add_zone_append_page
` [PATCH v10 02/41] iomap: support REQ_OP_ZONE_APPEND
` [PATCH v10 03/41] btrfs: introduce ZONED feature flag
` [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 07/41] btrfs: disallow space_cache in ZONED mode
` [PATCH v10 08/41] btrfs: disallow NODATACOW "
` [PATCH v10 09/41] btrfs: disable fallocate "
` [PATCH v10 10/41] btrfs: disallow mixed-bg "
` [PATCH v10 11/41] btrfs: implement log-structured superblock for "
` [PATCH v10 12/41] btrfs: implement zoned chunk allocator
` [PATCH v10 13/41] btrfs: verify device extent is aligned to zone
` [PATCH v10 14/41] btrfs: load zone's alloction offset
` [PATCH v10 15/41] btrfs: emulate write pointer for conventional zones
` [PATCH v10 16/41] btrfs: track unusable bytes for zones
` [PATCH v10 17/41] btrfs: do sequential extent allocation in ZONED mode
` [PATCH v10 18/41] btrfs: reset zones of unused block groups
` [PATCH v10 19/41] btrfs: redirty released extent buffers in ZONED mode
` [PATCH v10 20/41] btrfs: extract page adding function
` [PATCH v10 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v10 22/41] btrfs: handle REQ_OP_ZONE_APPEND as writing
` [PATCH v10 23/41] btrfs: split ordered extent when bio is sent
  ` [RFC PATCH] btrfs: extract_ordered_extent() can be static
  ` [PATCH v10.1 23/41] btrfs: split ordered extent when bio is sent
` [PATCH v10 24/41] btrfs: extend btrfs_rmap_block for specifying a device
` [PATCH v10 25/41] btrfs: use ZONE_APPEND write for ZONED btrfs
` [PATCH v10 26/41] btrfs: enable zone append writing for direct IO
` [PATCH v10 27/41] btrfs: introduce dedicated data write path for ZONED mode
` [PATCH v10 28/41] btrfs: serialize meta IOs on "
` [PATCH v10 29/41] btrfs: wait existing extents before truncating
` [PATCH v10 30/41] btrfs: avoid async metadata checksum on ZONED mode
` [PATCH v10 31/41] btrfs: mark block groups to copy for device-replace
` [PATCH v10 32/41] btrfs: implement cloning for ZONED device-replace
` [PATCH v10 33/41] btrfs: implement copying "
` [PATCH v10 34/41] btrfs: support dev-replace in ZONED mode
` [PATCH v10 35/41] btrfs: enable relocation "
` [PATCH v10 36/41] btrfs: relocate block group to repair IO failure in ZONED
` [PATCH v10 37/41] btrfs: split alloc_log_tree()
` [PATCH v10 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group
  ` [PATCH v10.1 "
` [PATCH v10 39/41] btrfs: serialize log transaction on ZONED mode
` [PATCH v10 40/41] btrfs: reorder log node allocation
` [PATCH v10 41/41] btrfs: enable to mount ZONED incompat flag

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

[PATCH] btrfs: Simplify setup_nodes_for_search
 2020-11-12 12:17 UTC  (2+ 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 

ERROR: could not setup extent tree
 2020-11-12  3:53 UTC 

[PATCH] fstests: btrfs: check qgroup doesn't crash when beyond limit
 2020-11-11 23:50 UTC  (3+ messages)

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 v2] btrfs: qgroup: don't commit transaction when we have already hold a transaction handler
 2020-11-11 11:38 UTC 

[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] btrfs: tests: fix free space tree test failure on 64K page system
 2020-11-11  7:02 UTC 

[PATCH 00/32] btrfs: preparation patches for subpage support
 2020-11-11  2:21 UTC  (31+ messages)
` [PATCH 11/32] btrfs: disk-io: make csum_tree_block() handle sectorsize smaller than page size
` [PATCH 12/32] btrfs: disk-io: extract the extent buffer verification from btrfs_validate_metadata_buffer()
` [PATCH 15/32] btrfs: introduce a helper to determine if the sectorsize is smaller than PAGE_SIZE
` [PATCH 27/32] btrfs: scrub: use flexible array for scrub_page::csums
` [PATCH 29/32] btrfs: scrub: introduce scrub_page::page_len for subpage support
` [PATCH 31/32] btrfs: scrub: support subpage tree block scrub

[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  (5+ messages)
` [PATCH v2 1/2] btrfs: remove the phy_offset parameter for btrfs_validate_metadata_buffer()
` [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

KASAN: null-ptr-deref Write in start_transaction
 2020-11-10 18:55 UTC 

[btrfs] fac2f60d5f: fsmark.files_per_sec 62.6% improvement
 2020-11-10 14:08 UTC  (2+ messages)

Subject: [RFC] clang tooling cleanups
 2020-11-10 13:12 UTC  (3+ messages)

[PATCH v9 01/41] block: add bio_add_zone_append_page
 2020-11-10 11:12 UTC  (17+ messages)
` [PATCH v9 18/41] btrfs: reset zones of unused block groups
` [PATCH v9 21/41] btrfs: use bio_add_zone_append_page for zoned btrfs
` [PATCH v9 33/41] btrfs: implement copying for ZONED device-replace
` [PATCH v9 37/41] btrfs: split alloc_log_tree()
` [PATCH v9 38/41] btrfs: extend zoned allocator to use dedicated tree-log block group

[PATCH v9 00/41] btrfs: zoned block device support
 2020-11-10 10:14 UTC  (4+ messages)
` [PATCH v9 07/41] btrfs: disallow space_cache in ZONED mode

KASAN: slab-out-of-bounds Read in btrfs_scan_one_device
 2020-11-10  9:25 UTC 

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v2] btrfs-progs: filesystem usage: add avail info from statfs()
 2020-11-10  0:52 UTC 

[PATCH] btrfs-progs: filesystem usage: add avail info from statfs()
 2020-11-09 23:16 UTC  (2+ messages)

[PATCH 00/14][REBASED] Set the lockdep class on eb's at allocation time
 2020-11-09 16:50 UTC  (4+ messages)
` [PATCH 02/14] btrfs: cleanup extent buffer readahead


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).