aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-10-131-1/+1
* NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust2015-05-091-5/+5
* NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2014-12-141-1/+1
* NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-11-051-15/+15
* NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust2014-09-131-5/+12
* nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson2014-04-021-2/+2
* NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust2014-01-031-2/+8
* NFSv4 wait on recovery for async session errorsAndy Adamson2014-01-031-2/+1
* NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust2014-01-031-0/+1
* NFS: nfs_getaclargs.acl_len is a size_tChuck Lever2013-04-101-1/+2
* NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2013-04-101-14/+0
* NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson2013-03-061-1/+2
* NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker2013-01-031-4/+17
* NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust2012-11-161-0/+1
* NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust2012-11-161-13/+23
* NFS: Wait for session recovery to finish before returningBryan Schumaker2012-11-161-2/+1
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-191-2/+2
* pnfs: defer release of pages in layoutgetIdan Kedar2012-09-121-1/+56
* NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust2012-06-191-0/+1
* NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-06-101-0/+2
* Avoid beyond bounds copy while caching ACLSachin Prabhu2012-05-311-7/+5
* Avoid reading past buffer when calling GETACLSachin Prabhu2012-05-311-6/+10
* NFS4: fix compile warnings in nfs4proc.cPeng Tao2012-05-311-1/+1
* NFSv4: Revalidate uid/gid after openJonathan Nieder2012-05-201-0/+1
* NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust2012-05-111-0/+14
* NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust2012-05-111-2/+7
* Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu2012-04-131-1/+1
* NFSv4.1: Fix layoutcommit error handlingTrond Myklebust2012-04-021-12/+13
* NFSv4: Fix two infinite loops in the mount codeTrond Myklebust2012-04-021-2/+4
* NFSv4: Rate limit the state manager warning messagesTrond Myklebust2012-04-021-1/+1
* NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2012-04-021-1/+12
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-04-021-2/+16
* NFSv4: fix server_scope memory leakWeston Andros Adamson2012-02-291-6/+9
* NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2012-02-291-4/+4
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2012-01-251-39/+57
* NFSv4: Do not accept delegated opens when a delegation recall is in effectTrond Myklebust2011-12-091-8/+16
* NFS: Fix a regression in the referral codeTrond Myklebust2011-11-071-2/+1
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-041-0/+1
* nfs4: serialize layoutcommitPeng Tao2011-10-311-0/+6
* NFS: Get rid of nfs_restart_rpc()Trond Myklebust2011-10-191-9/+8
* NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust2011-10-181-1/+9
* NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust2011-10-181-45/+17
* NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust2011-10-181-2/+2
* NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust2011-08-241-2/+6
* NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegationTrond Myklebust2011-08-241-2/+6
* NFSv4: nfs4_proc_renew should be declared staticTrond Myklebust2011-08-241-2/+2
* NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocationTrond Myklebust2011-08-241-1/+1
* pnfs: cleanup_layoutcommitAndy Adamson2011-07-311-0/+1
* pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman2011-07-311-2/+3
* pnfs: GETDEVICELISTAndy Adamson2011-07-311-0/+48