summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* NFS: logging enhancement.Gaurav2011-11-161-1/+3
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-2/+0
* if nfs.port is not configured init the transport.socket.listen-port to GF_NFS...krishna2011-08-201-1/+5
* xlators/nfs: Fix a typo in option descriptionVijay Bellur2011-08-201-2/+2
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-181-29/+0
* do rpcsvc_init() after we fill nfs_state structure and add to nfsx->options k...v3.3.0qa3krishna2011-08-181-11/+10
* do not init nfs->override_portnum to GF_NFS3_PORTkrishna2011-08-171-1/+0
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlatorv3.3.0qa1krishna2011-08-091-1/+1
* NFS server: allow clients to connect from insecure (>1024) ports and support ...krishna2011-08-071-0/+60
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* RPC unify code changekrishna2011-07-291-12/+48
* NFS: Implement nfs_forget callshishir2011-07-281-1/+27
* NFS : Use proper exit point in nfs_init_state.Gaurav2011-05-031-2/+2
* NFS : Maintain common state for MOUNT1 and MOUNT3.Gaurav2011-05-031-0/+7
* NFS : Volume access option accepts only valid values.Gaurav2011-03-291-0/+1
* CLI : Validate options farmework.Gaurav2011-03-231-35/+19
* 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
* NFS : Fail Nfs init if volume-id not found.Gaurav2011-02-101-3/+2
* nfs: Set volume started after root lookup succeedsShehjar Tikoo2011-02-041-1/+1
* mgmt/Glusterd: make nfs.mem-factor settable through CLIKaushik BV2011-01-111-3/+18
* nfs: Introduce tunable for memory consumptionShehjar Tikoo2011-01-111-1/+27
* nfs: Support subdirectory exportsShehjar Tikoo2010-12-291-0/+9
* nfs: Start nfs process even if portmap registration failsShehjar Tikoo2010-12-031-4/+7
* nfs: Export subvolumes on per-subvolume CHILD-UPShehjar Tikoo2010-11-251-13/+7
* nfs: treat GF_EVENT_CHILD_CONNECTING as subvolume up statusv3.1.1qa9Anand Avati2010-11-181-0/+1
* nfs: Support nfs.port to allow changing nfs port numbersShehjar Tikoo2010-11-091-0/+25
* nfs: Introduce rpc.register-with-portmap to disable portmap registrationShehjar Tikoo2010-11-031-0/+7
* mgmt/Glusterd: add nfs.enable-ino32 as an option to set from CLIKaushik BV2010-11-031-0/+30
* nfs: Introduce nfs.enable-ino32 to support legacy 32-bit only appsv3.1.1qa2Shehjar Tikoo2010-10-291-0/+26
* nfs: Fix volume-id option declarationShehjar Tikoo2010-10-211-1/+1
* nfs: Revert downed-subvolume changesShehjar Tikoo2010-10-071-297/+83
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* nfs: Fix multiple subvolume CHILD-UP supportv3.1.0qa33Shehjar Tikoo2010-09-251-0/+1
* nfs, nfs3: Base volume access on CHILD-UP-DOWN eventShehjar Tikoo2010-09-221-83/+296
* nfs,nfs3,mnt3: Transition fh resolution to gfidShehjar Tikoo2010-09-141-18/+89
* nfs, mount3: Fix assumptions of this being child xlShehjar Tikoo2010-08-311-1/+1
* nfs: Set actorxl to enable setting THIS to nfsxShehjar Tikoo2010-08-311-0/+1
* nfs, nfs/rpc: Rename functions to prevent gfrpcsvc conflictShehjar Tikoo2010-08-101-6/+6
* nfs: Support directory level exportsShehjar Tikoo2010-07-041-0/+22
* nfs: Introduce trusted-write and trusted-sync optionsShehjar Tikoo2010-05-211-0/+23
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-1/+0
* nfs/server: Memory accounting changesVijay Bellur2010-04-271-2/+2
* Memory accounting changesVijay Bellur2010-04-231-3/+23
* nfs: Remove reference to topShehjar Tikoo2010-04-201-1/+0
* nfs: Redesign fop argument passing to support single volfile useShehjar Tikoo2010-04-021-18/+18
* nfs: Add NFSv3 protocol supportShehjar Tikoo2010-03-311-0/+8
* nfs: Add MOUNTv3 protocol supportShehjar Tikoo2010-03-311-1/+20
* nfs: Add generic nfs translatorShehjar Tikoo2010-03-311-0/+645