| Commit message (Expand) | Author | Age | Files | Lines |
* | proper way to do defrag of a mountpoint | Amar Tumballi | 2010-07-14 | 12 | -127/+373 |
* | v2 [PATCH BUG:1050] protocol/server Convert-OS-specific-lock-value-to-Gluster... | Pranith Kumar K | 2010-07-14 | 1 | -0/+16 |
* | Fixes a crash seen in create volume | Vijay Bellur | 2010-07-14 | 11 | -343/+439 |
* | typo error: should check for less than instead of greater than | Raghavendra Bhat | 2010-07-13 | 1 | -1/+1 |
* | Changes in CLI and glusterd | Vijay Bellur | 2010-07-12 | 24 | -507/+1731 |
* | cli: move readline to separate thread | Anand Avati | 2010-07-12 | 2 | -0/+31 |
* | provide a port option for gluster command line | Amar Tumballi | 2010-07-12 | 2 | -3/+16 |
* | dump total files cached in quick-read in statedump information | Raghavendra Bhat | 2010-07-12 | 1 | -0/+24 |
* | gluster-CLI-and-mgmt-glusterd-added-to-codebase | Amar Tumballi | 2010-07-08 | 57 | -65/+10999 |
* | fix up OS X after dynamic volume changes | Csaba Henk | 2010-07-08 | 7 | -20/+8 |
* | minor option handling refactorizations | Csaba Henk | 2010-07-08 | 8 | -26/+45 |
* | fix fuse volume creation from volfile | Csaba Henk | 2010-07-08 | 2 | -41/+104 |
* | fix up option handling | Csaba Henk | 2010-07-08 | 4 | -40/+64 |
* | performance/io-cache: implement mknod fop. | Raghavendra G | 2010-07-08 | 1 | -1/+85 |
* | make DUMP as another program | Amar Tumballi | 2010-07-08 | 15 | -248/+351 |
* | assign proper 'fop' number to 'frame->root->op' on server side | Amar Tumballi | 2010-07-08 | 1 | -1/+40 |
* | Handle a crash in inode.c on 32 bit, big endian platform | Amar Tumballi | 2010-07-08 | 1 | -5/+5 |
* | removed 'fop->checksum' from codebase as its not required anymore | Amar Tumballi | 2010-07-06 | 31 | -1173/+11 |
* | nfs3: Fix race updating op queue on uncached fd open | Shehjar Tikoo | 2010-07-06 | 4 | -56/+159 |
* | improvement to error-gen | Amar Tumballi | 2010-07-06 | 2 | -207/+165 |
* | avoid repeating code | Amar Tumballi | 2010-07-06 | 2 | -43/+1 |
* | glusterfsd: Handle setting entry-timeout to 0 | Vijay Bellur | 2010-07-06 | 1 | -1/+1 |
* | allocate space for '\0' in string, while adding xlator-option | Amar Tumballi | 2010-07-06 | 1 | -2/+2 |
* | mount/fuse: Handle setting entry-timeout to 0. | Vijay Bellur | 2010-07-05 | 1 | -1/+1 |
* | nfs: Assign incremental lk owner to frames | Shehjar Tikoo | 2010-07-04 | 1 | -0/+23 |
* | nfs: Support directory level exports | Shehjar Tikoo | 2010-07-04 | 7 | -49/+712 |
* | NULL dereference fixes in code base after running with 'clang' | Amar Tumballi | 2010-07-02 | 30 | -123/+193 |
* | performance/write-behind: explicitly enforce ordering of overlapping writes. | Raghavendra G | 2010-07-02 | 1 | -173/+279 |
* | minor fixes in rpc + protocol | Amar Tumballi | 2010-07-01 | 7 | -240/+23 |
* | backward compatibility of protocol | Amar Tumballi | 2010-07-01 | 14 | -798/+499 |
* | Move rpc to top-level | Vijay Bellur | 2010-06-28 | 32 | -14/+14 |
* | OS X: fix up rpc protocol | Csaba Henk | 2010-06-25 | 5 | -2/+12 |
* | added proper mem-types to GF_CALLOC in protocol | Amar Tumballi | 2010-06-25 | 14 | -67/+79 |
* | change volume file options back to 'transport' from 'rpc-transport' | Amar Tumballi | 2010-06-24 | 4 | -41/+47 |
* | minor improvements in protocol | Amar Tumballi | 2010-06-24 | 20 | -2615/+2995 |
* | moved 'auth_glusterfs' xdr definitions to rpc-lib | Amar Tumballi | 2010-06-24 | 5 | -100/+103 |
* | io-threads: initialize conf->w_attr | Anand Avati | 2010-06-22 | 1 | -0/+2 |
* | performance/io-cache: destroy table->mem_pool in fini. | Raghavendra G | 2010-06-22 | 1 | -1/+8 |
* | misc updates in mainline | Amar Tumballi | 2010-06-21 | 4 | -4/+3 |
* | make rpc protocol as default, and move the old one to legacy | Amar Tumballi | 2010-06-21 | 4 | -12/+17 |
* | rpc protocol | Amar Tumballi | 2010-06-21 | 64 | -43/+32304 |
* | renamed xlator/protocol to xlator/protocol/legacy | Amar Tumballi | 2010-06-21 | 45 | -36/+70 |
* | Revert "performance/write-behind: explicitly enforce ordering of overlapping ... | Anand V. Avati | 2010-06-15 | 1 | -126/+128 |
* | Changes to volgen such that it does not error out in python2.4 | Raghavendra Bhat | 2010-06-10 | 1 | -1/+4 |
* | changed the order of gf_log in xlator.c to prevent hang | Amar Tumballi | 2010-06-10 | 1 | -3/+3 |
* | Fix compilation failure on Solaris in __socket_keepalive() | Vijay Bellur | 2010-06-08 | 1 | -1/+1 |
* | mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.am | Anand Avati | 2010-06-08 | 24 | -21/+29 |
* | quick-read: fix size parameter to GF_CALLOC of priv to fix mem corruption | Anand Avati | 2010-06-07 | 1 | -1/+1 |
* | dynamic volume changes for graph replacement | Anand Avati | 2010-06-07 | 30 | -2002/+2383 |
* | fuse: add a built-in fuse traffic dumper mechanism | Csaba Henk | 2010-06-07 | 4 | -40/+143 |