summaryrefslogtreecommitdiffstats
path: root/xlators/mount
Commit message (Expand)AuthorAgeFilesLines
* mount/fuse: Prevent a hang on the mount point if no server is up when the cli...Pavan Sondur2009-11-131-5/+48
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-075-5/+5
* fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...Csaba Henk2009-09-231-5/+50
* fuse: don't say "Success" when mount failsCsaba Henk2009-08-171-2/+3
* mount/fuse: Don't log setlk returning EAGAIN as a GF_LOG_ERROR.Vikas Gorur2009-08-171-2/+2
* adding an option to mount.glusterfs for server failover while fetching volume...Amar Tumballi2009-08-041-13/+25
* change mount.glusterfs.in to work with non-bash shells too.Amar Tumballi2009-07-171-3/+3
* fuse-bridge: Export user.glusterfs-booster-mount xattrShehjar Tikoo2009-07-161-0/+3
* detabify fuse-bridge.c (and other whitespace fixes)Csaba Henk2009-07-081-738/+738
* use fuse_reply_iov() in fuse_readv_cbkBasavanagowda Kanur2009-07-071-0/+4
* fuse 2.8 support for xlator/fuseHarshavardhana2009-07-012-0/+23
* Fix typos in my previous commit 6010e2a4eCsaba Henk2009-07-011-2/+2
* fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...Csaba Henk2009-07-011-56/+40
* mount script to take arguments like nfsAmar Tumballi2009-06-241-17/+34
* mount.glusterfs.in correctness in case of duplicate mountAmar Tumballi2009-06-231-2/+2
* Print PID after daemonizing glusterfs.Vikas Gorur2009-06-091-6/+10
* make getxattr fail with ERANGE if reply is bigger than what was requestedCsaba Henk2009-05-161-31/+25
* avoid duplicate mounts while using mount.glusterfsAmar Tumballi2009-05-161-1/+1
* replace BIG_FUSE_CHANNEL_SIZE with 'this->ctx->page_size'Amar Tumballi2009-05-161-9/+9
* fix in mount.glusterfs for proper direct io mode option.Amar Tumballi2009-05-071-1/+1
* fuse-bridge log cleanupAnand V. Avati2009-04-281-486/+373
* Cleaned up log messages in mount/fuse.Vikas Gorur2009-04-241-120/+120
* handle iobuf NULL return case in fuse-bridge, by waiting 10 seconds and tryin...Anand V. Avati2009-04-221-0/+7
* change errno EINVAL to ENOENT in case of all fuse_* calls for fuse_reply_err ()Harshavardhana2009-04-201-26/+26
* reset errno to 0 before calling first fuse_lowlevel_new() to reliably detect ...Anand V. Avati2009-04-121-1/+3
* updated mount/fuse with new readv writev prototypesAnand V. Avati2009-04-121-37/+18
* use 128Kbyte as the channel transfer size in fuse-bridgeAnand V. Avati2009-04-121-7/+7
* niftify mount(8) output for glusterfs mountsCsaba Henk2009-04-081-32/+79
* mount/fuse to silently send fresh lookup for ESTALEd revalidates. log only in...Basavanagowda Kanur2009-04-021-1/+4
* Review comment from Krishna was missed out in previous commit of fix for send...Anand V. Avati2009-04-021-1/+1
* log message changes in mount/fuse for SETLK, GETLK, GETXATTR, SETXATTR fopsBasavanagowda Kanur2009-04-011-5/+14
* Add support for log-level NORMAL in fuse mount helper script.Raghavendra G2009-03-312-6/+14
* first call of fuse is INIT internal call, and not first system call. 2nd call...Anand V. Avati2009-03-281-2/+6
* make the location of the mount utility tunable at configure timeCsaba Henk2009-03-261-1/+1
* create fuse thread after setvolume cbk happens, not only in case of successAmar Tumballi2009-03-031-23/+9
* send a lookup on root as soon as we get CHILD_UP to fuse.krishna2009-02-271-12/+83
* volumefile modification awareness to make sure there are no inconsistencies.Amar Tumballi2009-02-273-8/+53
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-263-3/+3
* command line and mount/fuse now use float attr/entry timeoutsHarshavardhana2009-02-211-12/+8
* Added all filesVikas Gorur2009-02-189-0/+3401