aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-17NFSv4.1: Clean ups and bugfixes for the pNFS read/writeback/commit codeTrond Myklebust6-97/+172
2012-03-14NFS: Fix a compile error when !defined NFS_DEBUGTrond Myklebust1-1/+1
2012-03-14NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy1-1/+2
2012-03-13pnfs-obj: Uglify objio_segment allocation for the sake of the principle :-(Boaz Harrosh1-14/+25
2012-03-13NFS: null dereference in dev_remove()Dan Carpenter1-1/+1
2012-03-12NFSv4: Rate limit the state manager warning messagesTrond Myklebust3-4/+6
2012-03-12NFS: Check return value from rpc_queue_upcall()Bryan Schumaker1-2/+7
2012-03-12NFS: Only define some function when v4.1 is enabledBryan Schumaker1-0/+4
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust13-33/+38
2012-03-11NFS: replace global bl_wq with per-net oneStanislav Kinsbursky5-31/+39
2012-03-11NFS: replace global bl_mount_reply with per-net oneStanislav Kinsbursky3-9/+11
2012-03-10NFS: remove nfs_inode radix treeFred Isaman7-177/+206
2012-03-10NFS: remove NFS_PAGE_TAG_LOCKEDFred Isaman2-42/+10
2012-03-10NFSv4.0: Re-establish the callback channel on NFS4ERR_CB_PATHDOWNTrond Myklebust3-20/+16
2012-03-08NFSv4: Clean up nfs4_select_rw_stateid()Trond Myklebust4-20/+49
2012-03-08NFS: Don't copy read delegation stateids in setattrTrond Myklebust3-8/+12
2012-03-08NFSv4.1 cleanup DS stateid error handlingAndy Adamson1-7/+2
2012-03-07NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2-1/+13
2012-03-07NFSv4: Don't free the nfs4_lock_state until after the release_lockownerTrond Myklebust3-15/+28
2012-03-07NFSv4.1 handle DS stateid errorsAndy Adamson3-1/+31
2012-03-07NFS: add fh_crc to debug outputWeston Andros Adamson1-2/+4
2012-03-07NFS: add filehandle crc for debug displayWeston Andros Adamson1-3/+20
2012-03-06NFSv4: Add a helper encode_uint64Trond Myklebust1-10/+11
2012-03-06NFSv4: More xdr cleanupsTrond Myklebust1-114/+50
2012-03-06NFSv4: Cleanup - convert more functions to use encode_op_hdrTrond Myklebust1-9/+2
2012-03-06NFS: Fix nfs4_verifier memory alignmentChuck Lever2-33/+39
2012-03-06NFSv4: Add a encode op helperTrond Myklebust1-129/+32
2012-03-06NFSv4: Add a helper for encoding NFSv4 sequence idsTrond Myklebust1-19/+28
2012-03-06NFSv4: Minor clean ups for encode_string()Trond Myklebust1-22/+18
2012-03-06NFSv4: Simplify the struct nfs4_stateidTrond Myklebust6-18/+17
2012-03-06NFSv4: Add helpers for basic copying of stateidsTrond Myklebust5-36/+38
2012-03-06NFSv4: Rename nfs4_copy_stateid()Trond Myklebust4-4/+4
2012-03-06NFSv4: Add a helper for encoding stateidsTrond Myklebust1-51/+62
2012-03-06NFSv4: Add a helper for encoding opaque dataTrond Myklebust1-5/+9
2012-03-06NFSv4: Rename encode_stateid() to encode_open_stateid()Trond Myklebust1-3/+3
2012-03-06NFSv4: Further clean-ups of delegation stateid validationTrond Myklebust4-28/+27
2012-03-06NFSv4.1: Fix matching of the stateids when returning a delegationTrond Myklebust2-6/+6
2012-03-06NFS: Properly handle the case where the delegation is revokedTrond Myklebust5-4/+57
2012-03-06NFS: Fix a typo in _nfs_display_fhandleTrond Myklebust1-1/+1
2012-03-05NFS: Fix a compile issue when !CONFIG_NFS_V4_1Trond Myklebust1-9/+19
2012-03-03Merge commit 'nfs-for-3.3-4' into nfs-for-nextTrond Myklebust3-70/+52
2012-03-02NFS: Reduce debugging noise from encode_compound_hdrChuck Lever1-1/+0
2012-03-02NFS: Request fh_expire_type attribute in "server caps" operationChuck Lever2-0/+27
2012-03-02NFS: Introduce NFS_ATTR_FATTR_V4_LOCATIONSChuck Lever2-4/+4
2012-03-02NFS: Simplify arguments of encode_renew()Chuck Lever1-3/+4
2012-03-02NFS: Add a client-side function to display NFS file handlesChuck Lever1-0/+45
2012-03-02NFS: Make clientaddr= optionalChuck Lever2-6/+15
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust2-3/+3
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust6-21/+49
2012-03-02NFS: Add debugging messages to NFSv4's CLOSE procedureChuck Lever1-3/+8