summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs3-helpers.c
Commit message (Expand)AuthorAgeFilesLines
* dual license: update remaining files with correct license textKaleb S. KEITHLEY2013-10-301-13/+4
* nfs: after resolving the entry use the linked inode instead of old inodeRaghavendra Bhat2012-11-191-1/+2
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-17/+17
* remove code that was part of hard resolution which is not needed anymore.v3.3.0qa28krishna2012-03-141-236/+0
* nfs: no need to recalculate the 'ino' from gfidAmar Tumballi2012-03-141-10/+7
* nfs/server: allow deletion of files by defaultRajesh Amaravathi2012-03-101-2/+2
* support for nano second resolution for mtime,ctime,atime attributes.krishna2012-02-091-19/+8
* nfs: changes for using nameless lookup and anonymous FDsAnand Avati2012-01-201-718/+1676
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-2/+2
* NFS: logging enhancement.Gaurav2011-11-161-7/+14
* NFS : Posix compliance fixes.Gaurav2011-09-221-4/+6
* nfs3: Resolve entry vs. hash conflict at same dir depthShehjar Tikoo2011-09-071-15/+43
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* RPC unify code changekrishna2011-07-291-2/+3
* NFS: Implement nfs_forget callshishir2011-07-281-5/+8
* NFS access control list: Decode the NFS requests into mode formatshishir gowda2011-07-131-0/+15
* nfs: Change NFS3 access op to use access fopShehjar Tikoo2011-07-121-156/+13
* nfs: convert errno EDQUOT into appropriate nfs-errno.Raghavendra G2011-04-061-0/+4
* nfs3: Flush file I/O call states on open failureShehjar Tikoo2011-03-251-8/+22
* Logging : Use of uuid_utoa and uuid_utoa_r.Gaurav2011-02-041-17/+12
* 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