summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-03-241-1/+1
| |\
| | * nfs: Fix nfs_access_get_cached_rcu() sparse errorMadhuparna Bhowmik2020-02-201-1/+1
* | | Merge tag 'docs-5.7' of git://git.lwn.net/linuxLinus Torvalds2020-03-301-1/+1
|\ \ \ | |/ / |/| |
| * | Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2020-03-021-1/+1
| |/
* | nfs: add minor version to nfs_server_key for fscacheScott Mayhew2020-02-253-1/+3
* | NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew2020-02-251-0/+2
* | NFS: Don't hard-code the fs_type when submountingScott Mayhew2020-02-251-1/+1
* | NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew2020-02-211-0/+7
* | NFSv4: Ensure the delegation cred is pinned when we call delegreturnTrond Myklebust2020-02-131-3/+8
* | NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation()Trond Myklebust2020-02-132-7/+27
* | NFSv4.1 make cachethis=no for writesOlga Kornievskaia2020-02-131-1/+1
* | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-123-3/+109
* | NFSv4: Fix races between open and dentry revalidationTrond Myklebust2020-02-102-3/+16
* | NFS: Fix up directory verifier racesTrond Myklebust2020-02-101-7/+14
|/
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-45/+48
|\
| * turn fs_param_is_... into functionsAl Viro2020-02-071-1/+1
| * fs_parse: handle optional arguments sanelyAl Viro2020-02-071-6/+12
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
| * fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-2/+2
| * fs_parse: get rid of ->enumsAl Viro2020-02-071-30/+32
* | Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-0743-2633/+3008
|\|
| * NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski2020-02-044-14/+11
| * NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski2020-02-041-0/+5
| * NFS: Fix memory leaksWenwen Wang2020-02-041-2/+2
| * nfs: optimise readdir cache page invalidationDai Ngo2020-02-041-2/+7
| * NFS: Switch readdir to using iterate_shared()Trond Myklebust2020-02-031-1/+1
| * NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()Trond Myklebust2020-02-031-1/+1
| * NFS: Directory page cache pages need to be locked when readTrond Myklebust2020-02-031-11/+19
| * NFS: Fix memory leaks and corruption in readdirTrond Myklebust2020-02-031-2/+15
| * NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Trond Myklebust2020-02-032-2/+2
| * NFSv4: Limit the total number of cached delegationsTrond Myklebust2020-02-031-1/+7
| * NFSv4: Add accounting for the number of active delegations heldTrond Myklebust2020-02-031-12/+24
| * NFSv4: Try to return the delegation immediately when marked for return on closeTrond Myklebust2020-02-033-0/+35
| * NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returnedTrond Myklebust2020-02-031-1/+3
| * NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNINGTrond Myklebust2020-02-031-0/+1
| * NFS: nfs_find_open_context() should use cred_fscmp()Trond Myklebust2020-02-031-1/+1
| * NFS: nfs_access_get_cached_rcu() should use cred_fscmp()Trond Myklebust2020-02-031-1/+1
| * NFSv4: pnfs_roc() must use cred_fscmp() to compare credsTrond Myklebust2020-02-031-1/+1
| * NFS: remove unused macrosAlex Shi2020-02-031-2/+0
| * nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells2020-01-241-2/+1
| * NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia2020-01-243-0/+17
| * NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-248-30/+65
| * NFSv3: FIx bug when using chacl and chmod to change aclSu Yanjun2020-01-151-1/+1
| * NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia2020-01-153-10/+30
| * NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia2020-01-151-5/+13
| * NFS: Add mount option 'softreval'Trond Myklebust2020-01-156-12/+58
| * NFS: Trust cached access if we've already revalidated the inode onceTrond Myklebust2020-01-151-2/+2
| * NFS: Fix nfs_direct_write_reschedule_io()Trond Myklebust2020-01-151-1/+2