linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-04 16:20:29 to 2020-02-07 06:16:43 UTC [more...]

How to Fix 'Error: could not find extent items for root 257'?
 2020-02-07  6:16 UTC  (11+ messages)

[PATCH 00/20] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-07  6:11 UTC  (43+ messages)
` [PATCH 01/20] btrfs: change type of full_search to bool
` [PATCH 02/20] btrfs: introduce chunk allocation policy
` [PATCH 03/20] btrfs: refactor find_free_dev_extent_start()
` [PATCH 04/20] btrfs: introduce alloc_chunk_ctl
` [PATCH 05/20] btrfs: factor out set_parameters()
` [PATCH 06/20] btrfs: factor out gather_device_info()
` [PATCH 07/20] btrfs: factor out decide_stripe_size()
` [PATCH 08/20] btrfs: factor out create_chunk()
` [PATCH 09/20] btrfs: parameterize dev_extent_min
` [PATCH 10/20] btrfs: introduce extent allocation policy
` [PATCH 11/20] btrfs: move hint_byte into find_free_extent_ctl
` [PATCH 12/20] btrfs: introduce clustered_alloc_info
` [PATCH 13/20] btrfs: factor out do_allocation()
` [PATCH 14/20] btrfs: drop unnecessary arguments from clustered allocation functions
` [PATCH 15/20] btrfs: factor out release_block_group()
` [PATCH 16/20] btrfs: factor out found_extent()
` [PATCH 17/20] btrfs: drop unnecessary arguments from find_free_extent_update_loop()
` [PATCH 18/20] btrfs: factor out chunk_allocation_failed()
` [PATCH 19/20] btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
` [PATCH 20/20] btrfs: factor out prepare_allocation()

[PATCH v2 0/2] btrfs: qgroup: Fix deadlock where btrfs_qgroup_wait_for_completion() waits for never-queued work
 2020-02-07  5:38 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: qgroup: Ensure qgroup_rescan_running is only set when the worker is at least queued
` [PATCH v2 2/2] btrfs: qgroup: Remove the unnecesaary spin lock for qgroup_rescan_running|queued

btrfs-scrub: slow scrub speed (raid5)
 2020-02-07  4:58 UTC  (6+ messages)

[PATCH 0/3] fstests: btrfs/022 fixes
 2020-02-07  2:10 UTC  (7+ messages)
` [PATCH 1/3] fstests: btrfs: Use word mathcing for _btrfs_get_subvolid()
` [PATCH 2/3] fstests: btrfs/022: Match qgroup id more correctly
` [PATCH 3/3] fstests: btrfs/022: Add debug output

[PATCH] fstests: btrfs/022: Disable snapshot ioctl in fsstress
 2020-02-07  1:39 UTC  (6+ messages)

[PATCH v3] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-07  0:37 UTC  (4+ messages)

RAID5 fails to correct correctable errors, makes them uncorrectable instead (sometimes). With reproducer for kernel 5.3.11
 2020-02-06 23:40 UTC  (2+ messages)
` RAID5 fails to correct correctable errors, makes them uncorrectable instead (sometimes). With reproducer for kernel 5.3.11, still works on 5.5.1

[PATCH 00/11] Make pinned extents tracking per-transaction
 2020-02-06 19:59 UTC  (8+ messages)
` [PATCH 01/11] btrfs: Perform pinned cleanup directly in btrfs_destroy_delayed_refs
` [PATCH 09/11] btrfs: Mark pinned log extents as excluded

[PATCH v2] btrfs: Use btrfs_transaction::pinned_extents
 2020-02-06 19:40 UTC  (4+ messages)
` [PATCH v3] "
  ` [PATCH 11/11 "

[PATCH] Btrfs: fix race between using extent maps and merging them
 2020-02-06 17:21 UTC  (3+ messages)

[PATCH] btrfs: remove trivial nowait check
 2020-02-06 17:17 UTC  (2+ messages)

[PATCH 00/44][v5] Cleanup how we handle root refs, part 1
 2020-02-06 16:59 UTC  (27+ messages)
` [PATCH 01/44] btrfs: push __setup_root into btrfs_alloc_root
` [PATCH 17/44] btrfs: hold a ref on the root in btrfs_search_path_in_tree
` [PATCH 18/44] btrfs: hold a ref on the root in btrfs_search_path_in_tree_user
` [PATCH 21/44] btrfs: hold a ref on the root in build_backref_tree
` [PATCH 22/44] btrfs: hold a ref on the root in prepare_to_merge
` [PATCH 27/44] btrfs: hold a ref on the root in btrfs_recover_relocation
` [PATCH 29/44] btrfs: hold a ref for the root in btrfs_find_orphan_roots
` [PATCH 31/44] btrfs: hold a ref on the root in btrfs_ioctl_send
` [PATCH 32/44] btrfs: hold a ref on the root in get_subvol_name_from_objectid
    ` [PATCH][v2] "
` [PATCH 44/44] btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root

