aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
Commit message (Expand)AuthorAge
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-27
| * fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-27
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
| * | xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher2016-10-07
| * | ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher2016-10-06
| |/
* / fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-22
|/
* switch ->setxattr() to passing dentry and inode separatelyAl Viro2016-05-27
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-18
|\
| * ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro2016-03-31
| * ecryptfs: avoid multiple aliases for directoriesAl Viro2016-03-31
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-17
|\ \
| * \ Merge getxattr prototype change into work.lookupsAl Viro2016-05-02
| |\ \
| | * | ->getxattr(): pass dentry and inode as separate argumentsAl Viro2016-04-11
| | |/
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-05-17
|\ \ \ | |/ / |/| |
| * | eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu2016-04-20
| |/
* | mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-04
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-19
|\
| * ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro2016-02-22
| * ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro2016-02-22
* | eCryptfs: Use skcipher and shashHerbert Xu2016-01-27
|/
* wrappers for ->i_mutex accessAl Viro2016-01-22
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-12
|\
| * don't opencode iget_failed()Al Viro2015-12-06
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
|/
* fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-09-29
* get rid of assorted nameidata-related debrisAl Viro2015-05-15
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-20
* 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: Drop castHimangi Saraogi2014-07-03
| * Use %pd in eCryptFSDavid Howells2013-12-17
* | vfs: add renameat2 syscallMiklos Szeredi2014-04-01
* | ecryptfs: fix failure handling in ->readlink()Al Viro2014-01-25
|/
* 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
* new helper: kfree_put_link()Al Viro2013-10-24
* ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro2013-10-24
* helper for reading ->d_countAl Viro2013-07-05
* ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro2013-06-29