summaryrefslogtreecommitdiff
path: root/fs/fscache
Commit message (Expand)AuthorAge
* fscache: use appropriate radix tree accessorsMatthew Wilcox2018-04-11
* fscache: Maintain a catalogue of allocated cookiesDavid Howells2018-04-06
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-06
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-04
* fscache: Add more tracepointsDavid Howells2018-04-04
* fscache: Add tracepointsDavid Howells2018-04-04
* fscache: Fix hanging wait on page discarded by writebackDavid Howells2018-04-04
* fscache: Detect multiple relinquishment of a cookieDavid Howells2018-04-04
* fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells2018-04-04
* fscache, cachefiles: Fix checker warningsDavid Howells2018-04-04
* sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra2018-03-20
* Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-16
|\
| * Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-13
* | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-15
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* FS-Cache: fix dereference of NULL user_key_payloadEric Biggers2017-10-12
* fscache: fix fscache_objlist_show format processingArnd Bergmann2017-09-13
* mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara2017-09-06
* mm: make pagevec_lookup() update indexJan Kara2017-09-06
* KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-02
* fscache: Fix dead object requeueDavid Howells2017-01-31
* fscache: Clear outstanding writes when disabling a cookieDavid Howells2017-01-31
* FS-Cache: Initialise stores_lock in netfs cookieDavid Howells2017-01-31
* Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-30
|\
| * FS-Cache: wake write waiter after invalidating writesYan, Zheng2016-06-01
* | drop redundant ->owner initializationsAl Viro2016-05-29
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2015-11-11
* FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee2015-11-11
* FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee2015-11-11
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-21
* FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2015-04-02
* FS-Cache: The operation cancellation method needs calling in more placesDavid Howells2015-04-02
* FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells2015-04-02
* FS-Cache: Fix cancellation of in-progress operationDavid Howells2015-04-02
* FS-Cache: Count the number of initialised operationsDavid Howells2015-04-02
* FS-Cache: Out of line fscache_operation_init()David Howells2015-04-02
* FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells2015-04-02
* FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells2015-04-02
* FS-Cache: Synchronise object death state change vs operation submissionDavid Howells2015-04-02
* FS-Cache: Handle a new operation submitted against a killed objectDavid Howells2015-04-02
* FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2015-04-02
* FS-Cache: Move fscache_report_unexpected_submission() to make it more availableDavid Howells2015-04-02
* FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells2015-02-24
* fs/fscache/object-list.c: use __seq_open_private()Rob Jones2014-10-13
* FS-Cache: refcount becomes corrupt under vma pressure.Milosz Tanski2014-09-17
* FS-Cache: Reduce cookie ref count if submit fails.Milosz Tanski2014-08-27
* FS-Cache: Timeout for releasepage()Milosz Tanski2014-08-27
* fs/fscache: make ctl_table staticFabian Frederick2014-08-06