summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-23NFSv4.1: add generic layer hooks for pnfs COMMITFred Isaman5-18/+108
2011-03-23NFSv4.1: alloc and free commit_bucketsFred Isaman2-0/+24
2011-03-23NFSv4.1: shift filelayout_free_lsegFred Isaman1-10/+10
2011-03-23NFSv4.1: pull out code from nfs_commit_releaseFred Isaman1-3/+9
2011-03-23NFSv4.1: pull error handling out of nfs_commit_listFred Isaman1-10/+16
2011-03-23NFSv4.1: add callback to nfs4_commit_doneFred Isaman1-4/+10
2011-03-23NFSv4.1: rearrange nfs_commit_rpcsetupFred Isaman1-27/+33
2011-03-23NFSv4.1: don't send COMMIT to ds for data sync writesFred Isaman1-1/+4
2011-03-23NFS: Detect loops in a readdir due to bad cookiesBryan Schumaker2-1/+29
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker3-8/+50
2011-03-23NFS: Ensure that we update the readdir filp->f_pos correctlyTrond Myklebust1-1/+2
2011-03-22Remove pointless memset in nfsacl_encode()Jesper Juhl1-1/+0
2011-03-22nfs4: Fix NULL dereference at d_alloc_and_lookup()Gusev Vitaliy1-0/+4
2011-03-22SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust1-0/+2
2011-03-21NFS: Fix a hang/infinite loop in nfs_wb_page()Trond Myklebust1-12/+19
2011-03-21FS: Use stable writes when not doing a bulk flushTrond Myklebust4-3/+19
2011-03-17RPC: killing RPC tasks races fixedStanislav Kinsbursky1-1/+3
2011-03-17xprt: remove redundant checkj223yang@asset.uwaterloo.ca1-1/+1
2011-03-17SUNRPC: Convert struct rpc_xprt to use atomic_t countersTrond Myklebust2-10/+9
2011-03-17SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust1-8/+6
2011-03-15sunrpc: fix printk format warningRandy Dunlap1-1/+2
2011-03-15xprt: remove redundant null checkj223yang@asset.uwaterloo.ca1-4/+3
2011-03-15nfs: BKL is no longer needed, so remove the includeStephen Rothwell1-1/+0
2011-03-14NFS: Fix a warning in fs/nfs/idmap.cTrond Myklebust1-0/+1
2011-03-11Cleanup: Factor out some cut-and-paste code.Rob Landley1-111/+44
2011-03-11cleanup: save 60 lines/100 bytes by combining two mostly duplicate functions.Rob Landley1-96/+33
2011-03-11NFS: account direct-io into task io accountingKonstantin Khlebnikov1-0/+5
2011-03-11gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2-2/+2
2011-03-11RPCRDMA: Fix FRMR registration/invalidate handling.Tom Tucker2-8/+45
2011-03-11RPCRDMA: Fix to XDR page base interpretation in marshalling logic.Tom Tucker1-44/+42
2011-03-11NFSv4: Send unmapped uid/gids to the server when using auth_sysTrond Myklebust5-9/+55
2011-03-11NFSv4: Propagate the error NFS4ERR_BADOWNER to nfs4_do_setattrTrond Myklebust2-2/+3
2011-03-11NFSv4: cleanup idmapper functions to take an nfs_server argumentTrond Myklebust3-26/+25
2011-03-11NFSv4: Send unmapped uid/gids to the server if the idmapper failsTrond Myklebust1-4/+26
2011-03-11NFSv4: If the server sends us a numeric uid/gid then accept itTrond Myklebust1-2/+26
2011-03-11NFSv4.1: reject zero layout with zeroed stripe unitBenny Halevy1-2/+2
2011-03-11NFSv4.1: Clear lseg pointer in ->doio functionFred Isaman3-1/+4
2011-03-11NFSv4.1: rearrange ->doio argsFred Isaman4-39/+45
2011-03-11NFSv4.1: pnfs filelayout driver writeFred Isaman5-2/+128
2011-03-11NFSv4.1: remove GETATTR from ds writesFred Isaman2-4/+10
2011-03-11NFSv4.1: implement generic pnfs layer write switchAndy Adamson6-0/+47
2011-03-11NFSv4.1: trigger LAYOUTGET for writesFred Isaman3-12/+49
2011-03-11NFSv4.1: Send lseg down into nfs_write_rpcsetupFred Isaman2-2/+6
2011-03-11NFSv4.1: add callback to nfs4_write_doneFred Isaman2-4/+11
2011-03-11NFSv4.1: rearrange nfs_write_rpcsetupAndy Adamson1-36/+46
2011-03-11NFSv4.1: lseg documentationFred Isaman1-0/+7
2011-03-11NFSv4.1: turn off pNFS on ds connection failureAndy Adamson4-9/+36
2011-03-11NFSv4.1 move deviceid cache to filelayout driverChristoph Hellwig6-264/+92
2011-03-11NFSv4.1: filelayout async error handlerAndy Adamson8-6/+123
2011-03-11NFSv4.1: filelayout readAndy Adamson6-2/+92