summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* features/marker: changes in marker to avoid race conditions and corruptionsv3.3.0qa6Raghavendra Bhat2011-08-214-61/+217
* protocol/client: Changes to be benign to replace-brickVijay Bellur2011-08-211-5/+5
* debug/io-stats: Handle loglevel in initVijay Bellur2011-08-211-0/+8
* glusterd: replace-brick status was not 'shared' with peer.v3.3.0qa5Krishnan Parthasarathi2011-08-213-76/+297
* cluster/afr: fop should not continue if it is paused, until resumesPranith Kumar K2011-08-212-0/+8
* debug/io-stats: Handle log-level properly.Vijay Bellur2011-08-211-0/+8
* cluster/afr: set frame localPranith Kumar K2011-08-212-1/+2
* cluster/afr: Perform self-heal without locking the whole filePranith Kumar K2011-08-2020-1727/+1582
* mgmt/glusterd: Correct generation of nfs options in volfileVijay Bellur2011-08-201-16/+28
* if nfs.port is not configured init the transport.socket.listen-port to GF_NFS...krishna2011-08-201-1/+5
* xlators/nfs: Fix a typo in option descriptionVijay Bellur2011-08-201-2/+2
* cluster/afr: Update fresh_children in lookup if no other ops in progressPranith Kumar K2011-08-199-115/+236
* option validation: further fixesAnand Avati2011-08-193-1/+19
* mgmt/glusterd, cli: Introduce gluster volume status <volname>Vijay Bellur2011-08-197-2/+353
* xlator options: revamp xlator option validation/reconfigure codeAnand Avati2011-08-1815-1882/+270
* do rpcsvc_init() after we fill nfs_state structure and add to nfsx->options k...v3.3.0qa3krishna2011-08-181-11/+10
* glusterd: fix for volume stop causing inconsistent volume statusKaushal M2011-08-171-1/+4
* allocate extra bytes (for \0) when calling reallocVenky Shankar2011-08-171-1/+2
* Revert "Make sure glusterd and glusterfsd use the same address family"Anand Avati2011-08-171-52/+0
* Revert "Remove white spaces"Anand Avati2011-08-171-4/+4
* do not init nfs->override_portnum to GF_NFS3_PORTkrishna2011-08-171-1/+0
* Remove white spacesEmmanuel Dreyfus2011-08-161-4/+4
* Make sure glusterd and glusterfsd use the same address familyEmmanuel Dreyfus2011-08-161-0/+52
* adjust allocated length to memory overrun fixVenky Shankar2011-08-151-3/+4
* cluster/afr: read_child should be >= 0v3.3.0qa2Pranith Kumar K2011-08-131-1/+3
* - Use linkat(2) instead of link(2) so that linking to symlink work onEmmanuel Dreyfus2011-08-121-0/+20
* For systems where O_DIRECTORY does not exist, we defined it as 0,Emmanuel Dreyfus2011-08-121-1/+1
* Do not distribute UFS1 extended attribute backing storeEmmanuel Dreyfus2011-08-121-0/+14
* RO: fix read-only xlator support broken due to worm xlator fixshishir gowda2011-08-111-1/+1
* WORM: Write Once Read Many times xlator supportshishir2011-08-106-221/+487
* posix-acl: disable permission checks for fd based opsAnand Avati2011-08-101-0/+2
* Change Copyright current yearPranith Kumar K2011-08-10222-222/+222
* fuse-resolve: prevent linking of inodes of different inode-tableAmar Tumballi2011-08-101-25/+31
* pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlatorv3.3.0qa1krishna2011-08-093-3/+3
* NFS server: allow clients to connect from insecure (>1024) ports and support ...krishna2011-08-073-0/+97
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-06222-664/+664
* cluster/dht: clear local->cached_subvol when switching to do_fresh_lookupAnand Avati2011-08-061-0/+1
* features/marker-quota: Performance improvement.Junaid2011-08-053-12/+122
* storage/posix: handle dictionary being NULL in a functionAmar Tumballi2011-08-032-1/+4
* features/marker: log failures due to file not being present during quota upda...Raghavendra G2011-08-031-27/+69
* glusterd rebalance: handle a race condition while starting a rebalanceAmar Tumballi2011-08-031-2/+1
* DHT rename: Recreate linkfile after unlinkshishir gowda2011-08-033-144/+50
* mgmt/glusterd: Ignore case in friend find by hostnamePranith Kumar K2011-08-031-4/+4
* Variable IOBUF: Use variable iobuf for cli/glusterd/glusterfsd(mgmt)shishir gowda2011-07-317-47/+109
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-313-14/+16
* gsyncd: do some basic sanitization on logsCsaba Henk2011-07-295-24/+60
* RPC unify code changekrishna2011-07-2925-9207/+473
* geo-rep: minor fixesCsaba Henk2011-07-292-2/+2
* performance/io-cache: hold lock on ioc_inode whereever a page is being access...Raghavendra G2011-07-294-845/+947
* performance/quick-read: Handle unwinding of frame corresponding to read fop p...Raghavendra G2011-07-291-115/+220