summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-271-3/+4
* 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-171-11/+12
|\ \
| * \ Merge getxattr prototype change into work.lookupsAl Viro2016-05-021-11/+12
| |\ \
| | * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-111-11/+12
| | |/
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-171-2/+5
|\ \ \ | |/ / |/| |
| * | eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu2016-04-201-2/+5
| |/
* | 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-041-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-191-8/+3
|\
| * ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-221-2/+1
| * ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro2016-02-221-6/+2
* | eCryptfs: Use skcipher and shashHerbert Xu2016-01-271-1/+0
|/
* wrappers for ->i_mutex accessAl Viro2016-01-221-16/+16
* 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
|/
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-291-1/+1
* 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-151-82/+82
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-10-111-17/+8
|\
| * 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: Drop castHimangi Saraogi2014-07-031-3/+1
| * Use %pd in eCryptFSDavid Howells2013-12-171-6/+6
* | vfs: add renameat2 syscallMiklos Szeredi2014-04-011-1/+1
* | ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-251-16/+13
|/
* 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
* new helper: kfree_put_link()Al Viro2013-10-241-11/+1
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-241-2/+2
* helper for reading ->d_countAl Viro2013-07-051-1/+1
* ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-291-1/+1
* Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-071-4/+4
|\
| * eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks2013-01-171-4/+4
* | switch vfs_getattr() to struct pathAl Viro2013-02-261-2/+1
|/
* eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks2012-09-141-0/+5
* Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-08-021-31/+34
|\
| * eCryptfs: Revert to a writethrough cache modelTyler Hicks2012-07-131-6/+0
| * eCryptfs: Initialize empty lower files when opening themTyler Hicks2012-07-081-2/+2
| * eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks2012-07-081-23/+32
OpenPOWER on IntegriCloud