summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: truncate should not treat EFBIG as failurePranith Kumar K2010-08-171-1/+1
* cluster/afr: Return correct flock structures correctly in lk fopsPranith Kumar K2010-08-172-9/+12
* cluster/pump: Save path (/) when abort is received in pump.Pavan Sondur2010-08-163-214/+50
* cluster/afr: Remove dead pump code in afr_lookupPavan Sondur2010-08-121-8/+0
* cluster/afr: Avoid Null de-reference when post parent is NULLPranith Kumar K2010-08-121-1/+1
* cluster/pump: Dynamically control sink connect and disconnect.Pavan Sondur2010-08-123-145/+348
* Cleanup dead variables.Sachidananda2010-08-111-12/+0
* add pump xlator and changes for replace-brickPavan Sondur2010-08-0612-2599/+4617
* fixes for spurious entry self-heal in afrPranith Kumar K2010-07-282-5/+9
* replicate: Set setxattr wait-count to child-count to avoid raceShehjar Tikoo2010-07-281-1/+1
* cluster/afr: Logging improvement for self-healPranith Kumar K2010-07-274-23/+28
* cluster/afr: ignore errno from offline nodes during self-healPranith Kumar K2010-07-271-0/+3
* custer/afr added self-heal logging in normal modePranith Kumar K2010-07-235-22/+93
* free sh_priv->loops[i] in afr-self-heal-algorithm.c to avoid memory leakRaghavendra Bhat2010-07-221-0/+2
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-062-111/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-023-20/+22
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* dynamic volume changes for graph replacementAnand Avati2010-06-071-3/+3
* cluster/afr: Check before accessing xattrs in data self heal.Pavan Sondur2010-06-011-1/+2
* cluster/afr: Don't dereference fd ptr - it might be NULL due to a failed call.Pavan Sondur2010-05-211-1/+1
* Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...Simone Gotti2010-05-093-7/+12
* cluster/afr: Unwind lk using struct flock from a successful serverVikas Gorur2010-05-031-1/+2
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-032-4/+0
* Memory accounting changesVijay Bellur2010-04-2312-147/+268
* cluster/afr: Check for call_count in ENTRY_RENAME_TRANSACTIONVijay Bellur2010-04-201-1/+2
* cluster/afr: Send xattr in lookup from the source subvolume.Vikas Gorur2010-04-201-0/+8
* cluster/afr: Fix possible NULL dereference in readdirp_cbkVikas Gorur2010-04-201-15/+17
* afr: afr_fsetattr - send proper inode pointer to afr_read_child()Anand Avati2010-04-081-1/+1
* iatt: change S_IF macros with IA_IF macros in missing placesAnand Avati2010-04-082-22/+22
* afr: fix inode ref leak in lookupAnand Avati2010-04-081-3/+0
* cluster/afr: Cleanup fd ctx in releasedir cbkVijay Bellur2010-04-083-5/+17
* initialization fixesCsaba Henk2010-04-081-3/+3
* fop namespace cleanup.Amar Tumballi2010-03-313-243/+0
* cluster/afr: UNWIND if opendir returns an error.Vijay Bellur2010-03-251-0/+3
* iatt: changes across the codebaseAnand V. Avati2010-03-1615-333/+311
* replicate: Use link's parent ino for post/pre-parent not target dir'sShehjar Tikoo2010-03-041-1/+1
* replicate: Restore parent ino from saved inode numberShehjar Tikoo2010-03-041-0/+3
* cluster/afr: Failover readdir calls.Vikas Gorur2010-03-044-46/+299
* Fix memory access in afr's self-heal code (replace pointer casts by memcpy).Hraban Luyat2010-02-071-24/+30
* cluster/afr: Send the struct flock returned by the server to the user.Vikas Gorur2010-01-211-1/+1
* cluster/afr: Pick a source for metadata self-heal even if all nodes are innoc...Vikas Gorur2010-01-141-0/+28
* cluster/afr: Use dict_ref instead of dict_copy_with_ref.Vikas Gorur2010-01-081-2/+2
* cluster/afr: Allocate diff algorithm loop_state structures only once.Vikas Gorur2009-12-282-47/+167
* cluster/afr: Report number of blocks healed during diff self-heal.Vikas Gorur2009-12-282-1/+18
* cluster/afr: Sync the parent directory's mtime during missing entries self-heal.Vikas Gorur2009-12-071-6/+26
* cluster/afr: Don't do entry self-heal in the background.Vikas Gorur2009-12-071-5/+0
* cluster/afr: Hold inode lock on 0-infinity for a flush transaction.Vikas Gorur2009-12-071-1/+1
* afr: fix fd ref leak in self-healAnand Avati2009-12-061-1/+3
* cluster/afr: Fix inode_ref's for local->cont.lookup.inodeVikas Gorur2009-12-051-4/+8
* afr: fix memory leaksAnand Avati2009-12-043-14/+36