index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ecryptfs
/
crypto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
eCryptfs: remove unneeded checks in virt_to_scatterlist()
Dan Carpenter
2013-01-28
1
-6
/
+3
*
fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static
Cong Ding
2012-12-18
1
-1
/
+1
*
eCryptfs: Improve statfs reporting
Tyler Hicks
2012-02-16
1
-7
/
+61
*
eCryptfs: Fix oops when printing debug info in extent crypto functions
Tyler Hicks
2012-01-25
1
-40
/
+0
*
ecryptfs: Remove unnecessary variable initialization
Tim Gardner
2012-01-25
1
-2
/
+3
*
ecryptfs: Improve metadata read failure logging
Tim Gardner
2012-01-25
1
-3
/
+6
*
eCryptfs: Extend array bounds for all filename chars
Tyler Hicks
2011-11-23
1
-2
/
+2
*
eCryptfs: Prevent file create race condition
Tyler Hicks
2011-11-23
1
-10
/
+12
*
eCryptfs: Remove ecryptfs_header_cache_2
Tyler Hicks
2011-05-29
1
-4
/
+3
*
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
Tyler Hicks
2011-05-29
1
-24
/
+21
*
eCryptfs: Return useful code from contains_ecryptfs_marker
Tyler Hicks
2011-05-29
1
-16
/
+10
*
eCryptfs: Fix new inode race condition
Tyler Hicks
2011-05-29
1
-2
/
+2
*
eCryptfs: Handle failed metadata read in lookup
Tyler Hicks
2011-04-25
1
-0
/
+21
*
eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
Roberto Sassu
2011-03-28
1
-1
/
+0
*
eCryptfs: Remove unnecessary grow_file() function
Tyler Hicks
2011-03-28
1
-0
/
+1
*
ecryptfs: Fix ecryptfs_printk() size_t warnings
Tyler Hicks
2011-01-17
1
-2
/
+2
*
fs/ecryptfs: Add printf format/argument verification and fix fallout
Joe Perches
2011-01-17
1
-14
/
+12
*
eCryptfs: Fix encrypted file name lookup regression
Tyler Hicks
2010-08-27
1
-1
/
+0
*
ecryptfs: properly mark init functions
Jerome Marchand
2010-08-27
1
-1
/
+1
*
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
2010-06-16
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...
Linus Torvalds
2010-04-19
1
-19
/
+18
|
\
|
*
eCryptfs: Strip metadata in xattr flag in encrypted view
Tyler Hicks
2010-03-23
1
-4
/
+5
|
*
eCryptfs: Clear buffer before reading in metadata xattr
Tyler Hicks
2010-03-23
1
-0
/
+1
|
*
eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front
Tyler Hicks
2010-03-23
1
-14
/
+10
|
*
eCryptfs: Fix metadata in xattr feature regression
Tyler Hicks
2010-03-23
1
-3
/
+4
*
|
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
|
/
*
ecryptfs: use after free
Dan Carpenter
2010-01-19
1
-2
/
+2
*
eCryptfs: Propagate vfs_read and vfs_write return codes
Tyler Hicks
2009-09-23
1
-8
/
+11
*
eCryptfs: Filename encryption only supports password auth tokens
Tyler Hicks
2009-09-23
1
-2
/
+2
*
eCryptfs: Handle unrecognized tag 3 cipher codes
Tyler Hicks
2009-09-23
1
-0
/
+1
*
ecryptfs: improved dependency checking and reporting
Dave Hansen
2009-09-23
1
-2
/
+3
*
eCryptfs: Fix lockdep-reported AB-BA mutex issue
Roland Dreier
2009-09-23
1
-3
/
+5
*
ecryptfs: Remove unneeded locking that triggers lockdep false positives
Roland Dreier
2009-09-23
1
-2
/
+0
*
eCryptfs: Fix data corruption when using ecryptfs_passthrough
Tyler Hicks
2009-04-22
1
-19
/
+2
*
eCryptfs: NULL crypt_stat dereference during lookup
Tyler Hicks
2009-03-22
1
-4
/
+6
*
eCryptfs: Allocate a variable number of pages for file headers
Tyler Hicks
2009-03-22
1
-13
/
+26
*
eCryptfs: don't encrypt file key with filename key
Tyler Hicks
2009-03-14
1
-0
/
+2
*
eCryptfs: Regression in unencrypted filename symlinks
Tyler Hicks
2009-02-06
1
-2
/
+2
*
eCryptfs: Clean up ecryptfs_decode_from_filename()
Michael Halcrow
2009-01-06
1
-27
/
+24
*
eCryptfs: Fix data types (int/size_t)
Michael Halcrow
2009-01-06
1
-2
/
+2
*
eCryptfs: Replace %Z with %z
Michael Halcrow
2009-01-06
1
-4
/
+4
*
eCryptfs: Filename Encryption: filldir, lookup, and readlink
Michael Halcrow
2009-01-06
1
-94
/
+13
*
eCryptfs: Filename Encryption: Encoding and encryption functions
Michael Halcrow
2009-01-06
1
-0
/
+433
*
eCryptfs: Filename Encryption: Header updates
Michael Halcrow
2009-01-06
1
-2
/
+2
*
eCryptfs: Filename Encryption: Tag 70 packets
Michael Halcrow
2009-01-06
1
-5
/
+6
*
ecryptfs: fix memory corruption when storing crypto info in xattrs
Eric Sandeen
2008-10-30
1
-7
/
+8
*
eCryptfs: use page_alloc not kmalloc to get a page of memory
Eric Sandeen
2008-07-28
1
-12
/
+18
*
ecryptfs: crypto.c use unaligned byteorder helpers
Harvey Harrison
2008-07-24
1
-23
/
+14
*
ecryptfs: fix missed mutex_unlock
Cyrill Gorcunov
2008-05-24
1
-1
/
+1
*
ecryptfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-29
1
-16
/
+16
[next]