summaryrefslogtreecommitdiffstats
path: root/fs/fscache/internal.h
Commit message (Expand)AuthorAgeFilesLines
* fscache: Use refcount_t for the cookie refcount instead of atomic_tDavid Howells2021-08-271-8/+9
* fscache: Fix fscache_cookie_put() to not deref after decDavid Howells2021-08-271-1/+1
* fscache: Fix cookie key hashingDavid Howells2021-08-271-0/+2
* fscache: Remove the object list procfileDavid Howells2021-08-271-13/+0
* fscache, cachefiles: Remove the histogram stuffDavid Howells2021-08-271-24/+0
* fscache: Procfile to display cookiesDavid Howells2021-08-271-0/+1
* fscache, cachefiles: Add alternate API to use kiocb for read/write to cacheDavid Howells2021-04-231-0/+4
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* fscache: Fix incomplete initialisation of inline key spaceDavid Howells2018-10-181-1/+0
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-1/+1
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-1/+2
* fscache: Maintain a catalogue of allocated cookiesDavid Howells2018-04-061-0/+7
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-0/+21
* fscache: Add tracepointsDavid Howells2018-04-041-8/+8
* Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-2/+0
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-5/+2
* FS-Cache: Count the number of initialised operationsDavid Howells2015-04-021-0/+1
* FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells2015-04-021-1/+2
* FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-241-0/+5
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-2/+0
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-041-10/+16
* FS-Cache: Add interface to check consistency of a cached objectDavid Howells2013-09-061-0/+6
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-191-0/+3
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-4/+4
* FS-Cache: Clear remaining page count on retrieval cancellationDavid Howells2012-12-201-1/+2
* NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a pageDavid Howells2012-12-201-0/+1
* FS-Cache: Exclusive op submission can BUG if there's been an I/O errorDavid Howells2012-12-201-0/+1
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-0/+10
* Add a dummy printk function for the maintenance of unused printksDavid Howells2010-08-121-10/+4
* fscache: convert operation to use workqueue instead of slow-workTejun Heo2010-07-221-0/+1
* fscache: convert object to use workqueue instead of slow-workTejun Heo2010-07-221-0/+7
* FS-Cache: Provide nop fscache_stat_d() if CONFIG_FSCACHE_STATS=nDavid Howells2009-11-201-0/+1
* CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-0/+1
* FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-0/+5
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-191-0/+1
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-0/+5
* FS-Cache: Handle read request vs lookup, creation or other cache failureDavid Howells2009-11-191-0/+1
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+4
* FS-Cache: Permit cache retrieval ops to be interrupted in the initial wait phaseDavid Howells2009-11-191-0/+3
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-0/+22
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+13
* FS-Cache: Fixup renamed filenames in comments in internal.hDavid Howells2009-05-271-9/+9
* FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-031-0/+21
* FS-Cache: Add and document asynchronous operation handlingDavid Howells2009-04-031-1/+7
* FS-Cache: Object management state machineDavid Howells2009-04-031-1/+25
* FS-Cache: Bit waiting helpersDavid Howells2009-04-031-0/+3
* FS-Cache: Provide a slab for cookie allocationDavid Howells2009-04-031-0/+8
* FS-Cache: Add cache tag handlingDavid Howells2009-04-031-0/+20
* FS-Cache: Root index definitionDavid Howells2009-04-031-0/+6