aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-31vfs: make first argument of dir_context.actor typedMiklos Szeredi1-3/+3
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds4-23/+11
2014-10-09ecryptfs: ->f_op is never NULLAl Viro1-1/+1
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov1-7/+0
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-07-14ecryptfs: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-07-03ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt1-1/+0
2014-07-03fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick1-2/+1
2014-07-03ecryptfs: Drop castHimangi Saraogi1-3/+1
2014-05-06write_iter variants of {__,}generic_file_aio_write()Al Viro1-2/+2
2014-05-06ecryptfs: switch to ->read_iter()Al Viro1-5/+4
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+1
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro1-16/+13
2013-12-17Use %pd in eCryptFSDavid Howells2-8/+8
2013-11-22Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds1-6/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-11-14eCryptfs: file->private_data is always validTyler Hicks1-6/+2
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-54/+34
2013-11-09ecryptfs: ->f_op is never NULLAl Viro1-1/+1
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+2
2013-11-09locks: break delegations on linkJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+2
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-2/+2
2013-10-24file->f_op is never NULL...Al Viro1-4/+4
2013-10-24new helper: kfree_put_link()Al Viro1-11/+1
2013-10-24ecryptfs: ->lower_path.dentry is never NULLAl Viro1-2/+1
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro3-18/+3
2013-10-24ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2-15/+20
2013-10-24ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro1-1/+1
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King1-1/+1
2013-10-16ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem1-1/+2
2013-09-06ecryptfs: avoid ctx initialization raceKees Cook1-6/+6
2013-09-06ecryptfs: remove check for if an array is NULLDan Carpenter1-4/+0
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfsLinus Torvalds4-269/+85
2013-07-09Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2-8/+6
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro4-10/+8
2013-06-29[readdir] convert ecryptfsAl Viro1-20/+15
2013-06-29[readdir] introduce iterate_dir() and dir_contextAl Viro1-1/+3
2013-06-07eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks1-8/+8
2013-06-07eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks1-36/+14
2013-06-07eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks1-54/+20
2013-06-07eCryptfs: Combine page_offset crypto functionsTyler Hicks1-51/+18
2013-06-07eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Tyler Hicks1-86/+20
2013-06-07eCryptfs: Decrypt pages in-placeTyler Hicks1-16/+5
2013-06-07eCryptfs: Accept one offset parameter in page offset crypto functionsTyler Hicks1-26/+16