Show patches with: Submitter = Filipe Manana       |    State = Action Required       |    Archived = No       |   41 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
btrfs: dont loop for nowait writes when checking for cross references btrfs: dont loop for nowait writes when checking for cross references - 1 - --- 2024-11-15 Filipe Manana New
btrfs: ref-verify: fix use-after-free after invalid ref action btrfs: ref-verify: fix use-after-free after invalid ref action - 1 - --- 2024-11-15 Filipe Manana New
btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENTAL=y btrfs: sysfs: advertise experimental features only if CONFIG_BTRFS_EXPERIMENTAL=y - 3 - --- 2024-11-14 Filipe Manana New
btrfs: fix deadlock between transaction commits and extent locks btrfs: fix deadlock between transaction commits and extent locks - 1 - --- 2024-11-14 Filipe Manana New
btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl() btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl() - 2 - --- 2024-11-06 Filipe Manana New
btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap() btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap() - 2 - --- 2024-11-06 Filipe Manana New
[2/2] btrfs: send: check for read-only send root under critical section btrfs: some fixes around check send root flags - - - --- 2024-11-06 Filipe Manana New
[1/2] btrfs: send: check for dead send root under critical section btrfs: some fixes around check send root flags - - - --- 2024-11-06 Filipe Manana New
btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot() btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot() - 2 - --- 2024-11-05 Filipe Manana New
btrfs: remove hole from struct btrfs_delayed_node btrfs: remove hole from struct btrfs_delayed_node - 2 - --- 2024-11-05 Filipe Manana New
btrfs: reinitialize delayed ref list after deleting it from the list btrfs: reinitialize delayed ref list after deleting it from the list - 1 - --- 2024-11-04 Filipe Manana New
btrfs: update stale comment for struct btrfs_delayed_ref_node::add_list btrfs: update stale comment for struct btrfs_delayed_ref_node::add_list - 1 - --- 2024-11-04 Filipe Manana New
[v3] btrfs: add a test for defrag of contiguous file extents [v3] btrfs: add a test for defrag of contiguous file extents - 2 - --- 2024-11-04 Filipe Manana New
[v2] btrfs: add a test for defrag of contiguous file extents [v2] btrfs: add a test for defrag of contiguous file extents - 1 - --- 2024-10-30 Filipe Manana New
btrfs: add a test for defrag of contiguous file extents btrfs: add a test for defrag of contiguous file extents - 1 - --- 2024-10-29 Filipe Manana New
[2/2] btrfs: fix defrag not merging contiguous extents due to merged extent maps btrfs: a couple fixes for extent map merging and defrag - - - --- 2024-10-29 Filipe Manana New
[1/2] btrfs: fix extent map merging not happening for adjacent extents btrfs: a couple fixes for extent map merging and defrag - - - --- 2024-10-29 Filipe Manana New
btrfs/287: make the test work when compression is enabled btrfs/287: make the test work when compression is enabled - 1 - --- 2024-10-29 Filipe Manana New
[v2] btrfs: test remount with "compress" clears "compress-force" [v2] btrfs: test remount with "compress" clears "compress-force" - 2 - --- 2024-10-25 Filipe Manana New
btrfs: test remount with "compress" clears "compress-force" btrfs: test remount with "compress" clears "compress-force" - - - --- 2024-10-25 Filipe Manana New
[18/18] btrfs: remove no longer used delayed ref head search functionality btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[17/18] btrfs: track delayed ref heads in an xarray btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[16/18] btrfs: add comments regarding locking to struct btrfs_delayed_ref_root btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[15/18] btrfs: assert delayed refs lock is held at add_delayed_ref_head() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[14/18] btrfs: assert delayed refs lock is held at find_first_ref_head() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[13/18] btrfs: assert delayed refs lock is held at find_ref_head() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[12/18] btrfs: pass fs_info to btrfs_cleanup_ref_head_accounting btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[11/18] btrfs: pass fs_info to functions that search for delayed ref heads btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[10/18] btrfs: move delayed ref head unselection to delayed-ref.c btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[09/18] btrfs: simplify obtaining a delayed ref head btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[08/18] btrfs: change return type of btrfs_delayed_ref_lock() to boolean btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[07/18] btrfs: remove num_entries atomic counter from delayed ref root btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[06/18] btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[05/18] btrfs: remove duplicated code to drop delayed ref during transaction abort btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[04/18] btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[03/18] btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[02/18] btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[01/18] btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs() btrfs: convert delayed head refs to xarray and cleanups - - - --- 2024-10-24 Filipe Manana New
[3/4,v4] Btrfs-progs: send, implement fallocate command callback - - - --- 2014-04-20 Filipe Manana Under Review
[2/4,v4] Btrfs-progs: send, implement total data size callback and progress report - - - --- 2014-04-20 Filipe Manana Under Review
[1/4,v3] Btrfs-progs: send, bump stream version - - - --- 2014-04-20 Filipe Manana Under Review