summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_main.c
AgeCommit message (Expand)Author
2011-07-26ima: fmode_t misspelled as mode_t...Al Viro
2011-02-23ima: remove unnecessary call to ima_must_measureMimi Zohar
2011-02-10IMA: remove IMA imbalance checkingMimi Zohar
2011-02-10IMA: maintain i_readcount in the VFS layerMimi Zohar
2011-02-10IMA: convert i_readcount to atomicMimi Zohar
2010-10-26IMA: fix the ToMToU logicEric Paris
2010-10-26IMA: explicit IMA i_flag to remove global lock on inode_deleteEric Paris
2010-10-26IMA: drop refcnt from ima_iint_cache since it isn't neededEric Paris
2010-10-26IMA: only allocate iint when neededEric Paris
2010-10-26IMA: move read counter into struct inodeEric Paris
2010-10-26IMA: use i_writecount rather than a private counterEric Paris
2010-10-26IMA: use inode->i_lock to protect read and write countersEric Paris
2010-10-26IMA: use unsigned int instead of long for countersEric Paris
2010-10-26IMA: drop the inode opencount since it isn't needed for operationEric Paris
2010-09-08ima: always maintain countersMimi Zohar
2010-05-06Merge branch 'master' into nextJames Morris
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10security/ima: replace gcc specific __FUNCTION__ with __func__H Hartley Sweeten
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar
2010-02-07ima: rename ima_path_check to ima_file_checkMimi Zohar
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris
2010-02-07fix ima breakageMimi Zohar
2009-12-16ima: limit imbalance msgMimi Zohar
2009-12-16Untangling ima mess, part 3: kill dead code in imaAl Viro
2009-12-16IMA: clean up the IMA counts updating codeEric Paris
2009-12-16ima: only insert at inode creation timeEric Paris
2009-09-07IMA: update ima_counts_putMimi Zohar
2009-08-27IMA: iint put in ima_counts_get and putEric Paris
2009-06-29integrity: add ima_counts_put (updated)Mimi Zohar
2009-06-05integrity: ima audit dentry_open failureMimi Zohar
2009-05-22integrity: path_check updateMimi Zohar
2009-05-12IMA: open all files O_LARGEFILEEric Paris
2009-05-12IMA: Handle dentry_open failuresEric Paris
2009-05-12IMA: use current_cred() instead of current->credEric Paris
2009-05-06integrity: remove __setup auditing msgsMimi Zohar
2009-02-06Integrity: IMA file free imbalanceMimi Zohar
2009-02-06integrity: IMA displayMimi Zohar
2009-02-06integrity: IMA as an integrity service providerMimi Zohar