index
:
glusterfs-afrv1.git
development
master
release-2.0
release-3.0
release-3.1
release-3.2
release-3.3
release-3.4
release-3.5
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
xlators
/
cluster
/
afr
/
src
/
afr-self-heal-common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cluster/afr: log enhancement - part 2
Amar Tumballi
2011-04-01
1
-119
/
+134
*
cluster/afr: white-space cleanup - part 2
Amar Tumballi
2011-03-31
1
-437
/
+437
*
send proper device id to posix while self healing device file entry
Raghavendra Bhat
2011-03-25
1
-9
/
+14
*
cluster/afr: skip openfd flush when the file is already deleted
Pranith K
2011-03-22
1
-0
/
+2
*
cluster/afr: Fix wrong memory allocation
Pranith K
2011-03-14
1
-1
/
+1
*
cluster/afr: Re-factoring code for alignment
Vijay Bellur
2011-02-28
1
-62
/
+62
*
cluster/afr: Whitespace cleanup
Vijay Bellur
2011-02-28
1
-34
/
+36
*
cluster/afr: Perform self-heal as root
Pranith K
2011-02-08
1
-1
/
+2
*
change the log level from warning to debug while getting pending matrix
Raghavendra Bhat
2010-12-27
1
-1
/
+1
*
Change assert to GF_ASSERT
Vijay Bellur
2010-10-12
1
-1
/
+1
*
Copyright changes
Vijay Bellur
2010-10-11
1
-1
/
+1
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
1
-3
/
+3
*
replicate: use new style (un)locking in self heal of missing entries
Anand Avati
2010-09-29
1
-62
/
+5
*
cluster/afr: allocate memory big enough to hold iatt structures.
Raghavendra G
2010-09-18
1
-2
/
+2
*
cluster/afr: Various self heal fixes wrt gfid.
Pavan Sondur
2010-09-07
1
-6
/
+52
*
gfid: changes in symlink() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-1
/
+1
*
gfid: changes in mkdir() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-1
/
+1
*
gfid: changes in mknod() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-3
/
+3
*
cluster/afr: Clean up dead variables.
Sachidananda
2010-08-26
1
-17
/
+20
*
replace struct stat by stuct iatt
v3.1.0qa9
Raghavendra Bhat
2010-08-26
1
-1
/
+1
*
cluster/afr: Do not issue blocking locks in self-heal.
Pavan Sondur
2010-08-26
1
-27
/
+2
*
fix the typo present in sh_missing_entries_create function
Raghavendra Bhat
2010-08-24
1
-1
/
+1
*
cluster/afr: Use 2 phase locking for transactions and self heal.
Pavan Sondur
2010-08-22
1
-64
/
+103
*
add pump xlator and changes for replace-brick
Pavan Sondur
2010-08-06
1
-2
/
+4
*
cluster/afr: Logging improvement for self-heal
Pranith Kumar K
2010-07-27
1
-2
/
+6
*
cluster/afr: ignore errno from offline nodes during self-heal
Pranith Kumar K
2010-07-27
1
-0
/
+3
*
custer/afr added self-heal logging in normal mode
Pranith Kumar K
2010-07-23
1
-0
/
+21
*
Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...
Simone Gotti
2010-05-09
1
-1
/
+3
*
Memory accounting changes
Vijay Bellur
2010-04-23
1
-24
/
+43
*
iatt: change S_IF macros with IA_IF macros in missing places
Anand Avati
2010-04-08
1
-7
/
+7
*
iatt: changes across the codebase
Anand V. Avati
2010-03-16
1
-34
/
+29
*
Fix memory access in afr's self-heal code (replace pointer casts by memcpy).
Hraban Luyat
2010-02-07
1
-24
/
+30
*
cluster/afr: Pick a source for metadata self-heal even if all nodes are innoc...
Vikas Gorur
2010-01-14
1
-0
/
+28
*
cluster/afr: Use dict_ref instead of dict_copy_with_ref.
Vikas Gorur
2010-01-08
1
-2
/
+2
*
cluster/afr: Sync the parent directory's mtime during missing entries self-heal.
Vikas Gorur
2009-12-07
1
-6
/
+26
*
afr: fix fd ref leak in self-heal
Anand Avati
2009-12-06
1
-1
/
+3
*
cluster/afr: Add log messages when setattr fails in self-heal.
Vikas Gorur
2009-12-02
1
-0
/
+6
*
cluster/afr: Fix conditional typo.
Vikas Gorur
2009-12-02
1
-1
/
+2
*
afr: remove memcpy of @local contents in afr_local_copy
Anand Avati
2009-12-01
1
-8
/
+23
*
cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.
Vikas Gorur
2009-12-01
1
-11
/
+5
*
cluster/afr: Set the self-heal "source" as read subvolume even when not doing...
Vikas Gorur
2009-12-01
1
-3
/
+12
*
cluster/afr: Refactored lookup_cbk and introduce precedence of errors.
Vikas Gorur
2009-11-30
1
-0
/
+4
*
cluster/afr: Refactored the self-heal interface.
Vikas Gorur
2009-11-24
1
-84
/
+48
*
cluster/afr: Do self-heal on reopened fds.
Vikas Gorur
2009-11-24
1
-17
/
+32
*
cluster/afr: Fix inode context bitmasks.
Vikas Gorur
2009-11-24
1
-6
/
+2
*
cluster/afr: Ensure directory contents are in sync during opendir.
Vikas Gorur
2009-11-13
1
-3
/
+10
*
cluster/afr: NFS-friendly logic changes
Vikas Gorur
2009-10-27
1
-2
/
+2
*
cluster/afr: Do self-heal in the background.
Vikas Gorur
2009-10-26
1
-11
/
+126
*
cluster/afr: Set mtime of parent directory in self-heal properly.
Vikas Gorur
2009-10-13
1
-2
/
+3
*
prevent spurious unlocks from afr selfheal
Anand Avati
2009-10-13
1
-9
/
+25
[next]