summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nlm4.c
Commit message (Expand)AuthorAgeFilesLines
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-111-10/+12
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-8/+8
* nfs : fix coverity issuesSunny Kumar2018-09-251-3/+3
* nfs/server: NULL pointer dereferencing clang fixShwetha Acharya2018-09-211-1/+1
* Land part 2 of clang-format changesGluster Ant2018-09-121-2161/+2154
* gnfs: fix gcc warningsRavishankar N2018-08-201-1/+1
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-091-1/+0
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-2/+3
* nfs/nlm: keep track of the call-state and frame for notificationsNiels de Vos2017-07-091-24/+83
* nfs/nlm: use refcounting for nfs3_call_state_tNiels de Vos2017-07-091-11/+35
* nfs/nlm: handle reconnect for non-NLM4_LOCK requestsNiels de Vos2017-07-091-22/+79
* nfs/nlm: unref fds in nlm_client_free()Niels de Vos2017-07-061-13/+12
* nfs: make nfs3_call_state_t refcountedNiels de Vos2017-07-061-11/+4
* nfs/nlm: remove lock request from the list after cancelNiels de Vos2017-05-121-5/+11
* nfs/nlm: free the nlm_client upon RPC_DISCONNECTNiels de Vos2017-05-121-12/+20
* nfs/nlm: log the caller_name if nlm_client_t can be foundNiels de Vos2017-05-101-2/+4
* nfs/nlm: ignore notify when there is no matching rpc requestNiels de Vos2017-05-101-1/+7
* nfs/nlm: unref rpc-client after nlm4svc_send_granted()Niels de Vos2017-05-081-1/+1
* nfs: use pkill on all OS'sNiels de Vos2017-03-271-4/+0
* core: use syscall wrappers instead of direct syscalls - miscellaneousKaleb S. KEITHLEY2015-10-281-2/+3
* rpc: add owner xlator argument to rpc_clnt_newKrishnan Parthasarathi2015-08-121-1/+1
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* nfs / acl3.c, nlm files : port log messages to new frameworkManikandan Selvaganesh2015-04-281-103/+176
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-041-3/+3
* NetBSD Portability fix: use pkill instead of killallEmmanuel Dreyfus2015-02-281-2/+8
* gNFS: correct some typos in comments.Humble Chirammal2014-08-271-1/+1
* gNFS: Log properly for pmap_getport() fail in NLMSantosh Kumar Pradhan2014-04-261-2/+4
* rpcgen: Remove autogenerated files instead build on demandHarshavardhana2014-04-251-23/+22
* build: MacOSX Porting fixesHarshavardhana2014-04-241-10/+28
* rpc,glusterd: Use rpc_clnt notifyfn to cleanup mydataKaushal M2013-12-161-0/+2
* gNFS: RFE for NFS connection behaviorSantosh Kumar Pradhan2013-11-141-0/+6
* dual license: update remaining files with correct license textKaleb S. KEITHLEY2013-10-241-13/+4
* libglusterfs: Add monotonic clocking counter for timer threadHarshavardhana2013-10-151-1/+3
* NFS: showmount timesout on fetching export listRajesh Joseph2013-10-041-7/+21
* NFS : Coverity Fix.meghana2013-09-191-5/+7
* nfs: Fix for NFS crash during blocking NLM call.Rajesh Joseph2013-08-011-1/+1
* rpc: duplicate request cache for nfsRajesh Amaravathi2013-06-211-24/+24
* nlm: use appropriate open flags while lockingRajesh Amaravathi2013-03-051-1/+7
* nfs/nlm: use req's uid and gid for open_and_resumeRajesh Amaravathi2013-02-061-7/+4
* nlm: use virtual ip of server to connect to clientRajesh Amaravathi2013-01-181-60/+74
* nfs: avoid blocking lock calls in statedump codeRajesh Amaravathi2012-11-241-2/+11
* nfs: do lookup on getattr after brick-status changeJeff Darcy2012-10-191-21/+38
* Clean up of typepunning errors ( Strict aliasing warnings )Varun Shastry2012-09-171-20/+15
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-201-24/+24
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* 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-011-0/+5
* nfs/nlm: statedump of locksRajesh Amaravathi2012-05-281-0/+42
* nfs/nlm: avoid duplicate replies for nlm proceduresRajesh Amaravathi2012-05-241-102/+76
* nlm: do not use killall command to kill rpc.statdRaghavendra Bhat2012-05-211-2/+22