summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* logging related bug fix in server_lookup()Amar Tumballi2009-08-041-4/+3
* cluster/afr: inode-read: Check stat buf for NULL before attempting to set ino...Vikas Gorur2009-08-041-3/+4
* afr: fix afr_utimens to wait for success of utimens on atleast priv->wait_cou...Raghavendra G2009-07-301-1/+1
* 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
* protocol/server: add checks for updatation of loc->parent in entrylk() or ino...Basavanagowda Kanur2009-07-271-3/+6
* 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
* Return stat from read subvolume in dir-write ops.Vikas Gorur2009-07-272-52/+83
* Return stat info from read-child in all the inode-write opsVikas Gorur2009-07-272-18/+205
* Do not failover readdir in replicateAnand Avati2009-07-171-34/+18
* server: don't check for 'loc->parent' in entrylk and inodelk callsAmar Tumballi2009-07-171-4/+2
* change mount.glusterfs.in to work with non-bash shells too.Amar Tumballi2009-07-171-3/+3
* Add a random initial offset to the afr round robin indexErick Tryzelaar2009-07-161-0/+3
* fuse-bridge: Export user.glusterfs-booster-mount xattrShehjar Tikoo2009-07-161-0/+3
* Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-092-10/+16
* detabify fuse-bridge.c (and other whitespace fixes)Csaba Henk2009-07-081-738/+738
* protocol/server: use translated flags in protocol/server open and create fopsAnand Avati2009-07-071-2/+2
* protocol/client: use translated flags in protocol/client open and create fopsAnand Avati2009-07-071-2/+2
* write-behind: set default window-size to 1MB.Raghavendra G2009-07-071-1/+2
* use fuse_reply_iov() in fuse_readv_cbkBasavanagowda Kanur2009-07-071-0/+4
* Set timestamps properly when creating missing entries.v2.0.3Vikas Gorur2009-07-061-3/+37
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* fuse 2.8 support for xlator/fuseHarshavardhana2009-07-012-0/+23
* Fix typos in my previous commit 6010e2a4eCsaba Henk2009-07-011-2/+2
* fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...Csaba Henk2009-07-011-56/+40
* build warning fixesAmar Tumballi2009-06-301-2/+2
* enhancement in write-behindAmar Tumballi2009-06-301-13/+22
* client_xattrop: use dict_allocate_and_serialize during serializing xattrRaghavendra G2009-06-301-10/+7
* cluster/afr - use different dictionaries for sending xattrop requests to each...Basavanagowda Kanur2009-06-301-24/+50
* client: Replace saved_fds dict with listShehjar Tikoo2009-06-302-158/+177
* libglusterfs: Turn fd-table O(1)Shehjar Tikoo2009-06-301-16/+16
* Fix some trivial typos.Erick Tryzelaar2009-06-291-1/+1
* version check between client/server made more specific to protocol only.Amar Tumballi2009-06-292-9/+9
* dht_readdir_cbk: use stat attributes in the READDIRPLUS dirents toAnand V. Avati2009-06-261-22/+21
* rename dht_first_up_child to dht_first_up_subvolAnand V. Avati2009-06-262-2/+3
* set 'lookup unhashed' mode to be on by defaultAnand V. Avati2009-06-261-1/+1
* posix_readdir: fill stat structure into dir entryAnand V. Avati2009-06-261-0/+23
* mount script to take arguments like nfsAmar Tumballi2009-06-241-17/+34
* server-protocol: interpret the 'op' value properly when a packet is received.Amar Tumballi2009-06-231-4/+3
* check if the 'key' is the volume file name itself.Amar Tumballi2009-06-231-14/+34
* mount.glusterfs.in correctness in case of duplicate mountAmar Tumballi2009-06-231-2/+2
* local->loc should be filled in dht-mknod()Amar Tumballi2009-06-181-0/+9
* change the log level of disk full message in dht-diskusageAmar Tumballi2009-06-181-3/+3
* read-ahead: return with error code EBADF for fops on fds without file set in ...Raghavendra G2009-06-111-11/+45
* read-ahead: unwind with a return value of -1 and error code of ENOMEM on memo...Raghavendra G2009-06-111-0/+4
* removed unused option 'page-size' in io-cacheAmar Tumballi2009-06-091-5/+0
* Print PID after daemonizing glusterfs.Vikas Gorur2009-06-091-6/+10
* server-helpers: cleanup connection only if there are no active transports.Raghavendra G2009-06-083-129/+194