summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syncop.c
Commit message (Expand)AuthorAgeFilesLines
* core: fix memory pool management racesXavi Hernandez2020-02-281-0/+7
* core: avoid dynamic TLS allocation when possibleXavi Hernandez2019-07-031-114/+19
* core: make gf_thread_create() easier to useXavi Hernandez2019-02-011-13/+3
* syncop: remove unnecessary call to gf_backtrace_save()Xavi Hernandez2019-01-311-1/+0
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-121-1/+62
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-2/+2
* libglusterfs multiple files: remove dead initilizationYaniv Kaul2018-11-111-39/+1
* syncop: check syncenv status before pthread_cond_timedwait() to avoid 600s ti...Kinglong Mee2018-10-091-4/+3
* Land part 2 of clang-format changesGluster Ant2018-09-121-2340/+2339
* coverity: libglusterfs issuesAmar Tumballi2018-08-191-0/+2
* core (named threads): flood of -Wformat-truncation warnings with gcc-7.1Kaleb S. KEITHLEY2018-07-231-1/+1
* libglusterfs: Capture the dict response in syncop_xattrop_cbkkarthik-us2018-04-271-2/+16
* libglusterfs/syncop: Handle barrier_{init/destroy} in error casesPranith Kumar K2018-04-231-4/+26
* libglusterfs/syncop: Add syncop_entrylkRaghavendra G2018-02-131-0/+37
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-121-2/+13
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-121-2/+12
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-121-3/+18
* rio/everywhere: add icreate/namelink fopSusant Palai2017-12-051-0/+76
* libglusterfs: Add put fopPoornima G2017-12-051-0/+49
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-2/+10
* cluster/dht: rebalance perf enhancementSusant Palai2017-04-291-1/+1
* syncop: don't wake task in synctask_wake unless really neededRavishankar N2017-03-281-0/+4
* syncop: Fix args for makecontextPranith Kumar K2017-03-281-2/+2
* core: fix synclocks' handling of "woken" flagJeff Darcy2017-03-231-2/+3
* syncop: fix argc count in call to makecontext()Ravishankar N2017-03-211-1/+1
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-1/+3
* core: Honour mandatory lock flags during lock migrationAnoop C S2016-05-201-0/+2
* core: add setactivelk () fopSusant Palai2016-05-011-0/+44
* core: add getactivelk () fopSusant Palai2016-05-011-0/+79
* Use pthread_equal to compare threadsMichael Scherer2016-04-251-2/+2
* core: add lease fopPoornima G2016-04-211-0/+49
* syncop: add seek() FOPNiels de Vos2016-01-311-1/+36
* syncop: Include iatt to 'syncop_link' argsSoumya Koduri2015-07-101-2/+8
* quota/marker: use smaller stacksize in synctask for marker updationvmallika2015-07-091-7/+22
* libglusterfs removing strerror in logging Mohamed Ashiq Liyazudeen2015-07-091-4/+2
* libglusterfs: Use GF_CALLOC/GF_FREE instead of CALLOC/FREEPranith Kumar K2015-07-021-8/+8
* mem-pool,stack,store,syncop,timer/libglusterfs : Porting to a new logging fra...Mohamed Ashiq2015-06-261-40/+51
* libglusterfs: Copy d_len and dict as well into dst direntKrutika Dhananjay2015-06-021-2/+16
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* features/bitrot: Throttle filesystem scrubberVenky Shankar2015-05-071-17/+0
* libglusterfs: Implementation of sync lock as recursive lock to avoid crash.anand2015-04-281-48/+126
* libglusterfs/syncop: Pass xdata even in error caseRaghavendra Talur2015-04-271-2/+2
* syncop: Implement syncop_fxattropPranith Kumar K2015-04-261-0/+20
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-109/+394
* Quota/marker : Support for inode quotavmallika2015-03-171-0/+36
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-171-0/+46
* syncop: assign lk_owner for the newly created framevmallika2015-03-141-0/+2
* syncop: Add the code to destroy the synenv processors andPoornima G2015-03-021-3/+70
* libglusterfs: Moved common functions as utils in syncop/common-utilsPranith Kumar K2015-02-271-166/+0
* libglusterfs: Added support to set 'frame->root->lkowner'Soumya Koduri2015-02-231-0/+40