summaryrefslogtreecommitdiffstats
path: root/xlators/nfs
Commit message (Expand)AuthorAgeFilesLines
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-203-62/+56
* core: reduce the usage of global variablesAmar Tumballi2012-08-031-17/+17
* libglusterfs,mount/fuse: implement gidcache mechanism in fuse-bridgeBrian Foster2012-07-173-117/+32
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-135-18/+9
* nfs-common: don't let 0-length path cause buf[-1] accessJim Meyering2012-07-111-2/+2
* nfs: make NFS filehandles deterministicAnand Avati2012-07-042-151/+6
* xlators/nfs: don't test/set dirpath[-1] for a zero-length nameJim Meyering2012-07-021-2/+2
* nfs/nlm: when setting nlmclnt->rpc_clnt, do not overwrite old rpc_clntKrishna Srinivas2012-06-011-18/+5
* Add server-side aux-GID resolution.Jeff Darcy2012-06-015-8/+216
* nfs/nlm: statedump of locksRajesh Amaravathi2012-05-282-0/+53
* nfs/mount: Support MOUNT protocol on UDP. Needed for NLM on solaris clients.Krishna Srinivas2012-05-278-6/+341
* nfs/nlm: avoid duplicate replies for nlm proceduresRajesh Amaravathi2012-05-241-102/+76
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-5/+6
* nlm: do not use killall command to kill rpc.statdRaghavendra Bhat2012-05-212-2/+24
* nfs/nlm: nlm-unlock call should reply success in case it is not able to find ...Krishna Srinivas2012-05-211-3/+6
* nfs/nlm: procedures for PC clientsRajesh Amaravathi2012-05-175-35/+605
* nfs/mount: avoid duplicate reply on ENOENTRajesh Amaravathi2012-05-151-0/+1
* libglusterfs/inode.c: do not link the inode in the dentry cache for "." and ".."Krishna Srinivas2012-05-051-6/+2
* nfs: use hostname without port numbersKrishna Srinivas2012-04-271-24/+16
* nlm: use correct subvolume when opening the fileKrishna Srinivas2012-04-261-2/+2
* nfs/nlm: remove /var/run/rpc.statd.pid before starting rpc.statd.Krishna Srinivas2012-04-231-1/+8
* nlm: register client name with statd for blocking, nonblocking and reclaim lo...Krishna Srinivas2012-04-202-9/+39
* nfs/nlm: disable NLM if rpc.statd is not found.Krishna Srinivas2012-04-181-3/+10
* nlm: send sm-notify to clients whenever the nfs server is restarted so that c...Krishna Srinivas2012-04-171-0/+20
* nfs: option to disable NLMRajesh Amaravathi2012-04-172-5/+32
* nfs/server: hard resolve fh on restartRajesh Amaravathi2012-04-161-1/+2
* xlator/server,xlator/nfs : Fix authentication for address listsKaushal M2012-04-131-5/+18
* nfs/nlm: dummy actor for FREE_ALL procedureRajesh Amaravathi2012-04-051-17/+29
* Replace GPLV3 MD5 with OpenSSL MD5Kaleb KEITHLEY2012-04-041-4/+6
* nlm: print the reason of failure when clnt_create fails to create the client ...Raghavendra Bhat2012-04-021-1/+2
* glusterd: Include port in nfs statusKaushal M2012-04-021-1/+0
* nlm: do not destroy the NULL client objectRaghavendra Bhat2012-03-301-1/+2
* core: fix all the iobuf related refs and unrefsAmar Tumballi2012-03-291-2/+10
* core: adding extra data for fopsAmar Tumballi2012-03-227-129/+160
* rpc-clnt: separate out connection_cleanup() from destroy()Amar Tumballi2012-03-191-2/+12
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-181-5/+9
* remove code that was part of hard resolution which is not needed anymore.krishna2012-03-141-236/+0
* nfs: do not call inode_path on the newly created inodeRaghavendra Bhat2012-03-141-5/+18
* nfs: no need to recalculate the 'ino' from gfidAmar Tumballi2012-03-141-10/+7
* cli, glusterd, nfs: "volume status|profile|top" for nfs serversKaushal M2012-03-141-0/+89
* nfs/nlm: logging NFS client IP address when FH->volume mapping fails or when ...krishna2012-03-112-22/+57
* nfs/server: allow deletion of files by defaultRajesh Amaravathi2012-03-101-2/+2
* nlm: support ipv4 onlykrishna2012-03-101-1/+21
* nfs: fcntl lock self healing.Mohammed Junaid2012-03-072-0/+13
* nlm: call nlm4_cancel_fd_resume instead of nlm4_unlock_fd_resume when CANCEL ...krishna2012-03-071-2/+2
* nfs: prevent crash during cthon lock testRajesh Amaravathi2012-02-291-5/+7
* nfs/doc: correctionsRajesh Amaravathi2012-02-291-21/+21
* mempool: adjustments in pool sizesAmar Tumballi2012-02-222-2/+3
* nfs/server: Fix compilation warningsVijay Bellur2012-02-201-5/+2
* NLM - Network Lock Manger V4Krishna Srinivas2012-02-2013-9/+2077