| Commit message (Expand) | Author | Age | Files | Lines |
* | removed some of the stale scripts | Amar Tumballi | 2011-02-10 | 10 | -1219/+4 |
* | syncdaemon: config revamp #3: implement command line get/set/del interface to... | Csaba Henk | 2011-02-10 | 2 | -15/+82 |
* | syncdaemon: config revamp #2: implement canonicalized urls, use them in confi... | Csaba Henk | 2011-02-10 | 2 | -3/+32 |
* | syncdaemon: config revamp #1: drop simplecfg, switch to stdlib's ConfigParser | Csaba Henk | 2011-02-10 | 2 | -94/+13 |
* | syncdaemon: Removing the simplecfg.py entry from the Makefile.am, since it is... | Mohammed Junaid Ahmed | 2011-02-10 | 1 | -1/+1 |
* | features/marker: Use touch TimeStamp file instead of futimens, to avoid the d... | Kaushik BV | 2011-02-10 | 1 | -19/+14 |
* | syncdaemon: refine RePCe version check to tolerate difference in minor | Csaba Henk | 2011-02-10 | 1 | -2/+7 |
* | volgen: specify a mode argument for open(2) | Csaba Henk | 2011-02-10 | 1 | -1/+1 |
* | cluster/dht: Perform self-heal as root | Pranith K | 2011-02-08 | 3 | -35/+2 |
* | cluster/afr: Perform self-heal as root | Pranith K | 2011-02-08 | 3 | -1/+20 |
* | protocol/client: decrement reopen fd count in cases of re-open errors | Pranith K | 2011-02-07 | 1 | -2/+24 |
* | cluster/dht: restore attrs of dirs in self-heal | Pranith K | 2011-02-07 | 1 | -3/+63 |
* | rpc/rpc-clnt: don't access rpcreq after putting the struct back into mem-pool. | Raghavendra G | 2011-02-07 | 1 | -8/+13 |
* | gluster rebalance: fix the permission issue of rebalanced filesv3.1.2gsyncqa6 | Amar Tumballi | 2011-02-07 | 1 | -0/+14 |
* | syncdaemon: add "setattr" server method, needed to synchronize metadata of li... | Csaba Henk | 2011-02-07 | 2 | -8/+27 |
* | syncdaemon: fix broken symlink handling in "purge" call | Csaba Henk | 2011-02-07 | 1 | -2/+2 |
* | syncdaemon: version the rpc | Csaba Henk | 2011-02-07 | 2 | -2/+19 |
* | syncdaemon: improve program termination | Csaba Henk | 2011-02-07 | 1 | -1/+3 |
* | syncdaemon: display slave role in log output | Csaba Henk | 2011-02-07 | 2 | -4/+8 |
* | Revert "distribute: Return ESTALE when dir selfheal finds no fix" | Anand V. Avati | 2011-02-04 | 1 | -6/+2 |
* | mount3: Do not return error when mount list is empty | Shehjar Tikoo | 2011-02-04 | 1 | -0/+4 |
* | nfs: Set volume started after root lookup succeeds | Shehjar Tikoo | 2011-02-04 | 1 | -1/+1 |
* | marker: Updating the xtime marks on both the paths in rename fop.v3.1.2gsyncqa5 | Mohammed Junaid Ahmed | 2011-02-04 | 2 | -3/+28 |
* | Logging : Use of uuid_utoa and uuid_utoa_r. | Gaurav | 2011-02-04 | 11 | -144/+81 |
* | Logging : New uuid to string conversion functions. | Gaurav | 2011-02-04 | 4 | -5/+72 |
* | libxlator: New policy for aggregation of xtime: | Kaushik BV | 2011-02-04 | 2 | -16/+57 |
* | libxlator: memdup the data that is required for aggregation of attributes | Kaushik BV | 2011-02-04 | 1 | -3/+7 |
* | cluster/afr: fix races in self-heal | Pranith K | 2011-02-04 | 1 | -119/+125 |
* | performance/io-cache: disable caching if indicated by NFS.v3.1.2gsyncqa4 | Raghavendra G | 2011-01-27 | 1 | -0/+1 |
* | Move hostname, ip address validating functions to libglusterfs. | Sachidananda | 2011-01-27 | 4 | -243/+126 |
* | use rpc_clnt_{new,start} (), instead of rpc_clnt_init(); | Amar Tumballi | 2011-01-27 | 3 | -5/+16 |
* | free GF_CALLOCed memory by GF_FREE instead of FREE | Raghavendra Bhat | 2011-01-27 | 1 | -2/+2 |
* | glusterfsd-mgmt: handle the RPC_DISCONNECT event properly | Amar Tumballi | 2011-01-27 | 1 | -0/+8 |
* | remove op_errstr from glusterd_handle_rpc_msg as op_errstr is not used in tha... | Raghavendra Bhat | 2011-01-27 | 1 | -4/+2 |
* | cli: Show 'commit' option in replace-brick. | Gaurav | 2011-01-27 | 1 | -1/+1 |
* | adding syncdaemon | Csaba Henk | 2011-01-27 | 13 | -1/+1217 |
* | mgmt/glusterd: restart bricks when syncdaemon is enabled | Kaushik BV | 2011-01-27 | 3 | -2/+64 |
* | volgen: add marker to brick volfiles | Csaba Henk | 2011-01-27 | 1 | -5/+94 |
* | implement "--client-pid" option which can forcibly set the pid value in messa... | Csaba Henk | 2011-01-27 | 6 | -0/+40 |
* | adding marker translator | Junaid | 2011-01-27 | 7 | -3/+1540 |
* | adding libxlator, to ensure proper client side aggregation of marks by cluste... | Kaushik BV | 2011-01-27 | 12 | -20/+737 |
* | rpc: handle proper 'ref', 'unref' of transport from rpc-clnt | Amar Tumballi | 2011-01-26 | 2 | -3/+7 |
* | features/access-control: skip access-tests if the call is from fuse | Pranith K | 2011-01-26 | 4 | -1/+90 |
* | mgmt/glusterd: error out if remove-brick comes for final bricks | Pranith K | 2011-01-26 | 1 | -2/+9 |
* | cli: return error when cmd execution fails | Pranith K | 2011-01-26 | 1 | -7/+8 |
* | protocol/server: Distinguishing the locks based on the type of fop like inode... | Mohammed Junaid Ahmed | 2011-01-24 | 4 | -50/+141 |
* | glusterd: de-register nfs rpcs when it is stopped | Pranith K | 2011-01-24 | 1 | -1/+31 |
* | nfs3: Handle root resolution failuresv3.1.2 | Shehjar Tikoo | 2011-01-13 | 1 | -9/+9 |
* | performance/quick-read: Fix unwinding of same frame twice when qr_loc_fill fa...v3.1.2qa4 | Raghavendra G | 2011-01-11 | 1 | -42/+22 |
* | mgmt/Glusterd: make nfs.mem-factor settable through CLI | Kaushik BV | 2011-01-11 | 2 | -3/+35 |