summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* 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
* stripe: don't allow entry modification operations when any node is downAmar Tumballi2009-06-111-5/+13
* stripe cleanupAmar Tumballi2009-06-113-2621/+2759
* io-cache: handle memory allocation failuresRaghavendra G2009-06-114-65/+373
* Implemented LOG MOP in server-protocol.Vikas Gorur2009-06-111-0/+28
* Implemented LOG MOP in client-protocol.Vikas Gorur2009-06-111-0/+61
* Do not fail over readdir in replicate.Vikas Gorur2009-06-111-27/+4
* Do itransform on every entry in readdir_cbk.Vikas Gorur2009-06-111-4/+9
* Filter out changelog xattrs in replicate.Vikas Gorur2009-06-111-1/+64
* io-threads: Fix missed notification in sem_timedwaitShehjar Tikoo2009-06-112-5/+4
* read-ahead: handle memory allocation failuresRaghavendra G2009-06-113-17/+111
* 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
* THIS: bootstrap @THIS in fuse threadAnand V. Avati2009-05-221-0/+2
* THIS: unify now uses xlator_notify for setting THISAnand V. Avati2009-05-221-1/+1
* THIS: protocol/client now uses xlator_notify for setting THISAnand V. Avati2009-05-221-12/+9
* mem-pool,io-threads: Destroy mem-pool on deallocationShehjar Tikoo2009-05-211-0/+1
* add xlator debug/io-statsCsaba Henk2009-05-204-1/+1534
* io-threads: Use boolean enums instead of integer 1Shehjar Tikoo2009-05-201-2/+2
* io-threads: Change mutexes/condvars to spinlocks/semaphoresShehjar Tikoo2009-05-202-36/+80