aboutsummaryrefslogtreecommitdiff
path: root/security/keys/gc.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsGravatar NeilBrown 1-10/+1
2013-11-14KEYS: Fix keyring content gc scannerGravatar David Howells 1-41/+1
2013-09-24KEYS: Expand the capacity of a keyringGravatar David Howells 1-19/+14
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqGravatar Tejun Heo 1-4/+4
2012-05-11KEYS: Add invalidation supportGravatar David Howells 1-7/+14
2012-05-11KEYS: Permit in-place link replacement in keyring listGravatar David Howells 1-1/+1
2012-05-11KEYS: Perform RCU synchronisation on keys prior to key destructionGravatar David Howells 1-29/+44
2012-01-18KEYS: Add missing smp_rmb() primitives to the keyring search codeGravatar David Howells 1-1/+3
2011-08-23KEYS: Correctly destroy key payloads when their keytype is removedGravatar David Howells 1-160/+251
2011-08-23KEYS: The dead key link reaper should be non-reentrantGravatar David Howells 1-3/+3
2011-08-23KEYS: Move the unreferenced key reaper to the keys garbage collector fileGravatar David Howells 1-6/+81
2011-01-21KEYS: Fix up comments in key management codeGravatar David Howells 1-7/+7
2010-05-05KEYS: Fix RCU handling in key_gc_keyring()Gravatar David Howells 1-3/+6
2010-02-25security: Apply lockdep-based checking to rcu_dereference() usesGravatar Paul E. McKenney 1-1/+2
2009-09-23KEYS: Have the garbage collector set its timer for live expired keysGravatar David Howells 1-2/+2
2009-09-15KEYS: Fix garbage collectorGravatar David Howells 1-27/+51
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]Gravatar David Howells 1-0/+1
2009-09-02KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]Gravatar David Howells 1-0/+193