summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-222-3/+3
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+1
* Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-194-19/+16
|\
| * eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2014-11-261-1/+0
| * eCryptfs: Remove unnecessary casts when parsing packet lengthsTyler Hicks2014-10-291-3/+3
| * eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2014-10-232-15/+13
* | kill f_dentry usesAl Viro2014-11-192-2/+2
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-311-3/+3
* | fs: limit filesystem stacking depthMiklos Szeredi2014-10-241-0/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+1
|\
| * ecryptfs: ->f_op is never NULLAl Viro2014-10-091-1/+1
* | Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-114-23/+11
|\ \ | |/ |/|
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-061-7/+0
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-051-1/+1
| * ecryptfs: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0
| * ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt2014-07-031-1/+0
| * fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick2014-07-031-2/+1
| * ecryptfs: Drop castHimangi Saraogi2014-07-031-3/+1
| * Use %pd in eCryptFSDavid Howells2013-12-172-8/+8
* | write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* | ecryptfs: switch to ->read_iter()Al Viro2014-05-061-5/+4
* | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-041-1/+1
|\ \
| * | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-1/+1
* | | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/ /
* | ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-251-16/+13
|/
* Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-11-221-6/+2
|\
| * eCryptfs: file->private_data is always validTyler Hicks2013-11-141-6/+2
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-135-54/+34
|\
| * ecryptfs: ->f_op is never NULLAl Viro2013-11-091-1/+1
| * locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-091-2/+2
| * locks: break delegations on linkJ. Bruce Fields2013-11-091-1/+1
| * locks: break delegations on renameJ. Bruce Fields2013-11-091-1/+2
| * locks: break delegations on unlinkJ. Bruce Fields2013-11-091-2/+2
| * file->f_op is never NULL...Al Viro2013-10-241-4/+4
| * new helper: kfree_put_link()Al Viro2013-10-241-11/+1
| * ecryptfs: ->lower_path.dentry is never NULLAl Viro2013-10-241-2/+1
| * ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-243-18/+3
| * ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2013-10-242-15/+20
| * ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro2013-10-241-1/+1
* | eCryptfs: fix 32 bit corruption issueColin Ian King2013-10-241-1/+1
* | ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem2013-10-161-1/+2
|/
* ecryptfs: avoid ctx initialization raceKees Cook2013-09-061-6/+6
* ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-061-4/+0
* Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-114-269/+85
|\
| * Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2013-07-092-8/+6
| * eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks2013-06-071-8/+8
| * eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks2013-06-071-36/+14
| * eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks2013-06-071-54/+20
OpenPOWER on IntegriCloud