aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'pull-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-0/+2
2024-01-10Merge tag 'unicode-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2024-01-08ecryptfs: Reject casefold directory inodesGabriel Krisman Bertazi1-0/+8
2023-11-25rename(): avoid a deadlock in the case of parents having no common ancestorAl Viro1-0/+2
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger1-2/+10
2023-10-09ecryptfs: move ecryptfs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-2/+3
2023-07-13ecryptfs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-4/+0
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-3/+3
2023-01-18fs: port vfs_*() helpers to struct mnt_idmapChristian Brauner1-12/+12
2022-10-20ecryptfs: use stub posix acl handlersChristian Brauner1-0/+4
2022-10-20ecryptfs: implement set acl methodChristian Brauner1-0/+17
2022-10-20ecryptfs: implement get acl methodChristian Brauner1-0/+11
2022-09-01ecryptfs: constify pathAl Viro1-1/+1
2021-05-06Merge tag 'ecryptfs-5.13-rc1-updates' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+5
2021-05-02Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-89/+74
2021-04-19ecryptfs: inode: Help out nearly-there header and demote non-conformant onesLee Jones1-6/+5
2021-04-12ecryptfs: stack fileattr opsMiklos Szeredi1-0/+22
2021-03-20ecryptfs: saner API for lock_parent()Al Viro1-83/+74
2021-03-08ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro1-6/+0
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-31/+53
2021-01-26ecryptfs: fix uid translation for setxattr on security.capabilityMiklos Szeredi1-3/+7
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-11/+19
2021-01-24namei: prepare for idmapped mountsChristian Brauner1-13/+20
2021-01-24namei: introduce struct renamedataChristian Brauner1-3/+7
2021-01-24stat: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+3
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-3/+4
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+2
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable eitherAl Viro1-4/+3
2019-11-10ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stableAl Viro1-2/+10
2019-11-10ecryptfs: fix unlink and rmdir in face of underlying fs modificationsAl Viro1-25/+40
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2019-06-19ecryptfs: Make ecryptfs_xattr_handler staticYueHaibing1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2018-10-09ecryptfs_rename(): verify that lower dentries are still OK after lock_rename()Al Viro1-3/+8
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+1
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-2/+1
2018-03-29ecryptfs: lookup: Don't check if mount_crypt_stat is NULLGuenter Roeck1-2/+1
2017-11-06ecryptfs: remove unnecessary i_version bumpJeff Layton1-1/+0
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring1-3/+0
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-5/+8
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi1-1/+0
2016-12-09ecryptfs: use vfs_get_link()Miklos Szeredi1-17/+12
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+5
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-22/+45
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-9/+0
2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher1-10/+8
2016-10-06ecryptfs: Switch to generic xattr handlersAndreas Gruenbacher1-14/+48
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: make remaining filesystems use .rename2Miklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-3/+4
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-50/+35
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-11/+12
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+5
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-11/+12
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu1-2/+5
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-11/+12
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-2/+2
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-31ecryptfs_lookup(): try either only encrypted or plaintext nameAl Viro1-35/+20
2016-03-31ecryptfs: avoid multiple aliases for directoriesAl Viro1-20/+20
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+3
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro1-2/+1
2016-02-22ecryptfs_lookup(): use lookup_one_len_unlocked()Al Viro1-6/+2
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu1-1/+0
2016-01-22wrappers for ->i_mutex accessAl Viro1-16/+16
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+1
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+4
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+9
2015-12-06don't opencode iget_failed()Al Viro1-3/+1
2015-09-29fs: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-1/+1
2015-05-15get rid of assorted nameidata-related debrisAl Viro1-2/+1
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-1/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-5/+3
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-82/+82
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2014-10-11Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-17/+8
2014-10-06ecryptfs: remove unneeded buggy code in ecryptfs_do_create()Alexey Khoroshilov1-7/+0
2014-10-05ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-07-03ecryptfs: Drop castHimangi Saraogi1-3/+1
2014-04-01vfs: add renameat2 syscallMiklos Szeredi1-1/+1
2014-01-25ecryptfs: fix failure handling in ->readlink()Al Viro1-16/+13
2013-12-17Use %pd in eCryptFSDavid Howells1-6/+6
2013-11-09locks: break delegations on any attribute modificationJ. Bruce Fields1-2/+2
2013-11-09locks: break delegations on linkJ. Bruce Fields1-1/+1
2013-11-09locks: break delegations on renameJ. Bruce Fields1-1/+2
2013-11-09locks: break delegations on unlinkJ. Bruce Fields1-2/+2
2013-10-24new helper: kfree_put_link()Al Viro1-11/+1
2013-10-24ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}Al Viro1-2/+2
2013-07-05helper for reading ->d_countAl Viro1-1/+1
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro1-1/+1
2013-03-07Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+4
2013-02-26switch vfs_getattr() to struct pathAl Viro1-2/+1
2013-01-17eCryptfs: Fix -Wmissing-prototypes warningsTyler Hicks1-4/+4
2012-09-14eCryptfs: Copy up attributes of the lower target inode after renameTyler Hicks1-0/+5
2012-08-02Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-31/+34
2012-07-29ecryptfs_lookup_interpose(): allocate dentry_info firstAl Viro1-7/+6
2012-07-29sanitize ecryptfs_lookup()Al Viro1-13/+4
2012-07-23don't expose I_NEW inodes via dentry->d_inodeAl Viro1-1/+1
2012-07-14don't pass nameidata * to vfs_create()Al Viro1-1/+1
2012-07-14don't pass nameidata to ->create()Al Viro1-2/+1
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-13eCryptfs: Revert to a writethrough cache modelTyler Hicks1-6/+0
2012-07-08eCryptfs: Initialize empty lower files when opening themTyler Hicks1-2/+2
2012-07-08eCryptfs: Unlink lower inode when ecryptfs_create() failsTyler Hicks1-23/+32
2012-05-29get rid of pointless allocations and copying in ecryptfs_follow_link()Al Viro1-39/+9
2012-02-16eCryptfs: Copy up lower inode attrs after setting lower xattrTyler Hicks1-0/+2
2012-01-25eCryptfs: Check inode changes in setattrTyler Hicks1-12/+36
2012-01-03fs: propagate umode_t, misc bitsAl Viro1-1/+1
2012-01-03kill ecryptfs_create_underlying_file()Al Viro1-20/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks1-21/+31
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-6/+6
2011-07-28ecryptfs: Make inode bdi consistent with superblock bdiThieu Le1-0/+1
2011-07-20don't pass nameidata to vfs_create() from ecryptfs_create()Al Viro1-28/+5
2011-07-20ecryptfs_inode_permission() doesn't need to bail out on RCUAl Viro1-2/+0
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-2/+2
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks1-78/+63
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks1-20/+22
2011-05-29eCryptfs: Cleanup inode initialization codeTyler Hicks1-65/+69
2011-05-29eCryptfs: Consolidate inode functions into inode.cTyler Hicks1-15/+89
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2011-05-28ecryptfs: remove unnecessary dentry_unhash on rmdir, dir renameSage Weil1-5/+0
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-0/+2
2011-05-27eCryptfs: Clear i_nlink in rmdirTyler Hicks1-0/+2
2011-05-26vfs: push dentry_unhash on rename_dir into file systemsSage Weil1-0/+3
2011-05-26vfs: push dentry_unhash on rmdir into file systemsSage Weil1-0/+2
2011-04-25eCryptfs: Flush dirty pages in setattrTyler Hicks1-0/+6
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks1-15/+3
2011-04-25eCryptfs: Add reference counting to lower filesTyler Hicks1-9/+21
2011-04-25eCryptfs: dput dentries returned from dget_parentTyler Hicks1-2/+2
2011-04-25eCryptfs: Remove extra d_delete in ecryptfs_rmdirTyler Hicks1-2/+0
2011-03-28eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flagTyler Hicks1-1/+0
2011-03-28eCryptfs: Remove unnecessary grow_file() functionTyler Hicks1-23/+0
2011-02-21eCryptfs: Copy up lower inode attrs in getattrTyler Hicks1-0/+2
2011-02-21eCryptfs: Handle NULL nameidata pointersTyler Hicks1-15/+15
2011-02-17eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"Tyler Hicks1-94/+12
2011-01-17ecryptfs: test lower_file pointer when lower_file_mutex is lockedRoberto Sassu1-18/+14
2011-01-12sanitize ecryptfs ->mount()Al Viro1-1/+0
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+3
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: dcache scale dentry refcountNick Piggin1-1/+1
2011-01-07fs: change d_hash for rcu-walkNick Piggin1-2/+2
2010-10-29eCryptfs: Clear LOOKUP_OPEN flag when creating lower fileTyler Hicks1-0/+4
2010-10-29ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()Roberto Sassu1-4/+3
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks1-7/+24
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-14/+80
2010-08-09check ATTR_SIZE contraints in inode_change_okChristoph Hellwig1-4/+14
2010-08-09ecryptfs: dont call lookup_one_len to avoid NULL nameidataLino Sanfilippo1-12/+77
2010-08-09ecryptfs: release reference to lower mount if interpose failsLino Sanfilippo1-2/+3
2010-05-27kill spurious reference to vmtruncatenpiggin@suse.de1-2/+2
2010-05-21switch ecryptfs_write() to struct inode *, kill on-stack fake filesAl Viro1-40/+8
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-62/+67
2010-04-19eCryptfs: Turn lower lookup error messages into debug messagesTyler Hicks1-6/+6
2010-04-19eCryptfs: Copy lower directory inode times and size on linkTyler Hicks1-2/+2
2010-04-19ecryptfs: fix error code for missing xattrs in lower fsChristian Pulvermacher1-4/+4
2010-04-19eCryptfs: Decrypt symlink target for stat sizeTyler Hicks1-48/+52
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks1-0/+1
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks1-1/+1
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks1-1/+1
2010-01-19ecryptfs: pass matching flags to interpose as defined and used thereErez Zadok1-1/+2
2010-01-19ecryptfs: remove unnecessary d_drop calls in ecryptfs_linkErez Zadok1-3/+0
2010-01-19ecryptfs: don't ignore return value from lock_renameErez Zadok1-1/+12
2010-01-19eCryptfs: Add getattr functionTyler Hicks1-0/+16
2010-01-19eCryptfs: Use notify_change for truncating lower inodesTyler Hicks1-32/+67
2010-01-14ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error pathOGAWA Hirofumi1-12/+12
2009-12-17fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_allErez Zadok1-3/+3
2009-09-23eCryptfs: Prevent lower dentry from going negative during unlinkTyler Hicks1-0/+2
2009-04-27eCryptfs: Fix min function comparison warningTyler Hicks1-1/+1
2009-04-27ecryptfs: fix printk format warningRandy Dunlap1-1/+1
2009-04-22eCryptfs: Larger buffer for encrypted symlink targetsTyler Hicks1-6/+18
2009-04-22eCryptfs: Lock lower directory inode mutex during lookupTyler Hicks1-0/+4
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks1-2/+7
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks1-20/+12
2009-01-06fs/ecryptfs/inode.c: cleanup kerneldocQinghuang Feng1-2/+1
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-1/+1
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow1-127/+167
2009-01-05inode->i_op is never NULLAl Viro1-2/+1
2008-12-31eCryptfs: check readlink result was not an error before using itDuane Griffin1-1/+2
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro1-1/+1
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi1-3/+1