summaryrefslogtreecommitdiffstats
path: root/xlators/nfs
Commit message (Expand)AuthorAgeFilesLines
* core: avoid dynamic TLS allocation when possibleXavi Hernandez2019-04-241-5/+1
* rpc/transport: Missing a ref on dict while creating transport objectMohammed Rafi KC2019-03-203-0/+17
* auth-cache.c: minor reduction of work under lock.Yaniv Kaul2019-02-181-6/+3
* fix 32-bit-build-smoke warningsIraj Jamali2019-01-114-17/+20
* xlator: make 'xlator_api' mandatoryAmar Tumballi2018-12-132-11/+18
* nfs: memory leak issue reported by asanHarpreet Kaur2018-12-111-0/+3
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0533-106/+106
* rpc: bump up server.event-threadsMilind Changire2018-12-041-1/+1
* nfs : set ctx for every inode looked up nfs3_fh_resolve_inode_lookup_cbk()Jiffin Tony Thottan2018-12-031-0/+6
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-7/+0
* nfs : fix coverity issue in nfs3.cSunny Kumar2018-10-161-1/+1
* mount : fix high sev coverity issues in mount3.cSunny Kumar2018-10-161-1/+5
* nfs : fix coverity issuesSunny Kumar2018-09-252-3/+7
* nfs/server: NULL pointer dereferencing clang fixShwetha Acharya2018-09-212-2/+2
* build: cleanup xlator link, --no-undefined, libuuidv6devKaleb S. KEITHLEY2018-09-121-3/+5
* Land part 2 of clang-format changesGluster Ant2018-09-1217-19609/+19018
* Land clang-format changesGluster Ant2018-09-1217-1208/+1073
* {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