summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-dir-read.c
Commit message (Expand)AuthorAgeFilesLines
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-7/+10
* cluster/afr: Handle error cases in local initPranith Kumar K2011-12-281-26/+18
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-2/+2
* cluster/afr: set fd ctx on opendirPranith Kumar K2011-09-291-14/+17
* cluster/afr: Make data selfheal trigger to be configurable.Pranith Kumar K2011-09-081-15/+9
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-4/+0
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-201-7/+6
* cluster/afr: Update fresh_children in lookup if no other ops in progressPranith Kumar K2011-08-191-1/+1
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* cluster/afr: Detect conflict/gfid self-healsPranith K2011-07-171-1/+2
* cluster/afr: Choose next call child from fresh-children for inode-read-fopsPranith K2011-07-171-36/+59
* cluster/afr: Add fresh children along with read-child to inode contextPranith K2011-07-171-1/+1
* cluster/afr: Handle lookups when self-heal is offPranith K2011-07-121-5/+9
* core: fill 'ia_ino' from 'ia_gfid' in 'storage/posix' to preserve same ino nu...Amar Tumballi2011-06-161-12/+0
* cluster/afr: log enhancements - part 1Amar Tumballi2011-04-061-172/+166
* cluster/afr: whitespace cleanupAmar Tumballi2011-03-291-272/+272
* cluster/replicate: fix warnings due to format string mismatches during invoca...Raghavendra G2010-12-141-1/+1
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* Check for possible fd/ctx NULL in afrshishir gowda2010-09-241-1/+11
* cluster/afr: Fix hang in create when one subvol is down.Pavan Sondur2010-09-061-4/+11
* cluster/afr: Clean up dead assignments.Sachidananda2010-08-241-11/+1
* add pump xlator and changes for replace-brickPavan Sondur2010-08-061-0/+3
* fixes for spurious entry self-heal in afrPranith Kumar K2010-07-281-4/+8
* cluster/afr: Logging improvement for self-healPranith Kumar K2010-07-271-4/+2
* custer/afr added self-heal logging in normal modePranith Kumar K2010-07-231-5/+13
* cluster/afr: Don't dereference fd ptr - it might be NULL due to a failed call.Pavan Sondur2010-05-211-1/+1
* Memory accounting changesVijay Bellur2010-04-231-9/+10
* cluster/afr: Fix possible NULL dereference in readdirp_cbkVikas Gorur2010-04-201-15/+17
* cluster/afr: Cleanup fd ctx in releasedir cbkVijay Bellur2010-04-081-0/+1
* initialization fixesCsaba Henk2010-04-081-3/+3
* fop namespace cleanup.Amar Tumballi2010-03-311-100/+0
* cluster/afr: UNWIND if opendir returns an error.Vijay Bellur2010-03-251-0/+3
* iatt: changes across the codebaseAnand V. Avati2010-03-161-3/+3
* cluster/afr: Failover readdir calls.Vikas Gorur2010-03-041-38/+264
* storage/posix: Added janitor thread.Vikas Gorur2009-12-021-2/+2
* cluster/afr: Don't do memcpy of afr_local_t in afr_local_copy.Vikas Gorur2009-12-011-8/+0
* cluster/afr: Refactored the self-heal interface.Vikas Gorur2009-11-241-11/+14
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-241-1/+2
* cluster/afr: Fix inode context bitmasks.Vikas Gorur2009-11-241-2/+2
* cluster/afr: Fix double-free in opendir self-heal callback.Vikas Gorur2009-11-241-1/+4
* cluster/afr: Handle op_ret properly in opendir_cbkVikas Gorur2009-11-191-2/+3
* cluster/afr: Ensure directory contents are in sync during opendir.Vikas Gorur2009-11-131-2/+190
* cluster/afr: Move deleted files to /.trash in entry self-heal.Vikas Gorur2009-10-291-2/+16
* 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-7/+9
* afr: Support readdirp fopShehjar Tikoo2009-10-061-10/+72
* Do not fail over readdir in replicate.Vikas Gorur2009-06-111-27/+4
* Do itransform on every entry in readdir_cbk.Vikas Gorur2009-06-111-4/+9