Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4f8b50bbbe63ae4ec6bea28a90a9a603c745ea71
/
fs
/
ecryptfs
« Previous
fa3ef1c
eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front
by Tyler Hicks
· 15 years ago
157f107
eCryptfs: Fix metadata in xattr feature regression
by Tyler Hicks
· 15 years ago
ece550f
ecryptfs: use after free
by Dan Carpenter
· 15 years ago
4aa25bc
ecryptfs: Eliminate useless code
by Julia Lawall
· 15 years ago
fe0fc01
ecryptfs: fix interpose/interpolate typos in comments
by Erez Zadok
· 15 years ago
3469b57
ecryptfs: pass matching flags to interpose as defined and used there
by Erez Zadok
· 15 years ago
c44a66d
ecryptfs: remove unnecessary d_drop calls in ecryptfs_link
by Erez Zadok
· 15 years ago
0d132f7
ecryptfs: don't ignore return value from lock_rename
by Erez Zadok
· 15 years ago
e27759d
ecryptfs: initialize private persistent file before dereferencing pointer
by Erez Zadok
· 15 years ago
38e3eae
eCryptfs: Remove mmap from directory operations
by Tyler Hicks
· 15 years ago
f8f484d
eCryptfs: Add getattr function
by Tyler Hicks
· 15 years ago
5f3ef64
eCryptfs: Use notify_change for truncating lower inodes
by Tyler Hicks
· 15 years ago
806892e
ecryptfs: Fix refcnt leak on ecryptfs_follow_link() error path
by OGAWA Hirofumi
· 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
ed1f218
eCryptfs: Remove Kconfig NET dependency and select MD5
by Tyler Hicks
· 15 years ago
664fc5a
ecryptfs: depends on CRYPTO
by Randy Dunlap
· 15 years ago
9c2d205
eCryptfs: Prevent lower dentry from going negative during unlink
by Tyler Hicks
· 15 years ago
96a7b9c
eCryptfs: Propagate vfs_read and vfs_write return codes
by Tyler Hicks
· 15 years ago
3891959
eCryptfs: Validate global auth tok keys
by Tyler Hicks
· 15 years ago
df6ad33
eCryptfs: Filename encryption only supports password auth tokens
by Tyler Hicks
· 15 years ago
ac22ba2
eCryptfs: Check for O_RDONLY lower inodes when opening lower files
by Tyler Hicks
· 15 years ago
b0105ea
eCryptfs: Handle unrecognized tag 3 cipher codes
by Tyler Hicks
· 15 years ago
3826849
ecryptfs: improved dependency checking and reporting
by Dave Hansen
· 15 years ago
aa06117
eCryptfs: Fix lockdep-reported AB-BA mutex issue
by Roland Dreier
· 15 years ago
05dafed
ecryptfs: Remove unneeded locking that triggers lockdep false positives
by Roland Dreier
· 15 years ago
7f09410
const: mark remaining address_space_operations const
by Alexey Dobriyan
· 15 years ago
f151cd2
eCryptfs: parse_tag_3_packet check tag 3 packet encrypted key size
by Ramon de Carvalho Valle
· 15 years ago
6352a29
eCryptfs: Check Tag 11 literal data buffer size
by Tyler Hicks
· 15 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
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
Next »