aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/crypto.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-23fs: Create a generic is_dot_dotdot() utilityChuck Lever1-10/+0
2023-07-10fs/ecryptfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco1-4/+4
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-27/+3
2023-02-13fs: ecryptfs: Use crypto_wait_reqHerbert Xu1-27/+3
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2021-05-13fs: ecryptfs: remove BUG_ON from crypt_scatterlistPhillip Potter1-2/+0
2021-05-13Revert "ecryptfs: replace BUG_ON with error handling code"Greg Kroah-Hartman1-4/+2
2021-04-19ecryptfs: Fix typo in messageSascha Hauer1-1/+1
2021-04-19ecryptfs: crypto: Supply some missing param descriptions and demote abusesLee Jones1-10/+10
2021-04-19Merge tag 'v5.12-rc7' into ecryptfs/nextTyler Hicks1-2/+2
2021-01-30ecryptfs: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2021-01-24xattr: handle idmapped mountsTycho Andersen1-2/+2
2020-05-08ecryptfs: use crypto_shash_tfm_digest()Eric Biggers1-16/+1
2020-02-17Merge tag 'ecryptfs-5.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2020-02-14ecryptfs: replace BUG_ON with error handling codeAditya Pakki1-2/+4
2019-12-11crypto: skcipher - remove crypto_skcipher::keysizeEric Biggers1-1/+1
2019-07-14Merge tag 'ecryptfs-5.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-17/+25
2019-07-02ecryptfs: Change return type of ecryptfs_process_flagsHariprasad Kelam1-11/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-02-16eCryptfs: fix permission denied with ecryptfs_xattr mount option when create ...Robbie Ko1-2/+15
2019-02-16eCryptfs: fix a couple type promotion bugsDan Carpenter1-4/+8
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+3
2018-04-16eCryptfs: don't pass up plaintext names when using filename encryptionTyler Hicks1-13/+28
2017-11-06ecryptfs: use ARRAY_SIZEJérémy Lefaure1-4/+3
2017-11-06ecryptfs: Adjust four checks for null pointersMarkus Elfring1-3/+3
2017-11-06ecryptfs: Delete 21 error messages for a failed memory allocationMarkus Elfring1-16/+0
2017-11-04ecryptfs: remove private bin2hex implementationRasmus Villemoes1-15/+0
2016-06-20ecryptfs: fix spelling mistakesChris J Arges1-2/+2
2016-06-20eCryptfs: fix typos in commentWei Yuan1-2/+2
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro1-4/+5
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+4
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-16/+16
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro1-1/+4
2016-04-20eCryptfs: Do not allocate hash tfm in NORECLAIM contextHerbert Xu1-16/+16
2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro1-1/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-11/+11
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-18/+9
2016-02-22ecryptfs_encrypt_and_encode_filename(): drop unused argumentAl Viro1-18/+9
2016-01-27eCryptfs: Use skcipher and shashHerbert Xu1-59/+48
2015-08-18eCryptfs: Delete a check before the function call "key_put"Markus Elfring1-2/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-12-19Merge tag 'ecryptfs-3.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-11-26eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2014-11-19kill f_dentry usesAl Viro1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-24eCryptfs: fix 32 bit corruption issueColin Ian King1-1/+1
2013-09-06ecryptfs: avoid ctx initialization raceKees Cook1-6/+6
2013-09-06ecryptfs: remove check for if an array is NULLDan Carpenter1-4/+0
2013-07-11Merge tag 'ecryptfs-3.11-rc1-cleanup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-259/+78
2013-06-29ecryptfs: switch ecryptfs_decode_and_decrypt_filename() from dentry to sbAl Viro1-3/+2
2013-06-07eCryptfs: Make extent and scatterlist crypt function parameters similarTyler Hicks1-8/+8
2013-06-07eCryptfs: Collapse crypt_page_offset() into crypt_extent()Tyler Hicks1-36/+14
2013-06-07eCryptfs: Merge ecryptfs_encrypt_extent() and ecryptfs_decrypt_extent()Tyler Hicks1-54/+20
2013-06-07eCryptfs: Combine page_offset crypto functionsTyler Hicks1-51/+18
2013-06-07eCryptfs: Combine encrypt_scatterlist() and decrypt_scatterlist()Tyler Hicks1-86/+20
2013-06-07eCryptfs: Decrypt pages in-placeTyler Hicks1-16/+5
2013-06-07eCryptfs: Accept one offset parameter in page offset crypto functionsTyler Hicks1-26/+16
2013-06-07eCryptfs: Simplify lower file offset calculationTyler Hicks1-11/+7
2013-06-07eCryptfs: Read/write entire page during page IOTyler Hicks1-35/+31
2013-06-07eCryptfs: Use entire helper page during page crypto operationsTyler Hicks1-13/+16
2013-05-09eCryptfs: Use the ablkcipher crypto APITyler Hicks1-40/+101
2013-01-28eCryptfs: remove unneeded checks in virt_to_scatterlist()Dan Carpenter1-6/+3
2012-12-18fs/ecryptfs/crypto.c: make ecryptfs_encode_for_filename() staticCong Ding1-1/+1
2012-02-16eCryptfs: Improve statfs reportingTyler Hicks1-7/+61
2012-01-25eCryptfs: Fix oops when printing debug info in extent crypto functionsTyler Hicks1-40/+0
2012-01-25ecryptfs: Remove unnecessary variable initializationTim Gardner1-2/+3
2012-01-25ecryptfs: Improve metadata read failure loggingTim Gardner1-3/+6
2011-11-23eCryptfs: Extend array bounds for all filename charsTyler Hicks1-2/+2
2011-11-23eCryptfs: Prevent file create race conditionTyler Hicks1-10/+12
2011-05-29eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks1-4/+3
2011-05-29eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks1-24/+21
2011-05-29eCryptfs: Return useful code from contains_ecryptfs_markerTyler Hicks1-16/+10
2011-05-29eCryptfs: Fix new inode race conditionTyler Hicks1-2/+2
2011-04-25eCryptfs: Handle failed metadata read in lookupTyler Hicks1-0/+21
2011-03-28eCryptfs: removed num_global_auth_toks from ecryptfs_mount_crypt_statRoberto Sassu1-1/+0
2011-03-28eCryptfs: Remove unnecessary grow_file() functionTyler Hicks1-0/+1
2011-01-17ecryptfs: Fix ecryptfs_printk() size_t warningsTyler Hicks1-2/+2
2011-01-17fs/ecryptfs: Add printf format/argument verification and fix falloutJoe Perches1-14/+12
2010-08-27eCryptfs: Fix encrypted file name lookup regressionTyler Hicks1-1/+0
2010-08-27ecryptfs: properly mark init functionsJerome Marchand1-1/+1
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-04-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds1-19/+18
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23eCryptfs: Strip metadata in xattr flag in encrypted viewTyler Hicks1-4/+5
2010-03-23eCryptfs: Clear buffer before reading in metadata xattrTyler Hicks1-0/+1
2010-03-23eCryptfs: Rename ecryptfs_crypt_stat.num_header_bytes_at_frontTyler Hicks1-14/+10
2010-03-23eCryptfs: Fix metadata in xattr feature regressionTyler Hicks1-3/+4
2010-01-19ecryptfs: use after freeDan Carpenter1-2/+2
2009-09-23eCryptfs: Propagate vfs_read and vfs_write return codesTyler Hicks1-8/+11
2009-09-23eCryptfs: Filename encryption only supports password auth tokensTyler Hicks1-2/+2
2009-09-23eCryptfs: Handle unrecognized tag 3 cipher codesTyler Hicks1-0/+1
2009-09-23ecryptfs: improved dependency checking and reportingDave Hansen1-2/+3
2009-09-23eCryptfs: Fix lockdep-reported AB-BA mutex issueRoland Dreier1-3/+5
2009-09-23ecryptfs: Remove unneeded locking that triggers lockdep false positivesRoland Dreier1-2/+0
2009-04-22eCryptfs: Fix data corruption when using ecryptfs_passthroughTyler Hicks1-19/+2
2009-03-22eCryptfs: NULL crypt_stat dereference during lookupTyler Hicks1-4/+6
2009-03-22eCryptfs: Allocate a variable number of pages for file headersTyler Hicks1-13/+26
2009-03-14eCryptfs: don't encrypt file key with filename keyTyler Hicks1-0/+2
2009-02-06eCryptfs: Regression in unencrypted filename symlinksTyler Hicks1-2/+2
2009-01-06eCryptfs: Clean up ecryptfs_decode_from_filename()Michael Halcrow1-27/+24
2009-01-06eCryptfs: Fix data types (int/size_t)Michael Halcrow1-2/+2
2009-01-06eCryptfs: Replace %Z with %zMichael Halcrow1-4/+4
2009-01-06eCryptfs: Filename Encryption: filldir, lookup, and readlinkMichael Halcrow1-94/+13
2009-01-06eCryptfs: Filename Encryption: Encoding and encryption functionsMichael Halcrow1-0/+433
2009-01-06eCryptfs: Filename Encryption: Header updatesMichael Halcrow1-2/+2
2009-01-06eCryptfs: Filename Encryption: Tag 70 packetsMichael Halcrow1-5/+6
2008-10-30ecryptfs: fix memory corruption when storing crypto info in xattrsEric Sandeen1-7/+8
2008-07-28eCryptfs: use page_alloc not kmalloc to get a page of memoryEric Sandeen1-12/+18
2008-07-24ecryptfs: crypto.c use unaligned byteorder helpersHarvey Harrison1-23/+14
2008-05-24ecryptfs: fix missed mutex_unlockCyrill Gorcunov1-1/+1
2008-04-29ecryptfs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-16/+16
2008-04-29remove ecryptfs_header_cache_0Adrian Bunk1-1/+0
2008-02-06ecryptfs: check for existing key_tfm at mount timeEric Sandeen1-14/+53
2008-02-06eCryptfs: change the type of cipher_code from u16 to u8Trevor Highland1-4/+4
2008-02-06eCryptfs: Minor fixes to printk messagesMichael Halcrow1-3/+4
2008-02-06eCryptfs: set inode key only once per crypto operationTrevor Highland1-2/+5
2008-02-06eCryptfs: track header bytes rather than extentsMichael Halcrow1-63/+35
2008-02-06fs/ecryptfs/: possible cleanupsAdrian Bunk1-4/+4
2007-12-23ecryptfs: fix unlocking in error pathsEric Sandeen1-4/+4
2007-12-23ecryptfs: fix string overflow on long cipher namesEric Sandeen1-0/+1
2007-11-05eCryptfs: release mutex on hash error pathMichael Halcrow1-4/+22
2007-11-05eCryptfs: increment extent_offset once per loop interationMichael Halcrow1-2/+0
2007-10-27[CRYPTO] users: Fix up scatterlist conversion errorsHerbert Xu1-0/+2
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-16/+7
2007-10-22Update fs/ to use sg helpersJens Axboe1-5/+11
2007-10-16ecryptfs: clean up page flag handlingMichael Halcrow1-8/+4
2007-10-16eCryptfs: replace magic numbersMichael Halcrow1-3/+3
2007-10-16eCryptfs: remove unused functions and kmem_cacheMichael Halcrow1-150/+0
2007-10-16eCryptfs: fix data typesMichael Halcrow1-10/+11
2007-10-16eCryptfs: make open, truncate, and setattr use persistent fileMichael Halcrow1-1/+1
2007-10-16eCryptfs: update metadata read/write functionsMichael Halcrow1-68/+59
2007-10-16eCryptfs: replace encrypt, decrypt, and inode size writeMichael Halcrow1-192/+235
2007-10-16eCryptfs: remove assignments in if-statementsMichael Halcrow1-7/+10
2007-10-16eCryptfs: remove header_extent_sizeMichael Halcrow1-20/+20
2007-10-16eCryptfs: make needlessly global symbols staticMichael Halcrow1-4/+4
2007-10-16eCryptfs: kerneldoc fixes for crypto.c and keystore.cMichael Halcrow1-17/+52
2007-10-16eCryptfs: grammatical fix (destruct to destroy)Michael Halcrow1-4/+4
2007-10-16eCryptfs: collapse flag set into one statementMichael Halcrow1-2/+1
2007-10-16eCryptfs: remove unnecessary BUG_ONMichael Halcrow1-3/+0
2007-10-16eCryptfs: update comment and debug statementMichael Halcrow1-2/+0
2007-10-16eCryptfs: add key list structure; search keyringMichael Halcrow1-34/+174
2007-02-12[PATCH] eCryptfs: open-code flag checking and manipulationMichael Halcrow1-22/+15
2007-02-12[PATCH] eCryptfs: convert kmap() to kmap_atomic()Michael Halcrow1-4/+4
2007-02-12[PATCH] eCryptfs: convert f_op->write() to vfs_write()Michael Halcrow1-5/+22
2007-02-12[PATCH] eCryptfs: Encrypted passthroughMichael Halcrow1-4/+11
2007-02-12[PATCH] eCryptfs: Generalize metadata read/writeMichael Halcrow1-56/+178
2007-02-12[PATCH] eCryptfs: xattr flags and mount optionsMichael Halcrow1-0/+20
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+2
2007-02-07[CRYPTO] api: Remove deprecated interfaceHerbert Xu1-3/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-12-07[PATCH] slab: remove SLAB_USERChristoph Lameter1-2/+2
2006-11-28[PATCH] ecryptfs: fix crypto_alloc_blkcipher() error checkAkinobu Mita1-1/+2
2006-11-03[PATCH] eCryptfs: Fix pointer derefMichael Halcrow1-1/+1
2006-10-31[PATCH] eCryptfs: Consolidate lower dentry_open'sMichael Halcrow1-12/+12
2006-10-31[PATCH] eCryptfs: Cipher code to new crypto APIMichael Halcrow1-21/+71
2006-10-31[PATCH] eCryptfs: Hash code to new crypto APIMichael Halcrow1-15/+21
2006-10-31[PATCH] eCryptfs: Clean up crypto initializationMichael Halcrow1-54/+12
2006-10-04[PATCH] ecryptfs: fs/Makefile and fs/KconfigMichael Halcrow1-0/+1659