Searched hist:"2 ed92554abc5c40d4450f9869c9565a1919a9242" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ecryptfs/ |
H A D | file.c | diff 2ed92554abc5c40d4450f9869c9565a1919a9242 Tue Oct 16 03:28:10 CDT 2007 Michael Halcrow <mhalcrow@us.ibm.com> eCryptfs: make open, truncate, and setattr use persistent file
Rather than open a new lower file for every eCryptfs file that is opened, truncated, or setattr'd, instead use the existing lower persistent file for the eCryptfs inode. Change truncate to use read_write.c functions. Change ecryptfs_getxattr() to use the common ecryptfs_getxattr_lower() function.
Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | crypto.c | diff 2ed92554abc5c40d4450f9869c9565a1919a9242 Tue Oct 16 03:28:10 CDT 2007 Michael Halcrow <mhalcrow@us.ibm.com> eCryptfs: make open, truncate, and setattr use persistent file
Rather than open a new lower file for every eCryptfs file that is opened, truncated, or setattr'd, instead use the existing lower persistent file for the eCryptfs inode. Change truncate to use read_write.c functions. Change ecryptfs_getxattr() to use the common ecryptfs_getxattr_lower() function.
Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | inode.c | diff 2ed92554abc5c40d4450f9869c9565a1919a9242 Tue Oct 16 03:28:10 CDT 2007 Michael Halcrow <mhalcrow@us.ibm.com> eCryptfs: make open, truncate, and setattr use persistent file
Rather than open a new lower file for every eCryptfs file that is opened, truncated, or setattr'd, instead use the existing lower persistent file for the eCryptfs inode. Change truncate to use read_write.c functions. Change ecryptfs_getxattr() to use the common ecryptfs_getxattr_lower() function.
Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|