aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4proc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-170/+389
2012-03-21NFS: Remove nfs4_setup_sequence from generic rename codeBryan Schumaker1-0/+11
2012-03-21NFS: Remove nfs4_setup_sequence from generic unlink codeBryan Schumaker1-0/+11
2012-03-21NFS: Remove nfs4_setup_sequence from generic read codeBryan Schumaker1-0/+11
2012-03-21NFS: Remove nfs4_setup_sequence from generic write codeBryan Schumaker1-0/+11
2012-03-20NFSv4: It is not safe to dereference lsp->ls_state in release_lockownerTrond Myklebust1-1/+3
2012-03-20nfs: remove the second argument of k[un]map_atomic()Cong Wang1-2/+2
2012-03-12NFSv4: Rate limit the state manager warning messagesTrond Myklebust1-1/+1
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-11/+12
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust1-3/+5
2012-03-08NFS: Don't copy read delegation stateids in setattrTrond Myklebust1-1/+1
2012-03-07NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust1-1/+12
2012-03-07NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust1-11/+20
2012-03-06NFS: Fix nfs4_verifier memory alignmentChuck Lever1-13/+19
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust1-4/+3
2012-03-06NFSv4: Add helpers for basic copying of stateidsTrond Myklebust1-19/+15
2012-03-06NFSv4: Rename nfs4_copy_stateid()Trond Myklebust1-1/+1
2012-03-06NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust1-2/+25
2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust1-2/+16
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust1-69/+46
2012-03-02NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever1-0/+1
2012-03-02NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever1-3/+3
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust1-1/+2
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-3/+10
2012-03-02NFS: Add debugging messages to NFSv4's CLOSE procedureChuck Lever1-3/+8
2012-03-01NFSv4: parse and display server implementation idsWeston Andros Adamson1-0/+21
2012-03-01NFSv4: fix server_scope memory leakWeston Andros Adamson1-6/+9
2012-02-17NFSv4: fix server_scope memory leakWeston Andros Adamson1-6/+9
2012-02-17NFSv4.1: Fix a NFSv4.1 session initialisation regressionTrond Myklebust1-65/+42
2012-02-15nfs41: Verify channel's attributes accordingly to RFC v2Vitaliy Gusev1-2/+4
2012-02-15NFSv4.1: Add a module parameter to set the number of session slotsTrond Myklebust1-1/+7
2012-02-15NFSv4.1: Convert slotid from u8 to u32Trond Myklebust1-22/+20
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-3/+4
2012-02-06NFS: printks in fs/nfs/ should start with NFS:Weston Andros Adamson1-1/+1
2012-02-06NFS: Call test_stateid() and free_stateid() with correct stateidsBryan Schumaker1-11/+47
2012-02-06NFS: Pass a stateid to test_stateid() and free_stateid()Bryan Schumaker1-15/+22
2012-02-03NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust1-4/+4
2012-01-31NFSv4: ACCESS validation doesn't require a full attribute refreshTrond Myklebust1-1/+1
2012-01-31SUNRPC: Fix potential races in xprt_lock_write_next()Trond Myklebust1-5/+8
2012-01-31NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust1-3/+7
2012-01-31NFS: Move struct nfs_unique_id into struct nfs_seqid_counterTrond Myklebust1-5/+5
2012-01-31NFSv41: Add a new helper nfs4_init_sequence()Trond Myklebust1-37/+56
2012-01-31NFSv4: Replace lock_owner->ld_id with an ida based allocatorTrond Myklebust1-3/+3
2012-01-31NFSv4: Replace state_owner->so_owner_id with an ida based allocatorTrond Myklebust1-2/+2
2012-01-31NFSv4: Clean up nfs4_get_state_ownerTrond Myklebust1-1/+2
2012-01-12NFS4: fix compile warnings in nfs4proc.cPeng Tao1-1/+1
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-84/+93
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust1-0/+10
2012-01-05NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson1-39/+57
2012-01-05NFSv4.1: cleanup comment and debug printkAndy Adamson1-5/+2