btrfs scrub prevents system suspend
 2020-02-06 16:54 UTC  (2+ messages)

[PATCH] btrfs: qgroups, fix rescan worker running races
 2020-02-06 15:54 UTC  (2+ messages)

[PATCH] btrfs: move root node locking helpers to locking.c
 2020-02-06 15:45 UTC  (3+ messages)

[PATCH] btrfs: add wrapper for transaction abort predicate
 2020-02-06 15:45 UTC  (2+ messages)

[PATCH v4 0/5] btrfs: remove buffer heads form superblock handling
 2020-02-06 15:29 UTC  (15+ messages)
` [PATCH v4 1/5] btrfs: use the page-cache for super block reading
` [PATCH v4 2/5] btrfs: use BIOs instead of buffer_heads from superblock writeout
` [PATCH v4 3/5] btrfs: remove btrfsic_submit_bh()
` [PATCH v4 4/5] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH v4 5/5] btrfs: remove buffer_heads form superblock mirror integrity checking

[PATCH 0/4 RESEND 1-3/4 v5 4/4] btrfs, sysfs cleanup and add dev_state
 2020-02-06 14:11 UTC  (4+ messages)

[PATCH 0/8] Cleanup io_tree arguments in extent read/write path
 2020-02-06 13:47 UTC  (21+ messages)
` [PATCH 1/8] btrfs: remove extent_page_data::tree
` [PATCH 2/8] btrfs: drop argument tree from submit_extent_page
` [PATCH 3/8] btrfs: add assertions for tree == inode->io_tree to extent IO helpers
` [PATCH 4/8] btrfs: drop argument tree from btrfs_lock_and_flush_ordered_range
` [PATCH 5/8] btrfs: sink argument tree to extent_read_full_page
` [PATCH 6/8] btrfs: sink argument tree to __extent_read_full_page
` [PATCH 7/8] btrfs: sink arugment tree to contiguous_readpages
` [PATCH 8/8] btrfs: sink argument tree to __do_readpage

[PATCH] btrfs: print message when tree-log replay starts
 2020-02-06 13:41 UTC  (5+ messages)

[PATCH] btrfs: log message when rw remount is attempted with unclean tree-log
 2020-02-06  7:49 UTC  (4+ messages)

What determines the inode-number bit width of a converted BTRFS volume
 2020-02-05 17:30 UTC 

[PATCH 0/3] Add comments describing how space reservation works
 2020-02-05 13:44 UTC  (6+ messages)
` [PATCH 2/3] btrfs: add a comment describing delalloc space reservation

[PATCH 0/3][v2] Add comments describing how space reservation works
 2020-02-05 13:32 UTC  (5+ messages)
` [PATCH 1/3] btrfs: add a comment describing block-rsvs
` [PATCH 2/3] btrfs: add a comment describing delalloc space reservation
` [PATCH 3/3] btrfs: describe the space reservation system in general

Endless mount and backpointer mismatch
 2020-02-05 12:50 UTC  (4+ messages)

[PATCH 0/23][v4] Convert data reservations to the ticketing infrastructure
 2020-02-05  9:55 UTC  (36+ messages)
` [PATCH 01/23] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 06/23] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 08/23] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 10/23] btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
` [PATCH 11/23] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/23] btrfs: add flushing states for handling data reservations
` [PATCH 13/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 14/23] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/23] btrfs: use ticketing for data space reservations
` [PATCH 16/23] btrfs: serialize data reservations if we are flushing
` [PATCH 17/23] btrfs: use the same helper for data and metadata reservations
` [PATCH 18/23] btrfs: drop the commit_cycles stuff for data reservations
` [PATCH 19/23] btrfs: don't force commit if we are data
` [PATCH 20/23] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 21/23] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 22/23] btrfs: do async reclaim for data reservations
` [PATCH 23/23] btrfs: add a comment explaining the data flush steps

btrfs balance start -musage=0 / eats drive space
 2020-02-05  3:34 UTC  (8+ messages)

About stale qgroup auto removal behavior change
 2020-02-05  1:00 UTC  (3+ messages)

[PATCH v4 00/12] Change readahead API
 2020-02-04 17:16 UTC  (3+ messages)

[PATCH][v2] xfstest: add a test for the btrfs file extent gap issue
 2020-02-04 17:00 UTC  (2+ messages)

Kernels 4.15..5.0.3: "WARNING: CPU: 2 PID: 4150 at fs/fs-writeback.c:2363 __writeback_inodes_sb_nr+0xa9/0xc0"
 2020-02-04 16:49 UTC  (4+ messages)
` Kernels 4.15..5.5: "


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