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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
bio: first step in sanitizing the bio->bi_rw flag testing
Jens Axboe
2009-09-11
1
-2
/
+2
*
btrfs: fix inode rbtree corruption
From: Nick Piggin
2009-08-21
1
-7
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2009-08-07
5
-20
/
+92
|
\
|
*
Btrfs: fix balancing oops when invalidate_inode_pages2 returns EBUSY
Yan Zheng
2009-08-07
1
-2
/
+7
|
*
Btrfs: correct error-handling zlib error handling
Julia Lawall
2009-08-07
1
-3
/
+3
|
*
Btrfs: remove superfluous NULL pointer check in btrfs_rename()
Bartlomiej Zolnierkiewicz
2009-08-07
1
-2
/
+1
|
*
Btrfs: make sure the async caching thread advances the key
Chris Mason
2009-07-31
1
-4
/
+17
|
*
Btrfs: fix btrfs_remove_from_free_space corner case
Josef Bacik
2009-07-31
1
-9
/
+64
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2009-07-30
5
-12
/
+28
|
\
|
|
*
Btrfs: be more polite in the async caching threads
Chris Mason
2009-07-30
3
-2
/
+14
|
*
Btrfs: preserve commit_root for async caching
Yan Zheng
2009-07-30
4
-10
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2009-07-28
13
-452
/
+1343
|
\
|
|
*
Btrfs: Fix async caching interaction with unmount
Yan Zheng
2009-07-28
2
-1
/
+6
|
*
Btrfs: change how we unpin extents
Josef Bacik
2009-07-27
4
-113
/
+46
|
*
Btrfs: Correct redundant test in add_inode_ref
Julia Lawall
2009-07-27
1
-1
/
+1
|
*
Btrfs: find smallest available device extent during chunk allocation
Chris Mason
2009-07-24
1
-2
/
+10
|
*
Btrfs: clear all space_info->full after removing a block group
Chris Mason
2009-07-24
1
-1
/
+2
|
*
Btrfs: make flushoncommit mount option correctly wait on ordered_extents
Sage Weil
2009-07-24
1
-3
/
+5
|
*
Btrfs: Avoid delayed reference update looping
Yan Zheng
2009-07-24
1
-4
/
+1
|
*
Btrfs: Fix ordering of key field checks in btrfs_previous_item
Yan Zheng
2009-07-24
1
-2
/
+2
|
*
Btrfs: find_free_dev_extent doesn't handle holes at the start of the device
Yan Zheng
2009-07-24
1
-3
/
+7
|
*
Btrfs: Remove code duplication in comp_keys
Diego Calleja
2009-07-24
1
-13
/
+1
|
*
Btrfs: async block group caching
Josef Bacik
2009-07-24
6
-124
/
+439
|
*
Btrfs: use hybrid extents+bitmap rb tree for free space
Josef Bacik
2009-07-24
4
-216
/
+826
|
*
Btrfs: Fix crash on read failures at mount
David Woodhouse
2009-07-22
1
-0
/
+10
|
*
Btrfs: remove of redundant btrfs_header_level
Daniel Cadete
2009-07-22
1
-3
/
+3
|
*
Btrfs: adjust NULL test
Julia Lawall
2009-07-22
1
-1
/
+1
|
*
Btrfs: Remove broken sanity check from btrfs_rmap_block()
David Woodhouse
2009-07-22
1
-20
/
+0
|
*
Btrfs: convert nested spin_lock_irqsave to spin_lock
Julia Lawall
2009-07-22
1
-2
/
+2
|
*
Btrfs: make sure all dirty blocks are written at commit time
Yan Zheng
2009-07-22
2
-37
/
+42
|
*
Btrfs: fix locking issue in btrfs_find_next_key
Yan Zheng
2009-07-22
2
-33
/
+65
|
*
Btrfs: fix double increment of path->slots[0] in btrfs_next_leaf
Yan Zheng
2009-07-22
1
-1
/
+2
|
*
Btrfs: properly update space information after shrinking device.
Yan Zheng
2009-07-22
1
-2
/
+2
|
*
Btrfs: fix definition of struct btrfs_extent_inline_ref
Yan Zheng
2009-07-22
1
-1
/
+1
*
|
headers: smp_lock.h redux
Alexey Dobriyan
2009-07-12
5
-5
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2009-07-02
8
-193
/
+423
|
\
|
|
*
Btrfs: fix error message formatting
Hu Tao
2009-07-02
1
-1
/
+1
|
*
Btrfs: fix use after free in btrfs_start_workers fail path
Jiri Slaby
2009-07-02
1
-1
/
+1
|
*
Btrfs: honor nodatacow/sum mount options for new files
Chris Mason
2009-07-02
1
-6
/
+7
|
*
Btrfs: update backrefs while dropping snapshot
Yan Zheng
2009-07-02
4
-181
/
+395
|
*
Btrfs: account for space we may use in fallocate
Josef Bacik
2009-07-02
1
-1
/
+11
|
*
Btrfs: fix the file clone ioctl for preallocated extents
Chris Mason
2009-07-02
1
-2
/
+4
|
*
Btrfs: don't log the inode in file_write while growing the file
Chris Mason
2009-07-02
1
-1
/
+4
*
|
Get "no acls for this inode" right, fix shmem breakage
Al Viro
2009-06-24
1
-4
/
+2
*
|
helpers for acl caching + switch to those
Al Viro
2009-06-24
1
-35
/
+9
*
|
switch btrfs to inode->i_acl
Al Viro
2009-06-24
4
-27
/
+9
*
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2009-06-16
1
-5
/
+21
|
\
\
|
*
|
btrfs: properly register fs backing device
Jens Axboe
2009-06-16
1
-5
/
+21
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
2009-06-16
1
-6
/
+6
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Btrfs: always update root items for fs trees at commit time
Yan Zheng
2009-06-15
1
-6
/
+6
[next]