summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/pump.c
Commit message (Expand)AuthorAgeFilesLines
* synctask: minor enhancementsAnand Avati2013-08-281-4/+1
* cluster/afr: Let two data-self-heals compete in new domainPranith Kumar K2013-07-031-0/+6
* pump: Set self-heal readdir size in pumpPranith Kumar K2013-04-031-0/+1
* cluster/afr: Empty string should not be default option valPranith Kumar K2012-12-051-2/+0
* cli: Changes and enhancements to XML outputKaushal M2012-10-111-4/+8
* libglusterfs/dict: make 'dict_t' a opaque objectAmar Tumballi2012-09-061-4/+4
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-16/+7
* cluster/pump: Fixed fd leaks in pump directory traversal logicRaghavendra Bhat2012-05-031-1/+17
* pump: Removed extra dict_unref in pump_command_replyKrishnan Parthasarathi2012-04-251-2/+0
* core: adding extra data for fopsAmar Tumballi2012-03-221-95/+92
* cluster/afr: Enable eager-lockPranith Kumar K2012-03-171-1/+1
* fops/removexattr: prevent users from removing glusterfs xattrsRajesh Amaravathi2012-03-051-1/+13
* Revert "afr: [Un]Set the 'right' lkowner for [f]{inode|entry}_lk and the 'enc...Vijay Bellur2012-03-031-5/+6
* afr: [Un]Set the 'right' lkowner for [f]{inode|entry}_lk and the 'enclosed' fop.Krishnan Parthasarathi2012-03-011-6/+5
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-1/+1
* pump: Fixed undefined reference to fill_loc_info fn.Krishnan Parthasarathi2012-02-221-1/+8
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-3/+15
* cluster/afr: Add commands to see self-heald opsPranith Kumar K2012-02-201-1/+1
* cluster/afr: Self-heald, Index integrationPranith Kumar K2012-02-201-8/+13
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-3/+3
* complete the implementation of missing 'f**xattr()' fopsAmar Tumballi2012-01-251-1/+1
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-8/+5
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-3/+3
* pump: move internal pump xattrs out of trusted domainRajesh Amaravathi2012-01-231-8/+9
* core/setxattr: prevent users from setting glusterfs xattrsRajesh Amaravathi2012-01-141-2/+5
* cluster/afr: Handle fini for afr,pumpv3.3.0qa19Pranith Kumar K2011-12-281-29/+37
* cluster/afr: Handle error cases in local initPranith Kumar K2011-12-281-41/+40
* dht,afr: Fixed gfid problemsPranith Kumar K2011-11-181-25/+14
* core: remove 'ino' variable from 'loc_t' structureAmar Tumballi2011-11-161-3/+2
* pump: Change crawl to accommodate afr_lookup changesPranith Kumar K2011-10-281-42/+48
* build: warning suppression (round n)Amar Tumballi2011-10-201-7/+12
* pump: status shouldn't be cleared until migration is complete during commit.Krishnan Parthasarathi2011-10-191-8/+0
* Second round of warning suppression.Jeff Darcy2011-09-291-11/+1
* cluster/afr: Handle files without gfid in self-healPranith Kumar K2011-09-291-14/+18
* Proactive self heal process implementationPranith Kumar K2011-09-141-103/+12
* cluster/afr: Make data selfheal trigger to be configurable.Pranith Kumar K2011-09-081-1/+1
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-14/+0
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-201-1/+1
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* PUMP: set pump lk_owner,pid to frame->rootPranith K2011-07-171-6/+8
* cluster/afr: Choose next call child from fresh-children for inode-read-fopsPranith K2011-07-171-43/+37
* cluster/afr: Add fresh children along with read-child to inode contextPranith K2011-07-171-1/+8
* pump, afr: dict related memory fixes.Krishnan P2011-07-121-16/+36
* pump: mark pending before notify to children to avoid race in single CPU.Krishnan P2011-06-201-2/+2
* core: fill 'ia_ino' from 'ia_gfid' in 'storage/posix' to preserve same ino nu...Amar Tumballi2011-06-161-2/+0
* PUMP: perform opendir on pump xlator instead of its childPranith K2011-06-161-4/+2
* pump: cleanup xattrs on both commit and abort path.Krishnan P2011-06-161-4/+146
* syncop: Modified to accept one 'non-frame' arg.Krishnan P2011-06-161-5/+3