summaryrefslogtreecommitdiffstats
path: root/xlators/nfs
Commit message (Expand)AuthorAgeFilesLines
* {dht-rebalance|glusterd-geo-rep|glusterd-utils|nfs|bd}.c: no dict_del before ...Yaniv Kaul2018-09-041-2/+0
* Multiple files: calloc -> mallocYaniv Kaul2018-09-044-26/+36
* NFS server (mount3.c, nfs-inodes.c): strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-312-9/+8
* nfs-server : fix few coverity issues in mount3.cSunny Kumar2018-08-311-6/+15
* gnfs: fix gcc warningsRavishankar N2018-08-203-5/+5
* nfs-server-mount : fix coverity issues in mount3.cSunny Kumar2018-08-171-5/+9
* All: remove memset() before sprintf()Yaniv Kaul2018-08-142-8/+5
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-222-6/+6
* nfs: add missing rpcsvc_program_unregister_rpcbind6Xie Changlong2018-06-251-0/+3
* build: Disallow unresolved symbol referencesPrashanth Pai2018-05-181-2/+3
* glusterd: volume inode/fd status broken with brick muxhari gowtham2018-04-191-1/+1
* build: add --without-server optionNiels de Vos2018-02-191-0/+3
* rpc/*: auth-header changesAmar Tumballi2018-01-171-1/+2
* core: fix some of the dict_{get,set} with proper APIsAmar Tumballi2018-01-171-2/+2
* posix: Introduce flags for validity of iatt membersRavishankar N2017-12-291-3/+3
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-1652/+214
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-121-2/+2
* nfs: Reference count export itemsShreyas Siravara2017-12-083-22/+32
* nfs: Enable multi-core epoll support in gNFSdShreyas Siravara2017-12-082-3/+24
* nfs: Check if FQDN is authorized before unmounting clientsShreyas Siravara2017-12-061-7/+39
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-098-9/+0
* rpc: optimize fop program lookupMilind Changire2017-11-061-2/+2
* nfs: Fix crash bug when mnt3_resolve_subdir_cbk() failsShreyas Siravara2017-11-011-0/+3
* gluster: IPv6 single stack supportKevin Vigor2017-10-242-0/+32
* mem-pool: track glusterfs_ctx_t in struct mem_poolNiels de Vos2017-08-291-1/+2
* nfs : add NULL check for call state in nfs3_call_state_wipeJiffin Tony Thottan2017-08-081-3/+4
* nfs: use "/" as subdir for volume mountsNiels de Vos2017-08-011-17/+14
* nfs: improve error handling for WebNFS mount permissionsNiels de Vos2017-07-211-1/+2
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-192-5/+8
* nfs: add permission checking for mounting over WebNFSNiels de Vos2017-07-094-62/+99
* nfs/nlm: keep track of the call-state and frame for notificationsNiels de Vos2017-07-092-24/+84
* 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
* groups: don't allocate auxiliary gid list on stackCsaba Henk2017-07-061-23/+13
* 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-063-39/+42
* core: fix spelling errorsKaleb S. KEITHLEY2017-06-021-1/+1
* nfs/netgroups: do not free the same file twiceMichael Scherer2017-05-291-2/+5
* 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
* rpc: Remove accidental IPV6 changesKaushal M2017-05-052-32/+0
* Halo Replication feature for AFR translatorKevin Vigor2017-05-023-2/+35
* nfs: Check for null buf, and set op_errno to EIO not 0Richard Wareing2017-04-261-0/+6
* nfs: Tear down transports for requests that arrive before the volume is initi...Shreyas Siravara2017-04-261-0/+43
* nfs: Fix compiler warning when calling svc_getcallerKevin Vigor2017-04-112-1/+39
* nfs: make subdir mounting work for Solaris 10 clientsBipin Kunal2017-04-072-30/+84
* nfs: use pkill on all OS'sNiels de Vos2017-03-271-4/+0