linux-stable/security/integrity/ima
Dmitry Kasatkin bf2276d10c ima: allocating iint improvements
With IMA-appraisal's removal of the iint mutex and taking the i_mutex
instead, allocating the iint becomes a lot simplier, as we don't need
to be concerned with two processes racing to allocate the iint. This
patch cleans up and improves performance for allocating the iint.

- removed redundant double i_mutex locking
- combined iint allocation with tree search

Changelog v2:
- removed the rwlock/read_lock changes from this patch

Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
2012-09-07 14:57:45 -04:00
..
ima.h ima: integrity appraisal extension 2012-09-07 14:57:44 -04:00
ima_api.c ima: integrity appraisal extension 2012-09-07 14:57:44 -04:00
ima_appraise.c ima: add appraise action keywords and default rules 2012-09-07 14:57:45 -04:00
ima_audit.c ima: audit is compiled only when enabled 2012-07-05 16:43:59 -04:00
ima_crypto.c ima: integrity appraisal extension 2012-09-07 14:57:44 -04:00
ima_fs.c ima: remove unused cleanup functions 2012-07-02 16:43:30 -04:00
ima_init.c ima: remove unused cleanup functions 2012-07-02 16:43:30 -04:00
ima_main.c ima: allocating iint improvements 2012-09-07 14:57:45 -04:00
ima_policy.c ima: add appraise action keywords and default rules 2012-09-07 14:57:45 -04:00
ima_queue.c ima: fix invalid memory reference 2011-12-19 22:07:54 -05:00
Kconfig ima: integrity appraisal extension 2012-09-07 14:57:44 -04:00
Makefile ima: integrity appraisal extension 2012-09-07 14:57:44 -04:00