IMA: drop refcnt from ima_iint_cache since it isn't needed
[linux-flexiantxendom0-natty.git] / security / integrity / ima / ima_iint.c
2010-10-26 Eric ParisIMA: drop refcnt from ima_iint_cache since it isn't...
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 unsigned int instead of long for counters
2010-10-26 Eric ParisIMA: drop the inode opencount since it isn't needed...
2010-10-26 Eric ParisIMA: use rbtree instead of radix tree for inode informa...
2010-09-07 Mimi Zoharima: always maintain counters
2010-05-21 NeilBrownkref: remove kref_set
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-24 Xiaotian Fengsecurity: fix error return path in ima_inode_alloc
2010-02-07 Eric Parisima: initialize ima before inodes can be allocated
2009-12-16 Eric Parisima: call ima_inode_free ima_inode_free
2009-12-16 Eric Parisima: only insert at inode creation time
2009-12-16 Eric Parisima: valid return code from ima_inode_alloc
2009-11-18 Mimi Zoharima: replace GFP_KERNEL with GFP_NOFS
2009-05-21 Eric ParisIMA: Add __init notation to ima functions
2009-02-22 Mimi Zoharintegrity: ima iint radix_tree_lookup locking fix
2009-02-05 Mimi ZoharIntegrity: IMA file free imbalance
2009-02-05 Mimi Zoharintegrity: IMA as an integrity service provider