summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src
Commit message (Expand)AuthorAgeFilesLines
...
* nfs: Introduce rpc.register-with-portmap to disable portmap registrationShehjar Tikoo2010-11-031-0/+7
* nfs: Remove conn_destroy/init callbacksShehjar Tikoo2010-11-031-2/+0
* nfs3: More robust root gfid checksShehjar Tikoo2010-11-033-5/+10
* mnt3: Fix UMNTALL crash with Windows clientsShehjar Tikoo2010-11-031-4/+8
* mgmt/Glusterd: add nfs.enable-ino32 as an option to set from CLIKaushik BV2010-11-031-0/+30
* nfs: Introduce nfs.enable-ino32 to support legacy 32-bit only appsv3.1.1qa2Shehjar Tikoo2010-10-295-2/+73
* nfs3: Translate ENOTCONN into IO error for clientShehjar Tikoo2010-10-261-0/+4
* nfs3: Correctly funge solaris root lookup FH for DVMShehjar Tikoo2010-10-211-5/+5
* nfs: Fix volume-id option declarationShehjar Tikoo2010-10-211-1/+1
* nfs: avoid assignment of structure pointer into serialized bufferAnand Avati2010-10-121-2/+4
* nfs: re-implement logic to perform fresh lookups when lookup revalidates failAnand Avati2010-10-125-12/+107
* Revert "nfs3: Revalidate inode on receiving ESTALE on lookup"Anand Avati2010-10-122-51/+1
* Revert "nfs: re-implement logic to perform fresh lookups when lookup revalida...v3.1.0qa46Vijay Bellur2010-10-115-84/+2
* Revert "Revert "nfs3: Revalidate inode on receiving ESTALE on lookup""Vijay Bellur2010-10-112-1/+51
* nfs: re-implement logic to perform fresh lookups when lookup revalidates failAnand Avati2010-10-115-2/+84
* Revert "nfs3: Revalidate inode on receiving ESTALE on lookup"Anand Avati2010-10-112-51/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* nfs3: Fix gfid to ino conversionShehjar Tikoo2010-10-071-2/+2
* nfs: Revert downed-subvolume changesShehjar Tikoo2010-10-077-565/+136
* nfs3: Convert gfid to ino only for non-rootShehjar Tikoo2010-10-051-1/+6
* nfs3: Convert gfid into inode numberShehjar Tikoo2010-10-041-6/+17
* nfs,nfs3: Disable subvolume on ENOTCONNShehjar Tikoo2010-10-042-31/+143
* Change GNU GPL to GNU AGPLPranith K2010-10-0419-57/+57
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-1/+1
* nfs3: Revalidate inode on receiving ESTALE on lookupShehjar Tikoo2010-10-012-1/+51
* nfs: Free inodes layer fop locals to fix memory leakShehjar Tikoo2010-09-281-10/+18
* nfs: Fix multiple subvolume CHILD-UP supportv3.1.0qa33Shehjar Tikoo2010-09-251-0/+1
* nfs, nfs3: Base volume access on CHILD-UP-DOWN eventShehjar Tikoo2010-09-227-105/+418
* nfs3: Unref & unbind dir fd with inode lock on EOFv3.1.0qa26Shehjar Tikoo2010-09-171-6/+12
* nfs3: Copy deviceid from correct gfid start octetShehjar Tikoo2010-09-151-1/+1
* nfs3: Set gfid[15] to 1 for rootShehjar Tikoo2010-09-151-0/+1
* remove 'gen' from iatt/protocol structuresAmar Tumballi2010-09-141-2/+0
* nfs,nfs3,mnt3: Transition fh resolution to gfidShehjar Tikoo2010-09-1414-366/+847
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+2
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-2/+3
* gfid: changes in inode managementAnand Avati2010-09-042-6/+3
* nfs3: Do not unref dst inode on rename cbkShehjar Tikoo2010-09-021-6/+0
* nfs3: Free vectored write args using FREE not GF_FREEShehjar Tikoo2010-09-021-0/+1
* nfs, mount3: Fix assumptions of this being child xlShehjar Tikoo2010-08-312-6/+9
* nfs: Create frames with frame->root as nfsxShehjar Tikoo2010-08-311-58/+58
* nfs: Set actorxl to enable setting THIS to nfsxShehjar Tikoo2010-08-311-0/+1
* nfs3: Close dst cached fd & unref inode on renameShehjar Tikoo2010-08-311-0/+19
* nfs: Free fop local only after inode checksShehjar Tikoo2010-08-312-53/+52
* nfs3: Return ESTALE when going beyond fh-hashcount or max-hashesShehjar Tikoo2010-08-311-7/+40
* nfs3: Logging and comments made more accurateShehjar Tikoo2010-08-312-11/+24
* nfs3: Support hashcounts larger than hash array sizeShehjar Tikoo2010-08-312-5/+26
* nfs3: Unref dir fd once usage ends in hard fh resolutionShehjar Tikoo2010-08-311-3/+29
* nfs3: Dont ref dir fd_t used in hard fh resolutionShehjar Tikoo2010-08-312-11/+11