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
/
ctree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-30
btrfs: pass root to various extent ref mod functions
Josef Bacik
1
-1
/
+1
2017-10-30
btrfs: Remove unused arguments from btrfs_changed_cb_t
Nikolay Borisov
1
-10
/
+5
2017-08-16
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
1
-7
/
+7
2017-06-19
btrfs: adjust includes after vmalloc removal
David Sterba
1
-1
/
+1
2017-06-19
btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET
Nikolay Borisov
1
-20
/
+20
2017-05-10
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-10
/
+10
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
1
-6
/
+3
2017-04-18
btrfs: sink GFP flags parameter to tree_mod_log_insert_root
David Sterba
1
-5
/
+5
2017-04-18
btrfs: sink GFP flags parameter to tree_mod_log_insert_move
David Sterba
1
-5
/
+5
2017-02-28
Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...
Chris Mason
1
-2
/
+0
2017-02-28
btrfs: remove BUG_ON from __tree_mod_log_insert
David Sterba
1
-2
/
+0
2017-02-24
Btrfs: try harder to migrate items to left sibling before splitting a leaf
Filipe Manana
1
-0
/
+7
2017-02-17
btrfs: remove unused parameter from tree_move_next_or_upnext
David Sterba
1
-4
/
+2
2017-02-17
btrfs: remove unused parameter from tree_move_down
David Sterba
1
-2
/
+2
2017-02-17
btrfs: remove unused parameter from __push_leaf_left
David Sterba
1
-3
/
+2
2017-02-17
btrfs: remove unused parameter from __push_leaf_right
David Sterba
1
-3
/
+2
2017-02-17
btrfs: remove unused parameter from split_item
David Sterba
1
-3
/
+2
2017-02-17
btrfs: remove unused parameter from clean_tree_block
David Sterba
1
-8
/
+8
2017-02-17
btrfs: remove unused parameter from read_block_for_search
David Sterba
1
-5
/
+5
2017-02-14
Btrfs: remove unused trans in read_block_for_search
Liu Bo
1
-9
/
+8
2017-02-14
Btrfs: constify struct btrfs_{,disk_}key wherever possible
Omar Sandoval
1
-28
/
+30
2017-02-14
btrfs: use rb_entry() instead of container_of
Geliang Tang
1
-4
/
+4
2016-12-06
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
1
-117
/
+114
2016-12-06
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
1
-115
/
+140
2016-12-06
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
1
-39
/
+39
2016-11-30
btrfs: add optimized version of eb to eb copy
David Sterba
1
-2
/
+2
2016-11-30
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
1
-3
/
+3
2016-11-30
btrfs: use new helpers to set uuids in eb
David Sterba
1
-20
/
+9
2016-11-30
btrfs: remove trivial helper btrfs_find_tree_block
David Sterba
1
-5
/
+5
2016-09-26
Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf
Liu Bo
1
-1
/
+5
2016-09-26
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
1
-14
/
+0
2016-09-26
btrfs: parent_start initialization cleanup
Goldwyn Rodrigues
1
-15
/
+3
2016-09-26
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
1
-1
/
+1
2016-09-26
btrfs: unsplit printed strings
Jeff Mahoney
1
-4
/
+6
2016-09-26
btrfs: squash lines for simple wrapper functions
Masahiro Yamada
1
-3
/
+1
2016-09-26
btrfs: Fix warning "variable ‘gen’ set but not used"
Luis Henriques
1
-2
/
+0
2016-07-26
btrfs: btrfs_abort_transaction, drop root parameter
Jeff Mahoney
1
-6
/
+6
2016-07-26
btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root
Jeff Mahoney
1
-1
/
+1
2016-07-26
Btrfs: fix read_node_slot to return errors
Liu Bo
1
-21
/
+48
2016-07-26
Btrfs: error out if generic_bin_search get invalid arguments
Liu Bo
1
-0
/
+8
2016-06-23
Btrfs: fix error handling in map_private_extent_buffer
Liu Bo
1
-1
/
+5
2016-06-17
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
1
-1
/
+4
2016-06-17
Btrfs: check if extent buffer is aligned to sectorsize
Liu Bo
1
-0
/
+2
2016-06-02
Btrfs: self-tests: Support non-4k page size
Feifei Xu
1
-2
/
+4
2016-05-25
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
David Sterba
1
-7
/
+7
2016-05-25
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
1
-7
/
+7
2016-04-28
btrfs: rename btrfs_std_error to btrfs_handle_fs_error
Anand Jain
1
-3
/
+3
2016-04-04
btrfs: fallback to vmalloc in btrfs_compare_tree
David Sterba
1
-4
/
+8
2016-02-26
Merge branch 'dev/gfp-flags' into for-chris-4.6
David Sterba
1
-1
/
+1
2016-02-11
btrfs: send: use GFP_KERNEL everywhere
David Sterba
1
-1
/
+1
[next]