summaryrefslogtreecommitdiffstats
path: root/xlators/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: do not return -1 (error), if the transmission buffer list is emptyRaghavendra Bhat2011-11-041-0/+7
* check the return value of inode_path for less than or equal to zeroRaghavendra Bhat2011-10-281-3/+3
* nfs: size_t is an unsigned type. Changing it to ssize_t for "writelen" variab...krishna2011-10-102-12/+16
* gnfs/server: allow 255-char file namesRajesh Amaravathi2011-10-011-2/+2
* NFS : Posix compliance fixes.Gaurav2011-09-211-4/+6
* nfs-rpc: Use correct variable for volume-specific insecure ports checkShehjar Tikoo2011-09-121-1/+1
* mount/nfs: Gluster nfs crashes with subdirectory mountRajesh Amaravathi2011-09-071-1/+4
* nfs3: Resolve entry vs. hash conflict at same dir depthShehjar Tikoo2011-09-072-15/+46
* xlators/nfs: Fix a typo in option descriptionVijay Bellur2011-08-201-3/+3
* mgmt/Glusterd: Implementation volume set help/help-xmlKaushik BV2011-08-181-7/+69
* Change Copyright current yearPranith Kumar K2011-08-1033-33/+33
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-0633-99/+99
* nfs: do not free the constant stringv3.3beta1Raghavendra Bhat2011-07-191-0/+3
* nfs-rpc: Use mempool for allocating connection objectShehjar Tikoo2011-07-112-3/+19
* nfsrpc: Re-order NFS auth array contentsv3.2.2qa4Pavan T C2011-07-111-6/+6
* NFS access control list: Decode the NFS requests into mode formatshishir gowda2011-07-073-2/+22
* nfs: Change NFS3 access op to use access fopShehjar Tikoo2011-07-057-174/+84
* 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: convert errno EDQUOT into appropriate nfs-errno.Raghavendra G2011-04-061-0/+4
* 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-rpc: Append replies to end of connection's txlistShehjar Tikoo2011-03-311-2/+2
* nfs-rpc: Exit txbuf transmission loop on EAGAINShehjar Tikoo2011-03-313-6/+19
* nfs: more fixes to capture sattr for further usageAnand Avati2011-03-301-3/+3
* NFS : Volume access option accepts only valid values.Gaurav2011-03-291-0/+1
* nfs3: Flush file I/O call states on open failureShehjar Tikoo2011-03-251-8/+22
* nfs: Remove redundant and erroneous check for create mode EXCLUSIVE.Vikas Gorur2011-03-251-1/+1
* CLI : Validate options farmework.Gaurav2011-03-231-35/+19
* spelling errors fixed across the code baseAmar Tumballi2011-03-221-1/+1
* Change NFS_PATH_MAX value to 4096shishir gowda2011-03-181-1/+3
* Revert "Eliminate syscall tight loop when handling EAGAIN in NFS."Vijay Bellur2011-03-141-14/+1
* Revert "Make sure we are looking at the right errno in the fix for bug 2452."Vijay Bellur2011-03-141-4/+1
* nfs-rpc: Fix order of freeing request and connection objectsShehjar Tikoo2011-03-121-7/+20
* Make sure we are looking at the right errno in the fix for bug 2452.Pavan T C2011-03-031-1/+4
* Eliminate syscall tight loop when handling EAGAIN in NFS.Pavan T C2011-03-031-1/+14
* NFS : Check for duplicate entries while filling up child_up array.Gaurav2011-03-021-0/+7
* CLI : NFS disable option through volume set.Gaurav2011-03-011-0/+5
* rpcsvc: safe mem_put of req in nfs_rpcsvc_submit_vectorsAnand Avati2011-03-011-1/+4
* rpcsvc: perform mem_put at the very end for safe unrefsAnand Avati2011-03-011-1/+2
* NFS : Send error reply on rpc decoding failure.Gaurav2011-03-011-0/+1
* NFS : Fail Nfs init if volume-id not found.Gaurav2011-02-101-3/+2
* mount3: Do not return error when mount list is emptyShehjar Tikoo2011-02-041-0/+4
* nfs: Set volume started after root lookup succeedsShehjar Tikoo2011-02-041-1/+1
* Logging : Use of uuid_utoa and uuid_utoa_r.Gaurav2011-02-043-29/+20
* features/access-control: skip access-tests if the call is from fusePranith K2011-01-261-0/+1
* nfs3: Handle root resolution failuresv3.1.2Shehjar Tikoo2011-01-131-9/+9
* mgmt/Glusterd: make nfs.mem-factor settable through CLIKaushik BV2011-01-111-3/+18