summaryrefslogtreecommitdiff
path: root/fs/fscache
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner10-50/+10
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner3-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-11-30fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-10-18fscache: Fix out of bound read in long cookie keysEric Sandeen1-3/+7
2018-10-18fscache: Fix incomplete initialisation of inline key spaceDavid Howells3-23/+5
2018-07-25fscache: Fix reference overput in fscache_attach_object() error handlingKiran Kumar Modukuri3-4/+6
2018-07-25fscache: Allow cancelled operations to be enqueuedKiran Kumar Modukuri1-2/+4
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig3-19/+4
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig3-19/+5
2018-04-11fscache: use appropriate radix tree accessorsMatthew Wilcox2-2/+2
2018-04-06fscache: Maintain a catalogue of allocated cookiesDavid Howells3-117/+265
2018-04-06fscache: Pass object size in rather than calling back for itDavid Howells4-13/+21
2018-04-04fscache: Attach the index key and aux data to the cookieDavid Howells8-89/+140
2018-04-04fscache: Add more tracepointsDavid Howells4-7/+76
2018-04-04fscache: Add tracepointsDavid Howells5-39/+63
2018-04-04fscache: Fix hanging wait on page discarded by writebackDavid Howells1-4/+9
2018-04-04fscache: Detect multiple relinquishment of a cookieDavid Howells1-1/+2
2018-04-04fscache: Pass the correct cancelled indications to fscache_op_complete()David Howells1-6/+9
2018-04-04fscache, cachefiles: Fix checker warningsDavid Howells1-1/+0
2018-03-20sched/wait, fs/fscache: Convert wait_on_atomic_t() usage to the new wait_var_...Peter Zijlstra1-3/+4
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+1
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman1-1/+1
2017-11-13Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells3-12/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-12FS-Cache: fix dereference of NULL user_key_payloadEric Biggers1-0/+7
2017-09-13fscache: fix fscache_objlist_show format processingArnd Bergmann1-1/+2
2017-09-06mm: remove nr_pages argument from pagevec_lookup{,_range}()Jan Kara1-1/+1
2017-09-06mm: make pagevec_lookup() update indexJan Kara1-3/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-1/+1
2017-01-31fscache: Fix dead object requeueDavid Howells1-2/+24
2017-01-31fscache: Clear outstanding writes when disabling a cookieDavid Howells2-0/+11
2017-01-31FS-Cache: Initialise stores_lock in netfs cookieDavid Howells1-0/+1
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro1-0/+2
2016-06-01FS-Cache: wake write waiter after invalidating writesYan, Zheng1-0/+2
2016-05-29drop redundant ->owner initializationsAl Viro3-3/+0
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-5/+5
2015-11-11FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells1-1/+1
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-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2-4/+4
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-2/+2
2015-04-02FS-Cache: Retain the netfs context in the retrieval op earlierDavid Howells2-11/+11
2015-04-02FS-Cache: The operation cancellation method needs calling in more placesDavid Howells5-40/+52
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 Howells3-1/+5