VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-05-13
fs: ecryptfs: remove BUG_ON from crypt_scatterlist
Phillip Potter
2021-05-13
Revert "ecryptfs: replace BUG_ON with error handling code"
Greg Kroah-Hartman
2021-04-19
ecryptfs: Fix typo in message
Sascha Hauer
2021-04-19
ecryptfs: crypto: Supply some missing param descriptions and demote abuses
Lee Jones
2021-04-19
Merge tag 'v5.12-rc7' into ecryptfs/next
Tyler Hicks
2021-01-30
ecryptfs: use DEFINE_MUTEX() for mutex lock
Zheng Yongjun
2021-01-24
xattr: handle idmapped mounts
Tycho Andersen
2020-05-08
ecryptfs: use crypto_shash_tfm_digest()
Eric Biggers
2020-02-17
Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2020-02-14
ecryptfs: replace BUG_ON with error handling code
Aditya Pakki
2019-12-11
crypto: skcipher - remove crypto_skcipher::keysize
Eric Biggers
2019-07-14
Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2019-07-02
ecryptfs: Change return type of ecryptfs_process_flags
Hariprasad Kelam
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-04-25
crypto: shash - remove shash_desc::flags
Eric Biggers
2019-02-16
eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly file
Robbie Ko
2019-02-16
eCryptfs: fix a couple type promotion bugs
Dan Carpenter
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
2018-04-16
eCryptfs: don't pass up plaintext names when using filename encryption
Tyler Hicks
2017-11-06
ecryptfs: use ARRAY_SIZE
Jérémy Lefaure
2017-11-06
ecryptfs: Adjust four checks for null pointers
Markus Elfring
2017-11-06
ecryptfs: Delete 21 error messages for a failed memory allocation
Markus Elfring
2017-11-04
ecryptfs: remove private bin2hex implementation
Rasmus Villemoes
2016-06-20
ecryptfs: fix spelling mistakes
Chris J Arges
2016-06-20
eCryptfs: fix typos in comment
Wei Yuan
2016-05-27
switch ->setxattr() to passing dentry and inode separately
Al Viro
2016-05-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-05-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2016-04-20
eCryptfs: Do not allocate hash tfm in NORECLAIM context
Herbert Xu
2016-04-11
->getxattr(): pass dentry and inode as separate arguments
Al Viro
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-03-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2016-02-22
ecryptfs_encrypt_and_encode_filename(): drop unused argument
Al Viro
2016-01-27
eCryptfs: Use skcipher and shash
Herbert Xu
2015-08-18
eCryptfs: Delete a check before the function call "key_put"
Markus Elfring
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2014-12-19
Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2014-11-26
eCryptfs: Remove buggy and unnecessary write in file name decode routine
Michael Halcrow
2014-11-19
kill f_dentry uses
Al Viro
2013-11-15
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-10-24
eCryptfs: fix 32 bit corruption issue
Colin Ian King
2013-09-06
ecryptfs: avoid ctx initialization race
Kees Cook
2013-09-06
ecryptfs: remove check for if an array is NULL
Dan Carpenter
2013-07-11
Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
Linus Torvalds
2013-06-29
ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sb
Al Viro
2013-06-07
eCryptfs: Make extent and scatterlist crypt function parameters similar
Tyler Hicks
2013-06-07
eCryptfs: Collapse crypt_page_offset() into crypt_extent()
Tyler Hicks
2013-06-07
eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()
Tyler Hicks
2013-06-07
eCryptfs: Combine page_offset crypto functions
Tyler Hicks
2013-06-07
eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()
Tyler Hicks
2013-06-07
eCryptfs: Decrypt pages in-place
Tyler Hicks
2013-06-07
eCryptfs: Accept one offset parameter in page offset crypto functions
Tyler Hicks
2013-06-07
eCryptfs: Simplify lower file offset calculation
Tyler Hicks
2013-06-07
eCryptfs: Read/write entire page during page IO
Tyler Hicks
2013-06-07
eCryptfs: Use entire helper page during page crypto operations
Tyler Hicks
2013-05-09
eCryptfs: Use the ablkcipher crypto API
Tyler Hicks
2013-01-28
eCryptfs: remove unneeded checks in virt_to_scatterlist()
Dan Carpenter
2012-12-18
fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() static
Cong Ding
2012-02-16
eCryptfs: Improve statfs reporting
Tyler Hicks
2012-01-25
eCryptfs: Fix oops when printing debug info in extent crypto functions
Tyler Hicks
2012-01-25
ecryptfs: Remove unnecessary variable initialization
Tim Gardner
2012-01-25
ecryptfs: Improve metadata read failure logging
Tim Gardner
2011-11-23
eCryptfs: Extend array bounds for all filename chars
Tyler Hicks
2011-11-23
eCryptfs: Prevent file create race condition
Tyler Hicks
2011-05-29
eCryptfs: Remove ecryptfs_header_cache_2
Tyler Hicks
2011-05-29
eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()
Tyler Hicks
2011-05-29
eCryptfs: Return useful code from contains_ecryptfs_marker
Tyler Hicks
2011-05-29
eCryptfs: Fix new inode race condition
Tyler Hicks
2011-04-25
eCryptfs: Handle failed metadata read in lookup
Tyler Hicks
2011-03-28
eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_stat
Roberto Sassu
2011-03-28
eCryptfs: Remove unnecessary grow_file() function
Tyler Hicks
2011-01-17
ecryptfs: Fix ecryptfs_printk() size_t warnings
Tyler Hicks
2011-01-17
fs/ecryptfs: Add printf format/argument verification and fix fallout
Joe Perches
2010-08-27
eCryptfs: Fix encrypted file name lookup regression
Tyler Hicks
2010-08-27
ecryptfs: properly mark init functions
Jerome Marchand
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
2010-04-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
Linus Torvalds
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2010-03-23
eCryptfs: Strip metadata in xattr flag in encrypted view
Tyler Hicks
2010-03-23
eCryptfs: Clear buffer before reading in metadata xattr
Tyler Hicks
2010-03-23
eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_front
Tyler Hicks
2010-03-23
eCryptfs: Fix metadata in xattr feature regression
Tyler Hicks
2010-01-19
ecryptfs: use after free
Dan Carpenter
2009-09-23
eCryptfs: Propagate vfs_read and vfs_write return codes
Tyler Hicks
2009-09-23
eCryptfs: Filename encryption only supports password auth tokens
Tyler Hicks
2009-09-23
eCryptfs: Handle unrecognized tag 3 cipher codes
Tyler Hicks
2009-09-23
ecryptfs: improved dependency checking and reporting
Dave Hansen
2009-09-23
eCryptfs: Fix lockdep-reported AB-BA mutex issue
Roland Dreier
2009-09-23
ecryptfs: Remove unneeded locking that triggers lockdep false positives
Roland Dreier
2009-04-22
eCryptfs: Fix data corruption when using ecryptfs_passthrough
Tyler Hicks
2009-03-22
eCryptfs: NULL crypt_stat dereference during lookup
Tyler Hicks
2009-03-22
eCryptfs: Allocate a variable number of pages for file headers
Tyler Hicks
2009-03-14
eCryptfs: don't encrypt file key with filename key
Tyler Hicks
2009-02-06
eCryptfs: Regression in unencrypted filename symlinks
Tyler Hicks
2009-01-06
eCryptfs: Clean up ecryptfs_decode_from_filename()
Michael Halcrow
2009-01-06
eCryptfs: Fix data types (int/size_t)
Michael Halcrow
2009-01-06
eCryptfs: Replace %Z with %z
Michael Halcrow
2009-01-06
eCryptfs: Filename Encryption: filldir, lookup, and readlink
Michael Halcrow
2009-01-06
eCryptfs: Filename Encryption: Encoding and encryption functions
Michael Halcrow
2009-01-06
eCryptfs: Filename Encryption: Header updates
Michael Halcrow
2009-01-06
eCryptfs: Filename Encryption: Tag 70 packets
Michael Halcrow
2008-10-30
ecryptfs: fix memory corruption when storing crypto info in xattrs
Eric Sandeen
2008-07-28
eCryptfs: use page_alloc not kmalloc to get a page of memory
Eric Sandeen
2008-07-24
ecryptfs: crypto.c use unaligned byteorder helpers
Harvey Harrison
2008-05-24
ecryptfs: fix missed mutex_unlock
Cyrill Gorcunov
2008-04-29
ecryptfs: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-29
remove ecryptfs_header_cache_0
Adrian Bunk
2008-02-06
ecryptfs: check for existing key_tfm at mount time
Eric Sandeen
2008-02-06
eCryptfs: change the type of cipher_code from u16 to u8
Trevor Highland
2008-02-06
eCryptfs: Minor fixes to printk messages
Michael Halcrow
2008-02-06
eCryptfs: set inode key only once per crypto operation
Trevor Highland
2008-02-06
eCryptfs: track header bytes rather than extents
Michael Halcrow
2008-02-06
fs/ecryptfs/: possible cleanups
Adrian Bunk
2007-12-23
ecryptfs: fix unlocking in error paths
Eric Sandeen
2007-12-23
ecryptfs: fix string overflow on long cipher names
Eric Sandeen
2007-11-05
eCryptfs: release mutex on hash error path
Michael Halcrow
2007-11-05
eCryptfs: increment extent_offset once per loop interation
Michael Halcrow
2007-10-27
[CRYPTO] users: Fix up scatterlist conversion errors
Herbert Xu
2007-10-24
SG: Change sg_set_page() to take length and offset argument
Jens Axboe
2007-10-22
Update fs/ to use sg helpers
Jens Axboe
2007-10-16
ecryptfs: clean up page flag handling
Michael Halcrow
2007-10-16
eCryptfs: replace magic numbers
Michael Halcrow
2007-10-16
eCryptfs: remove unused functions and kmem_cache
Michael Halcrow
2007-10-16
eCryptfs: fix data types
Michael Halcrow
2007-10-16
eCryptfs: make open, truncate, and setattr use persistent file
Michael Halcrow
2007-10-16
eCryptfs: update metadata read/write functions
Michael Halcrow
2007-10-16
eCryptfs: replace encrypt, decrypt, and inode size write
Michael Halcrow
2007-10-16
eCryptfs: remove assignments in if-statements
Michael Halcrow
2007-10-16
eCryptfs: remove header_extent_size
Michael Halcrow
2007-10-16
eCryptfs: make needlessly global symbols static
Michael Halcrow
2007-10-16
eCryptfs: kerneldoc fixes for crypto.c and keystore.c
Michael Halcrow
2007-10-16
eCryptfs: grammatical fix (destruct to destroy)
Michael Halcrow
2007-10-16
eCryptfs: collapse flag set into one statement
Michael Halcrow
2007-10-16
eCryptfs: remove unnecessary BUG_ON
Michael Halcrow
2007-10-16
eCryptfs: update comment and debug statement
Michael Halcrow
2007-10-16
eCryptfs: add key list structure; search keyring
Michael Halcrow
2007-02-12
[PATCH] eCryptfs: open-code flag checking and manipulation
Michael Halcrow
2007-02-12
[PATCH] eCryptfs: convert kmap() to kmap_atomic()
Michael Halcrow
2007-02-12
[PATCH] eCryptfs: convert f_op->write() to vfs_write()
Michael Halcrow
2007-02-12
[PATCH] eCryptfs: Encrypted passthrough
Michael Halcrow
2007-02-12
[PATCH] eCryptfs: Generalize metadata read/write
Michael Halcrow
2007-02-12
[PATCH] eCryptfs: xattr flags and mount options
Michael Halcrow
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2007-02-07
[CRYPTO] api: Remove deprecated interface
Herbert Xu
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
2006-12-07
[PATCH] slab: remove SLAB_USER
Christoph Lameter
2006-11-28
[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error check
Akinobu Mita
2006-11-03
[PATCH] eCryptfs: Fix pointer deref
Michael Halcrow
2006-10-31
[PATCH] eCryptfs: Consolidate lower dentry_open's
Michael Halcrow
2006-10-31
[PATCH] eCryptfs: Cipher code to new crypto API
Michael Halcrow
2006-10-31
[PATCH] eCryptfs: Hash code to new crypto API
Michael Halcrow
2006-10-31
[PATCH] eCryptfs: Clean up crypto initialization
Michael Halcrow
2006-10-04
[PATCH] ecryptfs: fs/Makefile and fs/Kconfig
Michael Halcrow