aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-2732-203/+871
|\
| * ima: ima_api: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-08-291-2/+2
| * ima: use struct_size() in kzalloc()Gustavo A. R. Silva2019-08-291-3/+2
| * sefltest/ima: support appended signatures (modsig)Mimi Zohar2019-08-291-4/+34
| * ima: Fix use after free in ima_read_modsig()Thiago Jung Bauermann2019-08-281-1/+2
| * MODSIGN: make new include file self containedStephen Rothwell2019-08-061-0/+2
| * ima: fix freeing ongoing ahash_requestSascha Hauer2019-08-051-0/+5
| * ima: always return negative code for errorSascha Hauer2019-08-051-1/+4
| * ima: Store the measurement again when appraising a modsigThiago Jung Bauermann2019-08-054-7/+47
| * ima: Define ima-modsig templateThiago Jung Bauermann2019-08-059-6/+159
| * ima: Collect modsigThiago Jung Bauermann2019-08-055-5/+60
| * ima: Implement support for module-style appended signaturesThiago Jung Bauermann2019-08-058-23/+209
| * ima: Factor xattr_verify() out of ima_appraise_measurement()Thiago Jung Bauermann2019-08-051-60/+81
| * ima: Add modsig appraise_type option for module-style appended signaturesThiago Jung Bauermann2019-08-057-3/+67
| * integrity: Select CONFIG_KEYS instead of depending on itThiago Jung Bauermann2019-08-051-1/+1
| * PKCS#7: Introduce pkcs7_get_digest()Thiago Jung Bauermann2019-08-052-0/+37
| * PKCS#7: Refactor verify_pkcs7_signature()Thiago Jung Bauermann2019-08-052-16/+55
| * MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-0510-77/+108
| * ima: initialize the "template" field with the default templateMimi Zohar2019-08-011-2/+4
* | Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-09-2740-600/+2083
|\ \
| * | sunrpc: clean up indentation issueColin Ian King2019-09-251-2/+2
| * | nfsd: fix nfs read eof detectionTrond Myklebust2019-09-236-50/+41
| * | nfsd: Make nfsd_reset_boot_verifier_locked staticYueHaibing2019-09-231-1/+1
| * | nfsd: degraded slot-count more gracefully as allocation nears exhaustion.NeilBrown2019-09-201-4/+11
| * | nfsd: handle drc over-allocation gracefully.NeilBrown2019-09-201-4/+15
| * | nfsd: add support for upcall version 2Scott Mayhew2019-09-104-17/+245
| * | nfsd: add a "GetVersion" upcall for nfsdcldScott Mayhew2019-09-102-51/+127
| * | nfsd: Reset the boot verifier on all write I/O errorsTrond Myklebust2019-09-101-4/+15
| * | nfsd: Don't garbage collect files that might contain write errorsTrond Myklebust2019-09-101-1/+42
| * | nfsd: Support the server resetting the boot verifierTrond Myklebust2019-09-105-15/+48
| * | nfsd: nfsd_file cache entries should be per net namespaceTrond Myklebust2019-09-104-14/+25
| * | nfsd: eliminate an unnecessary acl size limitJ. Bruce Fields2019-08-282-9/+13
| * | Deprecate nfsd fault injectionJ. Bruce Fields2019-08-261-1/+1
| * | nfsd: remove duplicated include from filecache.cYueHaibing2019-08-201-1/+0
| * | nfsd: Fix the documentation for svcxdr_tmpalloc()Trond Myklebust2019-08-191-3/+3
| * | nfsd: Fix up some unused variable warningsTrond Myklebust2019-08-191-7/+4
| * | nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2019-08-191-9/+53
| * | nfsd: rip out the raparms cacheJeff Layton2019-08-193-167/+1
| * | nfsd: have nfsd_test_lock use the nfsd_file cacheJeff Layton2019-08-191-4/+4
| * | nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cacheJeff Layton2019-08-195-74/+68
| * | nfsd: convert fi_deleg_file and ls_file fields to nfsd_fileJeff Layton2019-08-195-81/+85
| * | nfsd: convert nfs4_file->fi_fds array to use nfsd_filesJeff Layton2019-08-192-18/+19
| * | nfsd: hook nfsd_commit up to the nfsd_file cacheJeff Layton2019-08-191-7/+7
| * | nfsd: hook up nfsd_read to the nfsd_file cacheJeff Layton2019-08-191-7/+4
| * | nfsd: hook up nfsd_write to the new nfsd_file cacheJeff Layton2019-08-191-5/+7
| * | nfsd: add a new struct file caching facility to nfsdJeff Layton2019-08-199-24/+1155
| * | vfs: Export flush_delayed_fput for use by knfsd.Trond Myklebust2019-08-191-0/+1
| * | notify: export symbols for use by the knfsd file cacheTrond Myklebust2019-08-194-2/+10
| * | locks: create a new notifier chain for lease attemptsJeff Layton2019-08-192-0/+66
| * | sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton2019-08-192-0/+4