summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-03NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker1-4/+17
2012-11-16NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-16NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-11-16NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-09-19NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust1-2/+2
2012-09-12pnfs: defer release of pages in layoutgetIdan Kedar1-1/+56
2012-06-20NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-05-31Avoid beyond bounds copy while caching ACLSachin Prabhu1-7/+5
2012-05-31Avoid reading past buffer when calling GETACLSachin Prabhu1-6/+10
2012-05-31NFS4: fix compile warnings in nfs4proc.cPeng Tao1-1/+1
2012-05-21NFSv4: Revalidate uid/gid after openJonathan Nieder1-0/+1
2012-05-11NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust1-0/+14
2012-05-11NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust1-2/+7
2012-04-13Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu1-1/+1
2012-04-02NFSv4.1: Fix layoutcommit error handlingTrond Myklebust1-12/+13
2012-04-02NFSv4: Fix two infinite loops in the mount codeTrond Myklebust1-2/+4
2012-04-02NFSv4: Rate limit the state manager warning messagesTrond Myklebust1-1/+1
2012-04-02NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust1-1/+12
2012-04-02NFS: Properly handle the case where the delegation is revokedTrond Myklebust1-2/+16
2012-03-01NFSv4: fix server_scope memory leakWeston Andros Adamson1-6/+9
2012-03-01NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust1-4/+4
2012-01-26NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson1-39/+57
2011-12-10NFSv4: Do not accept delegated opens when a delegation recall is in effectTrond Myklebust1-8/+16
2011-11-08NFS: Fix a regression in the referral codeTrond Myklebust1-2/+1
2011-11-05nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton1-0/+1
2011-10-31nfs4: serialize layoutcommitPeng Tao1-0/+6
2011-10-20NFS: Get rid of nfs_restart_rpc()Trond Myklebust1-9/+8
2011-10-19NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust1-1/+9
2011-10-19NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust1-45/+17
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust1-2/+2
2011-08-24NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust1-2/+6
2011-08-24NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegationTrond Myklebust1-2/+6
2011-08-24NFSv4: nfs4_proc_renew should be declared staticTrond Myklebust1-2/+2
2011-08-24NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocationTrond Myklebust1-1/+1
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson1-0/+1
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman1-2/+3
2011-07-31pnfs: GETDEVICELISTAndy Adamson1-0/+48
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao1-1/+7
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell1-36/+34
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro1-5/+5
2011-07-20nfs4_opendata doesn't need struct path eitherAl Viro1-23/+22
2011-07-20nfs4_closedata doesn't need to mess with struct pathAl Viro1-11/+10
2011-07-12NFSv4.1: Clean up layoutreturnTrond Myklebust1-2/+2
2011-07-12NFS: test and free stateids during recoveryBryan Schumaker1-3/+34
2011-07-12NFS: added FREE_STATEID callBryan Schumaker1-0/+30
2011-07-12NFS: Added TEST_STATEID callBryan Schumaker1-0/+28
2011-07-12NFS: Add SECINFO_NO_NAME procedureBryan Schumaker1-1/+83
2011-07-12NFS: use scope from exchange_id to skip reclaimWeston Andros Adamson1-0/+32
2011-06-15nfs4.1: fix several problems with _pnfs_return_layoutFred Isaman1-4/+4