index
:
kernel_samsung_aries.git
replicant-4.2
kernel/samsung/aries
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
inode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
eCryptfs: Copy up attributes of the lower target inode after rename
Tyler Hicks
2012-10-02
1
-0
/
+5
*
eCryptfs: Copy up lower inode attrs after setting lower xattr
Tyler Hicks
2012-02-29
1
-0
/
+2
*
eCryptfs: Check inode changes in setattr
Tyler Hicks
2012-02-03
1
-12
/
+36
*
ecryptfs: Make inode bdi consistent with superblock bdi
Thieu Le
2011-08-04
1
-0
/
+1
*
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
Tyler Hicks
2011-05-29
1
-78
/
+63
*
eCryptfs: Fix new inode race condition
Tyler Hicks
2011-05-29
1
-20
/
+22
*
eCryptfs: Cleanup inode initialization code
Tyler Hicks
2011-05-29
1
-65
/
+69
*
eCryptfs: Consolidate inode functions into inode.c
Tyler Hicks
2011-05-29
1
-15
/
+89
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-05-28
1
-5
/
+0
|
\
|
*
ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename
Sage Weil
2011-05-28
1
-5
/
+0
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
2011-05-27
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
eCryptfs: Clear i_nlink in rmdir
Tyler Hicks
2011-05-27
1
-0
/
+2
*
|
vfs: push dentry_unhash on rename_dir into file systems
Sage Weil
2011-05-26
1
-0
/
+3
*
|
vfs: push dentry_unhash on rmdir into file systems
Sage Weil
2011-05-26
1
-0
/
+2
|
/
*
eCryptfs: Flush dirty pages in setattr
Tyler Hicks
2011-04-25
1
-0
/
+6
*
eCryptfs: Handle failed metadata read in lookup
Tyler Hicks
2011-04-25
1
-15
/
+3
*
eCryptfs: Add reference counting to lower files
Tyler Hicks
2011-04-25
1
-9
/
+21
*
eCryptfs: dput dentries returned from dget_parent
Tyler Hicks
2011-04-25
1
-2
/
+2
*
eCryptfs: Remove extra d_delete in ecryptfs_rmdir
Tyler Hicks
2011-04-25
1
-2
/
+0
*
eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag
Tyler Hicks
2011-03-28
1
-1
/
+0
*
eCryptfs: Remove unnecessary grow_file() function
Tyler Hicks
2011-03-28
1
-23
/
+0
*
eCryptfs: Copy up lower inode attrs in getattr
Tyler Hicks
2011-02-21
1
-0
/
+2
*
eCryptfs: Handle NULL nameidata pointers
Tyler Hicks
2011-02-21
1
-15
/
+15
*
eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"
Tyler Hicks
2011-02-17
1
-94
/
+12
*
ecryptfs: test lower_file pointer when lower_file_mutex is locked
Roberto Sassu
2011-01-17
1
-18
/
+14
*
sanitize ecryptfs ->mount()
Al Viro
2011-01-12
1
-1
/
+0
*
fs: provide rcu-walk aware permission i_ops
Nick Piggin
2011-01-07
1
-1
/
+3
*
fs: dcache reduce branches in lookup path
Nick Piggin
2011-01-07
1
-1
/
+1
*
fs: dcache scale dentry refcount
Nick Piggin
2011-01-07
1
-1
/
+1
*
fs: change d_hash for rcu-walk
Nick Piggin
2011-01-07
1
-2
/
+2
*
eCryptfs: Clear LOOKUP_OPEN flag when creating lower file
Tyler Hicks
2010-10-29
1
-0
/
+4
*
ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()
Roberto Sassu
2010-10-29
1
-4
/
+3
*
eCryptfs: Fix encrypted file name lookup regression
Tyler Hicks
2010-08-27
1
-7
/
+24
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
2010-08-10
1
-14
/
+80
|
\
|
*
ecryptfs: dont call lookup_one_len to avoid NULL nameidata
Lino Sanfilippo
2010-08-09
1
-12
/
+77
|
*
ecryptfs: release reference to lower mount if interpose fails
Lino Sanfilippo
2010-08-09
1
-2
/
+3
*
|
check ATTR_SIZE contraints in inode_change_ok
Christoph Hellwig
2010-08-09
1
-4
/
+14
|
/
*
kill spurious reference to vmtruncate
npiggin@suse.de
2010-05-27
1
-2
/
+2
*
switch ecryptfs_write() to struct inode *, kill on-stack fake files
Al Viro
2010-05-21
1
-40
/
+8
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
2010-04-19
1
-62
/
+67
|
\
|
*
eCryptfs: Turn lower lookup error messages into debug messages
Tyler Hicks
2010-04-19
1
-6
/
+6
|
*
eCryptfs: Copy lower directory inode times and size on link
Tyler Hicks
2010-04-19
1
-2
/
+2
|
*
ecryptfs: fix error code for missing xattrs in lower fs
Christian Pulvermacher
2010-04-19
1
-4
/
+4
|
*
eCryptfs: Decrypt symlink target for stat size
Tyler Hicks
2010-04-19
1
-48
/
+52
|
*
eCryptfs: Clear buffer before reading in metadata xattr
Tyler Hicks
2010-03-23
1
-0
/
+1
|
*
eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front
Tyler Hicks
2010-03-23
1
-1
/
+1
|
*
eCryptfs: Fix metadata in xattr feature regression
Tyler Hicks
2010-03-23
1
-1
/
+1
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
ecryptfs: pass matching flags to interpose as defined and used there
Erez Zadok
2010-01-19
1
-1
/
+2
*
ecryptfs: remove unnecessary d_drop calls in ecryptfs_link
Erez Zadok
2010-01-19
1
-3
/
+0
[next]