summaryrefslogtreecommitdiffstats
path: root/fs/crypto/crypto.c
AgeCommit message (Expand)Author
2017-03-30fscrypt: remove broken support for detecting keyring key revocationEric Biggers
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-11fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir
2016-12-11fscrypt: Use correct index in decrypt path.David Gstir
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o
2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o
2016-11-13fscrypt: Let fs select encryption index/tweakDavid Gstir
2016-11-13fscrypt: Constify struct inode pointerDavid Gstir
2016-11-13fscrypt: Enable partial page encryptionDavid Gstir
2016-11-13fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir
2016-11-13fscrypt: Add in-place encryption modeDavid Gstir
2016-10-12fscrypto: make XTS tweak initialization endian-independentEric Biggers
2016-09-15fscrypto: rename completion callbacks to reflect usageEric Biggers
2016-09-15fscrypto: remove unnecessary includesEric Biggers
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie
2016-06-07block/fs/drivers: remove rw argument from submit_bioMike Christie
2016-04-12ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim
2016-04-12fscrypto: don't let data integrity writebacks fail with ENOMEMJaegeuk Kim
2016-04-12fscrypto: use dget_parent() in fscrypt_d_revalidate()Jaegeuk Kim
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-26f2fs/crypto: fix xts_tweak initializationLinus Torvalds
2016-03-21Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds
2016-03-17fs crypto: move per-file encryption from f2fs tree to fs/cryptoJaegeuk Kim