aboutsummaryrefslogtreecommitdiff
path: root/fs/ecryptfs/super.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-19ecryptfs: super: Fix formatting, naming and kernel-doc abusesGravatar Lee Jones 1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-15/+1
2019-05-01ecryptfs: make use of ->free_inode()Gravatar Al Viro 1-3/+2
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextGravatar Herbert Xu 1-1/+4
2016-01-27eCryptfs: Use skcipher and shashGravatar Herbert Xu 1-1/+0
2014-04-03mm + fs: store shadow entries in page cacheGravatar Johannes Weiner 1-1/+1
2012-05-06vfs: Rename end_writeback() to clear_inode()Gravatar Jan Kara 1-1/+1
2012-03-20ecryptfs: don't bother with ->drop_inode()Gravatar Al Viro 1-1/+0
2012-02-16eCryptfs: Improve statfs reportingGravatar Tyler Hicks 1-1/+13
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-2/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-05-29eCryptfs: Consolidate inode functions into inode.cGravatar Tyler Hicks 1-16/+0
2011-04-25eCryptfs: Add reference counting to lower filesGravatar Tyler Hicks 1-12/+4
2011-03-28ecryptfs: modify write path to encrypt page in writepageGravatar Thieu Le 1-2/+1
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+11
2010-11-17BKL: remove extraneous #include <smp_lock.h>Gravatar Arnd Bergmann 1-1/+0
2010-10-29eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_optionsGravatar Tyler Hicks 1-0/+2
2010-08-09pass a struct path to vfs_statfsGravatar Christoph Hellwig 1-1/+5
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Gravatar Al Viro 1-3/+5
2010-05-21fix a couple of ecryptfs leaksGravatar Al Viro 1-22/+0
2010-04-22ecryptfs: add bdi backing to mount sessionGravatar Jens Axboe 1-0/+1
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Gravatar Linus Torvalds 1-1/+0
2010-04-19ecryptfs: fix use with tmpfs by removing d_drop from ecryptfs_destroy_inodeGravatar Jeff Mahoney 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-23ecryptfs: Remove unneeded locking that triggers lockdep false positivesGravatar Roland Dreier 1-2/+0
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+5
2009-04-22eCryptfs: Remove ecryptfs_unlink_sigs warningsGravatar Tyler Hicks 1-0/+2
2009-04-22eCryptfs: Print FNEK sig properly in /proc/mountsGravatar Tyler Hicks 1-1/+4
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeGravatar Eric Sandeen 1-4/+0
2008-02-06ecryptfs: make show_options reflect actual mount optionsGravatar Eric Sandeen 1-21/+31
2008-01-08eCryptfs: fix dentry handling on create error, unlink, and inode destroyGravatar Michael Halcrow 1-1/+0
2007-10-16eCryptfs: initialize persistent lower file on inode createGravatar Michael Halcrow 1-6/+7
2007-10-16eCryptfs: set up and destroy persistent lower fileGravatar Michael Halcrow 1-3/+19
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Gravatar Michael Halcrow 1-2/+2
2007-02-12[PATCH] Mark struct super_operations constGravatar Josef 'Jeff' Sipek 1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELGravatar Christoph Lameter 1-1/+1
2006-10-31[PATCH] eCryptfs: Remove ecryptfs_umount_beginGravatar Michael Halcrow 1-18/+0
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigGravatar Michael Halcrow 1-0/+198