index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
openpromfs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2018-08-06
btrfs: remove remaing full_sync logic from btrfs_sync_file
David Sterba
3
-53
/
+1
2018-08-06
btrfs: remove the logged extents infrastructure
Josef Bacik
4
-157
/
+3
2018-08-06
btrfs: clean up the left over logged_list usage
Josef Bacik
1
-30
/
+2
2018-08-06
btrfs: remove the wait ordered logic in the log_one_extent path
Josef Bacik
1
-108
/
+10
2018-08-06
btrfs: always wait on ordered extents at fsync time
Josef Bacik
1
-52
/
+4
2018-08-06
btrfs: Fix comment in lookup_inline_extent_backref
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Document __btrfs_inc_extent_ref
Nikolay Borisov
1
-0
/
+34
2018-08-06
btrfs: scrub: Remove unused copy_nocow_pages and its callchain
Qu Wenruo
1
-365
/
+0
[next]