index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
btrfs: drop variable err in quick_update_accounting()
Anand Jain
1
-6
/
+3
2024-05-07
btrfs: reuse ret instead of err in relocate_tree_blocks()
Anand Jain
1
-11
/
+8
2024-05-07
btrfs: rename err and ret to ret in build_backref_tree()
Anand Jain
1
-11
/
+7
2024-05-07
btrfs: rename werr and err to ret in __btrfs_wait_marked_extents()
Anand Jain
1
-13
/
+8
2024-05-07
btrfs: rename werr and err to ret in btrfs_write_marked_extents()
Anand Jain
1
-13
/
+10
2024-05-07
btrfs: report filemap_fdata<write|wait>_range() error
Anand Jain
1
-0
/
+4
2024-05-07
btrfs: use btrfs_is_testing() everywhere
David Sterba
4
-9
/
+8
2024-05-07
btrfs: initialize delayed inodes xarray without GFP_ATOMIC
Filipe Manana
1
-2
/
+1
2024-05-07
btrfs: make try_release_extent_mapping() return a bool
Filipe Manana
3
-13
/
+13
2024-05-07
btrfs: be better releasing extent maps at try_release_extent_mapping()
Filipe Manana
1
-59
/
+61
2024-05-07
btrfs: remove i_size restriction at try_release_extent_mapping()
Filipe Manana
1
-2
/
+1
2024-05-07
btrfs: use btrfs_get_fs_generation() at try_release_extent_mapping()
Filipe Manana
1
-6
/
+1
2024-05-07
btrfs: rename some variables at try_release_extent_mapping()
Filipe Manana
1
-12
/
+12
2024-05-07
btrfs: add tracepoints for extent map shrinker events
Filipe Manana
3
-1
/
+116
2024-05-07
btrfs: update comment for btrfs_set_inode_full_sync() about locking
Filipe Manana
1
-3
/
+5
2024-05-07
btrfs: add a shrinker for extent maps
Filipe Manana
4
-0
/
+180
2024-05-07
btrfs: add a global per cpu counter to track number of used extent maps
Filipe Manana
3
-0
/
+28
2024-05-07
btrfs: pass the extent map tree's inode to try_merge_map()
Filipe Manana
1
-7
/
+6
2024-05-07
btrfs: pass the extent map tree's inode to setup_extent_mapping()
Filipe Manana
1
-5
/
+5
2024-05-07
btrfs: pass the extent map tree's inode to replace_extent_mapping()
Filipe Manana
1
-5
/
+6
2024-05-07
btrfs: pass the extent map tree's inode to remove_extent_mapping()
Filipe Manana
4
-20
/
+25
2024-05-07
btrfs: pass the extent map tree's inode to clear_em_logging()
Filipe Manana
3
-4
/
+6
2024-05-07
btrfs: pass the extent map tree's inode to add_extent_mapping()
Filipe Manana
1
-18
/
+16
2024-05-07
btrfs: change root->root_key.objectid to btrfs_root_id()
Josef Bacik
26
-241
/
+218
2024-05-07
btrfs: set start on clone before calling copy_extent_buffer_full
Josef Bacik
1
-2
/
+8
2024-05-07
btrfs: replace btrfs_delayed_*_ref with btrfs_*_ref
Josef Bacik
2
-38
/
+27
2024-05-07
btrfs: remove the btrfs_delayed_ref_node container helpers
Josef Bacik
1
-27
/
+0
2024-05-07
btrfs: stop referencing btrfs_delayed_tree_ref directly
Josef Bacik
3
-16
/
+16
2024-05-07
btrfs: stop referencing btrfs_delayed_data_ref directly
Josef Bacik
3
-15
/
+13
2024-05-07
btrfs: make the insert backref helpers take a btrfs_delayed_ref_node
Josef Bacik
1
-25
/
+21
2024-05-07
btrfs: drop unnecessary arguments from __btrfs_free_extent
Josef Bacik
1
-15
/
+8
2024-05-07
btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node
Josef Bacik
2
-32
/
+25
2024-05-07
btrfs: rename btrfs_data_ref->ino to ->objectid
Josef Bacik
3
-4
/
+4
2024-05-07
btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node
Josef Bacik
5
-81
/
+52
2024-05-07
btrfs: rename ->len to ->num_bytes in btrfs_ref
Josef Bacik
8
-27
/
+27
2024-05-07
btrfs: unify the btrfs_add_delayed_*_ref helpers into one helper
Josef Bacik
1
-77
/
+25
2024-05-07
btrfs: simplify delayed ref tracepoints
Josef Bacik
3
-47
/
+25
2024-05-07
btrfs: move ref specific initialization into init_delayed_ref_common
Josef Bacik
1
-14
/
+11
2024-05-07
btrfs: initialize btrfs_delayed_ref_head with btrfs_ref
Josef Bacik
1
-28
/
+25
2024-05-07
btrfs: pass btrfs_ref to init_delayed_ref_common
Josef Bacik
2
-21
/
+27
2024-05-07
btrfs: move ref_root into btrfs_ref
Josef Bacik
8
-88
/
+73
2024-05-07
btrfs: do not use a function to initialize btrfs_ref
Josef Bacik
7
-96
/
+131
2024-05-07
btrfs: embed data_ref and tree_ref in btrfs_delayed_ref_node
Josef Bacik
2
-55
/
+40
2024-05-07
btrfs: add a helper to get the delayed ref node from the data/tree ref
Josef Bacik
2
-9
/
+31
2024-05-07
btrfs: use btrfs_find_first_inode() at btrfs_prune_dentries()
Filipe Manana
1
-52
/
+14
2024-05-07
btrfs: export find_next_inode() as btrfs_find_first_inode()
Filipe Manana
3
-80
/
+85
2024-05-07
btrfs: simplify add_extent_mapping() by removing pointless label
Filipe Manana
1
-4
/
+4
2024-05-07
btrfs: tests: error out on unexpected extent map reference count
Filipe Manana
1
-8
/
+35
2024-05-07
btrfs: pass an inode to btrfs_add_extent_mapping()
Filipe Manana
4
-98
/
+95
2024-05-07
btrfs: open code csum_exist_in_range()
Filipe Manana
1
-12
/
+7
[next]