summaryrefslogtreecommitdiff
path: root/include/linux/nfs_fs.h
AgeCommit message (Expand)Author
2021-11-05NFS: Remove the nfs4_label argument from nfs_setsecurityAnna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_fhget()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_add_or_obtain()Anna Schumaker
2021-11-05NFS: Remove the nfs4_label argument from nfs_instantiate()Anna Schumaker
2021-11-05NFS: Create a new nfs_alloc_fattr_with_label() functionAnna Schumaker
2021-10-20NFS: Save some space in the inodeTrond Myklebust
2021-10-20NFS: Fix WARN_ON due to unionization of nfs_inode.nrequestsDave Wysochanski
2021-10-20NFS: Fix up commit deadlocksTrond Myklebust
2021-10-03NFS: Further optimisations for 'ls -l'Trond Myklebust
2021-10-03NFS: Fix up nfs_ctx_key_to_expire()Trond Myklebust
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia
2021-06-29NFS: nfs_find_open_context() may only select open filesTrond Myklebust
2021-04-13NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust
2021-04-13NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust
2021-04-12NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust
2021-02-26Merge tag 'nfs-for-5.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2021-02-08NFS: Always clear an invalid mapping when attempting a buffered writeTrond Myklebust
2021-02-01NFS: Add nfs_pageio_complete_read() and remove nfs_readpage_async()Dave Wysochanski
2021-02-01NFS: Refactor nfs_readpage() and nfs_readpage_async() to use nfs_readdescDave Wysochanski
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2020-12-02NFS: Improve handling of directory verifiersTrond Myklebust
2020-12-02NFS: More readdir cleanupsTrond Myklebust
2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden
2020-07-13nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden
2020-07-13nfs: define nfs_access_get_cached functionFrank van der Linden
2020-07-13nfs: add client side only definitions for user xattrsFrank van der Linden
2020-06-11nfs: set invalid blocks after NFSv4 writesZheng Bin
2020-04-06NFS: Clean up process of marking inode stale.Trond Myklebust
2020-02-12NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust
2020-02-04nfs: optimise readdir cache page invalidationDai Ngo
2019-10-09NFS: handle source server rebootOlga Kornievskaia
2019-09-20NFS: Refactor nfs_instantiate() for dentry referencing callersBenjamin Coddington
2019-07-06NFS: Add deferred cache invalidation for close-to-open consistency violationsTrond Myklebust
2019-04-25NFS: Replace custom error reporting mechanism with generic oneTrond Myklebust
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown
2018-12-19NFS: change access cache to use 'struct cred'.NeilBrown
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown
2018-09-30NFS: Convert lookups of the open context to RCUTrond Myklebust
2018-09-30NFS: Convert lookups of the lock context to RCUTrond Myklebust
2018-08-13NFS recover from destination server reboot for copiesOlga Kornievskaia
2018-08-09NFS add support for asynchronous COPYOlga Kornievskaia
2018-04-10NFS: More fine grained attribute trackingTrond Myklebust
2018-04-10NFS: Convert NFS_INO_INVALID flags to unsigned longTrond Myklebust
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16NFS: Create NFS_ACCESS_* flagsAnna Schumaker
2017-09-06NFS: remove jiffies field from access cacheNeilBrown
2017-08-15NFS: Use an atomic_long_t to count the number of requestsTrond Myklebust