summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server
Commit message (Expand)AuthorAgeFilesLines
* minor assignement errors reported by clang fixedKaushik BV2010-08-121-2/+1
* nfs: Do not build nfs/rpc as shared libraryShehjar Tikoo2010-08-101-6/+5
* nfs, nfs/rpc: Rename functions to prevent gfrpcsvc conflictShehjar Tikoo2010-08-104-256/+272
* 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: Introduce trusted-write and trusted-sync optionsShehjar Tikoo2010-05-213-6/+183
* nfs3: Final unref only on successful removeShehjar Tikoo2010-05-131-1/+5
* nfs: fix warning on 32 bitCsaba Henk2010-05-111-2/+2
* nfs3: Round-up read reply bytes of multi-vector replyShehjar Tikoo2010-05-102-3/+2
* nfs: Fine tune nfs_entry_loc_fill return valuesShehjar Tikoo2010-05-101-4/+12
* nfs3: Submit multiple vectors received in read callbackShehjar Tikoo2010-05-083-17/+23
* nfs3: Use standard macro to return ESTALEShehjar Tikoo2010-05-081-5/+2
* nfs: Handle failed parent loc fillingShehjar Tikoo2010-05-081-6/+6
* nfs3: Fix NFSv3 string error for EISDIRShehjar Tikoo2010-05-051-1/+1
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-1/+0
* nfs/server: Memory accounting changesVijay Bellur2010-04-271-2/+2
* Memory accounting changesVijay Bellur2010-04-236-46/+124
* nfs: Remove reference to topShehjar Tikoo2010-04-201-1/+0
* nfs3: Use nfs3state in call_state to avoid getting from rpc requestShehjar Tikoo2010-04-132-1/+3
* NFS: type fixes: some portability cleanupCsaba Henk2010-04-082-11/+15
* NFS: type fixes: sanitize rpcgen generated typedefsCsaba Henk2010-04-081-7/+7
* nfs3: Allow all access to superuser except execute at all timesShehjar Tikoo2010-04-081-1/+34
* nfs: Redesign fop argument passing to support single volfile useShehjar Tikoo2010-04-0210-1418/+475
* nfs: Fix RPC library name to avoid conflict with system librpcsvcShehjar Tikoo2010-04-021-1/+1
* nfs: Add NFSv3 protocol supportShehjar Tikoo2010-03-316-2/+8215
* nfs: Add MOUNTv3 protocol supportShehjar Tikoo2010-03-316-3/+1390
* nfs: Add generic nfs translatorShehjar Tikoo2010-03-3112-0/+4810