index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: Improve btrfs_search_slot description
Nikolay Borisov
2018-01-22
1
-9
/
+21
*
btrfs: Rename bin_search -> btrfs_bin_search
Nikolay Borisov
2018-01-22
1
-10
/
+4
*
btrfs: Fix out of bounds access in btrfs_search_slot
Nikolay Borisov
2018-01-22
1
-3
/
+9
*
btrfs: handle errors while updating refcounts in update_ref_for_cow
Jeff Mahoney
2017-12-07
1
-6
/
+12
*
btrfs: pass root to various extent ref mod functions
Josef Bacik
2017-10-30
1
-1
/
+1
*
btrfs: Remove unused arguments from btrfs_changed_cb_t
Nikolay Borisov
2017-10-30
1
-10
/
+5
*
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
2017-08-16
1
-7
/
+7
*
btrfs: adjust includes after vmalloc removal
David Sterba
2017-06-19
1
-1
/
+1
*
btrfs: rename btrfs_leaf_data to BTRFS_LEAF_DATA_OFFSET
Nikolay Borisov
2017-06-19
1
-20
/
+20
*
Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-05-10
1
-10
/
+10
|
\
|
*
btrfs: sink GFP flags parameter to tree_mod_log_insert_root
David Sterba
2017-04-18
1
-5
/
+5
|
*
btrfs: sink GFP flags parameter to tree_mod_log_insert_move
David Sterba
2017-04-18
1
-5
/
+5
*
|
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-08
1
-6
/
+3
|
/
*
Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...
Chris Mason
2017-02-28
1
-2
/
+0
|
\
|
*
btrfs: remove BUG_ON from __tree_mod_log_insert
David Sterba
2017-02-28
1
-2
/
+0
*
|
Btrfs: try harder to migrate items to left sibling before splitting a leaf
Filipe Manana
2017-02-24
1
-0
/
+7
|
/
*
btrfs: remove unused parameter from tree_move_next_or_upnext
David Sterba
2017-02-17
1
-4
/
+2
*
btrfs: remove unused parameter from tree_move_down
David Sterba
2017-02-17
1
-2
/
+2
*
btrfs: remove unused parameter from __push_leaf_left
David Sterba
2017-02-17
1
-3
/
+2
*
btrfs: remove unused parameter from __push_leaf_right
David Sterba
2017-02-17
1
-3
/
+2
*
btrfs: remove unused parameter from split_item
David Sterba
2017-02-17
1
-3
/
+2
*
btrfs: remove unused parameter from clean_tree_block
David Sterba
2017-02-17
1
-8
/
+8
*
btrfs: remove unused parameter from read_block_for_search
David Sterba
2017-02-17
1
-5
/
+5
*
Btrfs: remove unused trans in read_block_for_search
Liu Bo
2017-02-14
1
-9
/
+8
*
Btrfs: constify struct btrfs_{,disk_}key wherever possible
Omar Sandoval
2017-02-14
1
-28
/
+30
*
btrfs: use rb_entry() instead of container_of
Geliang Tang
2017-02-14
1
-4
/
+4
*
btrfs: take an fs_info directly when the root is not used otherwise
Jeff Mahoney
2016-12-06
1
-117
/
+114
*
btrfs: root->fs_info cleanup, add fs_info convenience variables
Jeff Mahoney
2016-12-06
1
-115
/
+140
*
btrfs: pull node/sector/stripe sizes out of root and into fs_info
Jeff Mahoney
2016-12-06
1
-39
/
+39
*
btrfs: add optimized version of eb to eb copy
David Sterba
2016-11-30
1
-2
/
+2
*
btrfs: remove constant parameter to memset_extent_buffer and rename it
David Sterba
2016-11-30
1
-3
/
+3
*
btrfs: use new helpers to set uuids in eb
David Sterba
2016-11-30
1
-20
/
+9
*
btrfs: remove trivial helper btrfs_find_tree_block
David Sterba
2016-11-30
1
-5
/
+5
*
Btrfs: remove unnecessary btrfs_mark_buffer_dirty in split_leaf
Liu Bo
2016-09-26
1
-1
/
+5
*
Btrfs: memset to avoid stale content in btree leaf
Liu Bo
2016-09-26
1
-14
/
+0
*
btrfs: parent_start initialization cleanup
Goldwyn Rodrigues
2016-09-26
1
-15
/
+3
*
btrfs: convert printk(KERN_* to use pr_* calls
Jeff Mahoney
2016-09-26
1
-1
/
+1
*
btrfs: unsplit printed strings
Jeff Mahoney
2016-09-26
1
-4
/
+6
*
btrfs: squash lines for simple wrapper functions
Masahiro Yamada
2016-09-26
1
-3
/
+1
*
btrfs: Fix warning "variable ‘gen’ set but not used"
Luis Henriques
2016-09-26
1
-2
/
+0
*
btrfs: btrfs_abort_transaction, drop root parameter
Jeff Mahoney
2016-07-26
1
-6
/
+6
*
btrfs: tests, use BTRFS_FS_STATE_DUMMY_FS_INFO instead of dummy root
Jeff Mahoney
2016-07-26
1
-1
/
+1
*
Btrfs: fix read_node_slot to return errors
Liu Bo
2016-07-26
1
-21
/
+48
*
Btrfs: error out if generic_bin_search get invalid arguments
Liu Bo
2016-07-26
1
-0
/
+8
*
Btrfs: fix error handling in map_private_extent_buffer
Liu Bo
2016-06-23
1
-1
/
+5
*
btrfs: account for non-CoW'd blocks in btrfs_abort_transaction
Jeff Mahoney
2016-06-17
1
-1
/
+4
*
Btrfs: check if extent buffer is aligned to sectorsize
Liu Bo
2016-06-17
1
-0
/
+2
*
Btrfs: self-tests: Support non-4k page size
Feifei Xu
2016-06-02
1
-2
/
+4
*
Merge branch 'cleanups-4.7' into for-chris-4.7-20160525
David Sterba
2016-05-25
1
-7
/
+7
|
\
|
*
btrfs: fix string and comment grammatical issues and typos
Nicholas D Steeves
2016-05-25
1
-7
/
+7
[next]