Show patches with: Submitter = Filipe Manana       |   2522 patches
« 1 2 ... 4 5 625 26 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,02/13] btrfs: fix extent buffer leak after tree mod log failure at split_node() btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-08 Filipe Manana New
[v2,01/13] btrfs: add missing error handling when logging operation while COWing extent buffer btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-08 Filipe Manana New
[13/13] btrfs: do not BUG_ON() on tree mod log failures at btrfs_del_ptr() btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-07 Filipe Manana New
[12/13] btrfs: do not BUG_ON() on tree mod log failures at insert_ptr() btrfs: some fixes and updates around handling errors for tree mod log operations - - - --- 2023-06-07 Filipe Manana New
[11/13] btrfs: do not BUG_ON() on tree mod log failure at insert_new_root() btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-07 Filipe Manana New
[10/13] btrfs: do not BUG_ON() on tree mod log failures at push_nodes_for_insert() btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-07 Filipe Manana New
[09/13] btrfs: abort transaction at update_ref_for_cow() when ref count is zero btrfs: some fixes and updates around handling errors for tree mod log operations - - - --- 2023-06-07 Filipe Manana New
[08/13] btrfs: abort transaction at balance_level() when left child is missing btrfs: some fixes and updates around handling errors for tree mod log operations - - - --- 2023-06-07 Filipe Manana New
[07/13] btrfs: avoid unnecessarily setting the fs to RO and error state at balance_level() btrfs: some fixes and updates around handling errors for tree mod log operations - - - --- 2023-06-07 Filipe Manana New
[06/13] btrfs: rename enospc label to out at balance_level() btrfs: some fixes and updates around handling errors for tree mod log operations - 2 - --- 2023-06-07 Filipe Manana New
[05/13] btrfs: do not BUG_ON() on tree mod log failure at balance_level() btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-07 Filipe Manana New
[04/13] btrfs: do not BUG_ON() on tree mod log failure at __btrfs_cow_block() btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-07 Filipe Manana New
[03/13] btrfs: avoid tree mod log ENOMEM failures when we don't need to log btrfs: some fixes and updates around handling errors for tree mod log operations - - - --- 2023-06-07 Filipe Manana New
[02/13] btrfs: fix extent buffer leak after failure tree mod log failure at split_node() btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-07 Filipe Manana New
[01/13] btrfs: add missing error handling when logging operation while COWing extent buffer btrfs: some fixes and updates around handling errors for tree mod log operations - 1 - --- 2023-06-07 Filipe Manana New
btrfs: update documentation for a block group's bg_list member btrfs: update documentation for a block group's bg_list member - 1 - --- 2023-06-06 Filipe Manana New
[v2] btrfs: make btrfs_destroy_delayed_refs() return void [v2] btrfs: make btrfs_destroy_delayed_refs() return void - 1 - --- 2023-06-02 Filipe Manana New
[11/11] btrfs: make btrfs_destroy_delayed_refs() return void btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[10/11] btrfs: remove unnecessary prototype declarations at disk-io.c btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[09/11] btrfs: use a single switch statement when initializing delayed ref head btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[08/11] btrfs: use bool type for delayed ref head fields that are used as booleans btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[07/11] btrfs: assert correct lock is held at btrfs_select_ref_head() btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[06/11] btrfs: get rid of label and goto at insert_delayed_ref() btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[05/11] btrfs: make insert_delayed_ref() return a bool instead of an int btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[04/11] btrfs: use a bool to track qgroup record insertion when adding ref head btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[03/11] btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[02/11] btrfs: remove unused is_head field from struct btrfs_delayed_ref_node btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[01/11] btrfs: reorder some members of struct btrfs_delayed_ref_head btrfs: some delayed refs optimizations and cleanups - - - --- 2023-05-29 Filipe Manana New
[v2] btrfs/213: avoid occasional failure due to already finished balance [v2] btrfs/213: avoid occasional failure due to already finished balance - 2 - --- 2023-05-19 Filipe Manana New
btrfs/213: add _fixed_by_kernel_commit tag and remove from dangerous group btrfs/213: add _fixed_by_kernel_commit tag and remove from dangerous group - 1 - --- 2023-05-18 Filipe Manana New
btrfs/213: avoid occasional failure due to already finished balance btrfs/213: avoid occasional failure due to already finished balance - - - --- 2023-05-18 Filipe Manana New
btrfs/287: add git commit hash for the kernel fix btrfs/287: add git commit hash for the kernel fix - 1 - --- 2023-05-18 Filipe Manana New
generic/708: fix commit subject and add its git hash generic/708: fix commit subject and add its git hash - 1 - --- 2023-05-18 Filipe Manana New
btrfs: fix comment referring to no longer existing btrfs_clean_tree_block() btrfs: fix comment referring to no longer existing btrfs_clean_tree_block() - 1 - --- 2023-05-17 Filipe Manana New
[5/5] btrfs: change for_rename argument of btrfs_record_unlink_dir() to bool btrfs: some minor log tree updates - 1 - --- 2023-05-17 Filipe Manana New
[4/5] btrfs: remove pointless label and goto at btrfs_record_unlink_dir() btrfs: some minor log tree updates - - - --- 2023-05-17 Filipe Manana New
[3/5] btrfs: update comments at btrfs_record_unlink_dir() to be more clear btrfs: some minor log tree updates - - - --- 2023-05-17 Filipe Manana New
[2/5] btrfs: use inode_logged() at btrfs_record_unlink_dir() btrfs: some minor log tree updates - - - --- 2023-05-17 Filipe Manana New
[1/5] btrfs: use inode_logged() at need_log_inode() btrfs: some minor log tree updates - - - --- 2023-05-17 Filipe Manana New
btrfs/254: correct subject of the relevant kernel patch and add git commit btrfs/254: correct subject of the relevant kernel patch and add git commit - 1 - --- 2023-05-10 Filipe Manana New
btrfs/228: sync filesystem after creating subvolume btrfs/228: sync filesystem after creating subvolume - 2 - --- 2023-05-10 Filipe Manana New
[3/3] groups: add logical_resolve group for btrfs btrfs: add test case for logical-resolve - 1 - --- 2023-05-09 Filipe Manana New
[2/3] btrfs: add a test case for the logical to ino ioctl btrfs: add test case for logical-resolve - 1 - --- 2023-05-09 Filipe Manana New
[1/3] common/btrfs: add helper to get the bytenr for a file extent item btrfs: add test case for logical-resolve - 1 - --- 2023-05-09 Filipe Manana New
[v3] btrfs: fix backref walking not returning all inode refs [v3] btrfs: fix backref walking not returning all inode refs - - 1 --- 2023-05-09 Filipe Manana New
[9/9] btrfs: assert tree lock is held when removing free space entries btrfs: some free space cache fixes and updates - - - --- 2023-05-04 Filipe Manana New
[8/9] btrfs: assert tree lock is held when linking free space btrfs: some free space cache fixes and updates - 1 - --- 2023-05-04 Filipe Manana New
[7/9] btrfs: assert tree lock is held when searching for free space entries btrfs: some free space cache fixes and updates - 1 - --- 2023-05-04 Filipe Manana New
[6/9] btrfs: assert proper locks are held at tree_insert_offset() btrfs: some free space cache fixes and updates - - - --- 2023-05-04 Filipe Manana New
[5/9] btrfs: simplify arguments to tree_insert_offset() btrfs: some free space cache fixes and updates - - - --- 2023-05-04 Filipe Manana New
[4/9] btrfs: use precomputed end offsets at do_trimming() btrfs: some free space cache fixes and updates - 1 - --- 2023-05-04 Filipe Manana New
[3/9] btrfs: avoid searching twice for previous node when merging free space entries btrfs: some free space cache fixes and updates - - - --- 2023-05-04 Filipe Manana New
[2/9] btrfs: avoid extra memory allocation when copying free space cache btrfs: some free space cache fixes and updates - 1 - --- 2023-05-04 Filipe Manana New
[1/9] btrfs: fix space cache inconsistency after error loading it from disk btrfs: some free space cache fixes and updates - 1 - --- 2023-05-04 Filipe Manana New
[v2] btrfs: fix backref walking not returning all inode refs [v2] btrfs: fix backref walking not returning all inode refs - - 1 --- 2023-05-04 Filipe Manana New
btrfs: fix backref walking not returning all inode refs btrfs: fix backref walking not returning all inode refs - - 1 --- 2023-05-03 Filipe Manana New
[2/2] btrfs: make btrfs_free_device() static btrfs: fix extent state leaks after device replace - 2 - --- 2023-04-26 Filipe Manana New
[1/2] btrfs: fix leak of source device allocation state after device replace btrfs: fix extent state leaks after device replace - 1 - --- 2023-04-26 Filipe Manana New
[3/3] btrfs: tag as unlikely the key comparison when checking sibling keys btrfs: improve sibling keys check failure report - 1 - --- 2023-04-26 Filipe Manana New
[2/3] btrfs: print extent buffers when sibling keys check fails btrfs: improve sibling keys check failure report - 1 - --- 2023-04-26 Filipe Manana New
[1/3] btrfs: abort transaction when sibling keys check fails for leaves btrfs: improve sibling keys check failure report - 1 - --- 2023-04-26 Filipe Manana New
[for,stable,6.1.x] btrfs: get the next extent map during fiemap/lseek more efficiently [for,stable,6.1.x] btrfs: get the next extent map during fiemap/lseek more efficiently - - - --- 2023-04-19 Filipe Manana New
[2/2] btrfs: unexport btrfs_prev_leaf() btrfs: fix for btrfs_prev_leaf() and unexport it - 1 - --- 2023-04-12 Filipe Manana New
[1/2] btrfs: fix btrfs_prev_leaf() to not return the same key twice btrfs: fix for btrfs_prev_leaf() and unexport it - - - --- 2023-04-12 Filipe Manana New
btrfs: remove pointless loop at btrfs_get_next_valid_item() btrfs: remove pointless loop at btrfs_get_next_valid_item() - - - --- 2023-04-05 Filipe Manana New
[2/2] btrfs: use log root when iterating over index keys when logging directory btrfs: some fsync updates when logging directories - - - --- 2023-04-05 Filipe Manana New
[1/2] btrfs: avoid iterating over all indexes when logging directory btrfs: some fsync updates when logging directories - - - --- 2023-04-05 Filipe Manana New
[2/2] btrfs: correctly calculate delayed ref bytes when starting transaction btrfs: some trivial updates for delayed ref space reservation - - - --- 2023-03-30 Filipe Manana New
[1/2] btrfs: make btrfs_block_rsv_full() check more boolean when starting transaction btrfs: some trivial updates for delayed ref space reservation - - - --- 2023-03-30 Filipe Manana New
btrfs: ignore fiemap path cache when there are multiple paths for a node btrfs: ignore fiemap path cache when there are multiple paths for a node - - - --- 2023-03-28 Filipe Manana New
btrfs: fix race between quota disable and quota assign ioctls btrfs: fix race between quota disable and quota assign ioctls - 1 - --- 2023-03-22 Filipe Manana New
btrfs: fix deadlock when aborting transaction during relocation with scrub btrfs: fix deadlock when aborting transaction during relocation with scrub - 1 - --- 2023-03-22 Filipe Manana New
btrfs: remove btrfs_lru_cache_is_full() inline function btrfs: remove btrfs_lru_cache_is_full() inline function - 1 - --- 2023-03-21 Filipe Manana New
[24/24] btrfs: simplify exit paths of btrfs_evict_inode() btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[23/24] btrfs: calculate the right space for delayed refs when updating global reserve btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[22/24] btrfs: use a constant for the number of metadata units needed for an unlink btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[21/24] btrfs: fix calculation of the global block reserve's size btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[20/24] btrfs: calculate correct amount of space for delayed reference when evicting btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[19/24] btrfs: add helper to calculate space for delayed references btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[18/24] btrfs: constify fs_info argument for the reclaim items calculation helpers btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[17/24] btrfs: constify fs_info argument of the metadata size calculation helpers btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[16/24] btrfs: accurately calculate number of delayed refs when flushing btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[15/24] btrfs: calculate the right space for a single delayed ref when refilling btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[14/24] btrfs: don't throttle on delayed items when evicting deleted inode btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[13/24] btrfs: remove obsolete delayed ref throttling logic when truncating items btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[12/24] btrfs: simplify btrfs_block_rsv_refill() btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[11/24] btrfs: remove redundant counter check at btrfs_truncate_inode_items() btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[10/24] btrfs: count extents before taking inode's spinlock when reserving metadata btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[09/24] btrfs: remove bytes_used argument from btrfs_make_block_group() btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[08/24] btrfs: collapse should_end_transaction() into btrfs_should_end_transaction() btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[07/24] btrfs: simplify btrfs_should_throttle_delayed_refs() btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[06/24] btrfs: initialize ret to -ENOSPC at __reserve_bytes() btrfs: cleanups and small fixes mostly around block reserves - 2 - --- 2023-03-21 Filipe Manana New
[05/24] btrfs: update flush method assertion when reserving space btrfs: cleanups and small fixes mostly around block reserves - - - --- 2023-03-21 Filipe Manana New
[04/24] btrfs: update documentation for BTRFS_RESERVE_FLUSH_EVICT flush method btrfs: cleanups and small fixes mostly around block reserves - 1 - --- 2023-03-21 Filipe Manana New
[03/24] btrfs: remove check for NULL block reserve at btrfs_block_rsv_check() btrfs: cleanups and small fixes mostly around block reserves - 2 - --- 2023-03-21 Filipe Manana New
[02/24] btrfs: pass a bool size update argument to btrfs_block_rsv_add_bytes() btrfs: cleanups and small fixes mostly around block reserves - 2 - --- 2023-03-21 Filipe Manana New
[01/24] btrfs: pass a bool to btrfs_block_rsv_migrate() at evict_refill_and_join() btrfs: cleanups and small fixes mostly around block reserves - 2 - --- 2023-03-21 Filipe Manana New
btrfs/286: add missing calls to _scratch_dev_pool_put and _spare_dev_put btrfs/286: add missing calls to _scratch_dev_pool_put and _spare_dev_put - 1 - --- 2023-03-07 Filipe Manana New
btrfs/284: list a couple btrfs-progs git commits btrfs/284: list a couple btrfs-progs git commits - 1 - --- 2023-03-07 Filipe Manana New
btrfs: fix block group item corruption after inserting new block group btrfs: fix block group item corruption after inserting new block group - 1 - --- 2023-03-06 Filipe Manana New
« 1 2 ... 4 5 625 26 »