aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-11NFSv4 do not send an empty SETATTR compoundAndy Adamson1-4/+8
2012-06-08NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-07NFSv4.1: Convert another trivial printk into a dprintkTrond Myklebust1-1/+1
2012-06-06NFS: Map minor mismatch error to protocol not support error.Steve Dickson1-0/+2
2012-06-05NFSv4.1: Convert a trivial printk into a dprintkTrond Myklebust1-2/+1
2012-06-05NFSv4: Fix an Oops in the open recovery codeTrond Myklebust1-1/+21
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-180/+357
2012-05-28NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-05-28NFSv4: update_changeattr does not need to set NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+1
2012-05-27NFSv4.1: Handle other occurrences of NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust1-4/+4
2012-05-26NFSv4.1: Don't clobber the seqid if exchange_id returns a confirmed clientidTrond Myklebust1-8/+9
2012-05-26NFSv4.1: Add DESTROY_CLIENTIDTrond Myklebust1-0/+59
2012-05-25NFSv4.1: Ensure we use the correct credentials for bind_conn_to_sessionTrond Myklebust1-1/+2
2012-05-25NFSv4.1: Ensure we use the correct credentials for session create/destroyTrond Myklebust1-10/+17
2012-05-24NFSv4.1: Exchange ID must use GFP_NOFS allocation modeTrond Myklebust1-3/+3
2012-05-24nfs4.1: add BIND_CONN_TO_SESSION operationWeston Andros Adamson1-0/+54
2012-05-24NFSv4.1 cache mdsthreshold values on OPENAndy Adamson1-5/+33
2012-05-23NFS: Add memory barriers to the nfs_client->cl_cons_state initialisationTrond Myklebust1-0/+1
2012-05-23NFSv4.1: Fix session initialisation racesTrond Myklebust1-27/+52
2012-05-22NFS: EXCHANGE_ID should save the server major and minor IDChuck Lever1-1/+16
2012-05-22NFS: Always use the same SETCLIENTID boot verifierChuck Lever1-6/+8
2012-05-22NFS: Force server to drop NFSv4 stateChuck Lever1-2/+9
2012-05-22NFS: Clean up return code checking in nfs4_proc_exchange_id()Chuck Lever1-8/+8
2012-05-22NFS: Use proper naming conventions for nfs_client.impl_id fieldChuck Lever1-6/+6
2012-05-22NFS: Use proper naming conventions for NFSv4.1 server scope fieldsChuck Lever1-8/+10
2012-05-22NFS: Don't swap bytes in nfs4_construct_boot_verifier()Chuck Lever1-2/+2
2012-05-21Merge branch 'bugfixes' into nfs-for-nextTrond Myklebust1-3/+2
2012-05-19NFSv4.1 remove nfs4_reset_write and nfs4_reset_readAndy Adamson1-35/+0
2012-05-14NFS: Create a single nfs_get_root()Bryan Schumaker1-1/+27
2012-05-14NFS: Rename nfs4_proc_get_root()Bryan Schumaker1-3/+3
2012-05-10vfs: make it possible to access the dentry hash/len as one 64-bit entryLinus Torvalds1-2/+1
2012-05-01NFSv4: COMMIT does not need post-op attributesTrond Myklebust1-6/+0
2012-05-01NFSv4: Don't request cache consistency attributes on some writesTrond Myklebust1-2/+17
2012-05-01NFSv4: Simplify the NFSv4 REMOVE, LINK and RENAME compoundsTrond Myklebust1-31/+3
2012-05-01NFSv4: Simplify the NFSv4 CREATE compoundTrond Myklebust1-4/+0
2012-05-01NFSv4: Simplify the NFSv4 OPEN compoundTrond Myklebust1-10/+1
2012-05-01NFSv4: Retrieve attributes _before_ calling delegreturnTrond Myklebust1-3/+4
2012-05-01NFSv4: Delegreturn only needs the cache consistency bitmaskTrond Myklebust1-1/+1
2012-04-30NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust1-3/+2
2012-04-27NFS: Remove extra rpc_clnt argument to proc_lookupBryan Schumaker1-1/+1
2012-04-27NFS: Create a submount rpc_opBryan Schumaker1-0/+1
2012-04-27NFS: Remove secinfo knowledge out of the generic clientBryan Schumaker1-1/+0
2012-04-27NFS: merge _full and _partial write rpc_opsFred Isaman1-3/+1
2012-04-27NFS: merge _full and _partial read rpc_opsFred Isaman1-2/+0
2012-04-27NFS: create common nfs_pgio_header for both read and writeFred Isaman1-19/+25
2012-04-27NFS: add a struct nfs_commit_data to replace nfs_write_data in commitsFred Isaman1-6/+17
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker1-10/+30
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker1-17/+47
2012-04-27NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker1-1/+14
2012-04-27Avoid beyond bounds copy while caching ACLSachin Prabhu1-7/+5