aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_iint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-18integrity: move ima inode integrity data managementMimi Zohar1-169/+0
2011-02-10IMA: remove IMA imbalance checkingMimi Zohar1-4/+0
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar1-2/+0
2011-02-10IMA: convert i_readcount to atomicMimi Zohar1-3/+4
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris1-5/+11
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris1-22/+16
2010-10-26IMA: move read counter into struct inodeEric Paris1-6/+5
2010-10-26IMA: use i_writecount rather than a private counterEric Paris1-6/+0
2010-10-26IMA: use unsigned int instead of long for countersEric Paris1-2/+2
2010-10-26IMA: drop the inode opencount since it isn't needed for operationEric Paris1-6/+0
2010-10-26IMA: use rbtree instead of radix tree for inode information cacheEric Paris1-33/+72
2010-09-08ima: always maintain countersMimi Zohar1-1/+3
2010-05-21kref: remove kref_setNeilBrown1-2/+2
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten1-3/+3
2010-02-25security: fix error return path in ima_inode_allocXiaotian Feng1-2/+1
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris1-6/+3
2009-12-16ima: call ima_inode_free ima_inode_freeEric Paris1-4/+2
2009-12-16ima: only insert at inode creation timeEric Paris1-61/+10
2009-12-16ima: valid return code from ima_inode_allocEric Paris1-3/+1
2009-11-19ima: replace GFP_KERNEL with GFP_NOFSMimi Zohar1-2/+2
2009-05-22IMA: Add __init notation to ima functionsEric Paris1-1/+1
2009-02-23integrity: ima iint radix_tree_lookup locking fixMimi Zohar1-0/+2
2009-02-06Integrity: IMA file free imbalanceMimi Zohar1-0/+17
2009-02-06integrity: IMA as an integrity service providerMimi Zohar1-0/+185