| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merging fd_ref/fd_unref implementation | Basavanagowda Kanur | 2017-05-05 | 1 | -26/+47 |
* | Code change to use the new algorithm during write to take care of splitbrain ... | Krishna Srinivas | 2017-05-05 | 1 | -0/+2 |
* | * added GF_FILENAME_MAX (256) to the code, which reduces the array size of ch... | Amar Tumballi | 2017-05-05 | 1 | -2/+2 |
* | * checksum made as fop. | Amar Tumballi | 2017-05-05 | 1 | -0/+90 |
* | added new fop gf_lk | Vikas Gorur | 2017-05-05 | 1 | -0/+76 |
* | Added ERR_ABORT() macro which aborts when memory allocation failure | Bala A | 2017-05-05 | 1 | -0/+1 |
* | Added FREE() macro and removed freee() macro. | Bala A | 2017-05-05 | 1 | -12/+12 |
* | memory leak fixes in libglusterfsclient | Raghavendra G | 2017-05-05 | 1 | -2/+1 |
* | getxattr/setxattr changes to bdb, posix, unify | Basavanagowda Kanur | 2017-05-05 | 1 | -2/+5 |
* | merging raghavendra@zresearch.com/glusterfs--mod-glusterfs--1.0 | Raghavendra G | 2017-05-05 | 1 | -0/+24 |
* | * scheduler/alu.c: | Amar Tumballi | 2017-05-05 | 1 | -4/+239 |
* | updated copyright to 2008, updated configure script to not fail, but print co... | Anand V. Avati | 2017-05-05 | 1 | -1/+6 |
* | * Added another argument 'flag' to getdents() fop. | Amar Tumballi | 2017-05-05 | 1 | -5/+8 |
* | Summary: migrations, name change from readdir->getdents writedir->setdents ge... | Krishna Srinivas | 2017-05-05 | 1 | -65/+66 |
* | support for accepting -n via fstab (glusterfs client), thanks to Matthias Saou | Anand V. Avati | 2017-05-05 | 1 | -0/+2 |
* | lookup now carries extra argument need_xattr which tells posix if xattr dicti... | Krishna Srinivas | 2017-05-05 | 1 | -2/+5 |
* | Changes for directory versioning. | Krishna Srinivas | 2017-05-05 | 1 | -5/+16 |
* | dict_ref in call stub checking for refs, and not for count | Anand V. Avati | 2017-05-05 | 1 | -2/+2 |
* | license upgrade | Anand V. Avati | 2017-05-05 | 1 | -17/+17 |
* | merged from glusterfs--tmp--2.5 | Anand V. Avati | 2017-05-05 | 1 | -22/+27 |
* | added freee() macro to catch possible double free | Anand V. Avati | 2017-05-05 | 1 | -11/+11 |
* | removed reply, meta threads from io-threads. Also retained only those fops th... | Raghavendra G | 2017-05-05 | 1 | -1/+0 |
* | inode forget is put as a callback to avoid race conditions | Anand V. Avati | 2017-05-05 | 1 | -64/+11 |
* | * io-cache deadlock issue solved | Basavanagowda Kanur | 2017-05-05 | 1 | -1/+3 |
* | * removed 'inode_unref' in server_protocol_inode_prune(). | Amar Tumballi | 2017-05-05 | 1 | -1/+2 |
* | * libglusterfs/src/call_stub: | Amar Tumballi | 2017-05-05 | 1 | -3/+1 |
* | * added dict_ref() and dict_unref() in posix_getxattr() for case having no xattr | Basavanagowda Kanur | 2017-05-05 | 1 | -4/+0 |
* | dict ref/unref fixes for setxattr | Anand V. Avati | 2017-05-05 | 1 | -1/+4 |
* | * fixes in writedir() | Amar Tumballi | 2017-05-05 | 1 | -3/+2 |
* | getxattr_cbk - correctly ref and unref dictionaries | Anand V. Avati | 2017-05-05 | 1 | -2/+4 |
* | * call_stub: in stub_writedir(), call_stub_new () was called with argument | Amar Tumballi | 2017-05-05 | 1 | -2/+2 |
* | fixed memory leak in call-stub. thread scheduling added to lookup in io-threads | Raghavendra G | 2017-05-05 | 1 | -0/+16 |
* | uncommenting inode_unref in call_resume of forget | Raghavendra G | 2017-05-05 | 1 | -3/+7 |
* | added the transport name to gf_log in bail_transport | Raghavendra G | 2017-05-05 | 1 | -0/+4 |
* | any fop with a valid inode passed to it as argument gets scheduled to an I/O ... | Raghavendra G | 2017-05-05 | 1 | -1/+8 |
* | fixes in call-stub | Anand V. Avati | 2017-05-05 | 1 | -3/+5 |
* | io-threads and call-stub now implements all the fops. Currently works with po... | Raghavendra G | 2017-05-05 | 1 | -61/+397 |
* | fd_create/fd_destroy wrapper functions | Anand V. Avati | 2017-05-05 | 1 | -4/+7 |
* | fixed local allocation in truncate() in io-trheads | Anand V. Avati | 2017-05-05 | 1 | -2/+2 |
* | buffer is unrefed in call_resume_unwind of writev only if count > 0 | Raghavendra G | 2017-05-05 | 1 | -1/+1 |
* | readv_cbk in call_frame_unwind is made to dict_unref the response only if rea... | Raghavendra G | 2017-05-05 | 1 | -2/+3 |
* | fixed mem leak in call-stub for writev and readv_cbk | Anand V. Avati | 2017-05-05 | 1 | -0/+8 |
* | * fixed ghostly disappearance bug in protocol/server (return 0) | Basavanagowda Kanur | 2017-05-05 | 1 | -2/+9 |
* | bug-fixes in io-threads/call-stub | Raghavendra G | 2017-05-05 | 1 | -2/+2 |
* | * used call_resume in place of STACK_WIND, whenever calll_stub is created in | Basavanagowda Kanur | 2017-05-05 | 1 | -12/+5 |
* | added lock_wipe, inode_unref | Raghavendra G | 2017-05-05 | 1 | -327/+428 |
* | call-stub | Raghavendra G | 2017-05-05 | 1 | -68/+373 |
* | * protocol/server | Basavanagowda Kanur | 2017-05-05 | 1 | -0/+7 |
* | inode.c fixes in forget | Anand V. Avati | 2017-05-05 | 1 | -0/+6 |
* | * libglusterfs/src/*: | Amar Tumballi | 2017-05-05 | 1 | -76/+10 |