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: use existing cur_devices, cleanup btrfs_rm_device
Anand Jain
2018-05-28
1
-4
/
+9
*
btrfs: reduce uuid_mutex critical section while scanning devices
Anand Jain
2018-05-28
1
-7
/
+5
*
btrfs: Unexport and rename btrfs_invalidate_inodes
Nikolay Borisov
2018-05-28
2
-65
/
+65
*
btrfs: replace waitqueue_actvie with cond_wake_up
David Sterba
2018-05-28
9
-91
/
+40
*
btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
David Sterba
2018-05-28
1
-2
/
+8
*
btrfs: introduce conditional wakeup helpers
David Sterba
2018-05-28
1
-0
/
+22
*
btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
Qu Wenruo
2018-05-28
1
-0
/
+19
*
btrfs: qgroup: Search commit root for rescan to avoid missing extent
Qu Wenruo
2018-05-28
1
-3
/
+6
*
btrfs: take the last remnants of ->d_fsdata use out
Al Viro
2018-05-28
1
-6
/
+0
*
btrfs: Do super block verification before writing it to disk
Qu Wenruo
2018-05-28
1
-0
/
+43
*
btrfs: Refactor btrfs_check_super_valid
Qu Wenruo
2018-05-28
1
-4
/
+25
*
btrfs: Move btrfs_check_super_valid() to avoid forward declaration
Qu Wenruo
2018-05-28
1
-150
/
+149
*
btrfs: Remove fs_info argument from populate_free_space_tree
Nikolay Borisov
2018-05-28
1
-4
/
+3
*
btrfs: Remove fs_info argument from add_to_free_space_tree
Nikolay Borisov
2018-05-28
3
-5
/
+3
*
btrfs: Remove fs_info argument from remove_from_free_space_tree
Nikolay Borisov
2018-05-28
3
-8
/
+4
*
btrfs: Remove fs_info argument from __remove_from_free_space_tree
Nikolay Borisov
2018-05-28
3
-13
/
+12
*
btrfs: Remove fs_info argument from remove_free_space_extent
Nikolay Borisov
2018-05-28
1
-4
/
+3
*
btrfs: Remove fs_info argument from add_free_space_extent
Nikolay Borisov
2018-05-28
1
-4
/
+3
*
btrfs: Remove fs_info argument from modify_free_space_bitmap
Nikolay Borisov
2018-05-28
1
-6
/
+5
*
btrfs: Remove fs_info argument from update_free_space_extent_count
Nikolay Borisov
2018-05-28
1
-5
/
+5
*
btrfs: Remove fs_info parameter from convert_free_space_to_extents
Nikolay Borisov
2018-05-28
3
-5
/
+3
*
btrfs: Remove fs_info argument from convert_free_space_to_bitmaps
Nikolay Borisov
2018-05-28
3
-7
/
+4
*
btrfs: Remove fs_info parameter from remove_block_group_free_space
Nikolay Borisov
2018-05-28
4
-6
/
+4
*
btrfs: Remove fs_info argument from add_new_free_space
Nikolay Borisov
2018-05-28
3
-13
/
+10
*
btrfs: Remove fs_info parameter from add_new_free_space_info
Nikolay Borisov
2018-05-28
1
-4
/
+3
*
btrfs: Remove fs_info argument from __add_to_free_space_tree
Nikolay Borisov
2018-05-28
3
-22
/
+19
*
btrfs: Remove fs_info argument from __add_block_group_free_space
Nikolay Borisov
2018-05-28
1
-9
/
+6
*
btrfs: Remove fs_info argument from add_block_group_free_space
Nikolay Borisov
2018-05-28
4
-4
/
+3
*
btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info field
Nikolay Borisov
2018-05-28
4
-9
/
+12
*
btrfs: Add assert in __btrfs_del_delalloc_inode
Nikolay Borisov
2018-05-28
1
-0
/
+1
*
btrfs: incremental send, improve rmdir performance for large directory
Robbie Ko
2018-05-28
1
-9
/
+22
*
btrfs: incremental send, move allocation until it's needed in orphan_dir_info
Robbie Ko
2018-05-28
1
-7
/
+6
*
btrfs: split delayed ref head initialization and addition
Nikolay Borisov
2018-05-28
1
-25
/
+22
*
btrfs: Use init_delayed_ref_head in add_delayed_ref_head
Nikolay Borisov
2018-05-28
1
-59
/
+4
*
btrfs: Introduce init_delayed_ref_head
Nikolay Borisov
2018-05-28
1
-0
/
+65
*
btrfs: Open-code add_delayed_data_ref
Nikolay Borisov
2018-05-28
1
-40
/
+22
*
btrfs: Open-code add_delayed_tree_ref
Nikolay Borisov
2018-05-28
1
-45
/
+20
*
btrfs: Use init_delayed_ref_common in add_delayed_data_ref
Nikolay Borisov
2018-05-28
1
-25
/
+10
*
btrfs: Use init_delayed_ref_common in add_delayed_tree_ref
Nikolay Borisov
2018-05-28
1
-24
/
+11
*
btrfs: Factor out common delayed refs init code
Nikolay Borisov
2018-05-28
1
-0
/
+51
*
btrfs: return original error code when failing from option parsing
Chengguang Xu
2018-05-28
1
-3
/
+1
*
btrfs: remove redundant btrfs_balance_control::fs_info
David Sterba
2018-05-28
3
-9
/
+6
*
btrfs: qgroup: Allow trace_btrfs_qgroup_account_extent() to record its transid
Qu Wenruo
2018-05-28
1
-2
/
+2
*
btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"
Colin Ian King
2018-05-28
1
-1
/
+1
*
btrfs: Remove devid parameter from btrfs_rmap_block
Nikolay Borisov
2018-05-28
3
-9
/
+5
*
btrfs: trace: Allow trace_qgroup_update_counters() to record old rfer/excl value
Qu Wenruo
2018-05-28
1
-2
/
+2
*
btrfs: Unexport btrfs_alloc_delalloc_work
Nikolay Borisov
2018-05-28
2
-10
/
+8
*
btrfs: Remove delayed_iput member from btrfs_delalloc_work
Nikolay Borisov
2018-05-28
2
-11
/
+4
*
btrfs: Remove delay_iput parameter from __start_delalloc_inodes
Nikolay Borisov
2018-05-28
1
-9
/
+5
*
btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodes
Nikolay Borisov
2018-05-28
3
-4
/
+4
[next]