summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* cluster/afr: inode-read: Check stat buf for NULL before attempting to set ino...Vikas Gorur2009-08-041-3/+4
* replicate: Return ino from first subvolume on inode creation fopsShehjar Tikoo2009-07-301-9/+28
* server-protocol: fix in server-loc-fill()Amar Tumballi2009-07-281-3/+0
* cluster/afr: Use user-supplied struct flock to STACK_WINDVikas Gorur2009-07-271-1/+0
* cluster/afr: Return same inode number in stat buf for readv_cbkVikas Gorur2009-07-272-0/+4
* cluster/afr: Set inode number in unwind_buf in the inode-write calls.Vikas Gorur2009-07-271-17/+17
* fix build warnings in 'afr'Amar Tumballi2009-07-202-6/+18
* fix build warnings in 'server-protocol'Amar Tumballi2009-07-202-26/+47
* fix build warnings in 'client-protocol'Amar Tumballi2009-07-201-7/+19
* fix build warnings in 'io-cache'Amar Tumballi2009-07-201-1/+7
* posix getxattr supports new key 'trusted.glusterfs.location'Amar Tumballi2009-07-202-0/+24
* server: don't check for 'loc->parent' in entrylk and inodelk callsAmar Tumballi2009-07-161-4/+2
* change mount.glusterfs.in to work with non-bash shells too.Amar Tumballi2009-07-161-4/+4
* iostat to have more io detailsAmar Tumballi2009-07-161-9/+59
* quick-read: implement release and forget cbks.Raghavendra G2009-07-161-0/+49
* quick-read: implement qr_lk.Raghavendra G2009-07-161-0/+97
* quick-read: implement qr_ftruncate.Raghavendra G2009-07-161-0/+142
* quick-read: implement qr_fsync.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_finodelk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_fentrylk.Raghavendra G2009-07-161-0/+100
* quick-read: implement qr_flush.Raghavendra G2009-07-161-0/+74
* quick-read: implement qr_fgetxattr.Raghavendra G2009-07-161-0/+101
* quick-read: implement qr_fsetxattr.Raghavendra G2009-07-161-0/+99
* quick-read: implement lc_fchmodRaghavendra G2009-07-161-0/+93
* quick-read: implement qr_fchownRaghavendra G2009-07-161-0/+95
* quick-read: implement qr_fstat.Raghavendra G2009-07-161-0/+94
* quick-read: implement qr_writevRaghavendra G2009-07-161-0/+118
* quick-read: implement qr_readvRaghavendra G2009-07-161-0/+525
* quick-read: implement qr_openRaghavendra G2009-07-162-0/+219
* quick-read: add qr_lookup.Raghavendra G2009-07-162-0/+147
* Implementing quick-read translator.Raghavendra G2009-07-165-1/+184
* Return stat from read subvolume in dir-write ops.Vikas Gorur2009-07-162-52/+83
* Return stat info from read-child in all the inode-write opsVikas Gorur2009-07-162-18/+205
* 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
* Added NULL checks in a few places.Vikas Gorur2009-07-151-7/+25