Show patches with: Submitter = Filipe Manana       |   2538 patches
« 1 2 ... 5 6 725 26 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[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
btrfs: fix extent map logging bit not cleared for split maps after dropping range btrfs: fix extent map logging bit not cleared for split maps after dropping range - - - --- 2023-02-27 Filipe Manana New
generic/604: fix test to actually create dirty inodes generic/604: fix test to actually create dirty inodes - 2 - --- 2023-02-16 Filipe Manana New
btrfs: send: fix emission of invalid paths when issuing utimes commands btrfs: send: fix emission of invalid paths when issuing utimes commands - - - --- 2023-02-10 Filipe Manana New
btrfs: send: fix cache entry leak after failure to add it to the name cache btrfs: send: fix cache entry leak after failure to add it to the name cache - - - --- 2023-02-10 Filipe Manana New
[2/2] btrfs: do unsigned integer division in the extent buffer binary search loop btrfs: some minor tweaks to the extent buffer binary search - - - --- 2023-02-08 Filipe Manana New
[1/2] btrfs: eliminate extra call when doing binary search on extent buffer btrfs: some minor tweaks to the extent buffer binary search - - - --- 2023-02-08 Filipe Manana New
btrfs-progs: receive: fix a corruption when decompressing zstd extents btrfs-progs: receive: fix a corruption when decompressing zstd extents - 1 - --- 2023-02-02 Filipe Manana New
btrfs: add a stress test for send v2 streams btrfs: add a stress test for send v2 streams - 2 - --- 2023-02-02 Filipe Manana New
btrfs: test send optimal cloning behaviour btrfs: test send optimal cloning behaviour - 2 - --- 2023-01-25 Filipe Manana New
btrfs/299: update kernel commit hash and subject btrfs/299: update kernel commit hash and subject - 2 - --- 2023-01-25 Filipe Manana New
btrfs: lock the inode in shared mode before starting fiemap btrfs: lock the inode in shared mode before starting fiemap - 1 - --- 2023-01-23 Filipe Manana New
[v2,18/18] btrfs: send: cache utimes operations for directories if possible btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,17/18] btrfs: send: update size of roots array for backref cache entries btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,16/18] btrfs: send: use the lru cache to implement the name cache btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,15/18] btrfs: add an api to delete a specific entry from the lru cache btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,14/18] btrfs: allow a generation number to be associated with lru cache entries btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,13/18] btrfs: send: cache information about created directories btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,12/18] btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systems btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,11/18] btrfs: send: genericize the backref cache to allow it to be reused btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,10/18] btrfs: send: initialize all the red black trees earlier btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,09/18] btrfs: send: iterate waiting dir move rbtree only once when processing refs btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,08/18] btrfs: send: reduce searches on parent root when checking if dir can be removed btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,07/18] btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir() btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,06/18] btrfs: send: avoid duplicated orphan dir allocation and initialization btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,05/18] btrfs: send: remove send_progress argument from can_rmdir() btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,04/18] btrfs: send: avoid extra b+tree searches when checking reference overrides btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,03/18] btrfs: send: directly return from will_overwrite_ref() and simplify it btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,02/18] btrfs: send: avoid unnecessary generation search at did_overwrite_ref() btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[v2,01/18] btrfs: send: directly return from did_overwrite_ref() and simplify it btrfs: some optimizations for send - - - --- 2023-01-19 Filipe Manana New
[2/2] btrfs: skip backref walking during fiemap if we know the leaf is shared btrfs: some speedup with fiemap when leaves are shared - - - --- 2023-01-17 Filipe Manana New
[1/2] btrfs: assert commit root semaphore is held when accessing backref cache btrfs: some speedup with fiemap when leaves are shared - 1 - --- 2023-01-17 Filipe Manana New
[v2] btrfs: fix race between quota rescan and disable leading to NULL pointer deref [v2] btrfs: fix race between quota rescan and disable leading to NULL pointer deref - - - --- 2023-01-12 Filipe Manana New
btrfs: fix race between quota rescan and disable leading to NULL pointer deref btrfs: fix race between quota rescan and disable leading to NULL pointer deref - - - --- 2023-01-12 Filipe Manana New
btrfs: fix invalid leaf access due to inline extent during lseek btrfs: fix invalid leaf access due to inline extent during lseek - - - --- 2023-01-12 Filipe Manana New
[19/19] btrfs: send: cache utimes operations for directories if possible btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[18/19] btrfs: send: update size of roots array for backref cache entries btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[17/19] btrfs: send: use the lru cache to implement the name cache btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[16/19] btrfs: add an api to delete a specific entry from the lru cache btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[15/19] btrfs: allow a generation number to be associated with lru cache entries btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[14/19] btrfs: send: cache information about created directories btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[13/19] btrfs: adapt lru cache to allow for 64 bits keys on 32 bits systems btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[12/19] btrfs: send: genericize the backref cache to allow it to be reused btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[11/19] btrfs: send: initialize all the red black trees earlier btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[10/19] btrfs: send: use MT_FLAGS_LOCK_EXTERN for the backref cache maple tree btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[09/19] btrfs: send: iterate waiting dir move rbtree only once when processing refs btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[08/19] btrfs: send: reduce searches on parent root when checking if dir can be removed btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[07/19] btrfs: send: avoid unnecessary orphan dir rbtree search at can_rmdir() btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[06/19] btrfs: send: avoid duplicated orphan dir allocation and initialization btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[05/19] btrfs: send: remove send_progress argument from can_rmdir() btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[04/19] btrfs: send: avoid extra b+tree searches when checking reference overrides btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[03/19] btrfs: send: directly return from will_overwrite_ref() and simplify it btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[02/19] btrfs: send: avoid unnecessary generation search at did_overwrite_ref() btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[01/19] btrfs: send: directly return from did_overwrite_ref() and simplify it btrfs: some optimizations for send - - - --- 2023-01-11 Filipe Manana New
[8/8] btrfs: use a single variable to track return value for log_dir_items() btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
[7/8] btrfs: use a negative value for BTRFS_LOG_FORCE_COMMIT btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
[6/8] btrfs: simplify update of last_dir_index_offset when logging a directory btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
[5/8] btrfs: do not abort transaction on failure to update log root btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
[4/8] btrfs: do not abort transaction on failure to write log tree when syncing log btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
[3/8] btrfs: add missing setup of log for full commit at add_conflicting_inode() btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
[2/8] btrfs: fix directory logging due to race with concurrent index key deletion btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
[1/8] btrfs: fix missing error handling when logging directory items btrfs: some log tree fixes and cleanups - - - --- 2023-01-10 Filipe Manana New
generic: test lseek with seek data mode on a one byte file generic: test lseek with seek data mode on a one byte file - 1 - --- 2023-01-09 Filipe Manana New
btrfs: fix off-by-one in delalloc search during lseek btrfs: fix off-by-one in delalloc search during lseek - - 1 --- 2022-12-23 Filipe Manana New
btrfs: fix fscrypt name leak after failure to join log transaction btrfs: fix fscrypt name leak after failure to join log transaction - 1 - --- 2022-12-20 Filipe Manana New
btrfs: fix leak of fs devices after removing btrfs module btrfs: fix leak of fs devices after removing btrfs module - 1 - --- 2022-12-13 Filipe Manana New
btrfs: print transaction aborted messages with an error level btrfs: print transaction aborted messages with an error level - 2 - --- 2022-11-30 Filipe Manana New
btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range - 1 - --- 2022-11-28 Filipe Manana New
[4/4] btrfs: test a case with compressed send stream and a shared extent fstests/btrfs: add a test case for send v2 and an update - - - --- 2022-11-28 Filipe Manana New
[3/4] btrfs/280: also verify that fiemap reports extents as encoded fstests/btrfs: add a test case for send v2 and an update - - - --- 2022-11-28 Filipe Manana New
[2/4] common: make _filter_fiemap_flags optionally print the encoded flag fstests/btrfs: add a test case for send v2 and an update - - - --- 2022-11-28 Filipe Manana New
[1/4] btrfs: add a _require_btrfs_send_v2 helper fstests/btrfs: add a test case for send v2 and an update - - - --- 2022-11-28 Filipe Manana New
btrfs: send: initialize backref cache earlier btrfs: send: initialize backref cache earlier - - - --- 2022-11-28 Filipe Manana New
[3/3] btrfs: remove outdated logic from overwrite_item() and add assertion btrfs: fix a rare deadlock case when logging inodes - - - --- 2022-11-21 Filipe Manana New
[2/3] btrfs: unify overwrite_item() and do_overwrite_item() btrfs: fix a rare deadlock case when logging inodes - - - --- 2022-11-21 Filipe Manana New
[1/3] btrfs: do not modify log tree while holding a leaf from fs tree locked btrfs: fix a rare deadlock case when logging inodes - - - --- 2022-11-21 Filipe Manana New
btrfs: send: avoid unaligned encoded writes when attempting to clone range btrfs: send: avoid unaligned encoded writes when attempting to clone range - 1 - --- 2022-11-15 Filipe Manana New
[3/3] btrfs-progs: receive: fix silent data loss after fall back from encoded write btrfs-progs: receive: fix a silent data loss bug with encoded writes - 1 - --- 2022-11-15 Filipe Manana New
[2/3] btrfs-progs: receive: add debug messages when processing fallocate btrfs-progs: receive: fix a silent data loss bug with encoded writes - 1 - --- 2022-11-15 Filipe Manana New
[1/3] btrfs-progs: receive: add debug messages when processing encoded writes btrfs-progs: receive: fix a silent data loss bug with encoded writes - 1 - --- 2022-11-15 Filipe Manana New
[9/9] btrfs: use cached state when looking for delalloc ranges with lseek btrfs: more optimizations for lseek and fiemap - - - --- 2022-11-11 Filipe Manana New
[8/9] btrfs: use cached state when looking for delalloc ranges with fiemap btrfs: more optimizations for lseek and fiemap - - - --- 2022-11-11 Filipe Manana New
[7/9] btrfs: update stale comment for count_range_bits() btrfs: more optimizations for lseek and fiemap - - - --- 2022-11-11 Filipe Manana New
[6/9] btrfs: allow passing a cached state record to count_range_bits() btrfs: more optimizations for lseek and fiemap - - - --- 2022-11-11 Filipe Manana New
[5/9] btrfs: remove no longer used btrfs_next_extent_map() btrfs: more optimizations for lseek and fiemap - - - --- 2022-11-11 Filipe Manana New
« 1 2 ... 5 6 725 26 »