Show patches with: Submitter = Filipe Manana       |    Archived = No       |   539 patches
« 1 2 3 45 6 »
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 - - - --- 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
[v2] Btrfs: fix physical offset reported by fiemap for inline extents - 1 - --- 2018-06-20 Filipe Manana Accepted
[2/2] Btrfs: sync log after logging new name - - - --- 2018-06-11 Filipe Manana Accepted
[1/2] Btrfs: fix return value on rename exchange failure - - - --- 2018-06-11 Filipe Manana Accepted
[3/3] generic/071: check that the fs supports fallocate with the KEEP_SIZE flag - - - --- 2017-04-04 Filipe Manana Not Applicable
[v2,2/3] generic: test for number of bytes used by files after buffered writes - - - --- 2017-04-04 Filipe Manana Not Applicable
[1/3] common/rc: test that xfs_io's falloc command supports specific flags - - - --- 2017-04-04 Filipe Manana Not Applicable
generic: test for number of bytes used by files after buffered writes - - - --- 2017-04-04 Filipe Manana Not Applicable
Btrfs: fix deadlock between dedup on same file and starting writeback - 1 - --- 2017-02-21 Filipe Manana Accepted
Btrfs: try harder to migrate items to left sibling before splitting a leaf - 1 - --- 2017-02-19 Filipe Manana Accepted
[v2] Btrfs: fix data loss after truncate when using the no-holes feature - - - --- 2017-02-15 Filipe Manana Accepted
fstests: add test for truncate after a mix of dio and buffered writes - - - --- 2017-02-14 Filipe Manana Not Applicable
fstests: add test for btrfs send/receive with sparse files - - - --- 2017-02-14 Filipe Manana Not Applicable
Btrfs: incremental send, fix unnecessary hole writes for sparse files - - - --- 2017-02-14 Filipe Manana Accepted
Btrfs: fix use-after-free due to wrong order of destroying work queues - 1 - --- 2017-02-07 Filipe Manana Accepted
[v2] Btrfs: fix assertion failure when freeing block groups at close_ctree() - 1 - --- 2017-02-02 Filipe Manana Accepted
[v2] Btrfs: do not create explicit holes when replaying log tree if NO_HOLES enabled - - - --- 2017-02-01 Filipe Manana Accepted
Btrfs: fix leak of subvolume writers counter - 2 - --- 2017-01-28 Filipe Manana Accepted
Btrfs: bulk delete checksum items in the same leaf - 1 - --- 2017-01-28 Filipe Manana Accepted
[v4,3/3] fstests: test btrfs incremental send after replacing directory - - - --- 2017-01-12 Filipe Manana Not Applicable
[v4,2/3] fstests: test btrfs incremental send after moving a directory - - - --- 2017-01-12 Filipe Manana Not Applicable
[v4,1/3] fstests: test btrfs incremental send after replacing a top level inode - - - --- 2017-01-12 Filipe Manana Not Applicable
[3/3] Btrfs: incremental send, do not issue invalid rmdir operations - 1 - --- 2017-01-12 Filipe Manana Accepted
[2/3] Btrfs: incremental send, do not delay rename when parent inode is new - - - --- 2017-01-12 Filipe Manana Accepted
[1/3] Btrfs: send, fix failure to rename top level inode due to name collision - 1 - --- 2017-01-12 Filipe Manana Accepted
resend: Re: Btrfs: adjust len of writes if following a preallocated extent - - - --- 2016-11-24 Filipe Manana Accepted
fstests: btrfs, add missing umount for raid5 tests 124 and 125 - - - --- 2016-11-24 Filipe Manana Not Applicable
Btrfs: fix qgroup rescan worker initialization - 1 - --- 2016-11-24 Filipe Manana Accepted
Btrfs: fix emptiness check for dirtied extent buffers at check_leaf() - 1 - --- 2016-11-23 Filipe Manana Accepted
Btrfs: remove rb_node field from the delayed ref node structure - 1 - --- 2016-11-18 Filipe Manana Accepted
[3/3] Btrfs: remove unused code when creating and merging reloc trees - 1 - --- 2016-11-18 Filipe Manana Accepted
[2/3] Btrfs: fix relocation incorrectly dropping data references - 1 - --- 2016-11-18 Filipe Manana Accepted
Btrfs: fix incremental send failure caused by balance - - - --- 2016-09-19 Filipe Manana Accepted
fstests: generic test for fsync after file rename - - - --- 2016-08-23 Filipe Manana Not Applicable
Btrfs: fix lockdep warning on deadlock against an inode's log mutex - - - --- 2016-08-23 Filipe Manana Accepted
Btrfs: remove unused function btrfs_add_delayed_qgroup_reserve() - - - --- 2016-08-03 Filipe Manana Accepted
Btrfs: send, don't bug on inconsistent snapshots - - - --- 2016-08-01 Filipe Manana Accepted
[7/7] Btrfs: send, avoid incorrect leaf accesses when sending utimes operations - - - --- 2016-07-02 Filipe Manana Accepted
[6/7] Btrfs: send, fix invalid leaf accesses due to incorrect utimes operations - - - --- 2016-07-02 Filipe Manana Accepted
[5/7] Btrfs: send, fix warning due to late freeing of orphan_dir_info structures - - - --- 2016-07-02 Filipe Manana Accepted
[4/7] Btrfs: incremental send, fix premature rmdir operations - - - --- 2016-07-02 Filipe Manana Accepted
[3/7] Btrfs: incremental send, fix invalid paths for rename operations - - - --- 2016-07-02 Filipe Manana Accepted
[2/7] Btrfs: send, add missing error check for calls to path_loop() - - - --- 2016-07-02 Filipe Manana Accepted
[1/7] Btrfs: send, fix failure to move directories with the same name around - - - --- 2016-07-02 Filipe Manana Accepted
Btrfs: add missing check for writeback errors on fsync - 1 - --- 2016-06-14 Filipe Manana Accepted
[2/2] Btrfs: improve performance on fsync against new inode after rename/unlink - - - --- 2016-06-09 Filipe Manana Accepted
[1/2] Btrfs: be more precise on errors when getting an inode from disk - - - --- 2016-06-09 Filipe Manana Superseded
btrfs: don't force mounts to wait for cleaner_kthread to delete one or more subvolumes - - - --- 2016-06-02 Filipe Manana Accepted
[2/2] Btrfs: fix race between device replace and read repair - 1 - --- 2016-05-30 Filipe Manana Accepted
[1/2] Btrfs: fix race between device replace and discard - 1 - --- 2016-05-30 Filipe Manana Accepted
[6/6] Btrfs: fix race between device replace and chunk allocation - 1 - --- 2016-05-20 Filipe Manana Accepted
[5/6] Btrfs: fix race setting block group back to RW mode during device replace - 1 - --- 2016-05-20 Filipe Manana Accepted
[4/6] Btrfs: fix unprotected assignment of the left cursor for device replace - 1 - --- 2016-05-20 Filipe Manana Accepted
[3/6] Btrfs: fix race setting block group readonly during device replace - 1 - --- 2016-05-20 Filipe Manana Accepted
[2/6] Btrfs: fix race between device replace and block group removal - 1 - --- 2016-05-20 Filipe Manana Accepted
[1/6] Btrfs: fix race between readahead and device replace/removal - 1 - --- 2016-05-20 Filipe Manana Accepted
Btrfs: add semaphore to synchronize direct IO writes with fsync - - - --- 2016-05-12 Filipe Manana Accepted
[2/2] Btrfs: fix race between block group relocation and nocow writes - - - --- 2016-05-09 Filipe Manana Accepted
[1/2] Btrfs: fix race between fsync and direct IO writes for prealloc extents - - - --- 2016-05-09 Filipe Manana Accepted
Btrfs: fix number of transaction units for renames with whiteout - - - --- 2016-05-05 Filipe Manana Accepted
[3/3] Btrfs: pin logs earlier when doing a rename exchange operation - - - --- 2016-05-05 Filipe Manana Accepted
[2/3] Btrfs: unpin logs if rename exchange operation fails - - - --- 2016-05-05 Filipe Manana Accepted
[1/3] Btrfs: fix inode leak on failure to setup whiteout inode in rename - - - --- 2016-05-05 Filipe Manana Accepted
« 1 2 3 45 6 »