summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2016-07-081-1/+14
* Revert "ecryptfs: forbid opening files without mmap handler"Jeff Mahoney2016-07-071-11/+2
* ecryptfs: fix spelling mistakesChris J Arges2016-06-202-4/+4
* eCryptfs: fix typos in commentWei Yuan2016-06-201-2/+2
* ecryptfs: drop null test before destroy functionsJulia Lawall2016-06-201-2/+1
* Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2016-06-101-2/+11
|\
| * ecryptfs: forbid opening files without mmap handlerJann Horn2016-06-101-2/+11
* | switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-274-10/+13
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-181-50/+35
|\ \
| * | ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro2016-03-311-35/+20
| * | ecryptfs: avoid multiple aliases for directoriesAl Viro2016-03-311-20/+20
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-175-16/+21
|\ \ \
| * | | switch ecryptfs to ->iterate_sharedAl Viro2016-05-091-1/+1
| * | | Merge branch 'for-linus' into work.lookupsAl Viro2016-05-091-16/+55
| |\ \ \
| * \ \ \ Merge getxattr prototype change into work.lookupsAl Viro2016-05-024-15/+20
| |\ \ \ \
| | * | | | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-114-15/+20
| | | |/ / | | |/| |
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-174-21/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu2016-04-204-21/+26
| | |/ / | |/| |
* | | | Merge branch 'ovl-fixes' into for-linusAl Viro2016-05-116-49/+49
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-2/+2
| * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-046-47/+47
| |/
* / ecryptfs: fix handling of directory openingAl Viro2016-05-041-16/+55
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-231-4/+2
|\
| * eCryptfs: Use skcipher and shashHerbert Xu2016-03-171-4/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-193-27/+12
|\ \ | |/ |/|
| * ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-223-21/+10
| * ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro2016-02-221-6/+2
* | eCryptfs: Use skcipher and shashHerbert Xu2016-01-277-161/+180
|/
* wrappers for ->i_mutex accessAl Viro2016-01-222-18/+18
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-141-2/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-121-3/+1
|\
| * don't opencode iget_failed()Al Viro2015-12-061-3/+1
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-3/+4
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-1/+1
|\
| * fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-3/+2
* | Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-09-082-10/+9
|\ \ | |/ |/|
| * eCryptfs: Delete a check before the function call "key_put"Markus Elfring2015-08-181-2/+1
| * eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks2015-08-181-8/+8
* | treewide: Fix typo in printkMasanari Iida2015-08-071-1/+1
|/
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-091-1/+0
* get rid of assorted nameidata-related debrisAl Viro2015-05-151-2/+1
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-1/+1
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-5/+3
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-157-93/+93
* make new_sync_{read,write}() staticAl Viro2015-04-111-2/+0
* Merge branch 'iocb' into for-nextAl Viro2015-04-111-7/+0
|\
| * fs: move struct kiocb to fs.hChristoph Hellwig2015-03-251-1/+0
| * fs: don't allow to complete sync iocbs through aio_completeChristoph Hellwig2015-03-131-6/+0