summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-12-17Merge 4.9.146 into android-4.9Greg Kroah-Hartman49-215/+417
2018-12-17fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-09-05Merge 4.9.125 into android-4.9Greg Kroah-Hartman114-388/+758
2018-09-05fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri1-2/+4
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30fscache: Fix hanging wait on page discarded by writebackDavid Howells1-4/+9
2017-10-30Merge 4.9.59 into android-4.9Greg Kroah-Hartman68-321/+542
2017-10-27FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-10-13f2fs: catch up to v4.14-rc1Hyojun Kim63-3789/+8812
2017-06-17FS-Cache: Initialise stores_lock in netfs cookieDavid Howells1-0/+1
2017-06-17fscache: Clear outstanding writes when disabling a cookieDavid Howells2-0/+11
2017-06-17fscache: Fix dead object requeueDavid Howells2-2/+25
2016-07-01Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro979-5863/+9491
2016-06-01FS-Cache: wake write waiter after invalidating writesYan, Zheng1-0/+2
2016-05-29drop redundant ->owner initializationsAl Viro20-30/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov381-2721/+2722
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2-31/+38
2015-11-11FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee1-18/+17
2015-11-11FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells49-230/+286
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells3-11/+12
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells6-40/+57
2015-04-02FS-Cache: Put an aborted initialised op so that it is accounted correctlyDavid Howells2-33/+35
2015-04-02FS-Cache: Fix cancellation of in-progress operationDavid Howells1-0/+7
2015-04-02FS-Cache: Count the number of initialised operationsDavid Howells4-2/+7
2015-04-02FS-Cache: Out of line fscache_operation_init()David Howells2-21/+25
2015-04-02FS-Cache: Permit fscache_cancel_op() to cancel in-progress operations tooDavid Howells3-6/+21
2015-04-02FS-Cache: fscache_object_is_dead() has wrong logic, kill itDavid Howells3-9/+6
2015-04-02FS-Cache: Synchronise object death state change vs operation submissionDavid Howells1-3/+14
2015-04-02FS-Cache: Handle a new operation submitted against a killed objectDavid Howells2-0/+8
2015-04-02FS-Cache: When submitting an op, cancel it if the target object is dyingDavid Howells2-19/+37
2015-04-02FS-Cache: Move fscache_report_unexpected_submission() to make it more availableDavid Howells1-37/+37
2015-02-24FS-Cache: Count culled objects and objects rejected due to lack of spaceDavid Howells8-13/+122
2014-10-13fs/fscache/object-list.c: use __seq_open_private()Rob Jones1-14/+2
2014-09-17FS-Cache: refcount becomes corrupt under vma pressure.Milosz Tanski1-3/+4
2014-08-27FS-Cache: Reduce cookie ref count if submit fails.Milosz Tanski1-0/+1
2014-08-27FS-Cache: Timeout for releasepage()Milosz Tanski1-1/+17
2014-08-07fs/fscache: make ctl_table staticFabian Frederick1-2/+2
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown38-275/+195
2014-06-06fscache: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2014-06-04fs/fscache: replace seq_printf by seq_putsFabian Frederick2-8/+6
2014-06-04fs/fscache: convert printk to pr_foo()Fabian Frederick7-32/+32
2014-02-17FS-Cache: Handle removal of unadded object to the fscache_object_list rb treeDavid Howells2-0/+8
2013-11-14Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-blockLinus Torvalds49-364/+3885
2013-11-08block: Replace __get_cpu_var usesChristoph Lameter3-8/+8
2013-09-27FS-Cache: Provide the ability to enable/disable cookiesDavid Howells17-132/+334
2013-09-27FS-Cache: Add use/unuse/wake cookie wrappersDavid Howells3-15/+53
2013-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-19/+74
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara7-8/+46
[next]