Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c5614df7ffa74d2fcb591eb4e9008ca38f0bc8c1
/
fs
/
ecryptfs
/
inode.c
89076bc
get rid of assorted nameidata-related debris
by Al Viro
· 9 years ago
6e77137
don't pass nameidata to ->follow_link()
by Al Viro
· 10 years ago
680baac
new ->follow_link() and ->put_link() calling conventions
by Al Viro
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 10 years ago
eca9fdf
Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 10 years ago
0f9e2bf
ecryptfs: remove unneeded buggy code in ecryptfs_do_create()
by Alexey Khoroshilov
· 10 years ago
35425ea
ecryptfs: avoid to access NULL pointer when write metadata in xattr
by Chao Yu
· 10 years ago
c4cf3ba
ecryptfs: Drop cast
by Himangi Saraogi
· 10 years ago
520c8b1
vfs: add renameat2 syscall
by Miklos Szeredi
· 11 years ago
b22e8fe
ecryptfs: fix failure handling in ->readlink()
by Al Viro
· 11 years ago
9e78d14
Use %pd in eCryptFS
by David Howells
· 11 years ago
27ac0ff
locks: break delegations on any attribute modification
by J. Bruce Fields
· 13 years ago
146a859
locks: break delegations on link
by J. Bruce Fields
· 13 years ago
8e6d782
locks: break delegations on rename
by J. Bruce Fields
· 13 years ago
b21996e
locks: break delegations on unlink
by J. Bruce Fields
· 13 years ago
87dc800
new helper: kfree_put_link()
by Al Viro
· 11 years ago
92dd123
ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}
by Al Viro
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
0747fdb
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
by Al Viro
· 11 years ago
e2e091f
Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
3dadecc
switch vfs_getattr() to struct path
by Al Viro
· 12 years ago
111d61a
eCryptfs: Fix -Wmissing-prototypes warnings
by Tyler Hicks
· 12 years ago
8335eaf
eCryptfs: Copy up attributes of the lower target inode after rename
by Tyler Hicks
· 12 years ago
410fc4ce
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
0b1d901
ecryptfs_lookup_interpose(): allocate dentry_info first
by Al Viro
· 12 years ago
bc65a12
sanitize ecryptfs_lookup()
by Al Viro
· 12 years ago
8fc37ec
don't expose I_NEW inodes via dentry->d_inode
by Al Viro
· 12 years ago
312b63f
don't pass nameidata * to vfs_create()
by Al Viro
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
821f749
eCryptfs: Revert to a writethrough cache model
by Tyler Hicks
· 12 years ago
e3ccaa9
eCryptfs: Initialize empty lower files when opening them
by Tyler Hicks
· 12 years ago
8bc2d3c
eCryptfs: Unlink lower inode when ecryptfs_create() fails
by Tyler Hicks
· 12 years ago
408bd62
get rid of pointless allocations and copying in ecryptfs_follow_link()
by Al Viro
· 13 years ago
545d680
eCryptfs: Copy up lower inode attrs after setting lower xattr
by Tyler Hicks
· 13 years ago
a261a03
eCryptfs: Check inode changes in setattr
by Tyler Hicks
· 13 years ago
175a4eb
fs: propagate umode_t, misc bits
by Al Viro
· 13 years ago
18cb1b0
kill ecryptfs_create_underlying_file()
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
b59db43
eCryptfs: Prevent file create race condition
by Tyler Hicks
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
985ca0e
ecryptfs: Make inode bdi consistent with superblock bdi
by Thieu Le
· 13 years ago
bf6c7f6
don't pass nameidata to vfs_create() from ecryptfs_create()
by Al Viro
· 13 years ago
beefebf
ecryptfs_inode_permission() doesn't need to bail out on RCU
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
778aeb4
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
by Tyler Hicks
· 13 years ago
3b06b3e
eCryptfs: Fix new inode race condition
by Tyler Hicks
· 13 years ago
5ccf920
eCryptfs: Cleanup inode initialization code
by Tyler Hicks
· 13 years ago
c4f7907
eCryptfs: Consolidate inode functions into inode.c
by Tyler Hicks
· 13 years ago
36947a7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
55e5b7e
ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
aaab184
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 13 years ago
0785055
eCryptfs: Clear i_nlink in rmdir
by Tyler Hicks
· 14 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
5be79de
eCryptfs: Flush dirty pages in setattr
by Tyler Hicks
· 14 years ago
3aeb86e
eCryptfs: Handle failed metadata read in lookup
by Tyler Hicks
· 14 years ago
332ab16
eCryptfs: Add reference counting to lower files
by Tyler Hicks
· 14 years ago
dd55c898
eCryptfs: dput dentries returned from dget_parent
by Tyler Hicks
· 14 years ago
35ffa948
eCryptfs: Remove extra d_delete in ecryptfs_rmdir
by Tyler Hicks
· 14 years ago
fed8859
eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag
by Tyler Hicks
· 14 years ago
bd4f0fe
eCryptfs: Remove unnecessary grow_file() function
by Tyler Hicks
· 14 years ago
55f9cf6
eCryptfs: Copy up lower inode attrs in getattr
by Tyler Hicks
· 14 years ago
70b8902
eCryptfs: Handle NULL nameidata pointers
by Tyler Hicks
· 14 years ago
8787c7a
eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"
by Tyler Hicks
· 14 years ago
2799289
ecryptfs: test lower_file pointer when lower_file_mutex is locked
by Roberto Sassu
· 14 years ago
66cb766
sanitize ecryptfs ->mount()
by Al Viro
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
2e21b3f
eCryptfs: Clear LOOKUP_OPEN flag when creating lower file
by Tyler Hicks
· 14 years ago
48b512e
ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()
by Roberto Sassu
· 14 years ago
93c3fe4
eCryptfs: Fix encrypted file name lookup regression
by Tyler Hicks
· 14 years ago
26b5563
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
21edad3
ecryptfs: dont call lookup_one_len to avoid NULL nameidata
by Lino Sanfilippo
· 14 years ago
31f73be
ecryptfs: release reference to lower mount if interpose fails
by Lino Sanfilippo
· 14 years ago
15c6fd9
kill spurious reference to vmtruncate
by npiggin@suse.de
· 14 years ago
48c1e44
switch ecryptfs_write() to struct inode *, kill on-stack fake files
by Al Viro
· 14 years ago
9b030e2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 15 years ago
9f37622
eCryptfs: Turn lower lookup error messages into debug messages
by Tyler Hicks
· 15 years ago
3a8380c
eCryptfs: Copy lower directory inode times and size on link
by Tyler Hicks
· 15 years ago
cfce08c
ecryptfs: fix error code for missing xattrs in lower fs
by Christian Pulvermacher
· 15 years ago
3a60a16
eCryptfs: Decrypt symlink target for stat size
by Tyler Hicks
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1984c23
eCryptfs: Clear buffer before reading in metadata xattr
by Tyler Hicks
· 15 years ago
fa3ef1c
eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front
by Tyler Hicks
· 15 years ago
157f107
eCryptfs: Fix metadata in xattr feature regression
by Tyler Hicks
· 15 years ago
3469b57
ecryptfs: pass matching flags to interpose as defined and used there
by Erez Zadok
· 15 years ago
c44a66d
ecryptfs: remove unnecessary d_drop calls in ecryptfs_link
by Erez Zadok
· 15 years ago
0d132f7
ecryptfs: don't ignore return value from lock_rename
by Erez Zadok
· 15 years ago
f8f484d
eCryptfs: Add getattr function
by Tyler Hicks
· 15 years ago
5f3ef64
eCryptfs: Use notify_change for truncating lower inodes
by Tyler Hicks
· 15 years ago
806892e
ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error path
by OGAWA Hirofumi
· 15 years ago
9afa2fb
fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all
by Erez Zadok
· 15 years ago
Next »