aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_iint.c
Commit message (Expand)AuthorAgeFilesLines
* first round of updates to the security codeWolfgang Wiedmeyer2015-10-231-169/+0
* IMA: remove IMA imbalance checkingMimi Zohar2011-02-101-4/+0
* IMA: maintain i_readcount in the VFS layerMimi Zohar2011-02-101-2/+0
* IMA: convert i_readcount to atomicMimi Zohar2011-02-101-3/+4
* IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris2010-10-261-5/+11
* IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris2010-10-261-22/+16
* IMA: move read counter into struct inodeEric Paris2010-10-261-6/+5
* IMA: use i_writecount rather than a private counterEric Paris2010-10-261-6/+0
* IMA: use unsigned int instead of long for countersEric Paris2010-10-261-2/+2
* IMA: drop the inode opencount since it isn't needed for operationEric Paris2010-10-261-6/+0
* IMA: use rbtree instead of radix tree for inode information cacheEric Paris2010-10-261-33/+72
* ima: always maintain countersMimi Zohar2010-09-081-1/+3
* kref: remove kref_setNeilBrown2010-05-211-2/+2
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten2010-03-101-3/+3
|/
* security: fix error return path in ima_inode_allocXiaotian Feng2010-02-251-2/+1
* ima: initialize ima before inodes can be allocatedEric Paris2010-02-071-6/+3
* ima: call ima_inode_free ima_inode_freeEric Paris2009-12-161-4/+2
* ima: only insert at inode creation timeEric Paris2009-12-161-61/+10
* ima: valid return code from ima_inode_allocEric Paris2009-12-161-3/+1
* ima: replace GFP_KERNEL with GFP_NOFSMimi Zohar2009-11-191-2/+2
* IMA: Add __init notation to ima functionsEric Paris2009-05-221-1/+1
* integrity: ima iint radix_tree_lookup locking fixMimi Zohar2009-02-231-0/+2
* Integrity: IMA file free imbalanceMimi Zohar2009-02-061-0/+17
* integrity: IMA as an integrity service providerMimi Zohar2009-02-061-0/+185