summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor refactorings to mark an internal routinePeter Portante2012-10-302-9/+8
* protocols: Suppress getxattr log when errno is ENOENTPranith Kumar K2012-10-282-2/+5
* Reduce the number of stat/fstat system calls madePeter Portante2012-10-252-39/+34
* Further reduce extended attribute reads/writesPeter Portante2012-10-254-41/+281
* Move _add_timestamp() closer to where it is usedPeter Portante2012-10-251-11/+12
* object-storage: reduce the number of getxattr system calls by onePeter Portante2012-10-256-13/+281
* object-storage: Bump size of metadata stored per xattr keyPeter Portante2012-10-251-2/+3
* core: add STACK_WIND_TAIL for more efficient default_xxx.Jeff Darcy2012-10-252-92/+120
* glusterd: Remove brick from brick list on all nodes.Krishnan Parthasarathi2012-10-241-0/+2
* Add OCF compliant resource agents for glusterd and volumesFlorian Haas2012-10-245-1/+481
* glusterd: fix for remove-brick on just created/stopped volumesAmar Tumballi2012-10-243-16/+57
* glusterd: do not log rdma not found messages in error modeRaghavendra Bhat2012-10-231-1/+1
* NetBSD negative timeout missing support workaroundEmmanuel Dreyfus2012-10-201-1/+1
* In some cases AI_ADDRCONFIG confuses NetBSD 6.0Emmanuel Dreyfus2012-10-201-0/+2
* nfs: do lookup on getattr after brick-status changeJeff Darcy2012-10-198-40/+171
* tests: pre-commit regression testsAnand Avati2012-10-187-83/+234
* glusterfs: add gf_mkostemp api and use it instead of mkostemp of libcRaghavendra Bhat2012-10-173-0/+114
* object-storage: Don't catch generic exceptions around xattr callsPeter Portante2012-10-171-2/+2
* object-storage: Refactor code to reduce Swift diffs carriedPeter Portante2012-10-1714-546/+379
* cluster/dht: ignore empty ->hashed_subvol during lookupVenky Shankar2012-10-171-9/+1
* cluster/distribute: Always return the latest time in struct iatt.shishir gowda2012-10-166-50/+264
* syncop: save and restore THIS from the time of context switchAnand Avati2012-10-161-0/+4
* mgmt/glusterd: avoid directly using conf->uuidPranith Kumar K2012-10-164-16/+16
* object-storage: change logging of some errors to warningsPeter Portante2012-10-161-12/+12
* Remove the test subdirectory diffs ahead of initial refactoring.Peter Portante2012-10-161-136/+0
* Reduce the number of gratuitous differences in constraints.Peter Portante2012-10-161-4/+6
* glusterfs: code cleanupRaghavendra Bhat2012-10-152-14/+12
* Fix BZ 865858: remove unnecessary system calls around xattr opsPeter Portante2012-10-131-73/+19
* write-behind: use uint64_t for overlap comparisonAnand Avati2012-10-131-4/+4
* Refactor to use pyxattr's get/set/remove methodsPeter Portante2012-10-131-9/+9
* Fix a small typ-o in the Swift READMEPeter Portante2012-10-131-1/+1
* protocol/client: Conditional logging in client3_3_unlink_cbkVenkatesh Somyajulu2012-10-121-1/+5
* cluster/afr : Edited log message in afr_sh_entry_expunge_entry_cbkVenkatesh Somyajulu2012-10-121-1/+2
* core: Add support for systemtapKrishnan Parthasarathi2012-10-121-0/+33
* features/quota: Accept float numbers for quota limit.Varun Shastry2012-10-121-3/+3
* glusterfs man page editVarun Shastry2012-10-111-11/+55
* Preventing client crashing as the callings of GF_CALLOC has been failed.linbaiye2012-10-114-31/+107
* performance/write-behind: use try lock while taking statedumpsRaghavendra Bhat2012-10-111-2/+9
* cli: introduce "--" as option terminatorCsaba Henk2012-10-111-0/+14
* storage/posix: remove dependency on loc->path in posix_lookup()Amar Tumballi2012-10-111-1/+0
* replicate: don't use synctask_new from within a synctaskJeff Darcy2012-10-111-3/+14
* cluster/afr: gluster volume heal $VN info sporadically reports nothing to healVenkatesh Somyajulu2012-10-111-24/+29
* client-handshake: synchronize config.remote_port setting b/wRaghavendra G2012-10-112-13/+9
* build: do not unconditionally restart glusterd in glusterfs-geo-replication %...Niels de Vos2012-10-111-2/+3
* cli: Changes and enhancements to XML outputKaushal M2012-10-116-200/+914
* glusterd: volume-start, add-brick and remove-brick to use synctask frameworkKrishnan Parthasarathi2012-10-1110-106/+193
* glusterd: Moved peer rsp handling functions to glusterd-utilsKrishnan Parthasarathi2012-10-115-560/+630
* glusterd: add-brick failed to start bricks when more than one were givenKrishnan Parthasarathi2012-10-101-9/+16
* cluster/afr Changed the message's log level from Error to DebugVenkatesh Somyajulu2012-10-101-3/+3
* storage/posix: return -1 if lstat call returns non zero value apart from -1Raghavendra Bhat2012-10-101-10/+30