Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5e1d44aef1673b504dde475aa714b1bdb9b875c4
/
fs
/
ecryptfs
5d5d568
make new_sync_{read,write}() static
by Al Viro
· 10 years ago
c0fec3a
Merge branch 'iocb' into for-next
by Al Viro
· 10 years ago
e2e40f2
fs: move struct kiocb to fs.h
by Christoph Hellwig
· 10 years ago
599bd19
fs: don't allow to complete sync iocbs through aio_complete
by Christoph Hellwig
· 10 years ago
6d65261
eCryptfs: don't pass fs-specific ioctl commands through
by Tyler Hicks
· 10 years ago
2a559a8
eCryptfs: ensure copy to crypt_stat->cipher does not overrun
by Colin Ian King
· 10 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
b83ae6d
fs: remove mapping->backing_dev_info
by Christoph Hellwig
· 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
9420806
eCryptfs: Remove buggy and unnecessary write in file name decode routine
by Michael Halcrow
· 10 years ago
b583043
kill f_dentry uses
by Al Viro
· 10 years ago
ac7576f
vfs: make first argument of dir_context.actor typed
by Miklos Szeredi
· 10 years ago
831115a
eCryptfs: Remove unnecessary casts when parsing packet lengths
by Tyler Hicks
· 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
77c688a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
eca9fdf
Merge tag 'ecryptfs-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 10 years ago
c2e3f5d
ecryptfs: ->f_op is never NULL
by Al Viro
· 10 years ago
0f9e2bf
ecryptfs: remove unneeded buggy code in ecryptfs_do_create()
by Alexey Khoroshilov
· 10 years ago
35425ea
ecryptfs: avoid to access NULL pointer when write metadata in xattr
by Chao Yu
· 10 years ago
04ec5f5
ecryptfs: remove unnecessary break after goto
by Fabian Frederick
· 10 years ago
27199b1
ecryptfs: Remove unnecessary include of syscall.h in keystore.c
by Steven Rostedt
· 10 years ago
3db593e
fs/ecryptfs/messaging.c: remove null test before kfree
by Fabian Frederick
· 10 years ago
c4cf3ba
ecryptfs: Drop cast
by Himangi Saraogi
· 10 years ago
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
0279782
ecryptfs: switch to ->read_iter()
by Al Viro
· 11 years ago
7df9345
Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs
by Linus Torvalds
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
520c8b1
vfs: add renameat2 syscall
by Miklos Szeredi
· 11 years ago
b22e8fe
ecryptfs: fix failure handling in ->readlink()
by Al Viro
· 11 years ago
9e78d14
Use %pd in eCryptFS
by David Howells
· 11 years ago
57498f9
Merge tag 'ecryptfs-3.13-rc1-quiet-checkers' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
2000f5b
eCryptfs: file->private_data is always valid
by Tyler Hicks
· 11 years ago
9bc9ccd
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
bdd3536
ecryptfs: ->f_op is never NULL
by Al Viro
· 11 years ago
27ac0ff
locks: break delegations on any attribute modification
by J. Bruce Fields
· 13 years ago
146a859
locks: break delegations on link
by J. Bruce Fields
· 13 years ago
8e6d782
locks: break delegations on rename
by J. Bruce Fields
· 13 years ago
b21996e
locks: break delegations on unlink
by J. Bruce Fields
· 13 years ago
72c2d53
file->f_op is never NULL...
by Al Viro
· 11 years ago
87dc800
new helper: kfree_put_link()
by Al Viro
· 11 years ago
cbe9c08
ecryptfs: ->lower_path.dentry is never NULL
by Al Viro
· 11 years ago
92dd123
ecryptfs: get rid of ecryptfs_set_dentry_lower{,_mnt}
by Al Viro
· 11 years ago
2edbfbf
ecryptfs: don't leave RCU pathwalk immediately
by Al Viro
· 11 years ago
3a93e17
ecryptfs: check DCACHE_OP_REVALIDATE instead of ->d_op
by Al Viro
· 11 years ago
43b7c6c
eCryptfs: fix 32 bit corruption issue
by Colin Ian King
· 11 years ago
3edc837
ecryptfs: Fix memory leakage in keystore.c
by Geyslan G. Bem
· 11 years ago
cb69f36
ecryptfs: avoid ctx initialization race
by Kees Cook
· 11 years ago
e6cbd6a
ecryptfs: remove check for if an array is NULL
by Dan Carpenter
· 11 years ago
746919d
Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 11 years ago
cc18ec3
Use ecryptfs_dentry_to_lower_path in a couple of places
by Matthew Wilcox
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
0747fdb
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
by Al Viro
· 11 years ago
2de5f05
[readdir] convert ecryptfs
by Al Viro
· 11 years ago
5c0ba4e
[readdir] introduce iterate_dir() and dir_context
by Al Viro
· 11 years ago
0df5ed6
eCryptfs: Make extent and scatterlist crypt function parameters similar
by Tyler Hicks
· 11 years ago
406c93d
eCryptfs: Collapse crypt_page_offset() into crypt_extent()
by Tyler Hicks
· 12 years ago
d78de61
eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()
by Tyler Hicks
· 12 years ago
a8ca90e
eCryptfs: Combine page_offset crypto functions
by Tyler Hicks
· 12 years ago
00a6994
eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()
by Tyler Hicks
· 12 years ago
9c6043f
eCryptfs: Decrypt pages in-place
by Tyler Hicks
· 12 years ago
28916d1
eCryptfs: Accept one offset parameter in page offset crypto functions
by Tyler Hicks
· 12 years ago
24d1526
eCryptfs: Simplify lower file offset calculation
by Tyler Hicks
· 12 years ago
0f89617
eCryptfs: Read/write entire page during page IO
by Tyler Hicks
· 12 years ago
12003e5
eCryptfs: Use entire helper page during page crypto operations
by Tyler Hicks
· 12 years ago
fc8b14d
eCryptfs: Cocci spatch "memdup.spatch"
by Thomas Meyer
· 11 years ago
bc5abcf
eCryptfs: Check return of filemap_write_and_wait during fsync
by Tyler Hicks
· 11 years ago
c15cddd
ecryptfs: fixed msync to flush data
by Paul Taysom
· 11 years ago
6fad8d0
Merge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 11 years ago
4dfea4f
eCryptfs: Use the ablkcipher crypto API
by Tyler Hicks
· 11 years ago
07e0745
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
39dfe6c
ecryptfs: don't open-code kernel_read()
by Al Viro
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 11 years ago
52f2199
ecryptfs: close rmmod race
by Al Viro
· 12 years ago
7293261
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
e2e091f
Merge tag 'ecryptfs-3.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
290502b
eCryptfs: allow userspace messaging to be disabled
by Kees Cook
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
1111eae
eCryptfs: Fix redundant error check on ecryptfs_find_daemon_by_euid()
by Tyler Hicks
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
7bb307e
export kernel_write(), convert open-coded instances
by Al Viro
· 12 years ago
3dadecc
switch vfs_getattr() to struct path
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
1101d58
ecryptfs: ecryptfs_msg_ctx_alloc_to_free(): remove kfree() redundant null check
by Tim Gardner
· 12 years ago
3a46741
eCryptfs: decrypt_pki_encrypted_session_key(): remove kfree() redundant null check
by Tim Gardner
· 12 years ago
a07c48a
eCryptfs: remove unneeded checks in virt_to_scatterlist()
by Dan Carpenter
· 12 years ago
111d61a
eCryptfs: Fix -Wmissing-prototypes warnings
by Tyler Hicks
· 12 years ago
bbcb03e
eCryptfs: Fix -Wunused-but-set-variable warnings
by Tyler Hicks
· 12 years ago
fa51996
eCryptfs: initialize payload_len in keystore.c
by Simon Que
· 12 years ago
336d6d0
fs/ecryptfs: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
3702875
fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static
by Cong Ding
· 12 years ago
8bbca57
eCryptfs: fix to use list_for_each_entry_safe() when delete items
by Wei Yongjun
· 12 years ago
e4bc652
eCryptfs: Avoid unnecessary disk read and data decryption during writing
by Li Wang
· 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
Next »