index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
btrfs: make btrfs_update_inode_fallback take btrfs_inode
Nikolay Borisov
2020-12-08
3
-10
/
+9
|
*
|
btrfs: make btrfs_cont_expand take btrfs_inode
Nikolay Borisov
2020-12-08
4
-22
/
+21
|
*
|
btrfs: make btrfs_truncate_block take btrfs_inode
Nikolay Borisov
2020-12-08
3
-36
/
+37
|
*
|
btrfs: make btrfs_insert_replace_extent take btrfs_inode
Nikolay Borisov
2020-12-08
1
-17
/
+17
|
*
|
btrfs: make find_first_non_hole take btrfs_inode
Nikolay Borisov
2020-12-08
1
-7
/
+8
|
*
|
btrfs: make maybe_insert_hole take btrfs_inode
Nikolay Borisov
2020-12-08
1
-11
/
+11
|
*
|
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
2020-12-08
10
-51
/
+51
|
*
|
btrfs: make btrfs_update_inode_item take btrfs_inode
Nikolay Borisov
2020-12-08
1
-7
/
+7
|
*
|
btrfs: make btrfs_delayed_update_inode take btrfs_inode
Nikolay Borisov
2020-12-08
3
-7
/
+10
|
*
|
btrfs: make btrfs_finish_ordered_io btrfs_inode-centric
Nikolay Borisov
2020-12-08
1
-19
/
+18
|
*
|
btrfs: make btrfs_truncate_inode_items take btrfs_inode
Nikolay Borisov
2020-12-08
4
-25
/
+27
|
*
|
btrfs: make insert_prealloc_file_extent take btrfs_inode
Nikolay Borisov
2020-12-08
1
-5
/
+7
|
*
|
btrfs: make btrfs_inode_safe_disk_i_size_write take btrfs_inode
Nikolay Borisov
2020-12-08
5
-18
/
+18
|
*
|
btrfs: remove extent_buffer::recursed
Josef Bacik
2020-12-08
2
-2
/
+0
|
*
|
btrfs: remove the recurse parameter from __btrfs_tree_read_lock
Josef Bacik
2020-12-08
2
-6
/
+3
|
*
|
btrfs: use btrfs_tree_read_lock in btrfs_search_slot
Josef Bacik
2020-12-08
1
-1
/
+1
|
*
|
btrfs: merge back btrfs_read_lock_root_node helpers
Josef Bacik
2020-12-08
3
-11
/
+4
|
*
|
btrfs: locking: remove the recursion handling code
Josef Bacik
2020-12-08
1
-64
/
+4
|
*
|
btrfs: remove btrfs_path::recurse
Josef Bacik
2020-12-08
2
-4
/
+2
|
*
|
btrfs: unlock to current level in btrfs_next_old_leaf
Josef Bacik
2020-12-08
1
-15
/
+17
|
*
|
btrfs: cleanup the locking in btrfs_next_old_leaf
Josef Bacik
2020-12-08
1
-10
/
+4
|
*
|
btrfs: remove unused argument seed from btrfs_find_device
Anand Jain
2020-12-08
5
-21
/
+19
|
*
|
btrfs: drop never met disk total bytes check in verify_one_dev_extent
Anand Jain
2020-12-08
1
-15
/
+10
|
*
|
btrfs: drop unused argument step from btrfs_free_extra_devids
Anand Jain
2020-12-08
3
-11
/
+11
|
*
|
btrfs: update the number of bytes used by an inode atomically
Filipe Manana
2020-12-08
8
-50
/
+176
|
*
|
btrfs: fix race when defragmenting leads to unnecessary IO
Filipe Manana
2020-12-08
1
-0
/
+39
|
*
|
btrfs: refactor btrfs_drop_extents() to make it easier to extend
Filipe Manana
2020-12-08
5
-107
/
+186
|
*
|
btrfs: set the lockdep class for extent buffers on creation
Josef Bacik
2020-12-08
4
-7
/
+6
|
*
|
btrfs: pass the owner_root and level to alloc_extent_buffer
Josef Bacik
2020-12-08
9
-18
/
+31
|
*
|
btrfs: pass the root owner and level around for readahead
Josef Bacik
2020-12-08
1
-6
/
+18
|
*
|
btrfs: pass root owner to read_tree_block
Josef Bacik
2020-12-08
8
-18
/
+25
|
*
|
btrfs: use btrfs_read_node_slot in btrfs_qgroup_trace_subtree
Josef Bacik
2020-12-08
1
-12
/
+3
|
*
|
btrfs: use btrfs_read_node_slot in qgroup_trace_new_subtree_blocks
Josef Bacik
2020-12-08
1
-10
/
+1
|
*
|
btrfs: use btrfs_read_node_slot in qgroup_trace_extent_swap
Josef Bacik
2020-12-08
1
-12
/
+1
|
*
|
btrfs: use btrfs_read_node_slot in walk_down_tree
Josef Bacik
2020-12-08
1
-16
/
+2
|
*
|
btrfs: use btrfs_read_node_slot in replace_path
Josef Bacik
2020-12-08
1
-9
/
+1
|
*
|
btrfs: use btrfs_read_node_slot in do_relocation
Josef Bacik
2020-12-08
1
-11
/
+1
|
*
|
btrfs: use btrfs_read_node_slot in walk_down_reloc_tree
Josef Bacik
2020-12-08
1
-13
/
+2
|
*
|
btrfs: use btrfs_read_node_slot in btrfs_realloc_node
Josef Bacik
2020-12-08
1
-33
/
+3
|
*
|
btrfs: cleanup extent buffer readahead
Josef Bacik
2020-12-08
8
-61
/
+63
|
*
|
btrfs: remove lockdep classes for the fs tree
Josef Bacik
2020-12-08
1
-1
/
+0
|
*
|
btrfs: discard: reschedule work after sysfs param update
Pavel Begunkov
2020-12-08
1
-2
/
+3
|
*
|
btrfs: don't miss async discards after scheduled work override
Pavel Begunkov
2020-12-08
2
-0
/
+16
|
*
|
btrfs: discard: store async discard delay as ns not as jiffies
Pavel Begunkov
2020-12-08
2
-8
/
+8
|
*
|
btrfs: discard: speed up async discard up to iops_limit
Pavel Begunkov
2020-12-08
1
-5
/
+5
|
*
|
btrfs: scrub: refactor scrub_find_csum()
Qu Wenruo
2020-12-08
1
-20
/
+47
|
*
|
btrfs: scrub: remove the force parameter from scrub_pages
Qu Wenruo
2020-12-08
1
-5
/
+5
|
*
|
btrfs: scrub: distinguish scrub page from regular page
Qu Wenruo
2020-12-08
1
-51
/
+51
|
*
|
btrfs: pass bvec to csum_dirty_buffer instead of page
Qu Wenruo
2020-12-08
1
-5
/
+6
|
*
|
btrfs: extract extent buffer verification from btrfs_validate_metadata_buffer()
Qu Wenruo
2020-12-08
1
-36
/
+42
[prev]
[next]