summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2019-09-1830-68/+2859
|\
| * f2fs: add fs-verity supportEric Biggers2019-08-129-15/+392
| * ext4: add fs-verity read supportEric Biggers2019-08-124-36/+188
| * ext4: add basic fs-verity supportEric Biggers2019-08-128-17/+457
| * fs-verity: support builtin file signaturesEric Biggers2019-08-128-14/+269
| * fs-verity: add SHA-512 supportEric Biggers2019-08-122-1/+6
| * fs-verity: implement FS_IOC_MEASURE_VERITY ioctlEric Biggers2019-08-122-0/+58
| * fs-verity: implement FS_IOC_ENABLE_VERITY ioctlEric Biggers2019-08-122-1/+365
| * fs-verity: add data verification hooks for ->readpages()Eric Biggers2019-07-285-1/+296
| * fs-verity: add the hook for file ->setattr()Eric Biggers2019-07-281-0/+21
| * fs-verity: add the hook for file ->open()Eric Biggers2019-07-284-3/+378
| * fs-verity: add Kconfig and the helper functions for hashingEric Biggers2019-07-287-0/+449
* | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2019-09-1819-817/+2961
|\ \
| * | ext4 crypto: fix to check feature status before get policyChao Yu2019-08-311-0/+2
| * | ubifs: wire up new fscrypt ioctlsEric Biggers2019-08-122-0/+31
| * | f2fs: wire up new fscrypt ioctlsEric Biggers2019-08-122-0/+60
| * | ext4: wire up new fscrypt ioctlsEric Biggers2019-08-122-0/+33
| * | fscrypt: require that key be added when setting a v2 encryption policyEric Biggers2019-08-123-1/+63
| * | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctlEric Biggers2019-08-121-5/+24
| * | fscrypt: allow unprivileged users to add/remove keys for v2 policiesEric Biggers2019-08-123-33/+336
| * | fscrypt: v2 encryption policy supportEric Biggers2019-08-127-185/+684
| * | fscrypt: add an HKDF-SHA512 implementationEric Biggers2019-08-124-0/+199
| * | fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctlEric Biggers2019-08-121-0/+63
| * | fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctlEric Biggers2019-08-123-5/+411
| * | fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctlEric Biggers2019-08-126-3/+393
| * | fscrypt: rename keyinfo.c to keysetup.cEric Biggers2019-08-123-2/+2
| * | fscrypt: move v1 policy key setup to keysetup_v1.cEric Biggers2019-08-124-322/+369
| * | fscrypt: refactor key setup code in preparation for v2 policiesEric Biggers2019-08-122-112/+146
| * | fscrypt: rename fscrypt_master_key to fscrypt_direct_keyEric Biggers2019-08-122-69/+68
| * | fscrypt: add ->ci_inode to fscrypt_infoEric Biggers2019-08-122-0/+5
| * | fscrypt: use FSCRYPT_* definitions, not FS_*Eric Biggers2019-08-125-43/+44
| * | fscrypt: use ENOPKG when crypto API support missingEric Biggers2019-08-121-9/+11
| * | fscrypt: improve warnings for missing crypto API supportEric Biggers2019-08-121-5/+14
| * | fscrypt: improve warning messages for unsupported encryption contextsEric Biggers2019-08-121-3/+15
| * | fscrypt: make fscrypt_msg() take inode instead of super_blockEric Biggers2019-08-125-35/+28
| * | fscrypt: clean up base64 encoding/decodingEric Biggers2019-08-121-17/+17
| * | fscrypt: remove loadable module related codeEric Biggers2019-08-123-26/+1
* | | Merge tag 'filelock-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-182-8/+14
|\ \ \
| * | | locks: fix a memory leak bug in __break_lease()Wenwen Wang2019-08-201-1/+2
| * | | locks: print a warning when mount fails due to lack of "mand" supportJeff Layton2019-08-161-3/+8
| * | | locks: Fix procfs output for file leasesPavel Begunkov2019-07-251-4/+4
* | | | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-184-7/+107
|\ \ \ \
| * | | | vfs: Create fs_context-aware mount_bdev() replacementDavid Howells2019-09-051-0/+94
| * | | | new helper: get_tree_keyed()Al Viro2019-09-053-4/+12
| * | | | vfs: set fs_context::user_ns for reconfigureEric Biggers2019-09-051-3/+1
* | | | | Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-09-181-2/+4
|\ \ \ \ \
| * | | | | [PATCH] fix d_absolute_path() interplay with fsmount()Al Viro2019-08-301-2/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-09-186-50/+37
|\ \ \ \ \
| * | | | | devpts_pty_kill(): don't bother with d_delete()Al Viro2019-09-031-1/+1
| * | | | | fs/namei.c: keep track of nd->root refcount statusAl Viro2019-09-031-26/+15