summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ubifs: Use a random number for cookiesRichard Weinberger2016-12-122-0/+4
* ubifs: Add full hash lookup supportRichard Weinberger2016-12-125-7/+98
* ubifs: Rename tnc_read_node_nmRichard Weinberger2016-12-121-6/+6
* ubifs: Add support for encrypted symlinksRichard Weinberger2016-12-123-13/+126
* ubifs: Implement encrypted filenamesRichard Weinberger2016-12-128-197/+414
* ubifs: Make r5 hash binary string awareRichard Weinberger2016-12-121-1/+1
* ubifs: Relax checks in ubifs_validate_entry()Richard Weinberger2016-12-121-1/+1
* ubifs: Implement encrypt/decrypt for all IORichard Weinberger2016-12-125-28/+152
* ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger2016-12-123-3/+8
* ubifs: Introduce new data node field, compr_sizeRichard Weinberger2016-12-122-15/+2
* ubifs: Enforce crypto policy in mmapRichard Weinberger2016-12-121-0/+9
* ubifs: Massage assert in ubifs_xattr_set() wrt. fscryptoRichard Weinberger2016-12-121-1/+7
* ubifs: Preload crypto context in ->lookup()Richard Weinberger2016-12-121-0/+15
* ubifs: Enforce crypto policy in ->link and ->renameRichard Weinberger2016-12-121-0/+17
* ubifs: Implement file open operationRichard Weinberger2016-12-121-0/+30
* ubifs: Implement directory open operationRichard Weinberger2016-12-121-0/+9
* ubifs: Massage ubifs_listxattr() for encryption contextRichard Weinberger2016-12-121-4/+15
* ubifs: Add skeleton for fscryptoRichard Weinberger2016-12-129-2/+178
* ubifs: Define UBIFS crypto context xattrRichard Weinberger2016-12-121-0/+7
* ubifs: Export xattr get and set functionsRichard Weinberger2016-12-122-17/+22
* ubifs: Export ubifs_check_dir_empty()Richard Weinberger2016-12-122-4/+5
* ubifs: Remove some dead codeChristophe Jaillet2016-12-121-4/+0
* ubifs: Use dirty_writeback_interval value for wbuf timerRafał Miłecki2016-12-122-8/+4
* ubifs: Drop softlimit and delta fields from struct ubifs_wbufRafał Miłecki2016-12-122-13/+10
* fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir2016-12-113-5/+4
* fscrypt: Delay bounce page pool allocation until neededDavid Gstir2016-12-114-5/+9
* fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-114-6/+9
* fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir2016-12-112-45/+56
* fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir2016-12-111-11/+19
* fscrypt: Use correct index in decrypt path.David Gstir2016-12-111-1/+1
* fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o2016-12-112-14/+14
* fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o2016-12-114-67/+76
* fscrypt: unexport fscrypt_initialize()Theodore Ts'o2016-12-113-2/+3
* fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o2016-12-114-6/+24
* fscrypto: move ioctl processing more fully into common codeEric Biggers2016-12-116-69/+38
* fscrypto: remove unneeded Kconfig dependenciesEric Biggers2016-12-111-2/+0
* MAINTAINERS: fscrypto: recommend linux-fsdevel for fscrypto patchesEric Biggers2016-12-111-0/+1
* fscrypto: don't use on-stack buffer for key derivationEric Biggers2016-11-141-3/+13
* fscrypto: don't use on-stack buffer for filename encryptionEric Biggers2016-11-141-32/+21
* fscrypt: Let fs select encryption index/tweakDavid Gstir2016-11-145-13/+19
* fscrypt: Constify struct inode pointerDavid Gstir2016-11-143-18/+18
* fscrypt: Enable partial page encryptionDavid Gstir2016-11-145-24/+44
* fscrypt: Allow fscrypt_decrypt_page() to function with non-writeback pagesDavid Gstir2016-11-143-9/+12
* fscrypt: Add in-place encryption modeDavid Gstir2016-11-142-10/+21
* Linux 4.9-rc4v4.9-rc4Linus Torvalds2016-11-061-1/+1
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-11-051-1/+1
|\
| * i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-041-1/+1
| |
| \
*-. \ Merge branches 'sched-urgent-for-linus' and 'core-urgent-for-linus' of git://...Linus Torvalds2016-11-052-9/+7
|\ \ \
| | * | fork: Add task stack refcounting sanity check and prevent premature task stac...Andy Lutomirski2016-11-011-0/+4
| * | | sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0