summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src/fuse-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: suppress wrong/confusing log message about graph setup failureAmar Tumballi2010-09-081-1/+1
* in case of failures, don't hang fuse mountAmar Tumballi2010-09-071-1/+26
* changes in fuse proc thread initializationAmar Tumballi2010-09-061-16/+13
* gfid: set request gfids for new entries in fuseAnand Avati2010-09-041-8/+26
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+1
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+1
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+1
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+2
* gfid: changes in inode managementAnand Avati2010-09-041-20/+5
* Revert "fuse: introduce pre-test micro-framework, check for execve-over-direc...v3.1.0qa15Vijay Bellur2010-09-031-329/+6
* fuse: introduce pre-test micro-framework, check for execve-over-direct-IOCsaba Henk2010-09-021-6/+329
* fuse: have the fsname passed to mount(2) include the volfile idCsaba Henk2010-08-301-3/+26
* fix notify mechanism to send CHILD_UP to fuseAmar Tumballi2010-08-271-0/+4
* fuse graph initialization related changesAmar Tumballi2010-08-241-18/+7
* check whether xlator is NULL in FUSE_FOP macroRaghavendra Bhat2010-08-211-1/+1
* fuse: prevent NULL dereference in case resolve on path failed.Amar Tumballi2010-08-181-0/+39
* logging enhancementsAmar Tumballi2010-08-121-1/+13
* fuse resolve related changesAmar Tumballi2010-08-111-733/+559
* removed last few remaining 'ERR_ABORT's from codebaseAmar Tumballi2010-07-281-1/+3
* mount/fuse: disable fuse support from volfileAnand Avati2010-07-211-1/+1
* fuse: fix clang spotted C abusesCsaba Henk2010-07-191-9/+3
* proper way to do defrag of a mountpointAmar Tumballi2010-07-141-4/+4
* minor option handling refactorizationsCsaba Henk2010-07-081-9/+6
* mount/fuse: Handle setting entry-timeout to 0.Vijay Bellur2010-07-051-1/+1
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-021-5/+4
* dynamic volume changes for graph replacementAnand Avati2010-06-071-163/+232
* fuse: add a built-in fuse traffic dumper mechanismCsaba Henk2010-06-071-40/+130
* OS X: basic additions for OS X client supportCsaba Henk2010-05-211-14/+126
* fuse, dht: use readdir by default.Anand Avati2010-05-131-3/+2
* added features/mac-compatCsaba Henk2010-05-131-124/+41
* Adding GF_LOG_OCCASIONALLY to prevent repeated log messagesAnush Shetty2010-05-091-5/+9
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-4/+2
* Memory accounting changesVijay Bellur2010-04-231-29/+52
* mount/fuse: Destroy STACK when truncate and other op are part of same SETATTRVijay Bellur2010-04-231-1/+2
* fuse: fix too early freeingCsaba Henk2010-04-131-1/+1
* fuse: change behavior of direct io mode.Anand Avati2010-04-081-7/+6
* core: Do internal latency measurement of FOPs.Vikas Gorur2010-04-041-0/+2
* iatt: changes across the codebaseAnand V. Avati2010-03-161-81/+81
* fuse: check the return value of pthread_cond_timedwait before logging in fuse...Raghavendra Bhat2010-02-201-7/+6
* mount/fuse: Fix file type checking.Vikas Gorur2010-01-251-7/+10
* fuse: treat DESTROY message as proto requires, ie. don't leave it unansweredCsaba Henk2010-01-121-2/+4
* fuse: fix memleakCsaba Henk2010-01-061-0/+1
* fuse-bridge: Don't try to fill a loc in setattr when we can proceed on with a...Csaba Henk2009-12-181-2/+9
* fix typo in 76d6f3fbeCsaba Henk2009-12-061-1/+1
* fuse-bridge: set lk_owner to -1 for release forged flush.Csaba Henk2009-12-061-0/+1
* fuse-bridge: make use of lock owner data in a protocol adherent way.Csaba Henk2009-12-061-22/+29
* fuse-bridge: log cases where newer generation is found in tableAnand Avati2009-12-061-1/+12
* fuse: fix leak in fuse_getxattr and fuse_getattrAnand Avati2009-12-051-0/+2
* mount/fuse: Refactored fuse_setattr.Vikas Gorur2009-12-041-103/+40
* mount/fuse: Print correct log message if encountered with errno - EAGAIN.Pavan Vilas Sondur2009-12-031-0/+9