aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache
Commit message (Expand)AuthorAgeFilesLines
* fscache: fix race between enablement and dropping of objectNeilBrown2018-11-301-0/+3
* fscache: Fix out of bound read in long cookie keysEric Sandeen2018-10-181-3/+7
* fscache: Fix incomplete initialisation of inline key spaceDavid Howells2018-10-183-23/+5
* fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri2018-07-253-4/+6
* fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri2018-07-251-2/+4
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-163-19/+4
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-163-19/+5
* fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-112-2/+2
* fscache: Maintain a catalogue of allocated cookiesDavid Howells2018-04-063-117/+265
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-064-13/+21
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-048-89/+140
* fscache: Add more tracepointsDavid Howells2018-04-044-7/+76
* fscache: Add tracepointsDavid Howells2018-04-045-39/+63
* fscache: Fix hanging wait on page discarded by writebackDavid Howells2018-04-041-4/+9
* fscache: Detect multiple relinquishment of a cookieDavid Howells2018-04-041-1/+2
* fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells2018-04-041-6/+9
* fscache, cachefiles: Fix checker warningsDavid Howells2018-04-041-1/+0
* sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-201-3/+4
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-163-12/+1
|\
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-133-12/+1
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-151-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-121-0/+7
* fscache: fix fscache_objlist_show format processingArnd Bergmann2017-09-131-1/+2
* mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-061-1/+1
* mm: make pagevec_lookup() update indexJan Kara2017-09-061-3/+2
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-1/+1
* fscache: Fix dead object requeueDavid Howells2017-01-311-2/+24
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-312-0/+11
* FS-Cache: Initialise stores_lock in netfs cookieDavid Howells2017-01-311-0/+1
* Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-301-0/+2
|\
| * FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-011-0/+2
* | drop redundant ->owner initializationsAl Viro2016-05-293-3/+0
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-5/+5
* FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2015-11-111-1/+1
* FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee2015-11-111-18/+17
* FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee2015-11-111-5/+4
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-062-4/+4
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-2/+2
* FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-022-11/+11
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-025-40/+52
* FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells2015-04-022-33/+35
* FS-Cache: Fix cancellation of in-progress operationDavid Howells2015-04-021-0/+7
* FS-Cache: Count the number of initialised operationsDavid Howells2015-04-023-1/+5
* FS-Cache: Out of line fscache_operation_init()David Howells2015-04-021-0/+22
* FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells2015-04-023-6/+21
* FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-022-3/+6
* FS-Cache: Synchronise object death state change vs operation submissionDavid Howells2015-04-021-3/+14
* FS-Cache: Handle a new operation submitted against a killed objectDavid Howells2015-04-022-0/+8
* FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2015-04-021-17/+30