Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
745ca2475a6ac596e3d8d37c2759c0fbe2586227
/
fs
/
ecryptfs
/
main.c
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
82b1652
[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
1739895
[PATCH] eCryptfs: xattr flags and mount options
by Michael Halcrow
· 18 years ago
dddfa46
[PATCH] eCryptfs: Public key; packet management
by Michael Halcrow
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
0cc72dc
[PATCH] eCryptfs: Use fsstack's generic copy inode attr functions
by Josef "Jeff" Sipek
· 18 years ago
8487f2e
[PATCH] make ecryptfs_version_str_map[] static
by Adrian Bunk
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
8bba066
[PATCH] eCryptfs: Cipher code to new crypto API
by Michael Halcrow
· 18 years ago
e5d9cbd
[PATCH] eCryptfs: Clean up crypto initialization
by Michael Halcrow
· 18 years ago
26da820
[PATCH] ecryptfs: use special_file()
by Pekka Enberg
· 18 years ago
237fead
[PATCH] ecryptfs: fs/Makefile and fs/Kconfig
by Michael Halcrow
· 18 years ago