Linus Torvalds
|
e2e091fd99
Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
|
12 years ago |
Al Viro
|
3dadecce20
switch vfs_getattr() to struct path
|
12 years ago |
Tyler Hicks
|
111d61a25e
eCryptfs: Fix -Wmissing-prototypes warnings
|
12 years ago |
Tyler Hicks
|
8335eafc28
eCryptfs: Copy up attributes of the lower target inode after rename
|
12 years ago |
Linus Torvalds
|
410fc4ce8a
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
|
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
|
8fc37ec54c
don't expose I_NEW inodes via dentry->d_inode
|
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 |
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 |
Al Viro
|
408bd629ba
get rid of pointless allocations and copying in ecryptfs_follow_link()
|
13 years ago |
Tyler Hicks
|
545d680938
eCryptfs: Copy up lower inode attrs after setting lower xattr
|
13 years ago |
Tyler Hicks
|
a261a03904
eCryptfs: Check inode changes in setattr
|
13 years ago |
Al Viro
|
175a4eb7ea
fs: propagate umode_t, misc bits
|
14 years ago |
Al Viro
|
18cb1b08d2
kill ecryptfs_create_underlying_file()
|
14 years ago |
Al Viro
|
1a67aafb5f
switch ->mknod() to umode_t
|
14 years ago |
Al Viro
|
4acdaf27eb
switch ->create() to umode_t
|
14 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
Tyler Hicks
|
b59db43ad4
eCryptfs: Prevent file create race condition
|
13 years ago |
Miklos Szeredi
|
bfe8684869
filesystems: add set_nlink()
|
13 years ago |
Thieu Le
|
985ca0e626
ecryptfs: Make inode bdi consistent with superblock bdi
|
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 |
Tyler Hicks
|
778aeb42a7
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
|
14 years ago |
Tyler Hicks
|
3b06b3ebf4
eCryptfs: Fix new inode race condition
|
14 years ago |