summaryrefslogtreecommitdiffstats
path: root/xlators/nfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* nfsrpc: Set THIS before vector sizing upcallShehjar Tikoo2010-09-061-0/+2
* 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-022-2/+2
* 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
* nfsrpc: Introduce THIS-setting support to fix mem-accountingShehjar Tikoo2010-08-312-0/+10
* 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
* nfs3: Dont ref cached fd after fd_lookupShehjar Tikoo2010-08-311-1/+1
* xlators/nfs: nfs3-helpers.c remove dead assignments.Sachidananda2010-08-221-7/+7
* xlators/nfs: nfs3.c - remove dead assignments.Sachidananda2010-08-221-6/+0
* xlators/nfs: rpcsvc-auth.c - clean up dead assignments.Sachidananda2010-08-171-6/+15
* rpm spec: Use only 3 rpms for GlusterFSPavan Sondur2010-08-171-1/+1
* minor assignement errors reported by clang fixedKaushik BV2010-08-121-2/+1
* nfs/rpc: Solaris build fixesShehjar Tikoo2010-08-103-4/+10
* nfs: Do not build nfs/rpc as shared libraryShehjar Tikoo2010-08-104-21/+6
* nfs, nfs/rpc: Rename functions to prevent gfrpcsvc conflictShehjar Tikoo2010-08-1015-883/+948
* nfs3: NULL fdentry check before removing from fdcacheShehjar Tikoo2010-07-281-0/+3
* nfs3: Error returns must check for <0, not == -1Shehjar Tikoo2010-07-281-2/+2
* nfs3: Return ESTALE when fh resolver exhausts direntsShehjar Tikoo2010-07-281-1/+1
* nfs3: Stop ESTALE from falling into SERVERFAULTShehjar Tikoo2010-07-281-0/+1
* nfs3: Fix race updating op queue on uncached fd openShehjar Tikoo2010-07-064-56/+159
* nfs: Assign incremental lk owner to framesShehjar Tikoo2010-07-041-0/+23
* nfs: Support directory level exportsShehjar Tikoo2010-07-047-49/+712
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-2/+2
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* mount3: Handle unmount for unknown volume namesShehjar Tikoo2010-06-011-7/+19
* mount3: Handle <volname> as well for unmount dirpathShehjar Tikoo2010-06-011-1/+4
* nfs3: Special-case the lookup for parent dir of rootShehjar Tikoo2010-06-011-7/+31
* nfs3: Funge . and .. ino/gen in readdir of rootShehjar Tikoo2010-06-013-39/+96
* nfs/lib: Remove "-module" from LDFLAGSVikas Gorur2010-05-271-1/+1