index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-28
btrfs: add helpers for FS_XFLAG_* conversion
David Sterba
1
-0
/
+32
2018-05-28
btrfs: rename btrfs_flags_to_ioctl to reflect which flags it touches
David Sterba
1
-4
/
+5
2018-05-28
btrfs: rename check_flags to reflect which flags it touches
David Sterba
1
-2
/
+3
2018-05-28
btrfs: rename btrfs_mask_flags to reflect which flags it touches
David Sterba
1
-4
/
+5
2018-05-28
btrfs: rename btrfs_update_iflags to reflect which flags it touches
David Sterba
3
-5
/
+5
2018-05-28
btrfs: use common variable for fs_devices in btrfs_destroy_dev_replace_tgtdev
Anand Jain
1
-5
/
+7
2018-05-28
btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev
Anand Jain
1
-2
/
+0
2018-05-28
btrfs: drop uuid_mutex in btrfs_dev_replace_finishing
Anand Jain
1
-3
/
+0
2018-05-28
btrfs: replace uuid_mutex by device_list_mutex in btrfs_open_devices
Anand Jain
1
-2
/
+3
2018-05-28
btrfs: document uuid_mutex uasge in read_chunk_tree
Anand Jain
1
-0
/
+4
2018-05-28
btrfs: use existing cur_devices, cleanup btrfs_rm_device
Anand Jain
1
-4
/
+9
2018-05-28
btrfs: reduce uuid_mutex critical section while scanning devices
Anand Jain
1
-7
/
+5
2018-05-28
btrfs: Unexport and rename btrfs_invalidate_inodes
Nikolay Borisov
2
-65
/
+65
2018-05-28
btrfs: replace waitqueue_actvie with cond_wake_up
David Sterba
9
-91
/
+40
2018-05-28
btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
David Sterba
1
-2
/
+8
2018-05-28
btrfs: introduce conditional wakeup helpers
David Sterba
1
-0
/
+22
2018-05-28
btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
Qu Wenruo
1
-0
/
+19
2018-05-28
btrfs: qgroup: Search commit root for rescan to avoid missing extent
Qu Wenruo
1
-3
/
+6
2018-05-28
btrfs: take the last remnants of ->d_fsdata use out
Al Viro
1
-6
/
+0
2018-05-28
btrfs: Do super block verification before writing it to disk
Qu Wenruo
1
-0
/
+43
2018-05-28
btrfs: Refactor btrfs_check_super_valid
Qu Wenruo
1
-4
/
+25
2018-05-28
btrfs: Move btrfs_check_super_valid() to avoid forward declaration
Qu Wenruo
1
-150
/
+149
2018-05-28
btrfs: Remove fs_info argument from populate_free_space_tree
Nikolay Borisov
1
-4
/
+3
2018-05-28
btrfs: Remove fs_info argument from add_to_free_space_tree
Nikolay Borisov
3
-5
/
+3
2018-05-28
btrfs: Remove fs_info argument from remove_from_free_space_tree
Nikolay Borisov
3
-8
/
+4
2018-05-28
btrfs: Remove fs_info argument from __remove_from_free_space_tree
Nikolay Borisov
3
-13
/
+12
2018-05-28
btrfs: Remove fs_info argument from remove_free_space_extent
Nikolay Borisov
1
-4
/
+3
2018-05-28
btrfs: Remove fs_info argument from add_free_space_extent
Nikolay Borisov
1
-4
/
+3
2018-05-28
btrfs: Remove fs_info argument from modify_free_space_bitmap
Nikolay Borisov
1
-6
/
+5
2018-05-28
btrfs: Remove fs_info argument from update_free_space_extent_count
Nikolay Borisov
1
-5
/
+5
2018-05-28
btrfs: Remove fs_info parameter from convert_free_space_to_extents
Nikolay Borisov
3
-5
/
+3
2018-05-28
btrfs: Remove fs_info argument from convert_free_space_to_bitmaps
Nikolay Borisov
3
-7
/
+4
2018-05-28
btrfs: Remove fs_info parameter from remove_block_group_free_space
Nikolay Borisov
4
-6
/
+4
2018-05-28
btrfs: Remove fs_info argument from add_new_free_space
Nikolay Borisov
3
-13
/
+10
2018-05-28
btrfs: Remove fs_info parameter from add_new_free_space_info
Nikolay Borisov
1
-4
/
+3
2018-05-28
btrfs: Remove fs_info argument from __add_to_free_space_tree
Nikolay Borisov
3
-22
/
+19
2018-05-28
btrfs: Remove fs_info argument from __add_block_group_free_space
Nikolay Borisov
1
-9
/
+6
2018-05-28
btrfs: Remove fs_info argument from add_block_group_free_space
Nikolay Borisov
4
-4
/
+3
2018-05-28
btrfs: Make btrfs_init_dummy_trans initialize trans' fs_info field
Nikolay Borisov
4
-9
/
+12
2018-05-28
btrfs: Add assert in __btrfs_del_delalloc_inode
Nikolay Borisov
1
-0
/
+1
2018-05-28
btrfs: incremental send, improve rmdir performance for large directory
Robbie Ko
1
-9
/
+22
2018-05-28
btrfs: incremental send, move allocation until it's needed in orphan_dir_info
Robbie Ko
1
-7
/
+6
2018-05-28
btrfs: split delayed ref head initialization and addition
Nikolay Borisov
1
-25
/
+22
2018-05-28
btrfs: Use init_delayed_ref_head in add_delayed_ref_head
Nikolay Borisov
1
-59
/
+4
2018-05-28
btrfs: Introduce init_delayed_ref_head
Nikolay Borisov
1
-0
/
+65
2018-05-28
btrfs: Open-code add_delayed_data_ref
Nikolay Borisov
1
-40
/
+22
2018-05-28
btrfs: Open-code add_delayed_tree_ref
Nikolay Borisov
1
-45
/
+20
2018-05-28
btrfs: Use init_delayed_ref_common in add_delayed_data_ref
Nikolay Borisov
1
-25
/
+10
2018-05-28
btrfs: Use init_delayed_ref_common in add_delayed_tree_ref
Nikolay Borisov
1
-24
/
+11
2018-05-28
btrfs: Factor out common delayed refs init code
Nikolay Borisov
1
-0
/
+51
[next]