summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Don't send layoutreturn if the layout is already invalidTrond Myklebust2018-06-191-0/+16
* pNFS: Always free the session slot on error in nfs4_layoutget_handle_exceptionTrond Myklebust2018-06-191-7/+10
* NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRYTrond Myklebust2018-06-101-4/+7
* NFSv4: Fix a typo in nfs41_sequence_processTrond Myklebust2018-06-091-1/+1
* NFSv4.0: Remove transport protocol name from non-UCS client IDChuck Lever2018-06-061-10/+4Star
* NFSv4.0: Remove cl_ipaddr from non-UCS client IDChuck Lever2018-06-061-6/+20
* NFSv4: Fix a compiler warning when CONFIG_NFS_V4_1 is undefinedTrond Myklebust2018-06-051-5/+0Star
* NFSv4: Ignore NFS_INO_REVAL_FORCED in nfs4_proc_accessTrond Myklebust2018-06-041-1/+1
* NFSv4: Don't ask for delegated attributes when adding a hard linkTrond Myklebust2018-06-041-2/+3
* NFSv4: Don't ask for delegated attributes when revalidating the inodeTrond Myklebust2018-06-041-2/+3
* NFS: Pass the inode down to the getattr() callbackTrond Myklebust2018-06-041-7/+10
* NFSv4: Don't request size+change attribute if they are delegated to usTrond Myklebust2018-06-041-5/+35
* pnfs: Don't release the sequence slot until we've processed layoutget on openTrond Myklebust2018-05-311-1/+2
* pnfs: Fix manipulation of NFS_LAYOUT_FIRST_LAYOUTGETFred Isaman2018-05-311-2/+1Star
* pnfs: Stop attempting LAYOUTGET on OPEN on failureFred Isaman2018-05-311-1/+3
* pNFS: Refactor nfs4_layoutget_release()Trond Myklebust2018-05-311-46/+1Star
* pnfs: Add LAYOUTGET to OPEN of a new fileFred Isaman2018-05-311-4/+17
* pnfs: Move nfs4_opendata into nfs4_fs.hFred Isaman2018-05-311-25/+0Star
* pnfs: Add conditional encode/decode of LAYOUTGET within OPEN compoundFred Isaman2018-05-311-0/+1
* pnfs: move allocations out of nfs4_proc_layoutgetFred Isaman2018-05-311-12/+3Star
* NFS4: move ctx into nfs4_run_open_taskFred Isaman2018-05-311-8/+11
* pnfs: Remove redundant assignment from nfs4_proc_layoutget().Fred Isaman2018-05-311-1/+0Star
* NFSv4: Don't add a new lock on an interrupted wait for LOCKBenjamin Coddington2018-05-311-10/+14
* NFSv4: Always clear the pNFS layout when handling ESTALETrond Myklebust2018-05-311-0/+5
* NFS: Ensure we revalidate the inode correctly after setaclTrond Myklebust2018-05-311-1/+2
* NFSv4: Fix sillyrename to return the delegation when appropriateTrond Myklebust2018-05-311-2/+3
* NFSv4: Only pass the delegation to setattr if we're sending a truncateTrond Myklebust2018-05-311-5/+7
* NFS: Merge nfs41_free_stateid() with _nfs41_free_stateid()Anna Schumaker2018-05-311-23/+14Star
* NFS: Pass "privileged" value to nfs4_init_sequence()Anna Schumaker2018-05-311-50/+31Star
* NFS: Move call to nfs4_state_protect() to nfs4_commit_setup()Anna Schumaker2018-05-311-1/+3
* NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup()Anna Schumaker2018-05-311-1/+3
* NFSv4.1: Fix exclusive createTrond Myklebust2018-04-101-16/+33
* NFSv4: Fix the nfs_inode_set_delegation() argumentsTrond Myklebust2018-04-101-4/+8
* NFSv4: Don't ask for attributes when ACCESS is protected by a delegationTrond Myklebust2018-04-101-5/+8
* NFS: More fine grained attribute trackingTrond Myklebust2018-04-101-2/+5
* NFSv4: Don't return the delegation when not needed by NFSv4.x (x>0)Trond Myklebust2018-04-101-6/+10
* NFS: Remove the unused return_delegation() callbackTrond Myklebust2018-04-101-1/+0Star
* NFS: Move the delegation return down into _nfs4_do_setattr()Trond Myklebust2018-04-101-0/+4
* NFS: Add a delegation return into nfs4_proc_unlink_setup()Trond Myklebust2018-04-101-3/+6
* NFS: Move delegation recall into the NFSv4 callback for rename_setup()Trond Myklebust2018-04-101-3/+10
* NFS: Move the delegation return down into nfs4_proc_remove()Trond Myklebust2018-04-101-2/+20
* NFS: Move the delegation return down into nfs4_proc_link()Trond Myklebust2018-04-101-0/+2
* NFSv4: Fix nfs4_return_incompatible_delegationTrond Myklebust2018-04-101-0/+1
* nfs4: wake any lock waiters on successful RECLAIM_COMPLETEJeff Layton2018-04-101-10/+16
* nfs4: don't compare clientid in nfs4_wake_lock_waiterJeff Layton2018-04-101-4/+2Star
* nfs4: always reset notified flag to false before repolling for lockJeff Layton2018-04-101-0/+1
* Merge tag 'nfs-for-4.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-01-311-10/+32
|\
| * NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2018-01-151-4/+8
| * NFSv4: Convert LOCKU to use nfs4_async_handle_exception()Trond Myklebust2018-01-151-2/+8
| * NFSv4: Convert DELEGRETURN to use nfs4_handle_exception()Trond Myklebust2018-01-151-3/+8