summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* performance/stat-prefetch: implement sp_rename.Raghavendra G2009-09-081-0/+55
* performance/stat-prefetch: implement sp_fsync.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_writev.Raghavendra G2009-09-081-0/+38
* performance/stat-prefetch: implement sp_readv.Raghavendra G2009-09-081-0/+47
* performance/stat-prefetch: implement sp_rmdir.Raghavendra G2009-09-081-0/+55
* performance/stat-prefetch: implement sp_unlink.Raghavendra G2009-09-081-1/+42
* performance/stat-prefetch: implement sp_readlink.Raghavendra G2009-09-081-0/+34
* performance/stat-prefetch: implement sp_utimens.Raghavendra G2009-09-081-0/+26
* performance/stat-prefetch: implement sp_ftruncate.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_truncate.Raghavendra G2009-09-081-0/+25
* performance/stat-prefetch: implement sp_fchown.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_chown.Raghavendra G2009-09-081-0/+25
* performance/stat-prefetch: implement sp_fchmod.Raghavendra G2009-09-081-0/+36
* performance/stat-prefetch: implement sp_link.Raghavendra G2009-09-081-0/+29
* performance/stat-prefetch: implement sp_symlink.Raghavendra G2009-09-081-0/+30
* performance/stat-prefetch: implement sp_mknod.Raghavendra G2009-09-081-0/+30
* performance/stat-prefetch: implement sp_mkdir.Raghavendra G2009-09-081-0/+39
* performance/stat-prefetch: implement sp_opendir.Raghavendra G2009-09-081-0/+27
* performance/stat-prefetch: implement sp_create.Raghavendra G2009-09-081-0/+158
* performance/stat-prefetch: implement sp_open.Raghavendra G2009-09-081-0/+58
* stat/prefetch: free cache if it cannot be put into context of fdRaghavendra G2009-09-081-0/+1
* performance/stat-prefetch: introduce sp_fd_ctx_t to hold context of fdsRaghavendra G2009-09-082-11/+144
* performance/stat-prefetch: implement sp_chmod.Raghavendra G2009-09-081-0/+34
* performance/stat-prefetch: implement sp_readdir.Raghavendra G2009-09-082-3/+169
* performance/stat-prefetch: implement sp_lookup.Raghavendra G2009-09-082-0/+314
* rewriting stat-prefetch translatorRaghavendra G2009-09-084-499/+47
* 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
* protocol/client: 'connecting' event is properly notified.Amar Tumballi2009-08-202-4/+23
* in server_rename if we do_path_lookup on the newloc and parent directory is n...Krishna Srinivas2009-08-191-24/+28
* TAKE2[PATCH BUG:213 1/1] Support for Process State DumpVijay Bellur2009-08-194-0/+240
* Merge branch 'fusilli' of /data/git/users/csaba/glusterfs-fusilliAnand V. Avati2009-08-174-966/+1000
|\
| * 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
* | added log message when server fails to send the reply frameAmar Tumballi2009-08-171-4/+8
* | features/locks: Fix reverse logic in posix_lock_to_flockVikas Gorur2009-08-171-2/+2
* | mount/fuse: Don't log setlk returning EAGAIN as a GF_LOG_ERROR.Vikas Gorur2009-08-171-2/+2
* | features/locks: Set the right log level in a few places.Vikas Gorur2009-08-172-13/+13
|/
* protocol/client: fixed registration of saved_fdsAnand Avati2009-08-071-2/+2
* server-lookup: added path info from header to log messageAmar Tumballi2009-08-041-3/+4
* dht_stat_merge - use the highest uid when ambiguousAnand Avati2009-08-041-2/+3
* add check for making sure 'fd' belongs to directory in posix-readdirAmar Tumballi2009-08-041-0/+7
* logging related bug fix in server_lookup()Amar Tumballi2009-08-041-4/+3
* adding an option to mount.glusterfs for server failover to fetch volume files.Amar Tumballi2009-08-041-20/+32