summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* fix up OS X after dynamic volume changesCsaba Henk2010-07-083-7/+4
* minor option handling refactorizationsCsaba Henk2010-07-082-2/+2
* fix fuse volume creation from volfileCsaba Henk2010-07-081-0/+65
* fix up option handlingCsaba Henk2010-07-082-5/+15
* Handle a crash in inode.c on 32 bit, big endian platformAmar Tumballi2010-07-081-5/+5
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-068-183/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-026-8/+19
* added proper mem-types to GF_CALLOC in protocolAmar Tumballi2010-06-251-0/+9
* misc updates in mainlineAmar Tumballi2010-06-212-2/+1
* rpc protocolAmar Tumballi2010-06-211-0/+1
* changed the order of gf_log in xlator.c to prevent hangAmar Tumballi2010-06-101-3/+3
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* dynamic volume changes for graph replacementAnand Avati2010-06-0721-1413/+1610
* fuse: add a built-in fuse traffic dumper mechanismCsaba Henk2010-06-071-0/+1
* fix format string warning on OS XCsaba Henk2010-05-261-1/+6
* libglusterfs: Use usecond resolution for loggingVijay Bellur2010-05-211-3/+8
* Log proper error message when hostname or ip does not conform to standards.Sachidananda2010-05-211-1/+6
* OS X: adjustments, minor fixes to eliminate warningsCsaba Henk2010-05-211-3/+9
* OS X: basic additions for OS X client supportCsaba Henk2010-05-212-10/+9
* added features/mac-compatCsaba Henk2010-05-133-116/+1
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-0313-455/+78
* structuring of protocol - 2Amar Tumballi2010-05-036-1956/+3
* structuring of protocolAmar Tumballi2010-05-035-106/+101
* Memory accounting changesVijay Bellur2010-04-2328-253/+831
* core: Set ctx in global_xlator to prevent NULL ptr referenceShehjar Tikoo2010-04-221-0/+1
* protocol: fix endianness for nanosecond field in stat structureAnand Avati2010-04-081-2/+6
* backword compatibility with 3.0.x releases - restoredAmar Tumballi2010-04-072-24/+21
* core: Do internal latency measurement of FOPs.Vikas Gorur2010-04-047-4/+292
* Fix further cppcheck reported issues.Csaba Henk2010-03-313-8/+43
* core: Expose default callbacksShehjar Tikoo2010-03-312-15/+181
* core: Add iatt protection bit testing macrosShehjar Tikoo2010-03-311-0/+15
* fop namespace cleanup.Amar Tumballi2010-03-319-784/+0
* libglusterfs/transport: no need to set address-family if one is not set in th...Raghavendra G2010-03-311-23/+1
* libglusterfs: Remove passive iobufs from statedumpVijay Bellur2010-03-291-8/+0
* added '--read-only' command line option for glusterfsAmar Tumballi2010-03-241-0/+1
* fix warnings on 32 bitCsaba Henk2010-03-221-1/+1
* iatt: changes across the codebaseAnand V. Avati2010-03-1614-317/+341
* introduce iatt.h for inode attributes (to replace 'struct stat')Anand V. Avati2010-03-162-1/+308
* xlator.h: whitespace cleanupAnand V. Avati2010-03-161-23/+24
* core: Provide helper macro to set [ug]id in frameShehjar Tikoo2010-03-041-0/+9
* core: Add NULL check for inode in fd_lookupShehjar Tikoo2010-03-041-0/+3
* core: Add setattr mode test macrosShehjar Tikoo2010-03-041-0/+7
* core: New function: gf_dirent_for_namelenShehjar Tikoo2010-03-042-0/+20
* iobuf: Expose macros and create new onesShehjar Tikoo2010-03-042-0/+17
* transport/socket: fix to valid_ipv6_address.Raghavendra G2010-03-041-1/+2
* libglusterfs: Copy va_list types using va_copy instead of memcpy.Pavan Sondur2010-03-031-2/+7
* common-utils: gf_log2 handles 0 inputAnand Avati2010-02-222-3/+3
* Add new gf_strstr dropin replacement for "strstr"Harshavardhana Ranganath2010-02-222-0/+38
* inode: guard against possible infinite loopsAnand Avati2010-02-221-2/+13
* Fixes for MacOSX and Solaris buildAnand Avati2010-02-052-32/+102