| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | use (fgetc() != EOF) instaed of feof() in parser | Anand V. Avati | 2009-04-01 | 1 | -2/+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 | 5 | -1/+30 |
* | Avoid infinite loop while parsing volume specification files on Linux/ARM. | Raghavendra G | 2009-04-01 | 1 | -2/+4 |
* | Add new type of option type INTERNET_ADDRESS for validation | Raghavendra G | 2009-04-01 | 5 | -7/+157 |
* | log message changes in mount/fuse for SETLK, GETLK, GETXATTR, SETXATTR fops | Basavanagowda Kanur | 2009-04-01 | 1 | -5/+14 |
* | Add support for log-level NORMAL in fuse mount helper script. | Raghavendra G | 2009-03-31 | 2 | -6/+14 |
* | first call of fuse is INIT internal call, and not first system call. 2nd call... | Anand V. Avati | 2009-03-28 | 1 | -2/+6 |
* | memory leak (of header) when frame is attempted to be xfer'ed when transport ... | Anand V. Avati | 2009-03-28 | 1 | -0/+2 |
* | ping-pong timer: - share last_sent and last_received between channels so that... | Anand V. Avati | 2009-03-28 | 2 | -33/+29 |
* | fix duplicate setting of values in inode->ctx and fd->ctx | Anand V. Avati | 2009-03-26 | 2 | -10/+26 |
* | libglusterfsclient: Fix NULL argument bug | Shehjar Tikoo | 2009-03-26 | 1 | -0/+1 |
* | posix_unlink - open/unlink/close only regular files | Anand V. Avati | 2009-03-26 | 1 | -7/+10 |
* | Enhancements to distribute selfheal | Anand V. Avati | 2009-03-26 | 3 | -51/+117 |
* | make the location of the mount utility tunable at configure time | Csaba Henk | 2009-03-26 | 2 | -1/+7 |
* | Fixed typo in warning string in afr.c | Vikas Gorur | 2009-03-26 | 1 | -1/+1 |
* | Changed the gf_log warning for return of null via CALLOC from 'old' to 'newdata' | Bharat Shetty Barkur | 2009-03-26 | 1 | -1/+1 |
* | fix to rm of large file blocking other operations on the same directory conta... | Raghavendra G | 2009-03-24 | 1 | -0/+15 |
* | Made self heal logic more precise. | Vikas Gorur | 2009-03-24 | 1 | -22/+233 |
* | dht memory leak fix | Raghavendra G | 2009-03-24 | 1 | -1/+1 |
* | fixes crash in write-behind | Amar Tumballi | 2009-03-22 | 1 | -2/+3 |
* | when the both channels in client protocol is disconnected, fd's are marked as... | Amar Tumballi | 2009-03-21 | 1 | -35/+64 |
* | fixes issue of hashing to wrong subvolumes in case when a subvolume is down | Amar Tumballi | 2009-03-21 | 1 | -2/+2 |
* | fixed sys_<fops> related warnings. (on mac os x and opensolaris) | Amar Tumballi | 2009-03-19 | 3 | -3/+4 |
* | dht_layout_dir_cmp - if xattr is missing, it is an error only if cached layou... | Anand V. Avati | 2009-03-19 | 1 | -11/+18 |
* | Add return after STACK_UNWIND | Shehjar Tikoo | 2009-03-18 | 1 | -0/+2 |
* | Moving few translators which are not well tested, are in beta stage to 'testi... | Amar Tumballi | 2009-03-18 | 7 | -7/+7 |
* | ib-verbs recv-size and send-size argument takes SIZET arguments now. | Amar Tumballi | 2009-03-18 | 2 | -11/+31 |
* | afr data self heal bug fix | Amar Tumballi | 2009-03-18 | 1 | -3/+3 |
* | Merge branch 'master' of ssh://avati@git.sv.gnu.org/srv/git/gluster | Anand V. Avati | 2009-03-17 | 0 | -0/+0 |
|\ |
|
| * | write behind preserves order of fops with respect to writes | Raghavendra G | 2009-03-12 | 1 | -404/+947 |
* | | IO-threads Cleanup: Remove useless data structures. | Shehjar Tikoo | 2009-03-17 | 2 | -109/+0 |
* | | IO-threads Cleanup: Clean-up request scheduling and queueing interface. | Shehjar Tikoo | 2009-03-17 | 1 | -216/+61 |
* | | IO-threads Cleanup: Change workers list to dynamically allocated array | Shehjar Tikoo | 2009-03-17 | 2 | -28/+51 |
* | | IO-threads Cleanup: Change request queue into a struct list_head | Shehjar Tikoo | 2009-03-17 | 2 | -24/+20 |
* | | Add system call abstraction layer | Vikas Gorur | 2009-03-17 | 6 | -45/+663 |
* | | write behind preserves order of fops with respect to writes | Raghavendra G | 2009-03-13 | 1 | -404/+947 |
* | | implement forget for cluster/unify | Basavanagowda Kanur | 2009-03-13 | 1 | -0/+18 |
* | | unify revalidate should propogate the error from any of the subvolume upto th... | Basavanagowda Kanur | 2009-03-13 | 1 | -0/+7 |
|/ |
|
* | Add extra 'volume' parameter to inodelk/entrylk calls | Vikas Gorur | 2009-03-12 | 28 | -150/+278 |
* | xlator.c option validation should check for empty valid options list (for str... | Basavanagowda Kanur | 2009-03-12 | 1 | -4/+6 |
* | feature to span the export directory across different mountpoints | Amar Tumballi | 2009-03-10 | 2 | -9/+80 |
* | ping timer will not timeout if we recently got POLLOUT on the socket i.e if (... | Krishna Srinivas | 2009-03-10 | 1 | -4/+4 |
* | Fixed two more occurrences of poll_out variables used for logging. | Bharat Shetty Barkur | 2009-03-10 | 1 | -2/+2 |