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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cluster/afr: Paused fop should not continue with fop
Pranith Kumar K
2011-08-22
1
-0
/
+1
*
cluster/afr: Perform self-heal without locking the whole file
Pranith Kumar K
2011-08-20
1
-23
/
+50
*
cluster/afr: Update fresh_children in lookup if no other ops in progress
Pranith Kumar K
2011-08-19
1
-7
/
+23
*
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: Detect conflict/gfid self-heals
Pranith K
2011-07-17
1
-1
/
+51
*
cluster/afr: make expunge/impunge re-usable
Pranith K
2011-07-17
1
-0
/
+12
*
cluster/afr: Choose next call child from fresh-children for inode-read-fops
Pranith K
2011-07-17
1
-46
/
+18
*
cluster/afr: Add fresh children along with read-child to inode context
Pranith K
2011-07-17
1
-6
/
+51
*
cluster/afr: Move afr local alloc functions from header files to sources
Pranith K
2011-07-17
1
-100
/
+10
*
afr/stripe: collect pathinfo xattrs from all childs
Venky Shankar
2011-07-12
1
-0
/
+2
*
cluster/afr: Handle lookups when self-heal is off
Pranith K
2011-07-12
1
-3
/
+13
*
core: fill 'ia_ino' from 'ia_gfid' in 'storage/posix' to preserve same ino nu...
Amar Tumballi
2011-06-16
1
-6
/
+0
*
cluster/afr: Send the first child up/down after all its children notify
Pranith Kumar K
2011-05-30
1
-0
/
+1
*
cluster/afr: set loc gfids for fresh lookup
Pranith Kumar K
2011-05-04
1
-0
/
+3
*
declare favorite child as int instead of unsigned int
Raghavendra Bhat
2011-04-13
1
-1
/
+1
*
cluster/afr: log enhancements - part 1
Amar Tumballi
2011-04-06
1
-1
/
+3
*
cluster/afr: whitespace cleanup
Amar Tumballi
2011-03-29
1
-346
/
+346
*
afr-entry-self-heal: fixes to detected renames (gfid based)
Anand Avati
2011-03-14
1
-0
/
+1
*
cluster/afr: Perform self-heal as root
Pranith K
2011-02-08
1
-0
/
+2
*
adding libxlator, to ensure proper client side aggregation of marks by cluste...
Kaushik BV
2011-01-27
1
-0
/
+10
*
replicate: optimistic changelog
Anand Avati
2010-11-09
1
-0
/
+8
*
Copyright changes
Vijay Bellur
2010-10-11
1
-1
/
+1
*
Change GNU GPL to GNU AGPL
Pranith K
2010-10-04
1
-3
/
+3
*
rmdir: introduce extra flags parameter in FOP prototype
Anand V. Avati
2010-10-02
1
-0
/
+1
*
Changes to replace flock with gf_flock across GlusterFS.
Pavan Sondur
2010-10-01
1
-3
/
+3
*
cluster/afr: Recover locks on child_up from source to sink.
Pavan Sondur
2010-10-01
1
-0
/
+7
*
protocol/client: cluster/afr: Support lock recovery and self heal.
Pavan Sondur
2010-09-30
1
-0
/
+17
*
replicate: remove checks which prevented self-heal when open fds were present
Anand Avati
2010-09-29
1
-1
/
+0
*
replicate: keep read_child in inode ctx as up-to-date as possible
Anand Avati
2010-09-29
1
-0
/
+1
*
replicate: replace first-write-to-flush optimization
Anand V. Avati
2010-09-29
1
-15
/
+9
*
whitespace cleanup
Anand V. Avati
2010-09-29
1
-15
/
+15
*
cluster/pump: introduce another flag to enable pump functionality
Amar Tumballi
2010-09-16
1
-0
/
+1
*
cluster/afr: Various self heal fixes wrt gfid.
Pavan Sondur
2010-09-07
1
-0
/
+3
*
gfid: changes in symlink() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-0
/
+1
*
gfid: changes in mkdir() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-0
/
+1
*
gfid: changes in mknod() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-0
/
+1
*
gfid: change in create() prototype to have params dictionary with uuid in it
Anand Avati
2010-09-04
1
-0
/
+1
*
cluster/afr: Use 2 phase locking for transactions and self heal.
Pavan Sondur
2010-08-22
1
-9
/
+113
*
cluster/afr: Return correct flock structures correctly in lk fops
Pranith Kumar K
2010-08-17
1
-1
/
+2
*
cluster/pump: Save path (/) when abort is received in pump.
Pavan Sondur
2010-08-16
1
-1
/
+0
*
cluster/pump: Dynamically control sink connect and disconnect.
Pavan Sondur
2010-08-12
1
-0
/
+2
*
add pump xlator and changes for replace-brick
Pavan Sondur
2010-08-06
1
-0
/
+22
*
removed 'fop->checksum' from codebase as its not required anymore
Amar Tumballi
2010-07-06
1
-5
/
+0
*
NULL dereference fixes in code base after running with 'clang'
Amar Tumballi
2010-07-02
1
-15
/
+17
*
Unset split-brain flags in afr_self_heal_completion_cbk if self heal complete...
Simone Gotti
2010-05-09
1
-1
/
+1
*
frame's 'op', 'type' restructured
Amar Tumballi
2010-05-03
1
-1
/
+0
*
Memory accounting changes
Vijay Bellur
2010-04-23
1
-22
/
+30
*
cluster/afr: Cleanup fd ctx in releasedir cbk
Vijay Bellur
2010-04-08
1
-0
/
+3
*
iatt: changes across the codebase
Anand V. Avati
2010-03-16
1
-50
/
+50
[next]