Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-11-14 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-18 | fscrypt: remove ->is_encrypted() | Eric Biggers | 1 | -1/+0 |
2017-07-14 | ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs | Xiaolei Li | 1 | -1/+6 |
2017-02-08 | fscrypt: constify struct fscrypt_operations | Eric Biggers | 1 | -1/+1 |
2017-01-08 | fscrypt: make fscrypt_operations.key_prefix a string | Eric Biggers | 1 | -10/+1 |
2016-12-13 | ubifs: Use FS_CFLG_OWN_PAGES | Richard Weinberger | 1 | -1/+1 |
2016-12-12 | ubifs: Implement encrypt/decrypt for all IO | Richard Weinberger | 1 | -0/+51 |
2016-12-12 | ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() | Richard Weinberger | 1 | -1/+1 |
2016-12-12 | ubifs: Add skeleton for fscrypto | Richard Weinberger | 1 | -0/+46 |