aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAge
* Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-12-19
|\
| * eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2014-11-26
| * eCryptfs: Remove unnecessary casts when parsing packet lengthsTyler Hicks2014-10-29
| * eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2014-10-23
* | kill f_dentry usesAl Viro2014-11-19
* | vfs: make first argument of dir_context.actor typedMiklos Szeredi2014-10-31
* | fs: limit filesystem stacking depthMiklos Szeredi2014-10-23
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-13
|\
| * ecryptfs: ->f_op is never NULLAl Viro2014-10-09
* | Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-11
|\ \ | |/ |/|
| * ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov2014-10-06
| * ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu2014-10-06
| * ecryptfs: remove unnecessary break after gotoFabian Frederick2014-07-14
| * ecryptfs: Remove unnecessary include of syscall.h in keystore.cSteven Rostedt2014-07-03
| * fs/ecryptfs/messaging.c: remove null test before kfreeFabian Frederick2014-07-03
| * ecryptfs: Drop castHimangi Saraogi2014-07-03
| * Use %pd in eCryptFSDavid Howells2013-12-17
* | write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-06
* | ecryptfs: switch to ->read_iter()Al Viro2014-05-06
* | Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-04-04
|\ \
| * | vfs: add renameat2 syscallMiklos Szeredi2014-04-01
* | | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-03
|/ /
* / ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-25
|/
* Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-11-22
|\
| * eCryptfs: file->private_data is always validTyler Hicks2013-11-14
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-13
|\
| * ecryptfs: ->f_op is never NULLAl Viro2013-11-09
| * locks: break delegations on any attribute modificationJ. Bruce Fields2013-11-09
| * locks: break delegations on linkJ. Bruce Fields2013-11-09
| * locks: break delegations on renameJ. Bruce Fields2013-11-09
| * locks: break delegations on unlinkJ. Bruce Fields2013-11-09
| * file->f_op is never NULL...Al Viro2013-10-24
| * new helper: kfree_put_link()Al Viro2013-10-24
| * ecryptfs: ->lower_path.dentry is never NULLAl Viro2013-10-24
| * ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-24
| * ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2013-10-24
| * ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro2013-10-24
* | eCryptfs: fix 32 bit corruption issueColin Ian King2013-10-24
* | ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem2013-10-16
|/
* ecryptfs: avoid ctx initialization raceKees Cook2013-09-06
* ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-06
* Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-11
|\
| * Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2013-07-10
| * eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks2013-06-07
| * eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks2013-06-07
| * eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks2013-06-07
| * eCryptfs: Combine page_offset crypto functionsTyler Hicks2013-06-07
| * eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Tyler Hicks2013-06-07
| * eCryptfs: Decrypt pages in-placeTyler Hicks2013-06-07