linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-03 13:10:53 to 2020-02-05 15:44:35 UTC [more...]

[PATCH 00/44][v5] Cleanup how we handle root refs, part 1
 2020-02-05 15:44 UTC  (22+ 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 44/44] btrfs: rename btrfs_put_fs_root and btrfs_grab_fs_root

How to Fix 'Error: could not find extent items for root 257'?
 2020-02-05 15:29 UTC  (3+ messages)

[PATCH] Btrfs: fix race between using extent maps and merging them
 2020-02-05 14:45 UTC  (2+ messages)

[PATCH v4 0/5] btrfs: remove buffer heads form superblock handling
 2020-02-05 14:38 UTC  (6+ 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/3] Add comments describing how space reservation works
 2020-02-05 13:44 UTC  (11+ 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

[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  (42+ messages)
` [PATCH 01/23] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 02/23] btrfs: remove orig from shrink_delalloc
` [PATCH 03/23] btrfs: handle U64_MAX for shrink_delalloc
` [PATCH 04/23] btrfs: make shrink_delalloc take space_info as an arg
` [PATCH 05/23] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/23] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/23] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/23] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/23] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [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

[PATCH 00/11] Make pinned extents tracking per-transaction
 2020-02-05  8:51 UTC  (7+ 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 v3] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-05  7:10 UTC 

btrfs balance start -musage=0 / eats drive space
 2020-02-05  3:34 UTC  (10+ 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: "

[PATCH 00/24][v3] Convert data reservations to the ticketing infrastructure
 2020-02-04 16:16 UTC  (33+ messages)
` [PATCH 01/24] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 02/24] btrfs: remove orig from shrink_delalloc
` [PATCH 03/24] btrfs: handle U64_MAX for shrink_delalloc
` [PATCH 04/24] btrfs: make shrink_delalloc take space_info as an arg
` [PATCH 05/24] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/24] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/24] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/24] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/24] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 10/24] btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
` [PATCH 11/24] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/24] btrfs: add flushing states for handling data reservations
` [PATCH 13/24] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 14/24] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/24] btrfs: use ticketing for data space reservations
` [PATCH 16/24] btrfs: serialize data reservations if we are flushing
` [PATCH 17/24] btrfs: use the same helper for data and metadata reservations
` [PATCH 18/24] btrfs: drop the commit_cycles stuff for data reservations
` [PATCH 19/24] btrfs: don't pass bytes_needed to may_commit_transaction
` [PATCH 20/24] btrfs: don't force commit if we are data
` [PATCH 21/24] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 22/24] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 23/24] btrfs: do async reclaim for data reservations
` [PATCH 24/24] btrfs: add a comment explaining the data flush steps

[PATCH] btrfs: ref-verify: fix memory leaks
 2020-02-04 16:14 UTC  (2+ messages)

[PATCH 0/3][v2] Fix btrfs check handling of missing file extents
 2020-02-04 14:32 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: fix check to catch gaps at the start of the file
` [PATCH 2/3] btrfs-progs: fix lowmem check's handling of holes
` [PATCH 3/3] btrfs-progs: fix hole error output in fsck

[PATCH] btrfs: update the comment of btrfs_control_ioctl()
 2020-02-04 14:27 UTC  (3+ messages)

[PATCH v2] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-04 13:46 UTC  (3+ messages)

btrfs scrub prevents system suspend
 2020-02-04 12:44 UTC 

[PATCH] btrfs: drop math for block_reserved which is block_rsv size
 2020-02-04 12:46 UTC  (3+ messages)

Root FS damaged
 2020-02-04 12:16 UTC  (7+ messages)

[PATCH] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-04  5:00 UTC  (3+ messages)

storm-of-soft-lockups: spinlocks running on all cores, preventing forward progress (4.14- to 5.0+)
 2020-02-04  4:57 UTC  (2+ messages)
` storm-of-soft-lockups: spinlocks running on all cores, preventing forward progress (4.14- to 5.0+, fixed in 5.4)

repeatable(ish) corrupt leaf filesystem splat on 5.1.x
 2020-02-04  4:43 UTC  (2+ messages)
` repeatable(ish) corrupt leaf filesystem splat on 5.1.x - fixed in 5.4.14, 5.5.0

[PATCH 00/11] btrfs-progs: metadata_uuid feature fixes and portation
 2020-02-04  4:40 UTC  (6+ messages)
` [PATCH 02/11] btrfs-progs: misc-tests/034: mount the second device if first device mount failed

Spurious "ghost" "parent transid verify failed" messages on 4.14.x, 4.20.14
 2020-02-04  4:27 UTC  (4+ messages)
` Spurious "ghost" "parent transid verify failed" messages on 5.0.5 + lockdep warning
  ` Spurious "ghost" "parent transid verify failed" messages on 5.0.21 - with call traces
    ` Spurious "ghost" "parent transid verify failed" messages on 5.0.21 - with call traces - Fixed in 47c8495d358b (5.4.18/5.5.2?)

A collection of btrfs lockup stack traces
 2020-02-04  3:34 UTC  (3+ messages)
` A collection of btrfs lockup stack traces (4.20.13)
  ` A collection of btrfs lockup stack traces (4.14..4.20.17, but not later kernels)

WARNING at fs/btrfs/delayed-ref.c:296 btrfs_merge_delayed_refs+0x3dc/0x410 (new on 5.0.4, not in 5.0.3)
 2020-02-04  3:16 UTC  (3+ messages)
` WARNING at fs/btrfs/delayed-ref.c:296 btrfs_merge_delayed_refs+0x3dc/0x410 (still on 5.0.10)
  ` WARNING at fs/btrfs/delayed-ref.c:296 btrfs_merge_delayed_refs+0x3dc/0x410 (fixed in 5.2)

Please add d55966c4279bfc6 to 5.4.x and 5.5.x
 2020-02-03 22:00 UTC  (3+ messages)

[PATCH 0/6][v3] btrfs: fix hole corruption issue with !NO_HOLES
 2020-02-03 19:52 UTC  (5+ messages)
` [PATCH 3/6] btrfs: introduce the inode->file_extent_tree

My first attempt to use btrfs failed miserably
 2020-02-03 19:01 UTC  (9+ messages)

[PATCH 00/23][v2] Convert data reservations to the ticketing infrastructure
 2020-02-03 18:51 UTC  (32+ messages)
` [PATCH 09/23] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 11/23] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 13/23] btrfs: add flushing states for handling data reservations
` [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 pass bytes_needed to may_commit_transaction
` [PATCH 20/23] btrfs: don't force commit if we are data
` [PATCH 21/23] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 22/23] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 23/23] btrfs: do async reclaim for data reservations

KASAN splat during mount on 5.4.5, no reproducer
 2020-02-03 18:44 UTC  (3+ messages)

5.4.6+ kernel BUG at fs/btrfs/ctree.c:1245
 2020-02-03 18:08 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 5.6, part 2
 2020-02-03 17:20 UTC  (2+ messages)

[PATCH 0/4 RESEND 1-3/4 v5 4/4] btrfs, sysfs cleanup and add dev_state
 2020-02-03 17:16 UTC  (2+ messages)

[PATCH] btrfs: qgroup: Automatically remove qgroup item when dropping a subvolume
 2020-02-03 16:36 UTC  (2+ messages)

[PATCH resend] generic/527: add additional test including a file with a hardlink
 2020-02-03 16:19 UTC 

[PATCH resend] btrfs: add test for incremental send for file with shared extents
 2020-02-03 16:19 UTC 


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