summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-7/+12
|\
| * NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn()Trond Myklebust2020-04-031-0/+1
| * NFS: Beware when dereferencing the delegation credTrond Myklebust2020-04-031-0/+3
| * nfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-161-1/+1
| * NFSv4: Avoid unnecessary credential references in layoutgetTrond Myklebust2020-03-161-1/+1
| * NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/OTrond Myklebust2020-03-161-5/+5
| * NFS: Ensure we time out if a delegreturn does not completeTrond Myklebust2020-03-161-1/+2
* | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-9/+3
|\ \ | |/ |/|
| * NFS: Ensure security label is set for root inodeScott Mayhew2020-03-301-9/+3
* | NFSv4.1 make cachethis=no for writesOlga Kornievskaia2020-02-131-1/+1
* | NFSv4: Fix races between open and dentry revalidationTrond Myklebust2020-02-101-2/+16
|/
* NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewalsRobert Milkowski2020-02-041-4/+8
* NFSv4: try lease recovery on NFS4ERR_EXPIREDRobert Milkowski2020-02-041-0/+5
* NFS: Add softreval behaviour to nfs_lookup_revalidate()Trond Myklebust2020-01-241-10/+18
* NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia2020-01-151-0/+2
* NFSv4 fix acl retrieval over krb5i/krb5p mountsOlga Kornievskaia2020-01-151-5/+13
* NFS: Add mount option 'softreval'Trond Myklebust2020-01-151-7/+26
* NFS4: Remove unneeded semicolonzhengbin2020-01-151-2/+2
* NFS: Add fs_context support.David Howells2020-01-151-1/+1
* NFSv4: add declaration of current_stateidBen Dooks2019-11-181-3/+3
* NFSv4.x: Drop the slot if nfs4_delegreturn_prepare waits for layoutreturnTrond Myklebust2019-11-131-1/+3
* NFSv4.x: Handle bad/dead sessions correctly in nfs41_sequence_process()Trond Myklebust2019-11-131-9/+25
* Merge branch 'linux-ssc-for-5.5'Trond Myklebust2019-11-061-3/+4
|\
| * NFS handle NFS4ERR_PARTNER_NO_AUTH errorOlga Kornievskaia2019-10-091-0/+1
| * NFS: inter ssc openOlga Kornievskaia2019-10-091-3/+2
| * NFS: add COPY_NOTIFY operationOlga Kornievskaia2019-10-091-0/+1
* | NFSv4: Don't retry the GETATTR on old stateid in nfs4_delegreturn_done()Trond Myklebust2019-11-031-0/+4
* | NFSv4: Handle NFS4ERR_OLD_STATEID in delegreturnTrond Myklebust2019-11-031-4/+3
* | NFSv4: nfs4_return_incompatible_delegation() should check delegation validityTrond Myklebust2019-11-031-1/+1
* | NFSv4: Revoke the delegation on success in nfs4_delegreturn_done()Trond Myklebust2019-11-031-0/+1
* | NFSv4: Fix delegation handling in update_open_stateid()Trond Myklebust2019-11-031-2/+2
* | NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust2019-11-011-5/+2
* | NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever2019-10-101-0/+1
|/
* NFSv4: Handle NFS4ERR_OLD_STATEID in LOCKUTrond Myklebust2019-09-201-5/+48
* NFSv4: Handle NFS4ERR_OLD_STATEID in CLOSE/OPEN_DOWNGRADETrond Myklebust2019-09-201-3/+72
* NFSv4: Fix OPEN_DOWNGRADE error handlingTrond Myklebust2019-09-201-1/+3
* pNFS: Handle NFS4ERR_OLD_STATEID on layoutreturn by bumping the state seqidTrond Myklebust2019-09-201-1/+1
* NFSv4: Handle RPC level errors in LAYOUTRETURNTrond Myklebust2019-09-201-0/+9
* NFSv4: Clean up pNFS return-on-close error handlingTrond Myklebust2019-09-201-56/+10
* NFS: Have nfs4_proc_get_lease_time() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-10/+1
* NFS: Have nfs41_proc_secinfo_no_name() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-2/+16
* NFS: Have nfs41_proc_reclaim_complete() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-11/+2
* NFS: Have _nfs4_proc_secinfo() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+21
* NFS: Have nfs4_proc_setclientid() call nfs4_call_sync_custom()Anna Schumaker2019-08-221-8/+2
* NFS: Add an nfs4_call_sync_custom() functionAnna Schumaker2019-08-221-10/+15
* NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2019-08-071-0/+2
* NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust2019-08-041-1/+1
* NFSv4: Check the return value of update_open_stateid()Trond Myklebust2019-08-041-4/+8
* NFSv4.1: Fix open stateid recoveryTrond Myklebust2019-08-041-27/+38
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-08-041-13/+12