summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-05-291-180/+357
|\
| * NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-05-281-0/+2
| * NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust2012-05-281-1/+1
| * NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2012-05-271-4/+4
| * NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust2012-05-261-8/+9
| * NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust2012-05-261-0/+59
| * NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust2012-05-251-1/+2
| * NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust2012-05-251-10/+17
| * NFSv4.1: Exchange ID must use GFP_NOFS allocation modeTrond Myklebust2012-05-241-3/+3
| * nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson2012-05-241-0/+54
| * NFSv4.1 cache mdsthreshold values on OPENAndy Adamson2012-05-241-5/+33
| * NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust2012-05-231-0/+1
| * NFSv4.1: Fix session initialisation racesTrond Myklebust2012-05-231-27/+52
| * NFS: EXCHANGE_ID should save the server major and minor IDChuck Lever2012-05-221-1/+16
| * NFS: Always use the same SETCLIENTID boot verifierChuck Lever2012-05-221-6/+8
| * NFS: Force server to drop NFSv4 stateChuck Lever2012-05-221-2/+9
| * NFS: Clean up return code checking in nfs4_proc_exchange_id()Chuck Lever2012-05-221-8/+8
| * NFS: Use proper naming conventions for nfs_client.impl_id fieldChuck Lever2012-05-221-6/+6
| * NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever2012-05-221-8/+10
| * NFS: Don't swap bytes in nfs4_construct_boot_verifier()Chuck Lever2012-05-221-2/+2
| * Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust2012-05-211-3/+2
| |\
| * | NFSv4.1 remove nfs4_reset_write and nfs4_reset_readAndy Adamson2012-05-191-35/+0
| * | NFS: Create a single nfs_get_root()Bryan Schumaker2012-05-141-1/+27
| * | NFS: Rename nfs4_proc_get_root()Bryan Schumaker2012-05-141-3/+3
| * | NFSv4: COMMIT does not need post-op attributesTrond Myklebust2012-05-011-6/+0
| * | NFSv4: Don't request cache consistency attributes on some writesTrond Myklebust2012-05-011-2/+17
| * | NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compoundsTrond Myklebust2012-05-011-31/+3
| * | NFSv4: Simplify the NFSv4 CREATE compoundTrond Myklebust2012-05-011-4/+0
| * | NFSv4: Simplify the NFSv4 OPEN compoundTrond Myklebust2012-05-011-10/+1
| * | NFSv4: Retrieve attributes _before_ calling delegreturnTrond Myklebust2012-05-011-3/+4
| * | NFSv4: Delegreturn only needs the cache consistency bitmaskTrond Myklebust2012-05-011-1/+1
| * | NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker2012-04-271-1/+1
| * | NFS: Create a submount rpc_opBryan Schumaker2012-04-271-0/+1
| * | NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker2012-04-271-1/+0
| * | NFS: merge _full and _partial write rpc_opsFred Isaman2012-04-271-3/+1
| * | NFS: merge _full and _partial read rpc_opsFred Isaman2012-04-271-2/+0
| * | NFS: create common nfs_pgio_header for both read and writeFred Isaman2012-04-271-19/+25
| * | NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman2012-04-271-6/+17
* | | vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds2012-05-101-2/+1
| |/ |/|
* | NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust2012-04-301-3/+2
|/
* NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-271-10/+30
* NFS: Do secinfo as part of lookupBryan Schumaker2012-04-271-17/+47
* NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker2012-04-271-1/+14
* Avoid beyond bounds copy while caching ACLSachin Prabhu2012-04-271-7/+5
* Avoid reading past buffer when calling GETACLSachin Prabhu2012-04-271-6/+10
* NFSv4: Ensure we do not reuse open owner namesTrond Myklebust2012-04-201-3/+3
* NFSv4: Fix open(O_TRUNC) and ftruncate() error handlingTrond Myklebust2012-04-191-3/+12
* NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust2012-04-191-0/+14
* NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust2012-04-191-2/+7
* NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust2012-03-271-5/+5