summaryrefslogtreecommitdiffstats
path: root/xlators/mount
Commit message (Expand)AuthorAgeFilesLines
* mount/fuse: Handle setting entry-timeout to 0.v3.0.5Vijay Bellur2010-07-051-1/+1
* fuse, dht: use readdir by default.Anand Avati2010-05-131-3/+2
* Adding GF_LOG_OCCASIONALLY to prevent repeated log messagesAnush Shetty2010-05-111-5/+8
* fuse: fix too early freeingCsaba Henk2010-04-271-1/+1
* mount/fuse: Destroy STACK when truncate and other op are part of same SETATTRVijay Bellur2010-04-231-1/+2
* fuse: change behavior of direct io mode.Raghavendra G2010-04-081-7/+15
* mount/fuse: Fix file type checking.Vikas Gorur2010-01-261-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
* mount/fuse: Use fuse lock_owner field in posix locks.Pavan Vilas Sondur2009-12-031-4/+36
* mount/fuse: Handle the case when attribute_timeout is set to 0 in dictionary.Vijay Bellur2009-12-031-1/+1
* Fixed typo in gf_proc_dump for attribute_timeout.Harshavardhana Ranganath2009-11-261-1/+1
* Upgrade FUSE protocol to rev. 7.13Csaba Henk2009-11-161-3/+9
* mount/fuse: Assign the right inode to fuse_entry_out in fuse_create_cbk().Vijay Bellur2009-11-161-2/+2
* mount/fuse: Prevent a hang on the mount point if no server is up when the cli...Pavan Sondur2009-11-131-4/+49
* mount/fuse: Do readdirp in fuse_readdir.Vikas Gorur2009-11-131-2/+2
* 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