Commit Graph

430 Commits (127e5f5ae51eff44c9bff673f24e8587caa4e29f)

Author SHA1 Message Date
Al Viro 7bb307e894 export kernel_write(), convert open-coded instances 12 years ago
Al Viro 3dadecce20 switch vfs_getattr() to struct path 12 years ago
Al Viro 496ad9aa8e new helper: file_inode(file) 12 years ago
Kees Cook 336d6d0323 fs/ecryptfs: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Cong Ding 37028758f9 fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static 12 years ago
Wei Yongjun 8bbca57cff eCryptfs: fix to use list_for_each_entry_safe() when delete items 12 years ago
Li Wang e4bc6522d5 eCryptfs: Avoid unnecessary disk read and data decryption during writing 12 years ago
Kirill A. Shutemov 8c0a853770 fs: push rcu_barrier() from deactivate_locked_super() to filesystems 13 years ago
Eric W. Biederman cdf8c58a35 userns: Convert ecryptfs to use kuid/kgid where appropriate 13 years ago
Tyler Hicks 8335eafc28 eCryptfs: Copy up attributes of the lower target inode after rename 13 years ago
Tyler Hicks 64e6651dcc eCryptfs: Call lower ->flush() from ecryptfs_flush() 13 years ago
Tyler Hicks 7149f2558d eCryptfs: Write out all dirty pages just before releasing the lower file 13 years ago
Al Viro 0b1d90119a ecryptfs_lookup_interpose(): allocate dentry_info first 13 years ago
Al Viro bc65a1215e sanitize ecryptfs_lookup() 13 years ago
Al Viro 765927b2d5 switch dentry_open() to struct path, make it grab references itself 13 years ago
Al Viro 3b8b487114 ecryptfs: don't reinvent the wheels, please - use struct completion 13 years ago
Al Viro 8fc37ec54c don't expose I_NEW inodes via dentry->d_inode 13 years ago
David Howells 9249e17fe0 VFS: Pass mount flags to sget() 13 years ago
Al Viro 312b63fba9 don't pass nameidata * to vfs_create() 13 years ago
Al Viro ebfc3b49a7 don't pass nameidata to ->create() 13 years ago
Al Viro 00cd8dd3bf stop passing nameidata to ->lookup() 13 years ago
Al Viro 0b728e1911 stop passing nameidata * to ->d_revalidate() 13 years ago
Tim Sally 5f5b331d5c eCryptfs: check for eCryptfs cipher support at mount 13 years ago
Tyler Hicks 821f7494a7 eCryptfs: Revert to a writethrough cache model 13 years ago
Tyler Hicks e3ccaa9761 eCryptfs: Initialize empty lower files when opening them 13 years ago
Tyler Hicks 8bc2d3cf61 eCryptfs: Unlink lower inode when ecryptfs_create() fails 13 years ago
Tyler Hicks 2ecaf55db6 eCryptfs: Make all miscdev functions use daemon ptr in file private_data 13 years ago
Tyler Hicks 5669688665 eCryptfs: Remove unused messaging declarations and function 13 years ago
Tyler Hicks 069ddcda37 eCryptfs: Copy up POSIX ACL and read-only flags from lower mount 13 years ago
Tyler Hicks 8dc6780587 eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files 13 years ago
Tyler Hicks 60d65f1f07 eCryptfs: Fix lockdep warning in miscdev operations 13 years ago
Tyler Hicks 9fe79d7600 eCryptfs: Properly check for O_RDONLY flag before doing privileged open 13 years ago
Al Viro 408bd629ba get rid of pointless allocations and copying in ecryptfs_follow_link() 13 years ago
Jan Kara dbd5768f87 vfs: Rename end_writeback() to clear_inode() 13 years ago
Eric W. Biederman c4a4d60379 userns: Use cred->user_ns instead of cred->user->user_ns 13 years ago
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