summaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4proc.c
AgeCommit message (Expand)Author
2014-12-14NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson
2014-11-05NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust
2014-09-13NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust
2014-04-02nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson
2014-01-03NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust
2014-01-03NFSv4 wait on recovery for async session errorsAndy Adamson
2014-01-03NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust
2013-04-10NFS: nfs_getaclargs.acl_len is a size_tChuck Lever
2013-04-10NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust
2013-03-06NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson
2013-01-03NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker
2012-11-16NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust
2012-11-16NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust
2012-11-16NFS: Wait for session recovery to finish before returningBryan Schumaker
2012-09-19NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust
2012-09-12pnfs: defer release of pages in layoutgetIdan Kedar
2012-06-19NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust
2012-05-31Avoid beyond bounds copy while caching ACLSachin Prabhu
2012-05-31Avoid reading past buffer when calling GETACLSachin Prabhu
2012-05-31NFS4: fix compile warnings in nfs4proc.cPeng Tao
2012-05-20NFSv4: Revalidate uid/gid after openJonathan Nieder
2012-05-11NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust
2012-05-11NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust
2012-04-13Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu
2012-04-02NFSv4.1: Fix layoutcommit error handlingTrond Myklebust
2012-04-02NFSv4: Fix two infinite loops in the mount codeTrond Myklebust
2012-04-02NFSv4: Rate limit the state manager warning messagesTrond Myklebust
2012-04-02NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust
2012-04-02NFS: Properly handle the case where the delegation is revokedTrond Myklebust
2012-02-29NFSv4: fix server_scope memory leakWeston Andros Adamson
2012-02-29NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust
2012-01-25NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson
2011-12-09NFSv4: Do not accept delegated opens when a delegation recall is in effectTrond Myklebust
2011-11-07NFS: Fix a regression in the referral codeTrond Myklebust
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton
2011-10-31nfs4: serialize layoutcommitPeng Tao
2011-10-19NFS: Get rid of nfs_restart_rpc()Trond Myklebust
2011-10-18NFSv4: Translate NFS4ERR_BADNAME into ENOENT when applied to a lookupTrond Myklebust
2011-10-18NFS: Remove the unused "lookupfh()" version of nfs4_proc_lookup()Trond Myklebust
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust
2011-08-24NFSv4: renewd needs to be able to handle the NFS4ERR_CB_PATH_DOWN errorTrond Myklebust
2011-08-24NFSv4: The NFSv4.0 client must send RENEW calls if it holds a delegationTrond Myklebust
2011-08-24NFSv4: nfs4_proc_renew should be declared staticTrond Myklebust
2011-08-24NFSv4: nfs4_proc_async_renew should use a GFP_NOFS allocationTrond Myklebust
2011-07-31pnfs: cleanup_layoutcommitAndy Adamson
2011-07-31pnfs: ask for layout_blksize and save it in nfs_serverFred Isaman
2011-07-31pnfs: GETDEVICELISTAndy Adamson
2011-07-31pnfs: let layoutcommit handle a list of lsegPeng Tao
2011-07-25Merge branch 'master' into devel and apply fixup from Stephen Rothwell:Stephen Rothwell