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-entry.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cluster/afr: Fix frame leak in hardlink self-heal
Pranith Kumar K
2012-03-31
1
-9
/
+2
*
core: adding extra data for fops
Amar Tumballi
2012-03-22
1
-36
/
+42
*
cluster/afr: Reset re-usable sh args in sh_*_done
Pranith Kumar K
2012-03-05
1
-4
/
+0
*
cluster/afr: Handle errors in build_parent_loc
Pranith Kumar K
2012-03-01
1
-1
/
+1
*
cluster/afr: Hardlink Self-heal
Pranith Kumar K
2012-03-01
1
-11
/
+172
*
core: utilize mempool for frame->local allocations
Amar Tumballi
2012-02-21
1
-2
/
+2
*
cluster/afr: Self-heald, Index integration
Pranith Kumar K
2012-02-20
1
-2
/
+2
*
cluster/afr: Perform xattrop with all afr-keys
Pranith Kumar K
2012-01-27
1
-193
/
+223
*
core: get xattrs also as part of readdirp
Amar Tumballi
2012-01-25
1
-2
/
+2
*
cluster/afr: Handle split-brain/all-fool xattrs for directory
Pranith Kumar K
2011-12-27
1
-8
/
+16
*
cluster/afr: Set pargfid when missing
v3.3.0qa18
Pranith Kumar K
2011-12-22
1
-2
/
+8
*
dht,afr: Fixed gfid problems
Pranith Kumar K
2011-11-18
1
-4
/
+16
*
glusterfs: An effort to fix all the spell mistakes and typo
Harshavardhana
2011-11-16
1
-2
/
+2
*
cluster/afr : Fix self-heal of special files
Kaushal M
2011-10-31
1
-2
/
+7
*
cluster/afr: set the read child ctx only if the self-heal source is valid
v3.3.0qa14
Raghavendra Bhat
2011-10-03
1
-4
/
+4
*
Second round of warning suppression.
Jeff Darcy
2011-09-29
1
-8
/
+0
*
cluster/afr: Handle files without gfid in self-heal
Pranith Kumar K
2011-09-29
1
-343
/
+203
*
cluster/afr: Make data selfheal trigger to be configurable.
Pranith Kumar K
2011-09-08
1
-1
/
+1
*
Eliminate many "var set but not used" warnings with newer gcc.
Jeff Darcy
2011-09-07
1
-12
/
+0
*
cluster/afr: Perform self-heal without locking the whole file
Pranith Kumar K
2011-08-20
1
-36
/
+8
*
cluster/afr: Update fresh_children in lookup if no other ops in progress
Pranith Kumar K
2011-08-19
1
-1
/
+1
*
Change Copyright current year
Pranith Kumar K
2011-08-10
1
-1
/
+1
*
LICENSE: s/GNU Affero General Public/GNU General Public/
Pranith Kumar K
2011-08-06
1
-3
/
+3
*
cluster/afr: Fix conflict files and gfid self-heal
Pranith K
2011-07-17
1
-96
/
+8
*
cluster/afr: make expunge/impunge re-usable
Pranith K
2011-07-17
1
-64
/
+164
*
cluster/afr: Add fresh children along with read-child to inode context
Pranith K
2011-07-17
1
-7
/
+23
*
cluster/afr: Handle lookups when self-heal is off
Pranith K
2011-07-12
1
-7
/
+13
*
pump, afr: dict related memory fixes.
Krishnan P
2011-07-12
1
-17
/
+40
*
cluster/afr: Give proper device id for mknod
Pranith Kumar K
2011-06-16
1
-1
/
+2
*
cluster/afr: Log errors in afr self-heal with GF_LOG_ERROR
Pranith Kumar K
2011-06-08
1
-9
/
+9
*
cluster/afr: set loc gfids for fresh lookup
Pranith Kumar K
2011-05-04
1
-0
/
+2
*
cluster/afr: Avoid null dereference
Pranith Kumar K
2011-04-14
1
-1
/
+3
*
cluster/afr: log enhancement - part 2
Amar Tumballi
2011-04-01
1
-71
/
+81
*
cluster/afr: white-space cleanup - part 2
Amar Tumballi
2011-03-31
1
-1339
/
+1338
*
afr-entry-self-heal: fixes to detected renames (gfid based)
Anand Avati
2011-03-14
1
-15
/
+38
*
cluster/replicate: update st_nlink count of stat sent to application after co...
Raghavendra G
2011-01-07
1
-3
/
+18
*
Copyright changes
Vijay Bellur
2010-10-11
1
-1
/
+1
*
replicate: use the new rmdir prototype for cleaner entry self-healing
Anand Avati
2010-10-05
1
-204
/
+21
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
1
-3
/
+3
*
afr: reduce the size of readdir request during entry-self-heal
Amar Tumballi
2010-09-13
1
-1
/
+1
*
cluster/afr: Various self heal fixes wrt gfid.
Pavan Sondur
2010-09-07
1
-7
/
+74
*
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
-2
/
+3
*
gfid: changes in mknod() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-1
/
+1
*
cluster/afr: Remove dead assignments.
Sachidananda
2010-08-26
1
-64
/
+10
*
cluster/afr: Do not issue blocking locks in self-heal.
Pavan Sondur
2010-08-26
1
-28
/
+3
*
cluster/afr: Use 2 phase locking for transactions and self heal.
Pavan Sondur
2010-08-22
1
-156
/
+68
*
cluster/afr: Avoid Null de-reference when post parent is NULL
Pranith Kumar K
2010-08-12
1
-1
/
+1
*
fixes for spurious entry self-heal in afr
Pranith Kumar K
2010-07-28
1
-1
/
+1
*
Memory accounting changes
Vijay Bellur
2010-04-23
1
-10
/
+12
[next]