index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
nfs
/
fscache.h
Age
Commit message (
Expand
)
Author
2024-09-12
netfs: Speed up buffered reading
David Howells
2024-08-12
netfs: Fix handling of USE_PGPRIV2 and WRITE_TO_CACHE flags
David Howells
2024-04-29
mm: Remove the PG_fscache alias for PG_private_2
David Howells
2024-04-29
netfs: Replace PG_fscache by setting folio->private and marking dirty
David Howells
2023-12-28
netfs: Optimise away reads above the point at which there can be no data
David Howells
2023-10-18
nfs: convert to new timestamp accessors
Jeff Layton
2023-07-24
nfs: convert to ctime accessor functions
Jeff Layton
2023-04-11
NFS: Convert buffered read paths to use netfs when fscache is enabled
Dave Wysochanski
2023-04-11
NFS: Configure support for netfs when NFS fscache is configured
Dave Wysochanski
2022-05-09
nfs: Convert to release_folio
Matthew Wilcox (Oracle)
2022-03-13
NFS: Rename fscache read and write pages functions
Dave Wysochanski
2022-03-13
NFS: Cleanup usage of nfs_inode in fscache interface
Dave Wysochanski
2022-01-11
9p, afs, ceph, nfs: Use current_is_kswapd() rather than gfpflags_allow_blocki...
David Howells
2022-01-10
nfs: Implement cache I/O by accessing the cache directly
David Howells
2022-01-10
nfs: Convert to new fscache volume/cookie API
Dave Wysochanski
2019-12-18
nfs: fscache: use timespec64 in inode auxdata
Arnd Bergmann
2019-08-04
NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mounts
Trond Myklebust
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36
Thomas Gleixner
2018-04-06
fscache: Pass object size in rather than calling back for it
David Howells
2018-04-04
fscache: Attach the index key and aux data to the cookie
David Howells
2013-09-27
NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()
David Howells
2012-12-21
NFS: Provide stub nfs_fscache_wait_on_invalidate() for when CONFIG_NFS_FSCACHE=n
David Howells
2012-12-20
NFS: Use FS-Cache invalidation
David Howells
2012-05-16
NFS: Fix a compile issue when CONFIG_NFS_FSCACHE was undefined
Trond Myklebust
2012-05-14
NFS: Don't pass mount data to nfs_fscache_get_super_cookie()
Bryan Schumaker
2009-09-23
NFS: Propagate 'fsc' mount option through automounts
David Howells
2009-04-03
NFS: Display local caching state
David Howells
2009-04-03
NFS: Store pages from an NFS inode into a local cache
David Howells
2009-04-03
NFS: Read pages from FS-Cache into an NFS inode
David Howells
2009-04-03
NFS: FS-Cache page management
David Howells
2009-04-03
NFS: Use local disk inode cache
David Howells
2009-04-03
NFS: Define and create inode-level cache objects
David Howells
2009-04-03
NFS: Define and create superblock-level objects
David Howells
2009-04-03
NFS: Define and create server-level objects
David Howells
2009-04-03
NFS: Register NFS for caching and retrieve the top-level index
David Howells