index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Btrfs: fix missing check before creating a qgroup relation
Wang Shilong
2013-05-06
1
-0
/
+8
*
Btrfs: remove some unnecessary spin_lock usages
Wang Shilong
2013-05-06
1
-21
/
+6
*
Btrfs: introduce a mutex lock for btrfs quota operations
Wang Shilong
2013-05-06
3
-25
/
+61
*
Btrfs: creating the subvolume qgroup automatically when enabling quota
Wang Shilong
2013-05-06
2
-0
/
+57
*
btrfs: abort unlink trans in missed error case
Zach Brown
2013-05-06
1
-0
/
+2
*
btrfs: ignore device open failures in __btrfs_open_devices
Eric Sandeen
2013-05-06
1
-3
/
+3
*
Btrfs: improve the performance of the csums lookup
Miao Xie
2013-05-06
5
-31
/
+111
*
Btrfs: fix bad extent logging
Josef Bacik
2013-05-06
10
-324
/
+40
*
Btrfs: log ram bytes properly
Josef Bacik
2013-05-06
4
-5
/
+22
*
Btrfs: don't wait on ordered extents if we have a trans open
Josef Bacik
2013-05-06
1
-1
/
+2
*
Btrfs: fix error handling in make/read block group
Josef Bacik
2013-05-06
1
-8
/
+33
*
Btrfs: fix double free in the iterate_extent_inodes()
Wang Shilong
2013-05-06
1
-2
/
+0
*
Btrfs: kill some BUG_ONs() in the find_parent_nodes()
Wang Shilong
2013-05-06
1
-2
/
+4
*
Btrfs: compare relevant parts of delayed tree refs
Josef Bacik
2013-05-06
1
-10
/
+14
*
Btrfs: fix infinite loop when we abort on mount
Josef Bacik
2013-05-06
2
-3
/
+6
*
Btrfs: fix a warning when disabling quota
Wang Shilong
2013-05-06
1
-2
/
+0
*
Btrfs: pass NULL instead of 0
Liu Bo
2013-05-06
1
-1
/
+1
*
btrfs: make subvol creation/deletion killable in the early stages
David Sterba
2013-05-06
1
-2
/
+6
*
btrfs: cover more error codes in btrfs_decode_error
David Sterba
2013-05-06
1
-0
/
+6
*
btrfs: make orphan cleanup less verbose
David Sterba
2013-05-06
1
-2
/
+2
*
btrfs: deprecate subvolrootid mount option
David Sterba
2013-05-06
1
-13
/
+4
*
Btrfs: Include the device in most error printk()s
Simon Kirby
2013-05-06
8
-109
/
+133
*
btrfs: update kconfig title
David Sterba
2013-05-06
1
-1
/
+1
*
btrfs: clean snapshots one by one
David Sterba
2013-05-06
5
-29
/
+57
*
btrfs: Cleanup some redundant codes in btrfs_log_inode()
Zhi Yong Wu
2013-05-06
1
-2
/
+0
*
btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range()
Zhi Yong Wu
2013-05-06
1
-5
/
+2
*
Btrfs: share stop worker code
Liu Bo
2013-05-06
1
-32
/
+23
*
Btrfs: add a incompatible format change for smaller metadata extent refs
Josef Bacik
2013-05-06
7
-67
/
+290
*
Btrfs: use helper to cleanup tree roots
Liu Bo
2013-05-06
1
-14
/
+1
*
Btrfs: cleanup unused arguments of btrfs_csum_data
Liu Bo
2013-05-06
7
-21
/
+15
*
btrfs: clean up transaction abort messages
David Sterba
2013-05-06
3
-28
/
+25
*
btrfs: merge save_error_info helpers into one
David Sterba
2013-05-06
1
-6
/
+1
*
Btrfs: add some free space cache tests
Josef Bacik
2013-05-06
4
-0
/
+540
*
Btrfs: cleanup unused function
Liu Bo
2013-04-29
1
-1
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-04-14
1
-6
/
+42
|
\
|
*
Btrfs: make sure nbytes are right after log replay
Josef Bacik
2013-04-13
1
-6
/
+42
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2013-03-29
13
-43
/
+188
|
\
|
|
*
Btrfs: don't drop path when printing out tree errors in scrub
Josef Bacik
2013-03-29
1
-1
/
+2
|
*
Btrfs: fix wrong return value of btrfs_lookup_csum()
Miao Xie
2013-03-28
1
-1
/
+3
|
*
Btrfs: fix wrong reservation of csums
Miao Xie
2013-03-28
2
-2
/
+2
|
*
Btrfs: fix double free in the btrfs_qgroup_account_ref()
Wang Shilong
2013-03-28
1
-2
/
+1
|
*
Btrfs: limit the global reserve to 512mb
Josef Bacik
2013-03-28
1
-1
/
+1
|
*
Btrfs: hold the ordered operations mutex when waiting on ordered extents
Josef Bacik
2013-03-28
1
-0
/
+2
|
*
Btrfs: fix space accounting for unlink and rename
Josef Bacik
2013-03-28
1
-4
/
+2
|
*
Btrfs: fix space leak when we fail to reserve metadata space
Josef Bacik
2013-03-28
1
-6
/
+41
|
*
Btrfs: fix EIO from btrfs send in is_extent_unchanged for punched holes
Jan Schmidt
2013-03-28
1
-6
/
+4
|
*
Btrfs: fix race between mmap writes and compression
Chris Mason
2013-03-26
3
-0
/
+49
|
*
Btrfs: fix memory leak in btrfs_create_tree()
Tsutomu Itoh
2013-03-21
1
-3
/
+9
|
*
Btrfs: fix locking on ROOT_REPLACE operations in tree mod log
Jan Schmidt
2013-03-21
1
-10
/
+20
|
*
Btrfs: fix missing qgroup reservation before fallocating
Wang Shilong
2013-03-21
1
-0
/
+9
[next]