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
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-06
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
1
-1
/
+57
2018-08-06
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
1
-1
/
+27
2018-08-06
btrfs: extent-tree: Remove unused __btrfs_free_block_rsv
Misono Tomohiro
1
-5
/
+0
2018-08-06
btrfs: Remove fs_info from btrfs_del_root
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: extent-tree: remove unused member walk_control::for_reloc
David Sterba
1
-3
/
+0
2018-08-06
btrfs: don't leak ret from do_chunk_alloc
Josef Bacik
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from btrfs_finish_chunk_alloc
Nikolay Borisov
1
-4
/
+2
2018-08-06
btrfs: extent-tree: Remove dead alignment check
Qu Wenruo
1
-2
/
+1
2018-08-06
btrfs: refactor block group replication factor calculation to a helper
David Sterba
1
-28
/
+8
2018-08-06
btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: Use btrfs_mark_bg_unused to replace open code
Qu Wenruo
1
-19
/
+17
2018-08-06
btrfs: Rewrite retry logic in do_chunk_alloc
Nikolay Borisov
1
-37
/
+37
2018-08-06
btrfs: use customized batch size for total_bytes_pinned
Ethan Lien
1
-15
/
+24
2018-08-06
btrfs: simplify pointer chasing of local fs_info variables
David Sterba
1
-3
/
+3
2018-08-06
btrfs: annotate unlikely branches after V0 extent type removal
David Sterba
1
-4
/
+4
2018-08-06
btrfs: Add graceful handling of V0 extents
Nikolay Borisov
1
-4
/
+35
2018-08-06
btrfs: Remove V0 extent support
Nikolay Borisov
1
-208
/
+1
2018-08-06
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
1
-1
/
+1
2018-08-06
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
2018-08-06
btrfs: Deduplicate extent_buffer init code
Nikolay Borisov
1
-4
/
+12
2018-08-06
btrfs: Remove fs_info from btrfs_force_chunk_alloc
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_inc_block_group_ro
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_logged_file_extent
Nikolay Borisov
1
-1
/
+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
1
-4
/
+4
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_chunk
Nikolay Borisov
1
-2
/
+2
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
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_make_block_group
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_add_delayed_data_ref
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Remove fs_info from btrfs_add_delayed_tree_ref
Nikolay Borisov
1
-4
/
+4
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 remove_extent_data_ref
Nikolay Borisov
1
-3
/
+2
[next]