summaryrefslogtreecommitdiffstats
path: root/fs/fscache/cookie.c
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-061-1/+1
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-021-3/+2
* FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-021-1/+2
* sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-4/+3
* fs/fscache: convert printk to pr_foo()Fabian Frederick2014-06-041-1/+1
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-49/+137
* FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells2013-09-271-2/+5
* fscache: check consistency does not decrement refcountMilosz Tanski2013-09-101-1/+2
* FS-Cache: Add interface to check consistency of a cached objectDavid Howells2013-09-061-0/+71
* FS-Cache: Simplify cookie retention for fscache_objects, fixing oopsDavid Howells2013-06-191-54/+26
* FS-Cache: Fix object state machine to have separate work and wait statesDavid Howells2013-06-191-5/+4
* FS-Cache: Wrap checks on object stateDavid Howells2013-06-191-4/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-7/+4
* FS-Cache: Provide proper invalidationDavid Howells2012-12-201-0/+60
* FS-Cache: Make cookie relinquishment wait for outstanding readsDavid Howells2012-12-201-4/+14
* FS-Cache: Check that there are no read ops when cookie relinquishedDavid Howells2012-12-201-0/+8
* FS-Cache: Add a retirement stat counterDavid Howells2009-11-191-0/+2
* FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+1
* FS-Cache: Use radix tree preload correctly in tracking of pages to be storedDavid Howells2009-11-191-1/+3
* FS-Cache: Clear netfs pointers in cookie after detaching object, not beforeDavid Howells2009-11-191-4/+4
* FS-Cache: Add counters for entry/exit to/from cache operation functionsDavid Howells2009-11-191-1/+8
* FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+2
* FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-031-0/+444
* FS-Cache: Provide a slab for cookie allocationDavid Howells2009-04-031-0/+56