summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
...
* Return inode number always from the first up subvolume in AFR.Vikas Gorur2009-07-152-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
* filter: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-3/+6
* read-ahead: use O_ACCMODE for checking file access modes.Raghavendra G2009-07-071-2/+2
* write-behind: Use O_ACCMODE while checking for access modes.Raghavendra G2009-07-071-2/+2
* Set timestamps properly when creating missing entries.Vikas Gorur2009-07-061-3/+37
* cluster/afr - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-4/+4
* cluster/unify - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-062-14/+14
* protocol/server - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-7/+7
* protocol/client - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-1/+1
* storage/bdb - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-2/+2
* storage/posix - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-2/+2
* Modified mount.glusterfs to print usage in case of no mountpoint provided and...Harshavardhana Ranganath2009-07-061-20/+47
* performance/write-behind - bug fix in open() and create().Basavanagowda Kanur2009-07-021-1/+5
* server protocol forget cleanupAmar Tumballi2009-07-011-71/+4
* cleanup client_forgetAmar Tumballi2009-07-012-179/+2
* fuse 2.8 support for xlator/fuseHarshavardhana2009-07-012-0/+23
* build warning fixesAmar Tumballi2009-06-301-2/+2
* enhancement in write-behindAmar Tumballi2009-06-301-18/+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
* Fix some trivial typos.Erick Tryzelaar2009-06-291-1/+1
* Added new options for log-server and log-server-portHarshavardhana Ranganath2009-06-291-2/+16
* 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
* 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
* Fix typos in my previous commit 6010e2a4eCsaba Henk2009-06-231-2/+2
* fuse: instead of having a fixed option list, assemble it using "fuse_opt_add_...Csaba Henk2009-06-221-56/+40
* Avoid accessing local unconditionally in trash_common_*_cbk functions.Vijay Bellur2009-06-221-0/+8
* local->loc should be filled in dht-mknod()Amar Tumballi2009-06-181-0/+9
* making dht and nufa's 'min-free-disk' option to take both percent and disk-sizeAmar Tumballi2009-06-184-38/+90
* change the log level of disk full message in dht-diskusageAmar Tumballi2009-06-181-3/+3
* change ha-statfs() to handle the case of loc->inode being NULLAmar Tumballi2009-06-172-27/+44
* client: Replace saved_fds dict with listShehjar Tikoo2009-06-152-158/+177
* libglusterfs: Turn fd-table O(1)Shehjar Tikoo2009-06-151-16/+16
* write-behind: fix memory corruptionRaghavendra G2009-06-151-0/+1
* write-behind: check for memory allocation failures and take appropriate actionRaghavendra G2009-06-151-78/+434
* Do stat to check mode of the export directory in storage/posix.Vikas Gorur2009-06-151-1/+1
* io-cache: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* read-ahead: fix warning by initializing conf = NULLAnand V. Avati2009-06-151-1/+1
* strict check of extended attribute flags while opening a striped fileAmar Tumballi2009-06-112-68/+223