summaryrefslogtreecommitdiffstats
path: root/xlators/mount
Commit message (Expand)AuthorAgeFilesLines
* Remove fuse_lowlevel.h from xlator.h in libglusterfs.Pavan Sondur2009-11-031-2/+2
* protocol/server, mount/fuse: Handle returned inode in create properlyVikas Gorur2009-10-291-6/+13
* fuse: use postbuf in truncate_cbk for attributes to returnAnand Avati2009-10-281-4/+4
* mount/fuse: Derive fd from the file handle for setattrVikas Gorur2009-10-281-1/+3
* mount/fuse: Use correct offset for name in fuse_getxattrVikas Gorur2009-10-271-1/+1
* mount/fuse: Don't use fsi if it is already cleaned upVijay Bellur2009-10-231-1/+4
* fuse-bridge: send fresh lookup on failed revalidate to return new nodeidAnand Avati2009-10-231-47/+56
* fuse: use inode_t address as nodeid and use new inode APIAnand V. Avati2009-10-181-224/+105
* mount/fuse: Initialize attr and set nsec values for atime and mtime.Vijay Bellur2009-10-151-1/+3
* mount/fuse: Handle FATTR_MODE flag properly.Vikas Gorur2009-10-071-0/+3
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-073-3/+3
* mount/fuse: Don't send fsetattr if ATIME or MTIME needs to be changed.Vikas Gorur2009-10-061-1/+8
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-16/+241
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-142/+185
* fuse: emit a flush from release if we didn't get an adjacent FLUSH message fr...Csaba Henk2009-09-231-5/+51
* mount.glusterfs had a problem understanding when "volfile" was given as one o...Harshavardhana Ranganath2009-09-231-5/+6
* Changed prototype for inode_table_dump() and inode_dump().Vijay Bellur2009-09-161-0/+13
* mount/fuse: Support for dumpop priv.Vijay Bellur2009-09-161-0/+47
* mount/fuse: Set d_type in readdir_cbk using the stat buf for the entry.Vikas Gorur2009-09-091-1/+32
* mount/fuse: Include missing header files in Makefile.amVijay Bellur2009-09-071-1/+3
* fuse: protocol fix: fix bogus parsing of MKDIR messageCsaba Henk2009-09-011-1/+1
* fuse: a compat fix for older protocol revisionsCsaba Henk2009-08-161-1/+4
* fuse: optimize request iov aligment for writesCsaba Henk2009-08-161-12/+53
* fuse: switch off direct I/O mode if big writes are supportedCsaba Henk2009-08-141-1/+7
* bring in fusermountCsaba Henk2009-08-121-4/+1
* fuse: add proper mounting support, based on libfuse routinesCsaba Henk2009-08-122-42/+20
* fuse: move libfuse derived code over under contrib/Csaba Henk2009-08-123-618/+8
* upgrade FUSE protocol to 7.12 and add support for older versions of the protocolCsaba Henk2009-08-122-18/+115
* basic version of direct FUSE interface (ie. not relying on libfuse)Csaba Henk2009-08-125-949/+1471
* adding an option to mount.glusterfs for server failover to fetch volume files.Amar Tumballi2009-08-041-20/+32
* change mount.glusterfs.in to work with non-bash shells too.Amar Tumballi2009-07-161-4/+4
* fuse-bridge: Export user.glusterfs-booster-mount xattrShehjar Tikoo2009-07-161-0/+3
* fuse_bridge: handle failures in init() more gracefullyCsaba Henk2009-07-151-6/+37
* fuse-bridge: formatting cleanupsCsaba Henk2009-07-151-70/+72
* fuse-bridge: further allocation failure handling fixesCsaba Henk2009-07-151-20/+63
* fuse-bridge: handle state allocation failureCsaba Henk2009-07-151-33/+46
* 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
* Modified mount.glusterfs to print usage in case of no mountpoint provided and...Harshavardhana Ranganath2009-07-061-20/+47
* fuse 2.8 support for xlator/fuseHarshavardhana2009-07-012-0/+23
* Added new options for log-server and log-server-portHarshavardhana Ranganath2009-06-291-2/+16
* 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
* Fix typos in my previous commit 6010e2a4eCsaba Henk2009-06-231-2/+2
* fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...Csaba Henk2009-06-221-56/+40
* Print PID after daemonizing glusterfs.Vikas Gorur2009-06-091-6/+10
* THIS: bootstrap @THIS in fuse threadAnand V. Avati2009-05-221-0/+2
* 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