summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/syncop.c
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs removing strerror in loggingMohamed Ashiq Liyazudeen2015-07-281-4/+2
* syncop: Include iatt to 'syncop_link' argsSoumya Koduri2015-07-151-2/+8
* quota/marker: use smaller stacksize in synctask for marker updationvmallika2015-07-141-7/+21
* mem-pool,stack,store,syncop,timer/libglusterfs : Porting to a new logging fra...Mohamed Ashiq2015-07-141-40/+51
* libglusterfs: Use GF_CALLOC/GF_FREE instead of CALLOC/FREEPranith Kumar K2015-07-081-8/+8
* libglusterfs: Copy d_len and dict as well into dst direntKrutika Dhananjay2015-06-031-2/+16
* features/bitrot: Throttle filesystem scrubberVenky Shankar2015-05-101-17/+0
* syncop: Implement syncop_fxattropPranith Kumar K2015-05-061-0/+20
* libglusterfs: Implementation of sync lock as recursive lock to avoid crash.anand2015-04-301-48/+126
* 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
* syncop: Provide syncop_ftw and syncop_dir_scan utilsPranith Kumar K2015-02-061-0/+166
* libglusterfs: change signature of syncop_(f)getxattrRavishankar N2015-01-051-4/+6
* rebalance: ``check_free_space`` should ignore quota_statfsHarshavardhana2014-10-311-2/+9
* synctask: add backtrace per waiting taskKrishnan Parthasarathi2014-09-221-1/+3
* syncop: Invoke dict_unref() in inodelk only if dictionary is not NULLVijay Bellur2014-09-171-2/+4
* libglusterfs/syncop: implement inodelkRaghavendra G2014-08-261-0/+40
* user servicable snapshotsRaghavendra Bhat2014-05-291-1/+16
* syncops: add support for custom PIDAnand Avati2014-02-131-0/+40
* core: add @xdata parameter to syncop_[f]removexattr()Anand Avati2014-02-131-4/+4
* syncop: Change return value of syncopPranith Kumar K2014-01-191-39/+78
* syncops: expose @flags in syncop_rmdir()Anand Avati2013-11-211-2/+2
* 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/+29
* gfapi: object handle based API extensionsR.Shyamsundar2013-10-111-0/+154
* core: block unused signals in created threadsAnand Avati2013-09-251-4/+4
* synctask: minor enhancementsAnand Avati2013-08-281-30/+73
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+30
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+31
* gfapi: link inodes in relevant entry FOPsAnand Avati2013-05-251-4/+28
* syncop: copy inode pointer in readdirplusAnand Avati2013-05-251-0/+2
* syncop: synctask shouldn't yawn, it could miss a 'wake'Krishnan Parthasarathi2013-05-211-17/+0
* syncop: Remove task from syncbarrier's waitq before 'wake'Krishnan Parthasarathi2013-05-201-7/+5
* syncop: Update synctask state appropriatelyKrishnan Parthasarathi2013-05-201-0/+5
* syncop: Remove task from synclock's waitq before 'wake'Krishnan Parthasarathi2013-05-151-6/+6
* synctask: implement barriers around yield, not the other wayAnand Avati2013-05-041-22/+120
* Fix uninitialized mutex usage in synctask_destroyEmmanuel Dreyfus2013-04-301-3/+4
* gfapi: POSIX locking supportAnand Avati2013-04-241-0/+34
* syncenv: be robust against spurious wake()sAnand Avati2013-04-091-6/+6
* synctask: introduce synclocks for co-operative lockingAnand Avati2013-04-021-1/+149
* synctask: support for (assymetric) counted barriersAnand Avati2013-02-211-4/+37
* syncop: Fixed indentation and whitespaces.Krishnan Parthasarathi2013-02-201-113/+113
* synctask: implement setuid-like SYNCTASK_SETID()Anand Avati2013-02-131-0/+20
* libglusterfs/syncop: do not hold ref on the fd in cbkRaghavendra Bhat2013-01-301-6/+0
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-211-1/+1