summaryrefslogtreecommitdiff
path: root/fs/ecryptfs
AgeCommit message (Expand)Author
2010-08-13fs/ecryptfs/file.c: introduce missing freeJulia Lawall
2010-08-13eCryptfs: Handle ioctl calls with unlocked and compat functionsTyler Hicks
2010-08-02ecryptfs: Bugfix for error related to ecryptfs_hash_bucketsAndre Osterhues
2010-01-28ecryptfs: use after freeDan Carpenter
2010-01-28ecryptfs: initialize private persistent file before dereferencing pointerErez Zadok
2009-10-12eCryptfs: Prevent lower dentry from going negative during unlink (CVE-2009-2908)Tyler Hicks
2009-07-30eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size (CVE-2009-...Ramon de Carvalho Valle
2009-07-30eCryptfs: Check Tag 11 literal data buffer size (CVE-2009-2406)Tyler Hicks
2009-01-18eCryptfs: check readlink result was not an error before using itDuane Griffin
2008-12-05eCryptfs: Allocate up to two scatterlists for crypto ops on keysMichael Halcrow
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen
2008-07-26[PATCH] kill nameidata passing to permission(), rename to inode_permission()Al Viro
2008-07-26[patch 5/5] vfs: remove mode parameter from vfs_symlink()Miklos Szeredi
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-07-24eCryptfs: Make all persistent file opens delayedMichael Halcrow
2008-07-24eCryptfs: do not try to open device files on mknodMichael Halcrow
2008-07-24ecryptfs: inode.c mmap.c use unaligned byteorder helpersHarvey Harrison
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison
2008-07-24ecryptfs: string copy cleanupMiklos Szeredi
2008-07-24ecryptfs: propagate key errors up at mount timeEric Sandeen
2008-07-24ecryptfs: discard ecryptfsd registration messages in miscdevTyler Hicks
2008-07-24eCryptfs: Privileged kthread for lower file opensMichael Halcrow
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-04ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()Michael Halcrow
2008-07-02ecryptfs: fasync BKL pushdownJonathan Corbet
2008-06-06eCryptfs: remove unnecessary page decrypt callMichael Halcrow
2008-05-24ecryptfs: fix missed mutex_unlockCyrill Gorcunov
2008-05-21ecryptfs fixesAl Viro
2008-05-13eCryptFS: fix imbalanced mutex lockingCyrill Gorcunov
2008-05-13ecryptfs: clean up (un)lock_parentMiklos Szeredi
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-04-29eCryptfs: protect crypt_stat->flags in ecryptfs_open()Michael Halcrow
2008-04-29eCryptfs: make key module subsystem respect namespacesMichael Halcrow
2008-04-29eCryptfs: integrate eCryptfs device handle into the module.Michael Halcrow
2008-04-29eCryptfs: introduce device handle for userspace daemon communicationsMichael Halcrow
2008-04-29ecryptfs: add missing lock around notify_changeMiklos Szeredi
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-29remove ecryptfs_header_cache_0Adrian Bunk
2008-03-19eCryptfs: Swap dput() and mntput()Michael Halcrow
2008-03-04eCryptfs: make ecryptfs_prepare_write decrypt the pageMichael Halcrow
2008-02-14Introduce path_put()Jan Blunck
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow
2008-02-06ecryptfs: remove debug as mount option, and warn if set via modprobeEric Sandeen
2008-02-06ecryptfs: make show_options reflect actual mount optionsEric Sandeen
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow