index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
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
3
-156
/
+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
2018-08-06
btrfs: replace get_seconds with new 64bit time API
Allen Pais
5
-10
/
+10
2018-07-21
Merge tag 'for-4.18-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+5
2018-07-19
Btrfs: fix file data corruption after cloning a range and fsync
Filipe Manana
1
-2
/
+5
[next]