summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
* write_iter variants of {__,}generic_file_aio_write()Al Viro2014-05-061-2/+2
* ecryptfs: switch to ->read_iter()Al Viro2014-05-061-5/+4Star
* 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-041-1/+1
|/
* ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-251-16/+13Star
* Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/...Linus Torvalds2013-11-221-6/+2Star
|\
| * eCryptfs: file->private_data is always validTyler Hicks2013-11-141-6/+2Star
* | 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/+34Star
|\
| * ecryptfs: ->f_op is never NULLAl Viro2013-11-101-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-251-4/+4
| * new helper: kfree_put_link()Al Viro2013-10-251-11/+1Star
| * ecryptfs: ->lower_path.dentry is never NULLAl Viro2013-10-251-2/+1Star
| * ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-253-18/+3Star
| * ecryptfs: don't leave RCU pathwalk immediatelyAl Viro2013-10-252-15/+20
| * ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_opAl Viro2013-10-251-1/+1
* | eCryptfs: fix 32 bit corruption issueColin Ian King2013-10-241-1/+1
* | ecryptfs: Fix memory leakage in keystore.cGeyslan G. Bem2013-10-171-1/+2
|/
* ecryptfs: avoid ctx initialization raceKees Cook2013-09-071-6/+6
* ecryptfs: remove check for if an array is NULLDan Carpenter2013-09-071-4/+0Star
* Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-07-114-269/+85Star
|\
| * Use ecryptfs_dentry_to_lower_path in a couple of placesMatthew Wilcox2013-07-102-8/+6Star
| * eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks2013-06-081-8/+8
| * eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks2013-06-081-36/+14Star
| * eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks2013-06-081-54/+20Star
| * eCryptfs: Combine page_offset crypto functionsTyler Hicks2013-06-081-51/+18Star
| * eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Tyler Hicks2013-06-081-86/+20Star
| * eCryptfs: Decrypt pages in-placeTyler Hicks2013-06-081-16/+5Star
| * eCryptfs: Accept one offset parameter in page offset crypto functionsTyler Hicks2013-06-081-26/+16Star
| * eCryptfs: Simplify lower file offset calculationTyler Hicks2013-06-081-11/+7Star
| * eCryptfs: Read/write entire page during page IOTyler Hicks2013-06-081-35/+31Star
| * eCryptfs: Use entire helper page during page crypto operationsTyler Hicks2013-06-081-13/+16
| * eCryptfs: Cocci spatch "memdup.spatch"Thomas Meyer2013-06-081-2/+1Star
* | helper for reading ->d_countAl Viro2013-07-051-1/+1
* | ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-294-10/+8Star
* | [readdir] convert ecryptfsAl Viro2013-06-291-20/+15Star
* | [readdir] introduce iterate_dir() and dir_contextAl Viro2013-06-291-1/+3
|/
* eCryptfs: Check return of filemap_write_and_wait during fsyncTyler Hicks2013-06-051-1/+6
* ecryptfs: fixed msync to flush dataPaul Taysom2013-05-251-0/+1
* Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2013-05-102-41/+103
|\
| * eCryptfs: Use the ablkcipher crypto APITyler Hicks2013-05-102-41/+103
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-091-8/+1Star
|\ \
| * | ecryptfs: don't open-code kernel_read()Al Viro2013-05-091-8/+1Star
| |/
* / aio: don't include aio.h in sched.hKent Overstreet2013-05-081-0/+1
|/
* ecryptfs: close rmmod raceAl Viro2013-04-091-12/+2Star