summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr.c
Commit message (Expand)AuthorAgeFilesLines
* cluster/afr: Do a broadcast unlock in replicate to eliminate deadlock during ...v3.0.6Pavan Sondur2010-10-211-1/+108
* replicate: remove checks which prevented self-heal when open fds were presentAnand V. Avati2010-10-181-10/+1
* replicate: replace first-write-to-flush optimizationAnand V. Avati2010-10-181-106/+22
* cluster/afr: Return correct flock structures correctly in lk fops.Pavan Sondur2010-07-021-8/+9
* cluster/afr: Set lk-owner to pid when fuse does not supply it.Pavan Sondur2010-06-291-0/+11
* Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...Simone Gotti2010-06-011-5/+8
* cluster/afr: Unwind lk using struct flock from a successful serverVikas Gorur2010-05-031-1/+2
* afr: fix inode ref leak in lookupAnand Avati2010-04-081-3/+0
* cluster/afr: Cleanup fd ctx in releasedir cbkVijay Bellur2010-04-071-5/+13
* 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
* cluster/afr: Add new option "data-self-heal-algorithm"Vikas Gorur2009-09-221-0/+12
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-191-0/+59
* cluster/afr: Use user-supplied struct flock to STACK_WINDVikas Gorur2009-07-271-1/+0
* fix build warnings in 'afr'Amar Tumballi2009-07-201-4/+10
* Added NULL checks in a few places.Vikas Gorur2009-07-151-7/+25
* Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-151-10/+15
* cluster/afr - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-4/+4