summaryrefslogtreecommitdiffstats
path: root/xlators/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix mount.gluster so there is no fixed default portAmar Tumballi2010-07-201-5/+3
* 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-082-10/+7
* 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
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* 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-212-16/+135
* 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-232-29/+87
* 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
* mount script has new option '-o ro'Amar Tumballi2010-03-241-0/+7
* 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
* 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