IMA: drop refcnt from ima_iint_cache since it isn't needed
[linux-flexiantxendom0-natty.git] / security / integrity / ima / ima_main.c
2010-10-26 Eric ParisIMA: drop refcnt from ima_iint_cache since it isn't...
2010-10-26 Eric ParisIMA: only allocate iint when needed
2010-10-26 Eric ParisIMA: move read counter into struct inode
2010-10-26 Eric ParisIMA: use i_writecount rather than a private counter
2010-10-26 Eric ParisIMA: use inode->i_lock to protect read and write counters
2010-10-26 Eric ParisIMA: use unsigned int instead of long for counters
2010-10-26 Eric ParisIMA: drop the inode opencount since it isn't needed...
2010-09-07 Mimi Zoharima: always maintain counters
2010-05-06 James MorrisMerge branch 'master' into next
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-10 H Hartley Sweetensecurity/ima: replace gcc specific __FUNCTION__ with...
2010-02-07 Mimi Zoharima: rename PATH_CHECK to FILE_CHECK
2010-02-07 Mimi Zoharima: rename ima_path_check to ima_file_check
2010-02-07 Eric Parisima: initialize ima before inodes can be allocated
2010-02-07 Mimi Zoharfix ima breakage
2009-12-16 Mimi Zoharima: limit imbalance msg
2009-12-16 Al ViroUntangling ima mess, part 3: kill dead code in ima
2009-12-16 Eric ParisIMA: clean up the IMA counts updating code
2009-12-16 Eric Parisima: only insert at inode creation time
2009-09-07 Mimi ZoharIMA: update ima_counts_put
2009-08-27 Eric ParisIMA: iint put in ima_counts_get and put
2009-06-28 Mimi Zoharintegrity: add ima_counts_put (updated)
2009-06-04 Mimi Zoharintegrity: ima audit dentry_open failure
2009-05-21 Mimi Zoharintegrity: path_check update
2009-05-12 Eric ParisIMA: open all files O_LARGEFILE
2009-05-12 Eric ParisIMA: Handle dentry_open failures
2009-05-12 Eric ParisIMA: use current_cred() instead of current->cred
2009-05-06 Mimi Zoharintegrity: remove __setup auditing msgs
2009-02-05 Mimi ZoharIntegrity: IMA file free imbalance
2009-02-05 Mimi Zoharintegrity: IMA display
2009-02-05 Mimi Zoharintegrity: IMA as an integrity service provider