index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
ctree.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-02-01
Btrfs: Use (eb->start, seq) as search key for tree modification log
Chandan Rajendra
1
-17
/
+17
2016-01-11
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-1
/
+1
2016-01-07
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
1
-5
/
+4
2016-01-07
Btrfs: use linux/sizes.h to represent constants
Byongho Lee
1
-1
/
+1
2015-10-22
Merge branch 'cleanups/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/...
Chris Mason
1
-2
/
+2
2015-10-21
btrfs: Fixed dsize and last_off declarations
Alexandru Moise
1
-2
/
+2
2015-09-29
Btrfs: consolidate btrfs_error() to btrfs_std_error()
Anand Jain
1
-3
/
+3
2015-08-09
btrfs: abort transaction on btrfs_reloc_cow_block()
Zhaolei
1
-1
/
+3
2015-06-03
Btrfs: fix up read_tree_block to return proper error
Liu Bo
1
-6
/
+10
2015-03-25
Merge branch 'cleanups-post-3.19' of git://git.kernel.org/pub/scm/linux/kerne...
Chris Mason
1
-25
/
+28
2015-03-25
Merge branch 'cleanups-for-4.1-v2' of git://git.kernel.org/pub/scm/linux/kern...
Chris Mason
1
-5
/
+4
2015-03-03
btrfs: cleanup, use kmalloc_array/kcalloc array helpers
David Sterba
1
-5
/
+4
[next]