aboutsummaryrefslogtreecommitdiff
path: root/fs/fscache/object-list.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-5/+6
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2018-04-04fscache: Attach the index key and aux data to the cookieGravatar David Howells 1-15/+13
2017-10-12FS-Cache: fix dereference of NULL user_key_payloadGravatar Eric Biggers 1-0/+7
2017-09-13fscache: fix fscache_objlist_show format processingGravatar Arnd Bergmann 1-1/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-1/+1
2016-05-29drop redundant ->owner initializationsGravatar Al Viro 1-1/+0
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-2/+2
2014-10-13fs/fscache/object-list.c: use __seq_open_private()Gravatar Rob Jones 1-14/+2
2014-06-04fs/fscache: replace seq_printf by seq_putsGravatar Fabian Frederick 1-4/+4
2014-02-17FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeGravatar David Howells 1-0/+5
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsGravatar David Howells 1-53/+40
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesGravatar David Howells 1-5/+5
2012-12-20FS-Cache: Don't mask off the object event mask when printing itGravatar David Howells 1-1/+1
2010-07-22fscache: convert object to use workqueue instead of slow-workGravatar Tejun Heo 1-6/+5
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitGravatar Andrew Morton 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-16FS-Cache: Avoid maybe-used-uninitialised warning on variableGravatar David Howells 1-1/+1
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedGravatar David Howells 1-0/+432