Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
15b8f4cf8ea6654c5642358c70b6e84909d99038
/
fs
/
ecryptfs
/
ecryptfs_kernel.h
4a26620
eCryptfs: Improve statfs reporting
by Tyler Hicks
· 13 years ago
48399c0
eCryptfs: Replace miscdev read/write magic numbers
by Tyler Hicks
· 13 years ago
b59db43
eCryptfs: Prevent file create race condition
by Tyler Hicks
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
1252cc3
eCryptfs: added support for the encrypted key type
by Roberto Sassu
· 13 years ago
f8f8527
eCryptfs: export global eCryptfs definitions to include/linux/ecryptfs.h
by Roberto Sassu
· 13 years ago
3063287
eCryptfs: Remove ecryptfs_header_cache_2
by Tyler Hicks
· 13 years ago
778aeb4
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
by Tyler Hicks
· 13 years ago
3b06b3e
eCryptfs: Fix new inode race condition
by Tyler Hicks
· 13 years ago
5ccf920
eCryptfs: Cleanup inode initialization code
by Tyler Hicks
· 13 years ago
c4f7907
eCryptfs: Consolidate inode functions into inode.c
by Tyler Hicks
· 13 years ago
3aeb86e
eCryptfs: Handle failed metadata read in lookup
by Tyler Hicks
· 14 years ago
332ab16
eCryptfs: Add reference counting to lower files
by Tyler Hicks
· 14 years ago
0e1fc5e
eCryptfs: verify authentication tokens before their use
by Roberto Sassu
· 14 years ago
7762e23
eCryptfs: modified size of keysig in the ecryptfs_key_sig structure
by Roberto Sassu
· 14 years ago
cf35ca6
eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
by Roberto Sassu
· 14 years ago
57db4e8
ecryptfs: modify write path to encrypt page in writepage
by Thieu Le
· 14 years ago
fed8859
eCryptfs: Remove ECRYPTFS_NEW_FILE crypt stat flag
by Tyler Hicks
· 14 years ago
70b8902
eCryptfs: Handle NULL nameidata pointers
by Tyler Hicks
· 14 years ago
888d57b
fs/ecryptfs: Add printf format/argument verification and fix fallout
by Joe Perches
· 14 years ago
2a8652f
ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h
by Roberto Sassu
· 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
0c6d7d5
fs/ecryptfs: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
48c1e44
switch ecryptfs_write() to struct inode *, kill on-stack fake files
by Al Viro
· 14 years ago
02bd979
switch ecryptfs_get_locked_page() to struct inode *
by Al Viro
· 14 years ago
9df9c8b
ecryptfs: add bdi backing to mount session
by Jens Axboe
· 15 years ago
f4e60e6
eCryptfs: Strip metadata in xattr flag in encrypted view
by Tyler Hicks
· 15 years ago
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
7f09410
const: mark remaining address_space_operations const
by Alexey Dobriyan
· 15 years ago
e77cc8d
eCryptfs: Remove ecryptfs_unlink_sigs warnings
by Tyler Hicks
· 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
84814d6
eCryptfs: don't encrypt file key with filename key
by Tyler Hicks
· 16 years ago
addd65ad
eCryptfs: Filename Encryption: filldir, lookup, and readlink
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
745ca24
CRED: Pass credentials through dentry_open()
by David Howells
· 16 years ago
624ae52
eCryptfs: remove netlink transport
by Tyler Hicks
· 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
746f1e5
eCryptfs: Privileged kthread for lower file opens
by Michael Halcrow
· 16 years ago
d3e49af
eCryptfs: remove unnecessary page decrypt call
by Michael Halcrow
· 16 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
18d1dbf
ecryptfs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 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
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
16a72c4
ecryptfs: clean up page flag handling
by Michael Halcrow
· 17 years ago
b6c1d8f
eCryptfs: remove unused functions and kmem_cache
by Michael Halcrow
· 17 years ago
d7cdc5f
eCryptfs: update metadata read/write functions
by Michael Halcrow
· 17 years ago
0216f7f
eCryptfs: replace encrypt, decrypt, and inode size write
by Michael Halcrow
· 17 years ago
da0102a
eCryptfs: read_write.c routines
by Michael Halcrow
· 17 years ago
45eaab7
eCryptfs: remove header_extent_size
by Michael Halcrow
· 17 years ago
cd9d67d
eCryptfs: make needlessly global symbols static
by Michael Halcrow
· 17 years ago
6c6f57f
eCryptfs: comments for some structs
by Michael Halcrow
· 17 years ago
fcd1283
eCryptfs: grammatical fix (destruct to destroy)
by Michael Halcrow
· 17 years ago
f4aad16
eCryptfs: add key list structure; search keyring
by Michael Halcrow
· 17 years ago
240e2df
eCryptfs: fix write zeros behavior
by Michael Halcrow
· 17 years ago
eb95e7f
[PATCH] eCryptfs: Reduce stack usage in ecryptfs_generate_key_packet_set()
by Michael Halcrow
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
754661f
[PATCH] mark struct inode_operations const 1
by Arjan van de Ven
· 18 years ago
e2bd99e
[PATCH] eCryptfs: open-code flag checking and manipulation
by Michael Halcrow
· 18 years ago
9d8b8ce
[PATCH] eCryptfs: convert kmap() to kmap_atomic()
by Michael Halcrow
· 18 years ago
e77a56d
[PATCH] eCryptfs: Encrypted passthrough
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
88b4a07
[PATCH] eCryptfs: Public key transport mechanism
by Michael Halcrow
· 18 years ago
f1ddcaf
[CRYPTO] api: Remove deprecated interface
by Herbert Xu
· 18 years ago
b65d34f
[PATCH] struct path: make eCryptfs a user of struct path
by Josef "Jeff" Sipek
· 18 years ago
0cc72dc
[PATCH] eCryptfs: Use fsstack's generic copy inode attr functions
by Josef "Jeff" Sipek
· 18 years ago
7ff1d74
[PATCH] eCryptfs: Consolidate lower dentry_open's
by Michael Halcrow
· 18 years ago
8bba066
[PATCH] eCryptfs: Cipher code to new crypto API
by Michael Halcrow
· 18 years ago
565d9724
[PATCH] eCryptfs: Hash code to new crypto API
by Michael Halcrow
· 18 years ago
e5d9cbd
[PATCH] eCryptfs: Clean up crypto initialization
by Michael Halcrow
· 18 years ago
237fead
[PATCH] ecryptfs: fs/Makefile and fs/Kconfig
by Michael Halcrow
· 18 years ago