| Commit message (Expand) | Author | Age | Files | Lines |
* | map translator cleanup. | Amar Tumballi | 2009-04-08 | 1 | -643/+1065 |
* | Fix minor bug in afr_open_cbk. | Vikas Gorur | 2009-04-08 | 1 | -3/+7 |
* | io-threads: Refactor un-ordered worker exit path | Shehjar Tikoo | 2009-04-08 | 1 | -33/+17 |
* | io-threads: Refactor ordered worker exit path | Shehjar Tikoo | 2009-04-08 | 1 | -34/+25 |
* | Fix in changelog logic. | Vikas Gorur | 2009-04-07 | 6 | -41/+254 |
* | Consider a subvolume dead if an fop fails on it | Vikas Gorur | 2009-04-07 | 3 | -17/+19 |
* | fix to fd leak in posix_create() in case of some failures. | Amar Tumballi | 2009-04-06 | 1 | -2/+3 |
* | nufa to take care of free disk-space while creating files. | Amar Tumballi | 2009-04-06 | 1 | -32/+74 |
* | Fix in return value of afr_sh_mark_sources | Vikas Gorur | 2009-04-06 | 3 | -10/+26 |
* | bitrot-13 fix | Csaba Henk | 2009-04-06 | 1 | -0/+2 |
* | io-threads: Cleaner stub destruction | Shehjar Tikoo | 2009-04-06 | 1 | -0/+3 |
* | io-threads: Sanity check worker thread idx | Shehjar Tikoo | 2009-04-06 | 1 | -20/+62 |
* | distribute to take care of available disk space while creating new dirs, and ... | Amar Tumballi | 2009-04-03 | 5 | -26/+384 |
* | server-protocol - reimplement connection cleanup to happen in 2 phases | Raghavendra G | 2009-04-03 | 4 | -22/+206 |
* | Made afr inode context a 64-bit packed value instead of a structure. | Vikas Gorur | 2009-04-03 | 4 | -313/+205 |
* | Load balance read operations among subvolumes in afr | Vikas Gorur | 2009-04-02 | 4 | -110/+513 |
* | Defined afr_inode_ctx_t structure. | Vikas Gorur | 2009-04-02 | 2 | -11/+76 |
* | io-threads: Support autoscaling volfile options | Shehjar Tikoo | 2009-04-02 | 2 | -24/+104 |
* | io-threads: Cleanup request queueing,thread firing | Shehjar Tikoo | 2009-04-02 | 1 | -30/+38 |
* | io-threads: Allow scaling to be switched off | Shehjar Tikoo | 2009-04-02 | 2 | -11/+73 |
* | io-threads: Add ordered threadpool state and code | Shehjar Tikoo | 2009-04-02 | 2 | -58/+182 |
* | io-threads: Add un-ordered thread-pool. | Shehjar Tikoo | 2009-04-02 | 2 | -98/+334 |
* | io-threads: Classify requests for threadpool type | Shehjar Tikoo | 2009-04-02 | 1 | -26/+33 |
* | io-threads: Wire in support for rename fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+55 |
* | io-threads: Wire in support for symlink fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+53 |
* | io-threads: Wire in support for rmdir fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+40 |
* | io-threads: Wire in support for mkdir fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+44 |
* | io-threads: Wire in support for mknod fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+47 |
* | io-threads: Wire in support for readlink fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+43 |
* | io-threads: Wire in support for access fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+43 |
* | io-threads: Wire in support for fchown fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+46 |
* | io-threads: Wire in support for chown | Shehjar Tikoo | 2009-04-02 | 1 | -0/+46 |
* | io-threads: Wire in support for fchmod fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+43 |
* | io-threads: Wire in support for chmod fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+42 |
* | io-threads: Wire in support for lookup fop | Shehjar Tikoo | 2009-04-02 | 1 | -0/+46 |
* | wb_flush - keep reference on fd for process_frame to perform STACK_WIND of fl... | Anand V. Avati | 2009-04-02 | 1 | -0/+4 |
* | unify-self-heal: Fix un-ref'ing of incorrect dict | Shehjar Tikoo | 2009-04-02 | 1 | -1/+1 |
* | Print log message when AFR receives CHILD_UP/DOWN notification | Vikas Gorur | 2009-04-02 | 1 | -0/+6 |
* | mount/fuse to silently send fresh lookup for ESTALEd revalidates. log only in... | Basavanagowda Kanur | 2009-04-02 | 1 | -1/+4 |
* | cluster/stripe to propogate ESTALE to parent. | Basavanagowda Kanur | 2009-04-02 | 1 | -2/+4 |
* | cluster/unify propogates ESTALE to parent translator, if any subvolume return... | Basavanagowda Kanur | 2009-04-02 | 1 | -4/+30 |
* | cluster/replicate should propogate the ESTALE error to parent, when at least ... | Basavanagowda Kanur | 2009-04-02 | 1 | -4/+14 |
* | cluster/{dht,nufa} propogate ESTALE (when at least one subvolume returns ESTA... | Basavanagowda Kanur | 2009-04-02 | 1 | -1/+10 |
* | cluster/{nufa,dht} fail revalidates with ESTALE, in case a stale layout is fo... | Basavanagowda Kanur | 2009-04-02 | 2 | -4/+4 |
* | Review comment from Krishna was missed out in previous commit of fix for send... | Anand V. Avati | 2009-04-02 | 1 | -1/+1 |
* | Bug fix in posix-init(), when span-devices is set above 1 | Amar Tumballi | 2009-04-01 | 1 | -1/+1 |
* | fix a segfault with io-threads when iot-schedule is called with NULL inode | Amar Tumballi | 2009-04-01 | 1 | -1/+2 |
* | Enable glusterfs client to exit after a configured number of failed connects ... | Raghavendra G | 2009-04-01 | 1 | -1/+6 |
* | Add new type of option type INTERNET_ADDRESS for validation | Raghavendra G | 2009-04-01 | 1 | -1/+1 |
* | log message changes in mount/fuse for SETLK, GETLK, GETXATTR, SETXATTR fops | Basavanagowda Kanur | 2009-04-01 | 1 | -5/+14 |