Commit Graph

364 Commits (1985f6fb8965a813aabd53a6b64ec54dd23bfdfb)

Author SHA1 Message Date
Tyler Hicks 0f751e641a eCryptfs: Extend array bounds for all filename chars 13 years ago
Tyler Hicks 32001d6fe9 eCryptfs: Flush file in vma close 13 years ago
Tyler Hicks b59db43ad4 eCryptfs: Prevent file create race condition 13 years ago
Miklos Szeredi bfe8684869 filesystems: add set_nlink() 13 years ago
Joe Perches b9075fa968 treewide: use __printf not __attribute__((format(printf,...))) 13 years ago
John Johansen 764355487e Ecryptfs: Add mount option to check uid of device being mounted = expect uid 14 years ago
Tyler Hicks 99b373ff2d eCryptfs: Fix payload_len unitialized variable warning 14 years ago
Roberto Sassu 4b6fee17b1 eCryptfs: fix compile error 14 years ago
Tyler Hicks f61500e000 eCryptfs: Return error when lower file pointer is NULL 14 years ago
Thieu Le 985ca0e626 ecryptfs: Make inode bdi consistent with superblock bdi 14 years ago
Tyler Hicks b2987a5e05 eCryptfs: Unlock keys needed by ecryptfsd 14 years ago
Jean Delvare df2e301fee fs: Merge split strings 14 years ago
Josef Bacik 02c24a8218 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 14 years ago
Al Viro bf6c7f6c7b don't pass nameidata to vfs_create() from ecryptfs_create() 14 years ago
Al Viro beefebf1aa ecryptfs_inode_permission() doesn't need to bail out on RCU 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Roberto Sassu 1252cc3b23 eCryptfs: added support for the encrypted key type 14 years ago
Roberto Sassu f8f8527103 eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h 14 years ago
Tyler Hicks 3063287053 eCryptfs: Remove ecryptfs_header_cache_2 14 years ago
Tyler Hicks 778aeb42a7 eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose() 14 years ago
Tyler Hicks 7a86617e55 eCryptfs: Return useful code from contains_ecryptfs_marker 14 years ago
Tyler Hicks 3b06b3ebf4 eCryptfs: Fix new inode race condition 14 years ago
Tyler Hicks 5ccf92037c eCryptfs: Cleanup inode initialization code 14 years ago
Tyler Hicks c4f790736c eCryptfs: Consolidate inode functions into inode.c 14 years ago
Sage Weil 55e5b7e022 ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename 14 years ago
Tyler Hicks 8d08dab786 eCryptfs: Allow 2 scatterlist entries for encrypted filenames 14 years ago
Tyler Hicks 07850552b9 eCryptfs: Clear i_nlink in rmdir 14 years ago
Sage Weil e4eaac06bc vfs: push dentry_unhash on rename_dir into file systems 14 years ago
Sage Weil 79bf7c732b vfs: push dentry_unhash on rmdir into file systems 14 years ago
Tyler Hicks 5be79de2e1 eCryptfs: Flush dirty pages in setattr 14 years ago
Tyler Hicks 3aeb86ea4c eCryptfs: Handle failed metadata read in lookup 14 years ago
Tyler Hicks 332ab16f83 eCryptfs: Add reference counting to lower files 14 years ago
Tyler Hicks dd55c89852 eCryptfs: dput dentries returned from dget_parent 14 years ago
Tyler Hicks 35ffa948b2 eCryptfs: Remove extra d_delete in ecryptfs_rmdir 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Roberto Sassu b5695d0463 eCryptfs: write lock requested keys 14 years ago
Roberto Sassu 950983fc04 eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock 14 years ago
Roberto Sassu 0e1fc5ef47 eCryptfs: verify authentication tokens before their use 14 years ago
Roberto Sassu 7762e230fd eCryptfs: modified size of keysig in the ecryptfs_key_sig structure 14 years ago
Roberto Sassu cf35ca6913 eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat 14 years ago
Roberto Sassu 1821df040a eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix 14 years ago
Tyler Hicks 50f198ae16 eCryptfs: Unlock page in write_begin error path 14 years ago
Thieu Le 57db4e8d73 ecryptfs: modify write path to encrypt page in writepage 14 years ago
Tyler Hicks fed8859b3a eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag 14 years ago
Tyler Hicks bd4f0fe8bb eCryptfs: Remove unnecessary grow_file() function 14 years ago
Tyler Hicks 55f9cf6bba eCryptfs: Copy up lower inode attrs in getattr 14 years ago
Andy Whitcroft 323ef68faf ecryptfs: read on a directory should return EISDIR if not supported 14 years ago
Tyler Hicks 70b8902199 eCryptfs: Handle NULL nameidata pointers 14 years ago
Tyler Hicks 8787c7a3e0 eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata" 14 years ago
Frank Swiderski 24562486be ecryptfs: remove unnecessary decrypt when extending a file 14 years ago