summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syncop.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "gfapi: return pre/post attributes from glfs_pread/pwrite"ShyamsundarR2018-05-081-3/+2
* Revert "gfapi: return pre/post attributes from glfs_fsync/fdatasync"ShyamsundarR2018-05-081-3/+2
* Revert "gfapi: return pre/post attributes from glfs_ftruncate"ShyamsundarR2018-05-081-1/+0
* libglusterfs: Capture the dict response in syncop_xattrop_cbkkarthik-us2018-04-271-2/+5
* libglusterfs/syncop: Handle barrier_{init/destroy} in error casesPranith Kumar K2018-04-231-0/+1
* libglusterfs/syncop: Add syncop_entrylkRaghavendra G2018-02-131-0/+5
* gfapi: return pre/post attributes from glfs_ftruncateKinglong Mee2018-02-121-0/+1
* gfapi: return pre/post attributes from glfs_fsync/fdatasyncKinglong Mee2018-02-121-2/+3
* gfapi: return pre/post attributes from glfs_pread/pwriteKinglong Mee2018-02-121-2/+3
* rio/everywhere: add icreate/namelink fopSusant Palai2017-12-051-0/+10
* libglusterfs: Add put fopPoornima G2017-12-051-0/+6
* stack: change gettimeofday() to clock_gettime()Amar Tumballi2017-11-061-2/+3
* syncop: don't wake task in synctask_wake unless really neededRavishankar N2017-03-281-0/+2
* md-cache: Register the list of xattrs with cache-invalidationPoornima G2016-08-301-0/+23
* core: add setactivelk () fopSusant Palai2016-05-011-0/+10
* core: add getactivelk () fopSusant Palai2016-05-011-0/+5
* core: add lease fopPoornima G2016-04-211-0/+4
* syncop: add seek() FOPNiels de Vos2016-01-311-0/+7
* syncop: Include iatt to 'syncop_link' argsSoumya Koduri2015-07-101-1/+1
* quota/marker: use smaller stacksize in synctask for marker updationvmallika2015-07-091-3/+7
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* libglusterfs: Implementation of sync lock as recursive lock to avoid crash.anand2015-04-281-6/+20
* syncop: Implement syncop_fxattropPranith Kumar K2015-04-261-0/+3
* libglusterfs/syncop: Add xdata to all syncop callsRaghavendra Talur2015-04-081-52/+104
* Quota/marker : Support for inode quotavmallika2015-03-171-0/+4
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-171-0/+4
* syncop: Add the code to destroy the synenv processors andPoornima G2015-03-021-0/+3
* libglusterfs: Moved common functions as utils in syncop/common-utilsPranith Kumar K2015-02-271-13/+0
* libglusterfs: Added support to set 'frame->root->lkowner'Soumya Koduri2015-02-231-0/+6
* syncop: Provide syncop_ftw and syncop_dir_scan utilsPranith Kumar K2015-02-061-0/+12
* libglusterfs: change signature of syncop_(f)getxattrRavishankar N2015-01-051-2/+4
* rebalance: ``check_free_space`` should ignore quota_statfsHarshavardhana2014-10-311-1/+3
* synctask: add backtrace per waiting taskKrishnan Parthasarathi2014-09-221-0/+1
* libglusterfs/syncop: implement inodelkRaghavendra G2014-08-261-0/+4
* build: make GLUSTERD_WORKDIR rely on localstatedirHarshavardhana2014-08-071-1/+1
* libglusterfs: wrong function definition of synclock_destory(). Humble Chirammal2014-08-061-1/+1
* syncops: add support for custom PIDAnand Avati2014-02-131-2/+9
* core: add @xdata parameter to syncop_[f]removexattr()Anand Avati2014-02-131-2/+4
* syncops: expose @flags in syncop_rmdir()Anand Avati2013-11-211-1/+1
* zerofill: Change the type of len argument of glfs_zerofill() to off_tBharata B Rao2013-11-141-1/+1
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+2
* gfapi: object handle based API extensionsR.Shyamsundar2013-10-111-17/+61
* synctask: minor enhancementsAnand Avati2013-08-281-1/+8
* core: increase the auxillary group limit to 65536Anand Avati2013-07-241-1/+16
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+1
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+2
* gfapi: link inodes in relevant entry FOPsAnand Avati2013-05-251-4/+5
* syncop: synctask shouldn't yawn, it could miss a 'wake'Krishnan Parthasarathi2013-05-211-9/+6
* syncop: Update synctask state appropriatelyKrishnan Parthasarathi2013-05-201-2/+0
* synctask: implement barriers around yield, not the other wayAnand Avati2013-05-041-13/+27