linux/fs/ecryptfs
Tyler Hicks 3a8380c075 eCryptfs: Copy lower directory inode times and size on link
The timestamps and size of a lower inode involved in a link() call was
being copied to the upper parent inode.  Instead, we should be
copying lower parent inode's timestamps and size to the upper parent
inode.  I discovered this bug using the POSIX test suite at Tuxera.

Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2010-04-19 14:42:15 -05:00
..
crypto.c eCryptfs: Strip metadata in xattr flag in encrypted view 2010-03-23 12:31:35 -05:00
debug.c
dentry.c
ecryptfs_kernel.h eCryptfs: Strip metadata in xattr flag in encrypted view 2010-03-23 12:31:35 -05:00
file.c
inode.c eCryptfs: Copy lower directory inode times and size on link 2010-04-19 14:42:15 -05:00
Kconfig
keystore.c
kthread.c
main.c
Makefile
messaging.c
miscdev.c
mmap.c eCryptfs: Strip metadata in xattr flag in encrypted view 2010-03-23 12:31:35 -05:00
read_write.c
super.c ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inode 2010-04-19 14:42:13 -05:00