Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
49979d091d1847823c064301da1ec173619ddd92
/
fs
/
ecryptfs
985ca0e
ecryptfs: Make inode bdi consistent with superblock bdi
by Thieu Le
· 13 years ago
b2987a5
eCryptfs: Unlock keys needed by ecryptfsd
by Tyler Hicks
· 13 years ago
95b6886
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6
by Linus Torvalds
· 13 years ago
d3ec484
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
df2e301
fs: Merge split strings
by Jean Delvare
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
bf6c7f6
don't pass nameidata to vfs_create() from ecryptfs_create()
by Al Viro
· 13 years ago
beefebf
ecryptfs_inode_permission() doesn't need to bail out on RCU
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 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
7a86617
eCryptfs: Return useful code from contains_ecryptfs_marker
by Tyler Hicks
· 14 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
36947a7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
55e5b7e
ecryptfs: remove unnecessary dentry_unhash on rmdir, dir rename
by Sage Weil
· 13 years ago
aaab184
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 13 years ago
8d08dab
eCryptfs: Allow 2 scatterlist entries for encrypted filenames
by Tyler Hicks
· 13 years ago
0785055
eCryptfs: Clear i_nlink in rmdir
by Tyler Hicks
· 14 years ago
e4eaac0
vfs: push dentry_unhash on rename_dir into file systems
by Sage Weil
· 13 years ago
79bf7c7
vfs: push dentry_unhash on rmdir into file systems
by Sage Weil
· 13 years ago
5be79de
eCryptfs: Flush dirty pages in setattr
by Tyler Hicks
· 14 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
dd55c898
eCryptfs: dput dentries returned from dget_parent
by Tyler Hicks
· 14 years ago
35ffa948
eCryptfs: Remove extra d_delete in ecryptfs_rmdir
by Tyler Hicks
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b5695d0
eCryptfs: write lock requested keys
by Roberto Sassu
· 14 years ago
950983f
eCryptfs: move ecryptfs_find_auth_tok_for_sig() call before mutex_lock
by Roberto Sassu
· 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
1821df0
eCryptfs: ecryptfs_keyring_auth_tok_for_sig() bug fix
by Roberto Sassu
· 14 years ago
50f198a
eCryptfs: Unlock page in write_begin error path
by Tyler Hicks
· 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
bd4f0fe
eCryptfs: Remove unnecessary grow_file() function
by Tyler Hicks
· 14 years ago
55f9cf6
eCryptfs: Copy up lower inode attrs in getattr
by Tyler Hicks
· 14 years ago
323ef68
ecryptfs: read on a directory should return EISDIR if not supported
by Andy Whitcroft
· 14 years ago
70b8902
eCryptfs: Handle NULL nameidata pointers
by Tyler Hicks
· 14 years ago
8787c7a
eCryptfs: Revert "dont call lookup_one_len to avoid NULL nameidata"
by Tyler Hicks
· 14 years ago
2456248
ecryptfs: remove unnecessary decrypt when extending a file
by Frank Swiderski
· 14 years ago
f24b388
ecryptfs: Fix ecryptfs_printk() size_t warnings
by Tyler Hicks
· 14 years ago
888d57b
fs/ecryptfs: Add printf format/argument verification and fix fallout
by Joe Perches
· 14 years ago
0abe116
ecryptfs: fixed testing of file descriptor flags
by Roberto Sassu
· 14 years ago
2799289
ecryptfs: test lower_file pointer when lower_file_mutex is locked
by Roberto Sassu
· 14 years ago
070baa5
ecryptfs: missing initialization of the superblock 'magic' field
by Roberto Sassu
· 14 years ago
2a8652f
ecryptfs: moved ECRYPTFS_SUPER_MAGIC definition to linux/magic.h
by Roberto Sassu
· 14 years ago
38a708d
ecryptfs: fix truncation error in ecryptfs_read_update_atime
by Edward Shishkin
· 14 years ago
6254b32
ecryptfs: fix broken build
by Linus Torvalds
· 14 years ago
66cb766
sanitize ecryptfs ->mount()
by Al Viro
· 14 years ago
b74c79e
fs: provide rcu-walk aware permission i_ops
by Nick Piggin
· 14 years ago
34286d6
fs: rcu-walk aware d_revalidate method
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
b7ab39f
fs: dcache scale dentry refcount
by Nick Piggin
· 14 years ago
b1e6a01
fs: change d_hash for rcu-walk
by Nick Piggin
· 14 years ago
451a3c2
BKL: remove extraneous #include <smp_lock.h>
by Arnd Bergmann
· 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
8747f95
eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_options
by Tyler Hicks
· 14 years ago
f16feb5
ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter
by Roberto Sassu
· 14 years ago
39fac85
ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig()
by Roberto Sassu
· 14 years ago
aee683b
ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig()
by Roberto Sassu
· 14 years ago
2e21b3f
eCryptfs: Clear LOOKUP_OPEN flag when creating lower file
by Tyler Hicks
· 14 years ago
48b512e
ecryptfs: call vfs_setxattr() in ecryptfs_setxattr()
by Roberto Sassu
· 14 years ago
4d143be
convert ecryptfs
by Al Viro
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
18dfe89
BKL: Remove BKL from ecryptfs
by Arnd Bergmann
· 14 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
0c6d7d5
fs/ecryptfs: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
93c3fe4
eCryptfs: Fix encrypted file name lookup regression
by Tyler Hicks
· 14 years ago
7371a38
ecryptfs: properly mark init functions
by Jerome Marchand
· 14 years ago
f137f15
fs/ecryptfs: Return -ENOMEM on memory allocation failure
by Julia Lawall
· 14 years ago
26b5563
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
by Linus Torvalds
· 14 years ago
5f248c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
ebabe9a
pass a struct path to vfs_statfs
by Christoph Hellwig
· 14 years ago
b57922d
convert remaining ->clear_inode() to ->evict_inode()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
21edad3
ecryptfs: dont call lookup_one_len to avoid NULL nameidata
by Lino Sanfilippo
· 14 years ago
ceeab92
fs/ecryptfs/file.c: introduce missing free
by Julia Lawall
· 14 years ago
31f73be
ecryptfs: release reference to lower mount if interpose fails
by Lino Sanfilippo
· 14 years ago
c43f7b8
eCryptfs: Handle ioctl calls with unlocked and compat functions
by Tyler Hicks
· 15 years ago
a1275c3
ecryptfs: Fix warning in ecryptfs_process_response()
by Prarit Bhargava
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
a6f80fb
ecryptfs: Bugfix for error related to ecryptfs_hash_buckets
by Andre Osterhues
· 14 years ago
f1bbbb6
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 14 years ago
15c6fd9
kill spurious reference to vmtruncate
by npiggin@suse.de
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 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
bef5bc2
simplify access to ecryptfs inodes in ->readpage() and friends
by Al Viro
· 14 years ago
4403158
Ban ecryptfs over ecryptfs
by Al Viro
· 14 years ago
8018ab0
sanitize vfs_fsync calling conventions
by Christoph Hellwig
· 15 years ago
2ccde7c
Clean ecryptfs ->get_sb() up
by Al Viro
· 15 years ago
Next »