summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src
Commit message (Expand)AuthorAgeFilesLines
* nfs: test case bugs_nfs_bug-1116503.t is crashedMohit Agrawal2020-09-233-3/+9
* nfs: Use static api to set static data in dictPranith Kumar K2020-09-141-2/+1
* libglusterfs: add library wrapper for time()Dmitry Antipov2020-08-173-5/+5
* multiple xlators: wording - replace blacklist, whitelistYaniv Kaul2020-07-231-7/+7
* nfs - fixing coverity issuesBarak Sason Rofman2020-07-094-9/+34
* rpc: align structsYaniv Kaul2019-10-174-73/+79
* Multiple files: make root gfid a static variableYaniv Kaul2019-10-144-16/+7
* nlm: check if nlm4 is initialized in nlm_privXie Changlong2019-08-221-3/+5
* event: rename event_XXX with gf_ prefixedXiubo Li2019-07-291-2/+2
* gnfs: use strcpy to prevent memory overflowXie Changlong2019-07-081-1/+1
* gnfs: support inode dumpXie Changlong2019-06-141-0/+16
* across: coverity fixesAmar Tumballi2019-06-031-3/+6
* Fix some "Null pointer dereference" coverity issuesXavi Hernandez2019-05-261-0/+6
* 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