aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-12-13ubifs: Use fscrypt ioctl() helpersGravatar Richard Weinberger 2-24/+4
2016-12-13ubifs: Use FS_CFLG_OWN_PAGESGravatar Richard Weinberger 1-1/+1
2016-12-12ubifs: Raise write version to 5Gravatar Richard Weinberger 2-1/+20
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONGravatar Richard Weinberger 4-0/+50
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHGravatar Richard Weinberger 5-3/+21
2016-12-12ubifs: Use a random number for cookiesGravatar Richard Weinberger 2-0/+4
2016-12-12ubifs: Add full hash lookup supportGravatar Richard Weinberger 5-7/+98
2016-12-12ubifs: Rename tnc_read_node_nmGravatar Richard Weinberger 1-6/+6
2016-12-12ubifs: Add support for encrypted symlinksGravatar Richard Weinberger 3-13/+126
2016-12-12ubifs: Implement encrypted filenamesGravatar Richard Weinberger 8-197/+414
2016-12-12ubifs: Make r5 hash binary string awareGravatar Richard Weinberger 1-1/+1
2016-12-12ubifs: Relax checks in ubifs_validate_entry()Gravatar Richard Weinberger 1-1/+1
2016-12-12ubifs: Implement encrypt/decrypt for all IOGravatar Richard Weinberger 5-28/+152
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Gravatar Richard Weinberger 3-3/+8
2016-12-12ubifs: Introduce new data node field, compr_sizeGravatar Richard Weinberger 2-15/+2
2016-12-12ubifs: Enforce crypto policy in mmapGravatar Richard Weinberger 1-0/+9
2016-12-12ubifs: Massage assert in ubifs_xattr_set() wrt. fscryptoGravatar Richard Weinberger 1-1/+7
2016-12-12ubifs: Preload crypto context in ->lookup()Gravatar Richard Weinberger 1-0/+15
2016-12-12ubifs: Enforce crypto policy in ->link and ->renameGravatar Richard Weinberger 1-0/+17
2016-12-12ubifs: Implement file open operationGravatar Richard Weinberger 1-0/+30
2016-12-12ubifs: Implement directory open operationGravatar Richard Weinberger 1-0/+9
2016-12-12ubifs: Massage ubifs_listxattr() for encryption contextGravatar Richard Weinberger 1-4/+15
2016-12-12ubifs: Add skeleton for fscryptoGravatar Richard Weinberger 9-2/+178
2016-12-12ubifs: Define UBIFS crypto context xattrGravatar Richard Weinberger 1-0/+7
2016-12-12ubifs: Export xattr get and set functionsGravatar Richard Weinberger 2-17/+22
2016-12-12ubifs: Export ubifs_check_dir_empty()Gravatar Richard Weinberger 2-4/+5
2016-12-12ubifs: Remove some dead codeGravatar Christophe Jaillet 1-4/+0
2016-12-12ubifs: Use dirty_writeback_interval value for wbuf timerGravatar Rafał Miłecki 2-8/+4
2016-12-12ubifs: Drop softlimit and delta fields from struct ubifs_wbufGravatar Rafał Miłecki 2-13/+10
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLGravatar David Gstir 2-4/+4
2016-12-11fscrypt: Delay bounce page pool allocation until neededGravatar David Gstir 3-4/+9
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()Gravatar David Gstir 3-5/+8
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()Gravatar David Gstir 1-41/+52
2016-12-11fscrypt: Never allocate fscrypt_ctx on in-place encryptionGravatar David Gstir 1-11/+19
2016-12-11fscrypt: Use correct index in decrypt path.Gravatar David Gstir 1-1/+1
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hGravatar Theodore Ts'o 3-2/+73
2016-12-11fscrypt: unexport fscrypt_initialize()Gravatar Theodore Ts'o 2-1/+3
2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Gravatar Theodore Ts'o 3-5/+24
2016-12-11fscrypto: move ioctl processing more fully into common codeGravatar Eric Biggers 5-63/+32
2016-12-11fscrypto: remove unneeded Kconfig dependenciesGravatar Eric Biggers 1-2/+0
2016-11-13fscrypto: don't use on-stack buffer for key derivationGravatar Eric Biggers 1-3/+13
2016-11-13fscrypto: don't use on-stack buffer for filename encryptionGravatar Eric Biggers 1-32/+21
2016-11-13fscrypt: Let fs select encryption index/tweakGravatar David Gstir 4-9/+14
2016-11-13fscrypt: Constify struct inode pointerGravatar David Gstir 2-7/+7
2016-11-13fscrypt: Enable partial page encryptionGravatar David Gstir 4-19/+33
2016-11-13fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesGravatar David Gstir 2-7/+9
2016-11-13fscrypt: Add in-place encryption modeGravatar David Gstir 1-10/+15
2016-11-04Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 2-19/+24
2016-11-04Merge branch 'for-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Linus Torvalds 5-9/+29
2016-11-04Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+17