index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
nfsd
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-06
btrfs: replace empty string with NULL when getting attribute length in btrfs_...
Chengguang Xu
1
-1
/
+1
2018-08-06
btrfs: return error instead of crash when detecting unexpected type in btrfs_...
Chengguang Xu
1
-1
/
+1
2018-08-06
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
3
-5
/
+5
2018-08-06
btrfs: Use iocb to derive pos instead of passing a separate parameter
Goldwyn Rodrigues
1
-7
/
+8
2018-08-06
btrfs: print more details when checking tree block finds a problem
Su Yue
1
-4
/
+4
2018-08-06
btrfs: Streamline memory allocation failure handling in btrfs_add_delayed_tre...
Nikolay Borisov
1
-18
/
+17
2018-08-06
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
2018-08-06
btrfs: Refactor count handling in btrfs_unpin_free_ino
Geert Uytterhoeven
1
-7
/
+4
2018-08-06
btrfs: use timespec64 for i_otime
Arnd Bergmann
2
-3
/
+3
2018-08-06
btrfs: use monotonic time for transaction handling
Arnd Bergmann
2
-2
/
+2
2018-08-06
btrfs: Get rid of the confusing btrfs_file_extent_inline_len
Qu Wenruo
8
-56
/
+22
2018-08-06
btrfs: Deduplicate extent_buffer init code
Nikolay Borisov
4
-54
/
+13
2018-08-06
btrfs: check-integrity: Fix NULL pointer dereference for degraded mount
Qu Wenruo
1
-1
/
+6
2018-08-06
btrfs: Remove fs_info from btrfs_force_chunk_alloc
Nikolay Borisov
4
-8
/
+5
2018-08-06
btrfs: Remove fs_info from btrfs_inc_block_group_ro
Nikolay Borisov
4
-6
/
+5
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_logged_file_extent
Nikolay Borisov
3
-3
/
+1
2018-08-06
btrfs: Remove fs_info from remove_extent_backref
Nikolay Borisov
1
-6
/
+5
2018-08-06
btrfs: Remove fs_info from run_one_delayed_ref
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info from insert_inline_extent_backref
Nikolay Borisov
1
-7
/
+4
2018-08-06
btrfs: Remove fs_info from exclude_super_stripes
Nikolay Borisov
1
-4
/
+4
2018-08-06
btrfs: Remove fs_info from free_excluded_extents
Nikolay Borisov
1
-11
/
+11
2018-08-06
btrfs: Remove fs_info from check_system_chunk
Nikolay Borisov
3
-7
/
+6
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_chunk
Nikolay Borisov
3
-8
/
+6
2018-08-06
btrfs: Remove fs_info from do_chunk_alloc
Nikolay Borisov
1
-12
/
+10
2018-08-06
btrfs: Remove fs_info from run_delayed_tree_ref
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Remove fs_info from cleanup_ref_head
Nikolay Borisov
1
-2
/
+3
2018-08-06
btrfs: Remove unused fs_info from cleanup_extent_op
Nikolay Borisov
1
-2
/
+1
2018-08-06
btrfs: Remove fs_info from run_delayed_extent_op
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from run_delayed_data_ref
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info argument from __btrfs_inc_extent_ref
Nikolay Borisov
1
-9
/
+6
2018-08-06
btrfs: Remove fs_info from alloc_reserved_file_extent
Nikolay Borisov
1
-8
/
+7
2018-08-06
btrfs: Remove fs_info from __btrfs_free_extent
Nikolay Borisov
1
-13
/
+11
2018-08-06
btrfs: Remove fs_info from btrfs_remove_block_group
Nikolay Borisov
3
-5
/
+4
2018-08-06
btrfs: Remove fs_info from btrfs_make_block_group
Nikolay Borisov
3
-6
/
+6
2018-08-06
btrfs: Remove fs_info from btrfs_add_delayed_data_ref
Nikolay Borisov
3
-8
/
+6
2018-08-06
btrfs: Remove fs_info from btrfs_add_delayed_tree_ref
Nikolay Borisov
3
-8
/
+7
2018-08-06
btrfs: Remove fs_info from lookup_extent_backref
Nikolay Borisov
1
-4
/
+2
2018-08-06
btrfs: Remove fs_info argument from lookup_extent_data_ref
Nikolay Borisov
1
-5
/
+3
2018-08-06
btrfs: Remove fs_info argument from lookup_tree_block_ref
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Remove fs_info argument from update_inline_extent_backref
Nikolay Borisov
1
-8
/
+7
2018-08-06
btrfs: Remove fs_info from lookup_inline_extent_backref
Nikolay Borisov
1
-7
/
+7
2018-08-06
btrfs: Remove fs_info from fixup_low_keys
Nikolay Borisov
1
-10
/
+8
2018-08-06
btrfs: Remove fs_info from remove_extent_data_ref
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info argument from insert_extent_backref
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info from insert_extent_data_ref
Nikolay Borisov
1
-5
/
+4
2018-08-06
btrfs: Remove fs_info from insert_tree_block_ref
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Fix a C compliance issue
Bart Van Assche
1
-3
/
+3
2018-08-06
btrfs: Annotate fall-through when parsing mount option
Bart Van Assche
1
-0
/
+1
2018-08-06
btrfs: Fix misleading indentation reported by smatch
Bart Van Assche
3
-5
/
+5
2018-08-06
btrfs: Streamline log_extent_csums a bit
Nikolay Borisov
1
-6
/
+4
[next]