summaryrefslogtreecommitdiffstats
path: root/fs/nfs/fscache.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix nfs_netfs_issue_read() xarray locking for writeback interruptDave Wysochanski2024-03-091-7/+2
* netfs, fscache: Remove ->begin_cache_operationDavid Howells2023-12-241-7/+0
* mm, netfs, fscache: stop read optimisation when folio removed from pagecacheDavid Howells2023-08-181-0/+3
* NFS: set varaiable nfs_netfs_debug_id storage-class-specifier to staticTom Rix2023-04-211-1/+1
* NFS: Convert buffered read paths to use netfs when fscache is enabledDave Wysochanski2023-04-111-87/+135
* NFS: Configure support for netfs when NFS fscache is configuredDave Wysochanski2023-04-111-11/+9
* nfs: use bvec_set_page to initialize bvecsChristoph Hellwig2023-02-031-10/+6
* use less confusing names for iov_iter direction initializersAl Viro2022-11-251-2/+2
* NFS: Pass i_size to fscache_unuse_cookie() when a file is releasedDave Wysochanski2022-05-171-4/+3
* Merge tag 'netfs-prep-20220318' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-311-8/+0
|\
| * fscache: export fscache_end_operation()Jeffle Xu2022-03-181-8/+0
* | NFS: Remove remaining dfprintks related to fscache and remove NFSDBG_FSCACHEDave Wysochanski2022-03-131-10/+0
* | NFS: Replace dfprintks with tracepoints in fscache read and write page functionsDave Wysochanski2022-03-131-18/+11
* | NFS: Rename fscache read and write pages functionsDave Wysochanski2022-03-131-3/+3
* | NFS: Cleanup usage of nfs_inode in fscache interfaceDave Wysochanski2022-03-131-6/+4
|/
* nfs: Implement cache I/O by accessing the cache directlyDavid Howells2022-01-101-23/+103
* nfs: Convert to new fscache volume/cookie APIDave Wysochanski2022-01-101-329/+105
* NFS: Fix fscache read from NFS after cache errorDave Wysochanski2021-07-081-5/+13
* NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Dave Wysochanski2021-02-011-4/+0
* NFSv4: Fix fscache cookie aux_data to ensure change_attr is includedDave Wysochanski2020-05-081-18/+16
* NFS: Fix fscache super_cookie allocationDave Wysochanski2020-05-081-2/+0
* NFS: Fix fscache super_cookie index_key from changing after umountDave Wysochanski2020-05-081-1/+2
* nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-251-0/+2
* nfs: fscache: use timespec64 in inode auxdataArnd Bergmann2020-01-151-6/+12
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-1/+1
* NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust2019-08-041-1/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-6/+6
* fscache: Pass object size in rather than calling back for itDavid Howells2018-04-061-8/+6
* fscache: Attach the index key and aux data to the cookieDavid Howells2018-04-041-5/+78
* nfs: define nfs_inc_fscache_stats and using it as possibleLi RongQing2014-11-241-12/+12
* NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells2013-09-271-142/+56
* FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-4/+4
* NFS4: Open files for fscachingDavid Howells2012-12-201-0/+1
* NFS: Don't pass mount data to nfs_fscache_get_super_cookie()Bryan Schumaker2012-05-141-13/+2
* NFS: Fix more NFS debug related build warningsTrond Myklebust2012-03-211-1/+1
* FS-Cache: Add a helper to bulk uncache pages on an inodeDavid Howells2011-07-071-5/+3
* NFS: Squelch compiler warningChuck Lever2010-05-141-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust2010-02-091-5/+4
* FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-191-7/+3
* NFS: Propagate 'fsc' mount option through automountsDavid Howells2009-09-231-4/+21
* NFS: Store pages from an NFS inode into a local cacheDavid Howells2009-04-031-0/+28
* NFS: Read pages from FS-Cache into an NFS inodeDavid Howells2009-04-031-0/+112
* NFS: FS-Cache page managementDavid Howells2009-04-031-0/+53
* NFS: Use local disk inode cacheDavid Howells2009-04-031-0/+162
* NFS: Define and create superblock-level objectsDavid Howells2009-04-031-0/+116
* NFS: Define and create server-level objectsDavid Howells2009-04-031-0/+52