aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache
AgeCommit message (Expand)Author
2018-12-30fscache: fix race between enablement and dropping of objectNeilBrown
2018-11-10fscache: Fix out of bound read in long cookie keysEric Sandeen
2018-11-10fscache: Fix incomplete initialisation of inline key spaceDavid Howells
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri
2018-07-25fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-04-11fscache: use appropriate radix tree accessorsMatthew Wilcox
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells
2018-04-04fscache: Add more tracepointsDavid Howells
2018-04-04fscache: Add tracepointsDavid Howells
2018-04-04fscache: Fix hanging wait on page discarded by writebackDavid Howells
2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells
2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-12FS-Cache: fix dereference of NULL user_key_payloadEric Biggers
2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara
2017-09-06mm: make pagevec_lookup() update indexJan Kara
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-01-31fscache: Fix dead object requeueDavid Howells
2017-01-31fscache: Clear outstanding writes when disabling a cookieDavid Howells
2017-01-31FS-Cache: Initialise stores_lock in netfs cookieDavid Howells
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-01FS-Cache: wake write waiter after invalidating writesYan, Zheng
2016-05-29drop redundant ->owner initializationsAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2015-11-11FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee
2015-11-11FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells
2015-04-02FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells
2015-04-02FS-Cache: Fix cancellation of in-progress operationDavid Howells
2015-04-02FS-Cache: Count the number of initialised operationsDavid Howells
2015-04-02FS-Cache: Out of line fscache_operation_init()David Howells
2015-04-02FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells
2015-04-02FS-Cache: Synchronise object death state change vs operation submissionDavid Howells
2015-04-02FS-Cache: Handle a new operation submitted against a killed objectDavid Howells
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells