Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d3834fefcfe5610702379d78596337875df2db5b
/
fs
/
ecryptfs
/
main.c
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
2a559a8
eCryptfs: ensure copy to crypt_stat->cipher does not overrun
by Colin Ian King
· 10 years ago
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
298647e
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 10 years ago
69c433e
fs: limit filesystem stacking depth
by Miklos Szeredi
· 10 years ago
332b122
eCryptfs: Force RO mount when encrypted view is enabled
by Tyler Hicks
· 10 years ago
92dd123
ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}
by Al Viro
· 11 years ago
cc18ec3
Use ecryptfs_dentry_to_lower_path in a couple of places
by Matthew Wilcox
· 11 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
cdf8c58
userns: Convert ecryptfs to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
7149f25
eCryptfs: Write out all dirty pages just before releasing the lower file
by Tyler Hicks
· 12 years ago
410fc4ce
Merge tag 'ecryptfs-3.6-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
3b8b487
ecryptfs: don't reinvent the wheels, please - use struct completion
by Al Viro
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 12 years ago
5f5b331
eCryptfs: check for eCryptfs cipher support at mount
by Tim Sally
· 12 years ago
069ddcd
eCryptfs: Copy up POSIX ACL and read-only flags from lower mount
by Tyler Hicks
· 12 years ago
0794f56
ecryptfs: make register_filesystem() the last potential failure exit
by Al Viro
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
7643554
Ecryptfs: Add mount option to check uid of device being mounted = expect uid
by John Johansen
· 13 years ago
3063287
eCryptfs: Remove ecryptfs_header_cache_2
by Tyler Hicks
· 13 years ago
3b06b3e
eCryptfs: Fix new inode race condition
by Tyler Hicks
· 13 years ago
c4f7907
eCryptfs: Consolidate inode functions into inode.c
by Tyler Hicks
· 13 years ago
332ab16
eCryptfs: Add reference counting to lower files
by Tyler Hicks
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b5695d0
eCryptfs: write lock requested keys
by Roberto Sassu
· 14 years ago
0e1fc5e
eCryptfs: verify authentication tokens before their use
by Roberto Sassu
· 14 years ago
57db4e8
ecryptfs: modify write path to encrypt page in writepage
by Thieu Le
· 14 years ago
888d57b
fs/ecryptfs: Add printf format/argument verification and fix fallout
by Joe Perches
· 14 years ago
070baa5
ecryptfs: missing initialization of the superblock 'magic' field
by Roberto Sassu
· 14 years ago
6254b32
ecryptfs: fix broken build
by Linus Torvalds
· 14 years ago
66cb766
sanitize ecryptfs ->mount()
by Al Viro
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
12462f2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 14 years ago
f16feb5
ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter
by Roberto Sassu
· 14 years ago
4d143be
convert ecryptfs
by Al Viro
· 14 years ago
4403158
Ban ecryptfs over ecryptfs
by Al Viro
· 14 years ago
2ccde7c
Clean ecryptfs ->get_sb() up
by Al Viro
· 15 years ago
decabd6
fix a couple of ecryptfs leaks
by Al Viro
· 15 years ago
9df9c8b
ecryptfs: add bdi backing to mount session
by Jens Axboe
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
fe0fc01
ecryptfs: fix interpose/interpolate typos in comments
by Erez Zadok
· 15 years ago
9afa2fb
fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all
by Erez Zadok
· 15 years ago
b65a9cf
Untangling ima mess, part 2: deal with counters
by Al Viro
· 15 years ago
36520be
ima: ecryptfs fix imbalance message
by Mimi Zohar
· 15 years ago
ac22ba2
eCryptfs: Check for O_RDONLY lower inodes when opening lower files
by Tyler Hicks
· 15 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
e77cc8d
eCryptfs: Remove ecryptfs_unlink_sigs warnings
by Tyler Hicks
· 16 years ago
ae6e845
eCryptfs: Copy lower inode attrs before dentry instantiation
by Tyler Hicks
· 16 years ago
84814d6
eCryptfs: don't encrypt file key with filename key
by Tyler Hicks
· 16 years ago
87c94c4
eCryptfs: Filename Encryption: mount option
by Michael Halcrow
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
421748e
[PATCH] assorted path_lookup() -> kern_path() conversions
by Al Viro
· 16 years ago
624ae52
eCryptfs: remove netlink transport
by Tyler Hicks
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
391b52f
eCryptfs: Make all persistent file opens delayed
by Michael Halcrow
· 16 years ago
72b55ff
eCryptfs: do not try to open device files on mknod
by Michael Halcrow
· 16 years ago
8f23680
ecryptfs: string copy cleanup
by Miklos Szeredi
· 16 years ago
982363c
ecryptfs: propagate key errors up at mount time
by Eric Sandeen
· 16 years ago
746f1e5
eCryptfs: Privileged kthread for lower file opens
by Michael Halcrow
· 16 years ago
18d1dbf
ecryptfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
af440f5
ecryptfs: check for existing key_tfm at mount time
by Eric Sandeen
· 17 years ago
2830bfd
ecryptfs: remove debug as mount option, and warn if set via modprobe
by Eric Sandeen
· 17 years ago
cc11bef
eCryptfs: track header bytes rather than extents
by Michael Halcrow
· 17 years ago
7896b63
fs/ecryptfs/: possible cleanups
by Adrian Bunk
· 17 years ago
197b12d
Kobject: convert fs/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
6e90aa9
kobject: convert ecryptfs to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
af6370e
ecryptfs: remove version_str file from sysfs
by Greg Kroah-Hartman
· 17 years ago
386f275
Driver Core: switch all dynamic ksets to kobj_sysfs_ops
by Kay Sievers
· 17 years ago
00d2666
kobject: convert main fs kobject to use kobject_create
by Greg Kroah-Hartman
· 17 years ago
917e865
kset: convert ecryptfs to use kset_create
by Greg Kroah-Hartman
· 17 years ago
3514fac
kobject: remove struct kobj_type from struct kset
by Greg Kroah-Hartman
· 17 years ago
30a468b
ecryptfs: clean up attribute mess
by Greg Kroah-Hartman
· 17 years ago
16317ec
ecryptfs: redo dget,mntget on dentry_open failure
by Eric Sandeen
· 17 years ago
7c9e70e
ecryptfs: set s_blocksize from lower fs in sb
by Eric Sandeen
· 17 years ago
ea0b7d5
Clean up duplicate includes in fs/ecryptfs/
by Jesper Juhl
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
b6c1d8f
eCryptfs: remove unused functions and kmem_cache
by Michael Halcrow
· 17 years ago
4981e08
eCryptfs: set up and destroy persistent lower file
by Michael Halcrow
· 17 years ago
cf81f89
ecryptfs: fix error handling
by Michael Halcrow
· 17 years ago
5dda699
eCryptfs: remove assignments in if-statements
by Michael Halcrow
· 17 years ago
fcd1283
eCryptfs: grammatical fix (destruct to destroy)
by Michael Halcrow
· 17 years ago
81acbcd
ecryptfs: printk warning fixes
by Andrew Morton
· 17 years ago
956159c
eCryptfs: kmem_cache objects for multiple keys; init/exit functions
by Michael Halcrow
· 17 years ago
f4aad16
eCryptfs: add key list structure; search keyring
by Michael Halcrow
· 17 years ago
a75de1b
eCryptfs: fix error handling in ecryptfs_init
by Ryusuke Konishi
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
7b59575
sysfs: kill unnecessary attribute->owner
by Tejun Heo
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 17 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
823bccf
remove "struct subsystem" as it is no longer needed
by Greg Kroah-Hartman
· 18 years ago
82b16528
[PATCH] ecryptfs: lower root result must be adirectory
by Dmitriy Monakhov
· 18 years ago
65dc814
[PATCH] eCryptfs: no path_release() after path_lookup() error
by Michael Halcrow
· 18 years ago
eb95e7f
[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()
by Michael Halcrow
· 18 years ago
dd2a3b7
[PATCH] eCryptfs: Generalize metadata read/write
by Michael Halcrow
· 18 years ago
Next »