summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs3.c
Commit message (Expand)AuthorAgeFilesLines
...
* nfs: opendir/closedir for every readdirAnand Avati2010-11-151-13/+4
* nfs: Remove conn_destroy/init callbacksShehjar Tikoo2010-11-031-2/+0
* nfs3: More robust root gfid checksShehjar Tikoo2010-11-031-0/+2
* nfs3: Correctly funge solaris root lookup FH for DVMShehjar Tikoo2010-10-211-5/+5
* nfs: avoid assignment of structure pointer into serialized bufferAnand Avati2010-10-121-2/+4
* Revert "nfs3: Revalidate inode on receiving ESTALE on lookup"Anand Avati2010-10-121-44/+1
* Revert "Revert "nfs3: Revalidate inode on receiving ESTALE on lookup""Vijay Bellur2010-10-111-1/+44
* Revert "nfs3: Revalidate inode on receiving ESTALE on lookup"Anand Avati2010-10-111-44/+1
* nfs: Revert downed-subvolume changesShehjar Tikoo2010-10-071-191/+51
* nfs,nfs3: Disable subvolume on ENOTCONNShehjar Tikoo2010-10-041-31/+140
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* nfs3: Revalidate inode on receiving ESTALE on lookupShehjar Tikoo2010-10-011-1/+44
* nfs, nfs3: Base volume access on CHILD-UP-DOWN eventShehjar Tikoo2010-09-221-20/+51
* nfs3: Unref & unbind dir fd with inode lock on EOFShehjar Tikoo2010-09-171-6/+12
* nfs3: Copy deviceid from correct gfid start octetShehjar Tikoo2010-09-151-1/+1
* nfs,nfs3,mnt3: Transition fh resolution to gfidShehjar Tikoo2010-09-141-118/+349
* 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
* nfs3: Close dst cached fd & unref inode on renameShehjar Tikoo2010-08-311-0/+19
* nfs3: Dont ref dir fd_t used in hard fh resolutionShehjar Tikoo2010-08-311-4/+2
* xlators/nfs: nfs3.c - remove dead assignments.Sachidananda2010-08-221-6/+0
* nfs, nfs/rpc: Rename functions to prevent gfrpcsvc conflictShehjar Tikoo2010-08-101-214/+225
* nfs3: Error returns must check for <0, not == -1Shehjar Tikoo2010-07-281-2/+2
* nfs3: Fix race updating op queue on uncached fd openShehjar Tikoo2010-07-061-1/+0
* nfs: Support directory level exportsShehjar Tikoo2010-07-041-1/+1
* 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-011-29/+15
* nfs: Introduce trusted-write and trusted-sync optionsShehjar Tikoo2010-05-211-6/+158
* nfs3: Final unref only on successful removeShehjar Tikoo2010-05-131-1/+5
* nfs3: Round-up read reply bytes of multi-vector replyShehjar Tikoo2010-05-101-0/+1
* nfs3: Submit multiple vectors received in read callbackShehjar Tikoo2010-05-081-12/+12
* Memory accounting changesVijay Bellur2010-04-231-9/+12
* nfs3: Use nfs3state in call_state to avoid getting from rpc requestShehjar Tikoo2010-04-131-1/+2
* NFS: type fixes: some portability cleanupCsaba Henk2010-04-081-9/+13
* nfs: Redesign fop argument passing to support single volfile useShehjar Tikoo2010-04-021-57/+63
* nfs: Add NFSv3 protocol supportShehjar Tikoo2010-03-311-0/+4836