Show patches with: Submitter = Filipe Manana       |    State = Action Required       |   1522 patches
« 1 2 3 415 16 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
btrfs: zoned: fix chunk map leak when loading block group zone info btrfs: zoned: fix chunk map leak when loading block group zone info - 2 1 --- 2024-02-12 Filipe Manana New
generic/736: fix a buffer overflow in readdir-while-renames.c generic/736: fix a buffer overflow in readdir-while-renames.c - 3 - --- 2024-02-11 Filipe Manana New
[9/9] btrfs: remove do_list variable at btrfs_clear_delalloc_extent() btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
[8/9] btrfs: remove do_list variable at btrfs_set_delalloc_extent() btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
[7/9] btrfs: use assertion instead of BUG_ON when adding/removing to delalloc list btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
[6/9] btrfs: add lockdep assertion to remaining delalloc callbacks btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
[5/9] btrfs: reduce inode lock critical section when setting and clearing delalloc btrfs: cleanups and minor performance change to setting/clearing delalloc - - - --- 2024-02-09 Filipe Manana New
[4/9] btrfs: rename btrfs_add_delalloc_inodes() to singular form btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
[3/9] btrfs: assert root delalloc lock is held at __btrfs_del_delalloc_inode() btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
[2/9] btrfs: stop passing root argument to __btrfs_del_delalloc_inode() btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
[1/9] btrfs: stop passing root argument to btrfs_add_delalloc_inodes() btrfs: cleanups and minor performance change to setting/clearing delalloc - 1 - --- 2024-02-09 Filipe Manana New
btrfs: don't refill whole delayed refs block reserve when starting transaction btrfs: don't refill whole delayed refs block reserve when starting transaction - 1 1 --- 2024-02-02 Filipe Manana New
btrfs: reject encoded write if inode has nodatasum flag set btrfs: reject encoded write if inode has nodatasum flag set - 2 - --- 2024-02-02 Filipe Manana New
[4/4] btrfs: require no nodatacow for tests that exercise read repair btrfs: make test pass or skip them when using nodatacow - - - --- 2024-02-01 Filipe Manana New
[3/4] btrfs/299: skip test if we were mounted with nodatacow btrfs: make test pass or skip them when using nodatacow - - - --- 2024-02-01 Filipe Manana New
[2/4] btrfs/173: make the test work when mounting with nodatacow btrfs: make test pass or skip them when using nodatacow - - - --- 2024-02-01 Filipe Manana New
[1/4] btrfs: require no nodatacow for tests that exercise compression btrfs: make test pass or skip them when using nodatacow - - - --- 2024-02-01 Filipe Manana New
btrfs: don't reserve space for checksums when writing to nocow files btrfs: don't reserve space for checksums when writing to nocow files - 1 - --- 2024-02-01 Filipe Manana New
btrfs: preallocate temporary extent buffer for inode logging when needed btrfs: preallocate temporary extent buffer for inode logging when needed - 2 - --- 2024-01-30 Filipe Manana New
[v2,4/4,for,stable,6.1] btrfs: fix race between reading a directory and adding entries to it btrfs: some directory fixes for stable 6.1 - 1 - --- 2024-01-27 Filipe Manana New
[v2,3/4,for,stable,6.1] btrfs: refresh dir last index during a rewinddir(3) call btrfs: some directory fixes for stable 6.1 - - - --- 2024-01-27 Filipe Manana New
[v2,2/4,for,stable,6.1] btrfs: set last dir index to the current last index when opening dir btrfs: some directory fixes for stable 6.1 - - - --- 2024-01-27 Filipe Manana New
[v2,1/4,for,stable,6.1] btrfs: fix infinite directory reads btrfs: some directory fixes for stable 6.1 - - - --- 2024-01-27 Filipe Manana New
[4/4,for,6.1,stable] btrfs: fix race between reading a directory and adding entries to it [1/4,for,6.1,stable] btrfs: fix infinite directory reads - 1 - --- 2024-01-27 Filipe Manana New
[3/4,for,6.1,stable] btrfs: refresh dir last index during a rewinddir(3) call [1/4,for,6.1,stable] btrfs: fix infinite directory reads - - - --- 2024-01-27 Filipe Manana New
[2/4,for,6.1,stable] btrfs: set last dir index to the current last index when opening dir [1/4,for,6.1,stable] btrfs: fix infinite directory reads - - - --- 2024-01-27 Filipe Manana New
[1/4,for,6.1,stable] btrfs: fix infinite directory reads [1/4,for,6.1,stable] btrfs: fix infinite directory reads - - - --- 2024-01-27 Filipe Manana New
[4/4,for,5.15,stable] btrfs: fix race between reading a directory and adding entries to it btrfs: some directory fixes for stable 5.15 - 2 - --- 2024-01-25 Filipe Manana New
[3/4,for,5.15,stable] btrfs: refresh dir last index during a rewinddir(3) call btrfs: some directory fixes for stable 5.15 - 1 - --- 2024-01-25 Filipe Manana New
[2/4,for,5.15,stable] btrfs: set last dir index to the current last index when opening dir btrfs: some directory fixes for stable 5.15 - 1 - --- 2024-01-25 Filipe Manana New
[1/4,for,5.15,stable] btrfs: fix infinite directory reads btrfs: some directory fixes for stable 5.15 - 1 - --- 2024-01-25 Filipe Manana New
[5/5] btrfs: add comment about list_is_singular() use at btrfs_delete_unused_bgs() btrfs: some fixes around unused block deletion - - - --- 2024-01-25 Filipe Manana New
[4/5] btrfs: document what the spinlock unused_bgs_lock protects btrfs: some fixes around unused block deletion - - - --- 2024-01-25 Filipe Manana New
[3/5] btrfs: add new unused block groups to the list of unused block groups btrfs: some fixes around unused block deletion - - - --- 2024-01-25 Filipe Manana New
[2/5] btrfs: do not delete unused block group if it may be used soon btrfs: some fixes around unused block deletion - - - --- 2024-01-25 Filipe Manana New
[1/5] btrfs: add and use helper to check if block group is used btrfs: some fixes around unused block deletion - - - --- 2024-01-25 Filipe Manana New
btrfs: remove extent_map_tree forward declaration at extent_io.h btrfs: remove extent_map_tree forward declaration at extent_io.h - - - --- 2024-01-09 Filipe Manana New
btrfs/303: add git commit ID to _fixed_by_kernel_commit btrfs/303: add git commit ID to _fixed_by_kernel_commit - 1 - --- 2023-12-06 Filipe Manana New
generic: test reading a large directory while renaming its files generic: test reading a large directory while renaming its files - 1 - --- 2023-12-05 Filipe Manana New
[11/11] btrfs: use the flags of an extent map to identify the compression type btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[10/11] btrfs: refactor mergable_maps() for more readability btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[09/11] btrfs: make extent_map_end() argument const btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[08/11] btrfs: avoid useless rbtree iterations when attempting to merge extent map btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[07/11] btrfs: log messages at unpin_extent_range() during unexpected cases btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[06/11] btrfs: remove redundant value assignment at btrfs_add_extent_mapping() btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[05/11] btrfs: unexport add_extent_mapping() btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[04/11] btrfs: tests: print all values as decimal in messages for extent map tests btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[03/11] btrfs: tests: do not ignore NULL extent maps for extent maps tests btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[02/11] btrfs: tests: fix error messages for test case 4 of extent map tests btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[01/11] btrfs: assert extent map is not in a list when setting it up btrfs: some cleanups and optimizations for extent maps - - - --- 2023-12-04 Filipe Manana New
[2/2] btrfs/048: add missing groups 'subvol', 'snapshot' and 'send' fstests: add some missing groups to some btrfs tests - 1 - --- 2023-12-04 Filipe Manana New
[1/2] btrfs: add some tests to the 'compress' group fstests: add some missing groups to some btrfs tests - 1 - --- 2023-12-04 Filipe Manana New
btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value btrfs: remove no longer used EXTENT_MAP_DELALLOC block start value - - - --- 2023-11-23 Filipe Manana New
[8/8] btrfs: remove stripe size local variable from insert_dev_extents() btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
[7/8] btrfs: use a dedicated data structure for chunk maps btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
[6/8] btrfs: use btrfs_next_item() at scrub.c:find_first_extent_item() btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
[5/8] btrfs: unexport extent_map_block_end() btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
[4/8] btrfs: split assert into two different asserts when removing block group btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
[3/8] btrfs: mark sanity checks when getting chunk map as unlikely btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
[2/8] btrfs: make error messages more clear when getting a chunk map btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
[1/8] btrfs: fix off-by-one when checking chunk map includes logical address btrfs: add a btrfs_chunk_map structure and preparatory cleanups - - - --- 2023-11-21 Filipe Manana New
btrfs: fix qgroup record leaks when using simple quotas btrfs: fix qgroup record leaks when using simple quotas - 1 - --- 2023-11-06 Filipe Manana New
btrfs: fix race between accounting qgroup extents and removing a qgroup btrfs: fix race between accounting qgroup extents and removing a qgroup - 2 - --- 2023-11-03 Filipe Manana New
btrfs: fix error pointer dereference after failure to allocate fs devices btrfs: fix error pointer dereference after failure to allocate fs devices - 2 - --- 2023-10-30 Filipe Manana New
[v2] btrfs: test snapshotting a subvolume that was just created [v2] btrfs: test snapshotting a subvolume that was just created - 2 - --- 2023-10-24 Filipe Manana New
btrfs: test snapshoting a subvolume that was just created btrfs: test snapshoting a subvolume that was just created - 1 - --- 2023-10-19 Filipe Manana New
[3/3] btrfs: make the logic from btrfs_block_can_be_shared() easier to read btrfs: fix a corruption after snapshoting a new subvolume - - - --- 2023-10-19 Filipe Manana New
[2/3] btrfs: use bool for return type of btrfs_block_can_be_shared() btrfs: fix a corruption after snapshoting a new subvolume - 1 - --- 2023-10-19 Filipe Manana New
[1/3] btrfs: fix unwritten extent buffer after snapshoting a new subvolume btrfs: fix a corruption after snapshoting a new subvolume - - - --- 2023-10-19 Filipe Manana New
btrfs: remove log_extents_lock and logged_list from struct btrfs_root btrfs: remove log_extents_lock and logged_list from struct btrfs_root - - - --- 2023-10-19 Filipe Manana New
btrfs/298: fix failure when added device supports trim btrfs/298: fix failure when added device supports trim - 1 - --- 2023-10-19 Filipe Manana New
btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.h btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.h - - - --- 2023-10-13 Filipe Manana New
btrfs: use u64 for buffer sizes in the tree search ioctls btrfs: use u64 for buffer sizes in the tree search ioctls - - - --- 2023-10-13 Filipe Manana New
btrfs: remove redundant log root tree index assignment during log sync btrfs: remove redundant log root tree index assignment during log sync - - - --- 2023-10-09 Filipe Manana New
btrfs: remove pointless empty log context list check when syncing log btrfs: remove pointless empty log context list check when syncing log - - - --- 2023-10-05 Filipe Manana New
[6/6] btrfs: update comment for struct btrfs_inode::lock btrfs: fix some data races during fsync and cleanups - - - --- 2023-10-04 Filipe Manana New
[5/6] btrfs: remove pointless barrier from btrfs_sync_file() btrfs: fix some data races during fsync and cleanups - - - --- 2023-10-04 Filipe Manana New
[4/6] btrfs: add and use helpers for reading and writing last_trans_committed btrfs: fix some data races during fsync and cleanups - - - --- 2023-10-04 Filipe Manana New
[3/6] btrfs: add and use helpers for reading and writing fs_info->generation btrfs: fix some data races during fsync and cleanups - - - --- 2023-10-04 Filipe Manana New
[2/6] btrfs: add and use helpers for reading and writing log_transid btrfs: fix some data races during fsync and cleanups - - - --- 2023-10-04 Filipe Manana New
[1/6] btrfs: add and use helpers for reading and writing last_log_commit btrfs: fix some data races during fsync and cleanups - - - --- 2023-10-04 Filipe Manana New
[2/2] btrfs/192: use append operator to output log replay results to $seqres.full fstests: make some tests that use fsstress easier to debug - 1 - --- 2023-10-03 Filipe Manana New
[1/2] fstests: redirect fsstress' stdout to $seqres.full instead of /dev/null fstests: make some tests that use fsstress easier to debug 1 - - --- 2023-10-03 Filipe Manana New
[2/2] btrfs: stop reserving excessive space for block group item insertions btrfs: adjust reservation sizes for block group item updates/inserts - - - --- 2023-09-28 Filipe Manana New
[1/2] btrfs: stop reserving excessive space for block group item updates btrfs: adjust reservation sizes for block group item updates/inserts - - - --- 2023-09-28 Filipe Manana New
[v2,8/8] btrfs: move btrfs_realloc_node() from ctree.c into defrag.c btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
[v2,7/8] btrfs: export comp_keys() from ctree.c as btrfs_comp_keys() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
[v2,6/8] btrfs: rename and export __btrfs_cow_block() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
[v2,5/8] btrfs: use round_down() to align block offset at btrfs_cow_block() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
[v2,4/8] btrfs: remove noinline attribute from btrfs_cow_block() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
[v2,3/8] btrfs: error out when reallocating block for defrag using a stale transaction btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
[v2,2/8] btrfs: error when COWing block from a root that is being deleted btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
[v2,1/8] btrfs: error out when COWing block using a stale transaction btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-27 Filipe Manana New
btrfs: always print transaction aborted messages with an error level btrfs: always print transaction aborted messages with an error level - 1 - --- 2023-09-26 Filipe Manana New
[8/8] btrfs: move btrfs_realloc_node() from ctree.c into defrag.h btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-26 Filipe Manana New
[7/8] btrfs: export comp_keys() from ctree.c as btrfs_comp_keys() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-26 Filipe Manana New
[6/8] btrfs: rename and export __btrfs_cow_block() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-26 Filipe Manana New
[5/8] btrfs: use round_down() to align block offset at btrfs_cow_block() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-26 Filipe Manana New
[4/8] btrfs: remove noinline attribute from btrfs_cow_block() btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-26 Filipe Manana New
[3/8] btrfs: error out when reallocating block for defrag using a stale transaction btrfs: some fixes and cleanups around btrfs_cow_block() - - - --- 2023-09-26 Filipe Manana New
« 1 2 3 415 16 »