Commit Graph

390 Commits (ffc29315e5b665d3e7e17d6156ac82f85a6d0205)

Author SHA1 Message Date
Al Viro 0794f569ec ecryptfs: make register_filesystem() the last potential failure exit 13 years ago
Al Viro 68ac1234fb switch touch_atime to struct path 13 years ago
Al Viro 48fde701af switch open-coded instances of d_make_root() to new helper 13 years ago
Al Viro e28e832c3e ecryptfs: don't bother with ->drop_inode() 13 years ago
Randy Dunlap 164974a8f2 ecryptfs: fix printk format warning for size_t 13 years ago
Cong Wang 465c9343c5 ecryptfs: remove the second argument of k[un]map_atomic() 13 years ago
Tyler Hicks 545d680938 eCryptfs: Copy up lower inode attrs after setting lower xattr 13 years ago
Tyler Hicks 4a26620df4 eCryptfs: Improve statfs reporting 13 years ago
Li Wang 1589cb1a94 eCryptfs: move misleading function comments 13 years ago
Tyler Hicks 58ded24f0f eCryptfs: Fix oops when printing debug info in extent crypto functions 13 years ago
Tyler Hicks f2cb933501 eCryptfs: Remove unused ecryptfs_read() 13 years ago
Tyler Hicks a261a03904 eCryptfs: Check inode changes in setattr 13 years ago
Tyler Hicks 5e6f0d7690 eCryptfs: Make truncate path killable 13 years ago
Li Wang 684a3ff7e6 eCryptfs: Infinite loop due to overflow in ecryptfs_write() 13 years ago
Tyler Hicks 48399c0b0e eCryptfs: Replace miscdev read/write magic numbers 13 years ago
Tyler Hicks 7f13350424 eCryptfs: Report errors in writes to /dev/ecryptfs 13 years ago
Tyler Hicks db10e55651 eCryptfs: Sanitize write counts of /dev/ecryptfs 13 years ago
Tim Gardner bb4503615d ecryptfs: Remove unnecessary variable initialization 13 years ago
Tim Gardner 30373dc0c8 ecryptfs: Improve metadata read failure logging 13 years ago
Al Viro 34c80b1d93 vfs: switch ->show_options() to struct dentry * 13 years ago
Al Viro 175a4eb7ea fs: propagate umode_t, misc bits 13 years ago
Al Viro 18cb1b08d2 kill ecryptfs_create_underlying_file() 13 years ago
Al Viro 1a67aafb5f switch ->mknod() to umode_t 13 years ago
Al Viro 4acdaf27eb switch ->create() to umode_t 13 years ago
Al Viro 18bb1db3e7 switch vfs_mkdir() and ->mkdir() to umode_t 13 years ago
Al Viro 6b520e0565 vfs: fix the stupidity with i_dentry in inode destructors 13 years ago
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