summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/afr/src/afr-inode-write.c
Commit message (Expand)AuthorAgeFilesLines
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* cluster/afr: Handle invalid inode in open_fd_fixPranith Kumar K2012-03-311-1/+5
* core: adding extra data for fopsAmar Tumballi2012-03-221-47/+67
* fops/removexattr: prevent users from removing glusterfs xattrsRajesh Amaravathi2012-03-051-9/+24
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-9/+9
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-1/+3
* complete the implementation of missing 'f**xattr()' fopsAmar Tumballi2012-01-251-4/+5
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+180
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-0/+6
* cluster/afr: do not unlock without holding the lock on the fdRaghavendra Bhat2012-01-191-1/+1
* core/setxattr: prevent users from setting glusterfs xattrsRajesh Amaravathi2012-01-141-15/+212
* cluster/afr: Handle error cases in local initPranith Kumar K2011-12-281-92/+56
* Add command-line support (but no doc) for enforce-quorum option.Jeff Darcy2011-11-281-7/+7
* Add quorum checks to avoid split-brain.Jeff Darcy2011-11-201-0/+14
* cluster/afr: Remove unused 'ino' codePranith Kumar K2011-10-281-6/+0
* cluster/afr: Make local->child_up immutablePranith Kumar K2011-09-211-35/+21
* cluster/afr: Make data selfheal trigger to be configurable.Pranith Kumar K2011-09-081-12/+10
* cluster/afr: Paused fop should not continue with fopPranith Kumar K2011-08-221-3/+3
* cluster/afr: fop should not continue if it is paused, until resumesPranith Kumar K2011-08-211-0/+1
* cluster/afr: set frame localPranith Kumar K2011-08-211-1/+1
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-201-49/+253
* 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: Add fresh children along with read-child to inode contextPranith K2011-07-171-6/+6
* cluster/afr: fix the range of the lock taken in [f]truncatePranith K2011-07-011-4/+4
* core: fill 'ia_ino' from 'ia_gfid' in 'storage/posix' to preserve same ino nu...Amar Tumballi2011-06-161-17/+0
* cluster/afr: log enhancement - part 3Amar Tumballi2011-04-011-48/+2
* cluster/afr: white-space cleanup - part 2Amar Tumballi2011-03-311-20/+20
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* replicate: replace first-write-to-flush optimizationAnand V. Avati2010-09-291-11/+6
* whitespace cleanupAnand V. Avati2010-09-291-884/+884
* cluster/afr: Remove dead variables.Sachidananda2010-09-031-31/+6
* cluster/afr: truncate should not treat EFBIG as failurePranith Kumar K2010-08-171-1/+1
* add pump xlator and changes for replace-brickPavan Sondur2010-08-061-10/+8
* replicate: Set setxattr wait-count to child-count to avoid raceShehjar Tikoo2010-07-281-1/+1
* Memory accounting changesVijay Bellur2010-04-231-1/+1
* afr: afr_fsetattr - send proper inode pointer to afr_read_child()Anand Avati2010-04-081-1/+1
* iatt: changes across the codebaseAnand V. Avati2010-03-161-20/+20
* cluster/afr: Do self-heal on unopened fds.Vikas Gorur2009-11-251-0/+2
* cluster/afr: Do self-heal on reopened fds.Vikas Gorur2009-11-241-44/+135
* cluster/afr: NFS-friendly logic changesVikas Gorur2009-10-271-43/+33
* 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-17/+21
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-9/+12
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-866/+213
* cluster/afr: Set inode number in unwind_buf in the inode-write calls.Vikas Gorur2009-07-271-17/+17
* Return stat info from read-child in all the inode-write opsVikas Gorur2009-07-161-18/+195
* Do not lock entire file for metadata operations.Vikas Gorur2009-05-051-7/+7