index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
inode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-8
/
+28
2016-01-25
Btrfs: fix race between fsync and lockless direct IO writes
Filipe Manana
1
-8
/
+28
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2016-01-22
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+1
2016-01-20
btrfs: merge functions for wait snapshot creation
Zhao Lei
1
-21
/
+1
2016-01-19
Btrfs: fix deadlock running delayed iputs at transaction commit time
Filipe Manana
1
-2
/
+0
2016-01-18
Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-143
/
+169
2016-01-14
kmemcg: account certain kmem allocations to memcg
Vladimir Davydov
1
-1
/
+2
2016-01-11
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-8
/
+8
2016-01-11
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
1
-7
/
+14
2016-01-11
Merge branch 'misc-cleanups-4.5' of git://git.kernel.org/pub/scm/linux/kernel...
Chris Mason
1
-15
/
+13
2016-01-11
Merge branch 'misc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Chris Mason
1
-52
/
+49
2016-01-07
btrfs: cleanup, use enum values for btrfs_path reada
David Sterba
1
-4
/
+4
2016-01-07
btrfs: constify static arrays
David Sterba
1
-1
/
+1
2016-01-07
btrfs: constify remaining structs with function pointers
David Sterba
1
-2
/
+2
2016-01-07
Btrfs: use linux/sizes.h to represent constants
Byongho Lee
1
-11
/
+11
2016-01-07
btrfs: cleanup, remove stray return statements
David Sterba
1
-1
/
+0
2016-01-07
btrfs: remove unused inode argument from uncompress_inline()
Byongho Lee
1
-3
/
+2
2016-01-07
btrfs: don't use slab cache for struct btrfs_delalloc_work
David Sterba
1
-12
/
+2
2016-01-07
btrfs: put delayed item hook into inode
David Sterba
1
-31
/
+25
2016-01-07
Btrfs: igrab inode in writepage
Josef Bacik
1
-2
/
+15
2016-01-06
Btrfs: fix transaction handle leak on failure to create hard link
Filipe Manana
1
-2
/
+4
2015-12-31
Btrfs: fix number of transaction units required to create symlink
Filipe Manana
1
-1
/
+3
2015-12-31
Btrfs: don't leave dangling dentry if symlink creation failed
Filipe Manana
1
-4
/
+7
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
1
-1
/
+0
2015-12-23
Merge branch 'for-chris-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
1
-49
/
+78
2015-12-23
Merge branch 'dev/simplify-set-bit' of git://git.kernel.org/pub/scm/linux/ker...
Chris Mason
1
-10
/
+10
2015-12-23
Merge branch 'cleanup/misc-simplify' of git://git.kernel.org/pub/scm/linux/ke...
Chris Mason
1
-10
/
+5
2015-12-17
Btrfs: fix leaking of ordered extents after direct IO write error
Filipe Manana
1
-5
/
+38
2015-12-17
Btrfs: fix deadlock between direct IO write and defrag/readpages
Filipe Manana
1
-17
/
+13
2015-12-17
Btrfs: fix error path when failing to submit bio for direct IO write
Filipe Manana
1
-27
/
+27
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
1
-1
/
+1
2015-12-08
don't put symlink bodies in pagecache into highmem
Al Viro
1
-0
/
+2
2015-12-06
btrfs: Use xattr handler infrastructure
Andreas Gruenbacher
1
-4
/
+4
2015-12-06
posix acls: Remove duplicate xattr name definitions
Andreas Gruenbacher
1
-4
/
+4
2015-12-03
btrfs: remove wait from struct btrfs_delalloc_work
David Sterba
1
-8
/
+3
2015-12-03
btrfs: sink parameter wait to btrfs_alloc_delalloc_work
David Sterba
1
-3
/
+3
2015-12-03
btrfs: drop unused parameter from lock_extent_bits
David Sterba
1
-10
/
+10
2015-11-27
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-23
/
+1
2015-11-25
Btrfs: use global reserve when deleting unused block group after ENOSPC
Filipe Manana
1
-23
/
+1
2015-11-13
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-17
/
+45
2015-11-09
fs/btrfs/inode.c: remove unnecessary new_valid_dev() check
Yaowei Bai
1
-3
/
+0
2015-11-09
Btrfs: fix race leading to BUG_ON when running delalloc for nodatacow
Filipe Manana
1
-2
/
+8
2015-11-05
Btrfs: fix extent accounting for partial direct IO writes
Filipe Manana
1
-15
/
+37
2015-10-26
btrfs: qgroup: Fix a race in delayed_ref which leads to abort trans
Qu Wenruo
1
-8
/
+4
2015-10-25
Btrfs: fix regression running delayed references when using qgroups
Filipe Manana
1
-2
/
+2
2015-10-21
Merge branch 'allocator-fixes' into for-linus-4.4
Chris Mason
1
-0
/
+9
2015-10-21
Btrfs: fix prealloc under heavy fragmentation conditions
Josef Bacik
1
-0
/
+9
2015-10-21
btrfs: qgroup: Check if qgroup reserved space leaked
Qu Wenruo
1
-0
/
+1
2015-10-21
btrfs: qgroup: Avoid calling btrfs_free_reserved_data_space in clear_bit_hook
Qu Wenruo
1
-2
/
+2
[next]