index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: take the ACL checks to common code
Christoph Hellwig
2011-07-25
3
-24
/
+8
*
kill boilerplates around posix_acl_create_masq()
Al Viro
2011-07-25
1
-16
/
+8
*
kill boilerplate around posix_acl_chmod_masq()
Al Viro
2011-07-25
1
-11
/
+5
*
vfs: move ACL cache lookup into generic code
Linus Torvalds
2011-07-25
1
-12
/
+7
*
get rid of useless dget_parent() in btrfs rename() and link()
Al Viro
2011-07-20
1
-4
/
+2
*
get rid of useless dget_parent() in fs/btrfs/ioctl.c
Al Viro
2011-07-20
1
-12
/
+4
*
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
2
-7
/
+16
*
Btrfs: implement our own ->llseek
Josef Bacik
2011-07-20
2
-1
/
+150
*
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
Al Viro
2011-07-20
1
-7
/
+1
*
btrfs: kill magical embedded struct superblock
Al Viro
2011-07-20
3
-13
/
+6
*
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
2011-07-20
1
-1
/
+1
*
->permission() sanitizing: don't pass flags to generic_permission()
Al Viro
2011-07-20
1
-1
/
+1
*
->permission() sanitizing: don't pass flags to ->check_acl()
Al Viro
2011-07-20
2
-2
/
+2
*
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
Al Viro
2011-07-20
1
-2
/
+1
*
kill check_acl callback of generic_permission()
Al Viro
2011-07-20
1
-1
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-07-08
4
-6
/
+20
|
\
|
*
btrfs: fix oops when doing space balance
Miao Xie
2011-07-06
1
-5
/
+7
|
*
Btrfs: don't panic if we get an error while balancing V2
Josef Bacik
2011-07-06
1
-1
/
+2
|
*
btrfs: add missing options displayed in mount output
David Sterba
2011-07-06
2
-0
/
+11
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-06-27
5
-31
/
+100
|
\
\
|
|
/
|
*
btrfs: fix inconsonant inode information
Miao Xie
2011-06-27
3
-26
/
+91
|
*
Btrfs: make sure to update total_bitmaps when freeing cache V3
Josef Bacik
2011-06-25
1
-3
/
+6
|
*
Btrfs: fix type mismatch in find_free_extent()
Ilya Dryomov
2011-06-25
1
-2
/
+2
|
*
Btrfs: make sure to record the transid in new inodes
Chris Mason
2011-06-24
1
-0
/
+1
*
|
Remove unneeded version.h includes from fs/
Jesper Juhl
2011-06-24
1
-1
/
+0
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-06-20
11
-189
/
+174
|
\
\
|
|
/
|
*
Btrfs: avoid delayed metadata items during commits
Chris Mason
2011-06-17
3
-10
/
+28
|
*
btrfs: fix uninitialized return value
David Sterba
2011-06-17
1
-3
/
+3
|
*
btrfs: fix wrong reservation when doing delayed inode operations
Miao Xie
2011-06-17
2
-6
/
+20
|
*
btrfs: Remove unused sysfs code
Maarten Lankhorst
2011-06-17
3
-148
/
+0
|
*
btrfs: fix dereference of ERR_PTR value
David Sterba
2011-06-17
1
-1
/
+1
|
*
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/jos...
Chris Mason
2011-06-17
3
-3
/
+14
|
|
\
|
|
*
Btrfs: set no_trans_join after trying to expand the transaction
Josef Bacik
2011-06-15
1
-3
/
+11
|
|
*
Btrfs: protect the pending_snapshots list with trans_lock
Josef Bacik
2011-06-15
1
-0
/
+2
|
|
*
Btrfs: fix path leakage on subvol deletion
Josef Bacik
2011-06-15
1
-0
/
+1
|
*
|
Btrfs: fix relocation races
Chris Mason
2011-06-17
4
-13
/
+105
|
*
|
Btrfs: drop the delalloc_bytes check in shrink_delalloc
Chris Mason
2011-06-13
1
-4
/
+0
|
*
|
Btrfs: check the return value from set_anon_super
Chris Mason
2011-06-13
1
-1
/
+3
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2011-06-12
10
-113
/
+233
|
\
\
|
|
/
|
*
Btrfs: use join_transaction in btrfs_evict_inode()
Li Zefan
2011-06-11
1
-1
/
+1
|
*
Btrfs - use %pU to print fsid
Ilya Dryomov
2011-06-10
1
-6
/
+2
|
*
Btrfs: fix extent state leak on failed nodatasum reads
Jan Schmidt
2011-06-10
1
-1
/
+1
|
*
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Chris Mason
2011-06-10
2
-32
/
+39
|
|
\
|
|
*
btrfs: remove unneeded includes from scrub.c
Arne Jansen
2011-06-10
1
-6
/
+0
|
|
*
btrfs: reinitialize scrub workers
Arne Jansen
2011-06-10
2
-3
/
+5
|
|
*
btrfs: scrub: errors in tree enumeration
Arne Jansen
2011-06-10
1
-23
/
+34
|
|
*
Btrfs: don't map extent buffer if path->skip_locking is set
Josef Bacik
2011-06-10
1
-3
/
+7
|
*
|
btrfs: fix unlocked access of delalloc_inodes
David Sterba
2011-06-10
1
-2
/
+1
|
*
|
Btrfs: avoid stack bloat in btrfs_ioctl_fs_info()
Li Zefan
2011-06-10
1
-9
/
+14
|
*
|
btrfs: remove 64bit alignment padding to allow extent_buffer to fit into one ...
richard kennedy
2011-06-10
1
-1
/
+1
[next]