summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GFS2: Reduce contention on gfs2_log_lockBob Peterson2017-01-301-2/+11
* GFS2: Inline function meta_lo_addBob Peterson2017-01-271-27/+22
* GFS2: Switch tr_touched to flag in transactionBob Peterson2017-01-274-18/+23
* GFS2: Wake up io waiters whenever a flush is doneBob Peterson2017-01-071-1/+5
* GFS2: Made logd daemon take into account log demandBob Peterson2017-01-053-2/+9
* GFS2: Limit number of transaction blocks requested for truncatesBob Peterson2017-01-051-3/+26
* GFS2: Fix reference to ERR_PTR in gfs2_glock_iter_nextDan Carpenter2016-12-161-5/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-10-0426-253/+436
|\
| * Merge tag 'tpmdd-next-20160927' of git://git.infradead.org/users/jjs/linux-tp...James Morris2016-09-272-154/+24
| |\
| | * Revert "tpm/tpm_crb: implement tpm crb idle state"Jarkko Sakkinen2016-09-271-69/+0
| | * Revert "tmp/tpm_crb: fix Intel PTT hw bug during idle state"Jarkko Sakkinen2016-09-271-39/+8
| | * Revert "tpm/tpm_crb: open code the crb_init into acpi_add"Jarkko Sakkinen2016-09-271-10/+16
| | * Revert "tmp/tpm_crb: implement runtime pm for tpm_crb"Jarkko Sakkinen2016-09-272-39/+3
| |/
| * Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-213-8/+23
| |\
| | * lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal2016-09-193-8/+23
| * | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-09-1913-65/+211
| |\|
| | * selinux: fix error return code in policydb_read()Wei Yongjun2016-09-131-0/+1
| | * selinux: fix overflow and 0 length allocationsWilliam Roberts2016-08-302-0/+5
| | * selinux: initialize structuresWilliam Roberts2016-08-301-4/+4
| | * selinux: detect invalid ebitmapWilliam Roberts2016-08-301-0/+3
| | * selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts2016-08-192-42/+0
| | * selinux: Implement dentry_create_files_as() hookVivek Goyal2016-08-101-0/+22
| | * security, overlayfs: Provide hook to correctly label newly created filesVivek Goyal2016-08-094-0/+48
| | * selinux: Pass security pointer to determine_inode_label()Vivek Goyal2016-08-091-9/+10
| | * selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal2016-08-091-0/+16
| | * security,overlayfs: Provide security hook for copy up of xattrs for overlay fileVivek Goyal2016-08-094-0/+31
| | * selinux: Implementation for inode_copy_up() hookVivek Goyal2016-08-091-0/+21
| | * security, overlayfs: provide copy up security hook for unioned filesVivek Goyal2016-08-094-0/+40
| | * selinux: print leading 0x on ioctlcmd auditsWilliam Roberts2016-08-081-1/+1
| | * security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-083-9/+9
| * | tmp/tpm_crb: implement runtime pm for tpm_crbWinkler, Tomas2016-09-162-3/+39
| * | tpm/tpm_crb: open code the crb_init into acpi_addWinkler, Tomas2016-09-161-16/+10
| * | tmp/tpm_crb: fix Intel PTT hw bug during idle stateWinkler, Tomas2016-09-161-8/+39
| * | tpm/tpm_crb: implement tpm crb idle stateWinkler, Tomas2016-09-161-0/+69
| * | tpm: add check for minimum buffer size in tpm_transmit()Jarkko Sakkinen2016-09-151-0/+3
| * | tpm: constify TPM 1.x header structuresJulia Lawall2016-09-152-6/+6
| * | tpm/tpm_crb: fix the over 80 characters checkpatch warringTomas Winkler2016-09-151-2/+1
| * | tpm/tpm_crb: drop useless cpu_to_le32 when writing to registersTomas Winkler2016-09-151-2/+2
| * | tpm/tpm_crb: cache cmd_size register value.Tomas Winkler2016-09-151-5/+5
| * | tmp/tpm_crb: drop include to platform_deviceTomas Winkler2016-09-151-1/+0
| * | tpm/tpm_tis: remove unused itpm variableTomas Winkler2016-09-151-5/+0
| * | tpm_crb: fix incorrect values of cmdReady and goIdle bitsJarkko Sakkinen2016-09-151-2/+2
| * | tpm_crb: refine the naming of constantsJarkko Sakkinen2016-09-151-11/+11
| * | tpm_crb: remove wmb()'sJarkko Sakkinen2016-09-151-3/+0
| * | tpm_crb: fix crb_req_canceled behaviorJarkko Sakkinen2016-09-151-2/+5
| * | tpm: use tpm_pcr_read_dev() in tpm_do_selftest()Jarkko Sakkinen2016-09-151-5/+3
| * | tpm: use tpm_transmit_cmd() in tpm2_probe()Jarkko Sakkinen2016-09-151-3/+1
| * | tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt()Jarkko Sakkinen2016-09-154-38/+17
| * | tpm: remove unnecessary externs from tpm.hJarkko Sakkinen2016-09-151-18/+18
| * | tpm/st33zp24: Remove useless tpm_gen_interruptJason Gunthorpe2016-09-151-2/+0