aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/object-list.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-27fscache: Remove the object list procfileDavid Howells1-414/+0
2021-08-27fscache: Add a cookie debug ID and use that in tracesDavid Howells1-7/+7
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+6
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells1-15/+13
2017-10-12FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann1-1/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2016-05-29drop redundant ->owner initializationsAl Viro1-1/+0
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-2/+2
2014-10-13fs/fscache/object-list.c: use __seq_open_private()Rob Jones1-14/+2
2014-06-04fs/fscache: replace seq_printf by seq_putsFabian Frederick1-4/+4
2014-02-17FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells1-0/+5
2013-06-19FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells1-53/+40
2013-06-19FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells1-5/+5
2012-12-20FS-Cache: Don't mask off the object event mask when printing itDavid Howells1-1/+1
2010-07-22fscache: convert object to use workqueue instead of slow-workTejun Heo1-6/+5
2010-05-26fs/fscache/object-list.c: fix warning on 32-bitAndrew Morton1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16FS-Cache: Avoid maybe-used-uninitialised warning on variableDavid Howells1-1/+1
2009-11-19FS-Cache: Allow the current state of all objects to be dumpedDavid Howells1-0/+432