summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs3.c
Commit message (Expand)AuthorAgeFilesLines
...
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-4/+2
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-5/+6
* libglusterfs/inode.c: do not link the inode in the dentry cache for "." and ".."Krishna Srinivas2012-05-051-6/+2
* nfs/server: hard resolve fh on restartRajesh Amaravathi2012-04-161-1/+2
* core: adding extra data for fopsAmar Tumballi2012-03-221-28/+39
* nfs/nlm: logging NFS client IP address when FH->volume mapping fails or when ...krishna2012-03-111-13/+26
* NLM - Network Lock Manger V4Krishna Srinivas2012-02-201-0/+3
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-0/+2
* rpc: extend actors with flag signing if privilege is requiredCsaba Henk2012-01-211-22/+22
* nfs: changes for using nameless lookup and anonymous FDsAnand Avati2012-01-201-180/+171
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-1/+1
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-161-1/+1
* Fix memleaks in NFSkrishna2011-11-151-0/+1
* nfs: enhance NFS log messages.krishna2011-09-211-69/+189
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-4/+0
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-1/+1
* 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-280/+282
* nfs: Change NFS3 access op to use access fopShehjar Tikoo2011-07-121-15/+8
* NFS : Don't set setattr_valid for exclusive create call.Gaurav2011-06-081-2/+5
* NFS : Handle buffer overflow in nfs3_create_exclusive.Gaurav2011-06-011-2/+4
* build fixesVenky Shankar2011-04-111-8/+34
* NFS : Exclusive create storing verifier.Gaurav2011-04-081-2/+2
* NFS : Store verifier for exlusive mode craete.Gaurav2011-04-061-6/+17
* nfs: capture attrs of create request in cs->stbuf for later useAnand Avati2011-04-011-1/+1
* nfs: more fixes to capture sattr for further usageAnand Avati2011-03-301-3/+3
* nfs: Remove redundant and erroneous check for create mode EXCLUSIVE.Vikas Gorur2011-03-251-1/+1
* nfs3: Ignore requests for volumes without a single CHILD-UPShehjar Tikoo2011-01-071-42/+73
* nfs3: Force root lookup before starting fh resolutionv3.1.2qa3Shehjar Tikoo2010-12-291-0/+38
* nfs3: Access cbk must account for auxgids on group access checksShehjar Tikoo2010-12-271-1/+5
* nfs: cleanup inode_ref/inode_unref to fix inode leaks and extra unrefsv3.1.2qa1Anand Avati2010-12-071-8/+4
* nfs3: Prevent second lookup on a fresh entry lookupv3.1.1qa10Shehjar Tikoo2010-11-251-1/+3
* nfs3: Fresh inode lookup on failed revalidationShehjar Tikoo2010-11-251-1/+41
* 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 EOFv3.1.0qa26Shehjar 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