Commit Graph

418 Commits (027e8eec31d8141a6231f772e10ccae60c9d5c13)

Author SHA1 Message Date
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
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