summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash in afr data self heal. Bugzilla ID: 3Vikas Gorur2009-06-081-0/+2
* io-cache: prevent frames from getting woken up while page is getting validatedAnand Avati2009-06-031-1/+1
* unify getdents count reduced to 512 (from 1024)Amar Tumballi2009-06-031-1/+1
* bug fix in dht-diskusage when statvfs->f_blocks is 0Amar Tumballi2009-06-021-2/+3
* Do itransform in AFR readdir.Vikas Gorur2009-05-261-3/+10
* Always do itransform of the inode number from the first up child.Vikas Gorur2009-05-261-8/+17
* Preserve atime/mtime during data self heal.Vikas Gorur2009-05-261-8/+51
* Change errno to EAGAIN in readv/writevVikas Gorur2009-05-191-6/+7
* Bug fix in pl_readv/writev to handle the mandatory lock case properly.Vikas Gorur2009-05-181-23/+21
* client-protocol: Fix memory corruption in client_lookupRaghavendra G2009-05-161-13/+7
* make getxattr fail with ERANGE if reply is bigger than what was requestedCsaba Henk2009-05-161-31/+25
* avoid duplicate mounts while using mount.glusterfsAmar Tumballi2009-05-161-1/+1
* replace BIG_FUSE_CHANNEL_SIZE with 'this->ctx->page_size'Amar Tumballi2009-05-161-9/+9
* posix: Fix build warning on incorrect typeShehjar Tikoo2009-05-161-1/+1
* stripe init 'block-size' pattern parsing bug fixed.2.0.1Amar Tumballi2009-05-081-59/+78
* Set op_errno properly in afr_flush.Vikas Gorur2009-05-081-0/+1
* symlink-cache: fix return value of readlinkRaghavendra G2009-05-071-2/+2
* fix in mount.glusterfs for proper direct io mode option.Amar Tumballi2009-05-071-1/+1
* protocol/client: indentation fixesAnand V. Avati2009-05-071-926/+737
* protocol/client: removed conf->childAnand V. Avati2009-05-072-603/+0