Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
308e610e8c435d7875842b427dbc99de43a4aec9
/
fs
/
ecryptfs
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
ac20100
eCryptfs: Fix min function comparison warning
by Tyler Hicks
· 16 years ago
802b352
ecryptfs: fix printk format warning
by Randy Dunlap
· 16 years ago
3a6b42c
eCryptfs: Larger buffer for encrypted symlink targets
by Tyler Hicks
· 16 years ago
ca8e34f
eCryptfs: Lock lower directory inode mutex during lookup
by Tyler Hicks
· 16 years ago
e77cc8d
eCryptfs: Remove ecryptfs_unlink_sigs warnings
by Tyler Hicks
· 16 years ago
13a791b
eCryptfs: Fix data corruption when using ecryptfs_passthrough
by Tyler Hicks
· 16 years ago
3a5203a
eCryptfs: Print FNEK sig properly in /proc/mounts
by Tyler Hicks
· 16 years ago
57ea34d
eCryptfs: NULL pointer dereference in ecryptfs_send_miscdev()
by Tyler Hicks
· 16 years ago
ae6e845
eCryptfs: Copy lower inode attrs before dentry instantiation
by Tyler Hicks
· 16 years ago
fd56d24
ecryptfs: use memdup_user()
by Li Zefan
· 16 years ago
00fcf2c
ecryptfs: use kzfree()
by Johannes Weiner
· 16 years ago
5a3fd05
constify dentry_operations: ecryptfs
by Al Viro
· 16 years ago
2aac0cf
eCryptfs: NULL crypt_stat dereference during lookup
by Tyler Hicks
· 16 years ago
8faece5
eCryptfs: Allocate a variable number of pages for file headers
by Tyler Hicks
· 16 years ago
84814d6
eCryptfs: don't encrypt file key with filename key
by Tyler Hicks
· 16 years ago
fd9fc84
eCryptfs: Regression in unencrypted filename symlinks
by Tyler Hicks
· 16 years ago
295c896
fs/Kconfig: move ecryptfs out
by Alexey Dobriyan
· 16 years ago
f70f582
fs/ecryptfs/inode.c: cleanup kerneldoc
by Qinghuang Feng
· 16 years ago
71c11c3
eCryptfs: Clean up ecryptfs_decode_from_filename()
by Michael Halcrow
· 16 years ago
7d8bc2b
eCryptfs: kerneldoc for ecryptfs_parse_tag_70_packet()
by Michael Halcrow
· 16 years ago
a8f1286
eCryptfs: Fix data types (int/size_t)
by Michael Halcrow
· 16 years ago
df261c5
eCryptfs: Replace %Z with %z
by Michael Halcrow
· 16 years ago
87c94c4
eCryptfs: Filename Encryption: mount option
by Michael Halcrow
· 16 years ago
addd65ad
eCryptfs: Filename Encryption: filldir, lookup, and readlink
by Michael Halcrow
· 16 years ago
51ca58d
eCryptfs: Filename Encryption: Encoding and encryption functions
by Michael Halcrow
· 16 years ago
a34f60f
eCryptfs: Filename Encryption: Header updates
by Michael Halcrow
· 16 years ago
9c79f34
eCryptfs: Filename Encryption: Tag 70 packets
by Michael Halcrow
· 16 years ago
520c853
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
4c728ef
add a vfs_fsync helper
by Christoph Hellwig
· 16 years ago
acfa438
inode->i_op is never NULL
by Al Viro
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
a17d523
eCryptfs: check readlink result was not an error before using it
by Duane Griffin
· 16 years ago
ec98ce4
Merge branch 'master' into next
by James Morris
· 16 years ago
18b6e04
User namespaces: set of cleanups (v2)
by Serge Hallyn
· 16 years ago
ac97b9f
eCryptfs: Allocate up to two scatterlists for crypto ops on keys
by Michael Halcrow
· 16 years ago
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
4eea035
CRED: Wrap task credential accesses in the eCryptFS filesystem
by David Howells
· 16 years ago
87b811c
ecryptfs: fix memory corruption when storing crypto info in xattrs
by Eric Sandeen
· 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
807b7eb
ecryptfs: convert to use new aops
by Badari Pulavarty
· 16 years ago
7d6c704
eCryptfs: remove retry loop in ecryptfs_readdir()
by Michael Halcrow
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
7fcba05
eCryptfs: use page_alloc not kmalloc to get a page of memory
by Eric Sandeen
· 16 years ago
f419a2e
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
by Al Viro
· 16 years ago
db2e747
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
by Miklos Szeredi
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 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
0a688ad
ecryptfs: inode.c mmap.c use unaligned byteorder helpers
by Harvey Harrison
· 16 years ago
29335c6
ecryptfs: crypto.c use unaligned byteorder helpers
by Harvey Harrison
· 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
6c4c17b
ecryptfs: discard ecryptfsd registration messages in miscdev
by Tyler Hicks
· 16 years ago
746f1e5
eCryptfs: Privileged kthread for lower file opens
by Michael Halcrow
· 16 years ago
2fceef3
Merge commit 'v2.6.26' into bkl-removal
by Jonathan Corbet
· 16 years ago
c4a2d7f
ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev()
by Michael Halcrow
· 16 years ago
dda6445
ecryptfs: fasync BKL pushdown
by Jonathan Corbet
· 16 years ago
d3e49af
eCryptfs: remove unnecessary page decrypt call
by Michael Halcrow
· 16 years ago
71fd517
ecryptfs: fix missed mutex_unlock
by Cyrill Gorcunov
· 16 years ago
79bc12a
ecryptfs fixes
by Al Viro
· 16 years ago
43f14d8
eCryptFS: fix imbalanced mutex locking
by Cyrill Gorcunov
· 16 years ago
8dc4e37
ecryptfs: clean up (un)lock_parent
by Miklos Szeredi
· 16 years ago
801678c
Remove duplicated unlikely() in IS_ERR()
by Hirofumi Nakagawa
· 17 years ago
2f9b12a
eCryptfs: protect crypt_stat->flags in ecryptfs_open()
by Michael Halcrow
· 17 years ago
6a3fd92
eCryptfs: make key module subsystem respect namespaces
by Michael Halcrow
· 17 years ago
f66e883
eCryptfs: integrate eCryptfs device handle into the module.
by Michael Halcrow
· 17 years ago
8bf2deb
eCryptfs: introduce device handle for userspace daemon communications
by Michael Halcrow
· 17 years ago
9c3580a
ecryptfs: add missing lock around notify_change
by Miklos Szeredi
· 17 years ago
18d1dbf
ecryptfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
05db67a
remove ecryptfs_header_cache_0
by Adrian Bunk
· 17 years ago
5366dc9f
eCryptfs: Swap dput() and mntput()
by Michael Halcrow
· 17 years ago
e4465fd
eCryptfs: make ecryptfs_prepare_write decrypt the page
by Michael Halcrow
· 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
19e66a6
eCryptfs: change the type of cipher_code from u16 to u8
by Trevor Highland
· 17 years ago
25bd817
eCryptfs: Minor fixes to printk messages
by Michael Halcrow
· 17 years ago
2830bfd
ecryptfs: remove debug as mount option, and warn if set via modprobe
by Eric Sandeen
· 17 years ago
99db6e4
ecryptfs: make show_options reflect actual mount options
by Eric Sandeen
· 17 years ago
8e3a6f1
eCryptfs: set inode key only once per crypto operation
by Trevor Highland
· 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
eebd2aa
Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user
by Christoph Lameter
· 17 years ago
b7c6ba6
[NETNS]: Consolidate kernel netlink socket destruction.
by Denis V. Lunev
· 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
caeeeec
eCryptfs: fix dentry handling on create error, unlink, and inode destroy
by Michael Halcrow
· 17 years ago
16317ec
ecryptfs: redo dget,mntget on dentry_open failure
by Eric Sandeen
· 17 years ago
c8161f6
ecryptfs: fix unlocking in error paths
by Eric Sandeen
· 17 years ago
b886290
ecryptfs: fix string overflow on long cipher names
by Eric Sandeen
· 17 years ago
7a3f595
ecryptfs: fix fsx data corruption problems
by Eric Sandeen
· 17 years ago
Next »