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
2011-01-16
btrfs: check NULL or not
Tsutomu Itoh
1
-0
/
+6
2011-01-16
btrfs: Don't pass NULL ptr to func that may deref it.
Jesper Juhl
1
-0
/
+2
2010-10-29
Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
Andi Kleen
1
-18
/
+2
2010-10-29
Btrfs: don't loop forever on bad btree blocks
Chris Mason
1
-9
/
+28
2010-07-20
Btrfs: fix split_leaf double split corner case
Chris Mason
1
-18
/
+111
2010-05-27
Btrfs: Fix block generation verification race
Yan, Zheng
1
-1
/
+1
2010-05-25
Btrfs: Metadata ENOSPC handling for balance
Yan, Zheng
1
-0
/
+3
2010-05-25
Btrfs: Introduce contexts for metadata reservation
Yan, Zheng
1
-41
/
+63
2010-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
1
-0
/
+4
2010-04-05
Btrfs: add check for changed leaves in setup_leaf_for_split
Chris Mason
1
-0
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-12-17
Btrfs: Fix per root used space accounting
Yan, Zheng
1
-17
/
+14
2009-12-16
Btrfs: Add btrfs_duplicate_item
Yan, Zheng
1
-59
/
+139
2009-09-24
Btrfs: check size of inode backref before adding hardlink
Yan, Zheng
1
-0
/
+6
2009-07-24
Btrfs: Avoid delayed reference update looping
Yan Zheng
1
-4
/
+1
2009-07-24
Btrfs: Fix ordering of key field checks in btrfs_previous_item
Yan Zheng
1
-2
/
+2
2009-07-24
Btrfs: Remove code duplication in comp_keys
Diego Calleja
1
-13
/
+1
2009-07-22
Btrfs: fix locking issue in btrfs_find_next_key
Yan Zheng
1
-33
/
+62
2009-07-22
Btrfs: fix double increment of path->slots[0] in btrfs_next_leaf
Yan Zheng
1
-1
/
+2
2009-06-10
Btrfs: balance btree more often
Chris Mason
1
-2
/
+2
2009-06-10
Btrfs: stop avoiding balancing at the end of the transaction.
Chris Mason
1
-7
/
+4
2009-06-10
Btrfs: Mixed back reference (FORWARD ROLLING FORMAT CHANGE)
Yan Zheng
1
-369
/
+316
2009-05-14
Btrfs: Don't loop forever on metadata IO failures
Chris Mason
1
-3
/
+36
2009-04-20
Btrfs: use the right node in reada_for_balance
Chris Mason
1
-5
/
+12
2009-04-03
Btrfs: BUG to BUG_ON changes
Stoyan Gaydarov
1
-2
/
+1
2009-04-03
Btrfs: Optimize locking in btrfs_next_leaf()
Chris Mason
1
-23
/
+65
2009-04-03
Btrfs: break up btrfs_search_slot into smaller pieces
Chris Mason
1
-90
/
+131
2009-03-24
Btrfs: limit balancing work while flushing delayed refs
Chris Mason
1
-3
/
+9
2009-03-24
Btrfs: leave btree locks spinning more often
Chris Mason
1
-8
/
+11
2009-03-24
Btrfs: reduce stack usage in some crucial tree balancing functions
Chris Mason
1
-180
/
+278
2009-03-24
Btrfs: do extent allocation and reference count updates in the background
Chris Mason
1
-1
/
+2
2009-03-24
Btrfs: don't preallocate metadata blocks during btrfs_search_slot
Chris Mason
1
-82
/
+18
2009-03-09
Btrfs: fix spinlock assertions on UP systems
Chris Mason
1
-5
/
+5
2009-02-12
Btrfs: make a lockdep class for the extent buffer locks
Chris Mason
1
-11
/
+34
2009-02-12
Btrfs: remove btrfs_init_path
Jeff Mahoney
1
-9
/
+2
2009-02-12
Btrfs: balance_level checks !child after access
Jeff Mahoney
1
-1
/
+1
2009-02-10
Btrfs: don't use spin_is_contended
Chris Mason
1
-2
/
+1
2009-02-04
Btrfs: Only prep for btree deletion balances when nodes are mostly empty
Chris Mason
1
-3
/
+6
2009-02-04
Btrfs: fix btrfs_unlock_up_safe to walk the entire path
Chris Mason
1
-2
/
+2
2009-02-04
Btrfs: change btrfs_del_leaf to drop locks earlier
Chris Mason
1
-2
/
+9
2009-02-04
Btrfs: Change btree locking to use explicit blocking points
Chris Mason
1
-8
/
+226
2009-02-04
Btrfs: hash_lock is no longer needed
Chris Mason
1
-6
/
+1
2009-01-22
Btrfs: do less aggressive btree readahead
Chris Mason
1
-16
/
+5
2009-01-06
Btrfs: Fix checkpatch.pl warnings
Chris Mason
1
-139
/
+78
2008-12-17
Btrfs: properly check free space for tree balancing
Yan Zheng
1
-26
/
+26
2008-12-15
Btrfs: Fix compressed writes on truncated pages
Chris Mason
1
-1
/
+1
2008-12-10
Btrfs: Delete csum items when freeing extents
Chris Mason
1
-6
/
+125
2008-12-09
Btrfs: Use map_private_extent_buffer during generic_bin_search
Chris Mason
1
-1
/
+4
2008-12-02
Btrfs: make things static and include the right headers
Christoph Hellwig
1
-1
/
+1
2008-11-18
Btrfs: Some fixes for batching extent insert.
Liu Hui
1
-2
/
+0
[next]