aboutsummaryrefslogtreecommitdiff
path: root/fs/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-09-30fscrypto: use standard macros to compute length of fname ciphertextGravatar Eric Biggers 1-12/+5
2016-09-15fscrypto: make filename crypto functions return 0 on successGravatar Eric Biggers 1-24/+32
2016-09-15fscrypto: rename completion callbacks to reflect usageGravatar Eric Biggers 2-9/+11
2016-09-15fscrypto: remove unnecessary includesGravatar Eric Biggers 3-6/+0
2016-09-15fscrypto: improved validation when loading inode encryption metadataGravatar Eric Biggers 1-23/+45
2016-09-10fscrypto: require write access to mount to set encryption policyGravatar Eric Biggers 1-13/+25
2016-09-09fscrypto: only allow setting encryption policy on directoriesGravatar Eric Biggers 1-0/+2
2016-09-09fscrypto: add authorization check for setting encryption policyGravatar Eric Biggers 1-0/+3
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-1/+1
2016-06-07block/fs/drivers: remove rw argument from submit_bioGravatar Mike Christie 1-1/+2
2016-05-07fscrypto/f2fs: allow fs-specific key prefix for fs encryptionGravatar Jaegeuk Kim 1-44/+76
2016-04-12ext4/fscrypto: avoid RCU lookup in d_revalidateGravatar Jaegeuk Kim 1-0/+4
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMGravatar Jaegeuk Kim 1-16/+20
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Gravatar Jaegeuk Kim 1-3/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-03-26f2fs/crypto: fix xts_tweak initializationGravatar Linus Torvalds 1-1/+1
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Gravatar Linus Torvalds 6-0/+1501
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoGravatar Jaegeuk Kim 6-0/+1511