summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs3-helpers.c
Commit message (Expand)AuthorAgeFilesLines
* nfs3: Handle root resolution failuresv3.1.2Shehjar Tikoo2011-01-131-9/+9
* nfs3: Force root lookup before starting fh resolutionv3.1.2qa3Shehjar Tikoo2010-12-291-7/+88
* nfs3: Access cbk must account for auxgids on group access checksShehjar Tikoo2010-12-271-4/+17
* nfs: fix warnings due to format string mismatches during invocation of gf_log.Raghavendra G2010-12-141-2/+2
* nfs: cleanup inode_ref/inode_unref to fix inode leaks and extra unrefsv3.1.2qa1Anand Avati2010-12-071-3/+22
* nfs3: Prevent second lookup on a fresh entry lookupv3.1.1qa10Shehjar Tikoo2010-11-251-2/+7
* Solaris: df -h returned invalid sizeshishir gowda2010-11-151-2/+2
* nfs: opendir/closedir for every readdirAnand Avati2010-11-151-1/+1
* nfs3: More robust root gfid checksShehjar Tikoo2010-11-031-1/+2
* nfs: Introduce nfs.enable-ino32 to support legacy 32-bit only appsv3.1.1qa2Shehjar Tikoo2010-10-291-2/+8
* nfs3: Translate ENOTCONN into IO error for clientShehjar Tikoo2010-10-261-0/+4
* nfs3: Fix gfid to ino conversionShehjar Tikoo2010-10-071-2/+2
* 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
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* remove 'gen' from iatt/protocol structuresAmar Tumballi2010-09-141-2/+0
* nfs,nfs3,mnt3: Transition fh resolution to gfidShehjar Tikoo2010-09-141-122/+117
* gfid: changes in inode managementAnand Avati2010-09-041-3/+0
* 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-311-11/+20
* 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-311-7/+9
* 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
* nfs, nfs/rpc: Rename functions to prevent gfrpcsvc conflictShehjar Tikoo2010-08-101-1/+1
* nfs3: NULL fdentry check before removing from fdcacheShehjar Tikoo2010-07-281-0/+3
* 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-061-55/+150
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-2/+2
* nfs3: Funge . and .. ino/gen in readdir of rootShehjar Tikoo2010-06-011-7/+75
* nfs: fix warning on 32 bitCsaba Henk2010-05-111-2/+2
* nfs3: Round-up read reply bytes of multi-vector replyShehjar Tikoo2010-05-101-3/+1
* nfs3: Submit multiple vectors received in read callbackShehjar Tikoo2010-05-081-4/+10
* nfs3: Use standard macro to return ESTALEShehjar Tikoo2010-05-081-5/+2
* nfs3: Fix NFSv3 string error for EISDIRShehjar Tikoo2010-05-051-1/+1
* Memory accounting changesVijay Bellur2010-04-231-16/+19
* NFS: type fixes: some portability cleanupCsaba Henk2010-04-081-2/+2
* 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-021-20/+20
* nfs: Add NFSv3 protocol supportShehjar Tikoo2010-03-311-0/+2825