summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Clean up dead assignments.Sachidananda2010-08-241-4/+4
* cluster/afr: Use 2 phase locking for transactions and self heal.Pavan Sondur2010-08-221-0/+33
* add pump xlator and changes for replace-brickPavan Sondur2010-08-061-2580/+10
* cluster/afr: Logging improvement for self-healPranith Kumar K2010-07-271-8/+8
* custer/afr added self-heal logging in normal modePranith Kumar K2010-07-231-14/+45
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-061-106/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-4/+4
* Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...Simone Gotti2010-05-091-5/+8
* cluster/afr: Unwind lk using struct flock from a successful serverVikas Gorur2010-05-031-1/+2
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-3/+0
* Memory accounting changesVijay Bellur2010-04-231-51/+86
* afr: fix inode ref leak in lookupAnand Avati2010-04-081-3/+0
* cluster/afr: Cleanup fd ctx in releasedir cbkVijay Bellur2010-04-081-5/+13
* fop namespace cleanup.Amar Tumballi2010-03-311-2/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-161-30/+30
* replicate: Restore parent ino from saved inode numberShehjar Tikoo2010-03-041-0/+3
* cluster/afr: Failover readdir calls.Vikas Gorur2010-03-041-6/+27
* cluster/afr: Send the struct flock returned by the server to the user.Vikas Gorur2010-01-211-1/+1
* cluster/afr: Hold inode lock on 0-infinity for a flush transaction.Vikas Gorur2009-12-071-1/+1
* cluster/afr: Fix inode_ref's for local->cont.lookup.inodeVikas Gorur2009-12-051-4/+8
* afr: fix memory leaksAnand Avati2009-12-041-14/+31
* cluster/afr: Don't do transactional flush if pre-op has been nowhere done.Vikas Gorur2009-12-031-18/+106
* storage/posix: Added janitor thread.Vikas Gorur2009-12-021-1/+1
* cluster/afr: Set the self-heal "source" as read subvolume even when not doing...Vikas Gorur2009-12-011-26/+69
* cluster/afr: Preserve generation number along with inode in lookup and creati...Vikas Gorur2009-11-301-2/+7
* cluster/afr: Refactored lookup_cbk and introduce precedence of errors.Vikas Gorur2009-11-301-117/+299
* cluster/afr: Do self-heal on unopened fds.Vikas Gorur2009-11-251-0/+9
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-241-19/+18
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-241-145/+29
* cluster/afr: Fix inode context bitmasks.Vikas Gorur2009-11-241-7/+5
* cluster/afr: Fix handling of revalidate lookups.Vikas Gorur2009-11-241-24/+37
* cluster/afr: Ensure directory contents are in sync during opendir.Vikas Gorur2009-11-131-4/+63
* cluster/afr: Refactored inode context bitmasks.Vikas Gorur2009-11-131-6/+10
* cluster/afr: In fop structure afr_readdirp is not correctly registered.vinayak hegde2009-11-051-1/+1
* cluster/afr: Don't try to self-heal if there are locks heldVikas Gorur2009-10-301-1/+15
* cluster/afr: Move deleted files to /.trash in entry self-heal.Vikas Gorur2009-10-291-0/+5
* cluster/afr: Set local->fd in fsync.Vikas Gorur2009-10-281-0/+1
* cluster/afr: NFS-friendly logic changesVikas Gorur2009-10-271-9/+43
* cluster/afr: Pick the data self-heal algorithm dynamically.Vikas Gorur2009-10-261-1/+1
* cluster/afr: Check the target of symlink's in entry self-heal.Vikas Gorur2009-10-261-0/+3
* cluster/afr: Do self-heal in the background.Vikas Gorur2009-10-261-0/+17
* cluster/afr: Pipeline the "full" data self-heal read-write loop.Vikas Gorur2009-10-231-0/+19
* prevent spurious unlocks from afr selfhealAnand Avati2009-10-131-0/+3
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-071-1/+1
* cluster/afr: Change STACK_UNWIND to STACK_UNWIND_STRICT.Vikas Gorur2009-10-071-35/+48
* Removed remaining references to chmod, chown and utimens as part of setattr c...Pavan Sondur2009-10-061-5/+0
* afr: Support readdirp fopShehjar Tikoo2009-10-061-0/+1
* cluster/afr: Initialize local->first_up_child in AFR_LOCAL_INIT.Vikas Gorur2009-10-051-26/+0
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-8/+11
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-0/+2