summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse/src/fuse-bridge.c
Commit message (Expand)AuthorAgeFilesLines
* fuse: introduce "noacl" option to disable ACL checksAnand Avati2011-07-011-7/+46
* mnt/fuse: Do a pthread_cond_broadcast for both CHILD_UP and CHILD_DOWN events.Raghavendra G2011-07-011-5/+6
* mount/fuse: wait till CHILD_UP event is recieved to do the first lookup.Raghavendra G2011-07-011-9/+2
* fuse: consider a lookup as revalidate even if the inode is present in new graph.Raghavendra G2011-06-221-10/+12
* prevent few excessive logsAmar Tumballi2011-04-211-2/+2
* removed reference to GF_LOG_NORMALAmar Tumballi2011-04-071-2/+2
* fuse: set 'graph->used' after graph changeAmar Tumballi2011-03-181-6/+14
* check for inode and path being NULL before copying themRaghavendra Bhat2011-02-281-24/+28
* send the CHILD_DOWN event also to fuseAmar Tumballi2011-02-221-31/+11
* fuse-resolve: correction in resolve logicAmar Tumballi2011-02-221-15/+87
* implement "--client-pid" option which can forcibly set the pid value in messa...Csaba Henk2011-01-271-0/+7
* send_fuse_iov: check args to prevent possible NULL dereferencingshishir gowda2010-12-271-0/+4
* Remove spurious inode_ref call on parent dir in fuse_create_cbkshishir gowda2010-11-181-1/+0
* fuse: dentry create time inode resolution fixesAmar Tumballi2010-11-151-20/+30
* fuse: retire the faked-FLUSH-upon-RELEASE hackCsaba Henk2010-10-261-72/+9
* fuse: "terminating upon EBADF" log message is confusing, set its level to DEBUGCsaba Henk2010-10-261-1/+1
* Change assert to GF_ASSERTVijay Bellur2010-10-121-2/+2
* check if fd is NULL before accessing it in fuse_open_resumeRaghavendra Bhat2010-10-121-0/+8
* Copyright changesVijay Bellur2010-10-111-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* rmdir: introduce extra flags parameter in FOP prototypeAnand V. Avati2010-10-021-1/+1
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-011-4/+6
* mount/fuse: generate gfid only in case of a fresh lookupVijay Bellur2010-09-221-2/+1
* mount/fuse: By default enable direct-io only for fds not openened with O_RDONLY.v3.1.0qa27Raghavendra G2010-09-211-2/+6
* mount/fuse: Perform malloc for appropriate lengthVijay Bellur2010-09-171-1/+1
* 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