| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | libglusterfsclient: Add fchown API | Shehjar Tikoo | 2009-04-17 | 1 | -0/+57 |
* | libglusterfsclient: Add fchmod API | Shehjar Tikoo | 2009-04-17 | 1 | -0/+56 |
* | libglusterfsclient: Add closedir API | Shehjar Tikoo | 2009-04-17 | 1 | -0/+22 |
* | libglusterfsclient: Add opendir API | Shehjar Tikoo | 2009-04-17 | 1 | -0/+58 |
* | libglusterfsclient: Add chown API | Shehjar Tikoo | 2009-04-17 | 1 | -0/+69 |
* | libglusterfsclient: Add chmod API | Shehjar Tikoo | 2009-04-17 | 1 | -0/+69 |
* | libglusterfsclient: Abstract away inode attr cache updates | Shehjar Tikoo | 2009-04-17 | 1 | -138/+100 |
* | libglusterfsclient: Replace dict based inode ctx with array based one | Shehjar Tikoo | 2009-04-17 | 1 | -82/+103 |
* | libglusterfsclient: Fix fd_ctx leak on release cbks | Shehjar Tikoo | 2009-04-17 | 1 | -5/+27 |
* | libglusterfsclient: Replace dict-based fd ctx with array-based one | Shehjar Tikoo | 2009-04-17 | 1 | -114/+105 |
* | libglusterfsclient: Generalize [RW] checks on dirs | Shehjar Tikoo | 2009-04-17 | 1 | -16/+11 |
* | libglusterfsclient: Check for directory on O_CREAT | Shehjar Tikoo | 2009-04-17 | 1 | -2/+13 |
* | libglusterfsclient: Create and use LIBGF_REPLY_NOTIFY macro | Shehjar Tikoo | 2009-04-17 | 2 | -110/+27 |
* | libglusterfsclient: Fix segfault on non-NULL loc->name | Shehjar Tikoo | 2009-04-17 | 1 | -3/+3 |
* | libglusterfsclient: Use macros for argument checks | Shehjar Tikoo | 2009-04-17 | 2 | -37/+32 |
* | libglusterfsclient: Rename XLATOR_NAME define | Shehjar Tikoo | 2009-04-17 | 1 | -25/+25 |
* | protocol/client - NULL check for loc->inode added in statfs(), before trying ... | Basavanagowda Kanur | 2009-04-17 | 1 | -8/+10 |
* | RPM spec file updates for RHEL,CentOS,Fedora,SLES and OpenSUSE for upcoming 2... | Harshavardhana | 2009-04-17 | 1 | -171/+157 |
* | add NULL check in iobuf_arena_destroy | Anand V. Avati | 2009-04-16 | 1 | -0/+3 |
* | logging enhances to commit d77279ef04ca75ab9715864274567d1ce0ce66a6 | Raghavendra G | 2009-04-16 | 2 | -11/+22 |
* | Use original pid when calling the FOP in afr transaction. | Vikas Gorur | 2009-04-16 | 2 | -3/+42 |
* | write-behind aggregate-size related changes | Raghavendra G | 2009-04-16 | 1 | -15/+76 |
* | write-behind: adhere to coding guidelines. | Raghavendra G | 2009-04-16 | 1 | -16/+32 |
* | cluster/distribute bug fix - try to create linkfile in dht_lookup_everywhere_... | Basavanagowda Kanur | 2009-04-16 | 3 | -16/+68 |
* | Fixed the build problems observed | Harshavardhana | 2009-04-16 | 1 | -1/+1 |
* | eliminate this_ino_get(), this_ino_set(). handle inode_ctx_{get,set}() at the... | Basavanagowda Kanur | 2009-04-16 | 1 | -132/+290 |
* | Changed xattr format of afr changelog to support adding and removing of subvo... | Vikas Gorur | 2009-04-16 | 11 | -287/+322 |
* | server-helpers: Add check for NULL connection arguement being passed in helpers. | Raghavendra G | 2009-04-14 | 1 | -2/+23 |
* | remove unused variable @ret in ib_verbs_options_init | Anand V. Avati | 2009-04-14 | 1 | -1/+0 |
* | use MAP_FAILED macro to free mem_base in arena_destroy | Anand V. Avati | 2009-04-14 | 1 | -1/+2 |
* | FREE arena->iobufs in iobuf_arena_destory | Anand V. Avati | 2009-04-14 | 1 | -0/+2 |
* | cluster/unify link() should be sent to only one subvolume. | Basavanagowda Kanur | 2009-04-14 | 1 | -0/+1 |
* | minor bug fix in posix_create() when 'o-direct enable' option is given. | Amar Tumballi | 2009-04-14 | 1 | -1/+1 |
* | bug fixes in dht-disk-usage feature. | Amar Tumballi | 2009-04-14 | 4 | -35/+72 |
* | Send statbuf from the same subvolume, even across revalidates. | Vikas Gorur | 2009-04-13 | 1 | -5/+14 |
* | use ctx->page_size in all translators and transports instead of having their ... | Anand V. Avati | 2009-04-13 | 4 | -101/+7 |
* | introduce page_size in glusterfs_ctx_t to be used by all translators set it t... | Anand V. Avati | 2009-04-13 | 3 | -2/+6 |
* | client_readv_cbk - when op_ret is 0, iobuf comes NULL from transport, handles... | Anand V. Avati | 2009-04-13 | 1 | -3/+5 |
* | bug fix in iobuf_select_arena - call __iobuf_pool_add_arena (unlocked version) | Anand V. Avati | 2009-04-13 | 1 | -1/+1 |
* | bug fix - arena destruction now calls munmap and not FREE | Anand V. Avati | 2009-04-13 | 1 | -1/+5 |
* | add purge list support to make iobuf_pool_purge() in expensive, and actually ... | Anand V. Avati | 2009-04-13 | 2 | -1/+10 |
* | bug fix in iobuf_select_arena - never created a new arena | Anand V. Avati | 2009-04-13 | 1 | -2/+5 |
* | add @filled list in iobuf_pool to keep away filled list from getting searched... | Anand V. Avati | 2009-04-13 | 2 | -1/+20 |
* | change arena size to 8MB | Anand V. Avati | 2009-04-13 | 1 | -1/+1 |
* | use MAP_FAILED macro to check for mmap failure instead of (void *) -1 | Anand V. Avati | 2009-04-13 | 1 | -1/+1 |
* | fixed sizeof parameter in CALLOC of a new arena | Anand V. Avati | 2009-04-13 | 1 | -1/+1 |
* | switch scheduler to validate the subvolume specified for a pattern, against t... | Basavanagowda Kanur | 2009-04-13 | 1 | -2/+33 |
* | changes to database read interface, to make use of a given buffer instead of ... | Basavanagowda Kanur | 2009-04-13 | 3 | -79/+100 |
* | log formatting fixes. use GF_PRI_SIZET for size_t. | Basavanagowda Kanur | 2009-04-13 | 1 | -22/+32 |
* | minor initialization bug fix in quota's build_loc | Amar Tumballi | 2009-04-12 | 1 | -0/+1 |