summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* booster: call glusterfs_umount_all during cleanupRaghavendra G2009-06-111-0/+4
* booster: implement sendfile.Raghavendra G2009-06-111-0/+58
* libglusterfsclient: implement glusterfs_sendfile.Raghavendra G2009-06-112-0/+171
* libglusterfsclient: add glusterfs_umount_all.Raghavendra G2009-06-112-0/+23
* libglusterfsclient: make glusterfs_umount thread safeRaghavendra G2009-06-111-18/+42
* libglusterfsclient: make glusterfs_mount thread safe.Raghavendra G2009-06-111-51/+80
* booster: remove mount table which maps a path to glusterfs handler.Raghavendra G2009-06-111-236/+86
* 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-092-8/+21
* configure.ac: print summary to stdoutAnand V. Avati2009-06-091-2/+0
* 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
* libglusterfsclient: Avoid dirent copies in readdir cbkShehjar Tikoo2009-06-082-7/+16
* libglusterfs: Add empty and NULL dirents list checksShehjar Tikoo2009-06-082-0/+12
* ib-verbs error log enhancementAmar Tumballi2009-06-031-3/+10
* 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
* libglusterfsclient: Increase readdir block sizeShehjar Tikoo2009-06-031-1/+1
* libglusterfsclient: Add dirent pre-fetching and cachingShehjar Tikoo2009-06-032-64/+215
* booster: attr_timeout: Read timeout from booster fstabShehjar Tikoo2009-06-031-0/+17
* libglusterfsclient: Simplify inode and stat cachingShehjar Tikoo2009-06-033-127/+94
* libglusterfsclient: Allocate right sized structureShehjar Tikoo2009-06-031-1/+1
* booster: Clean-up handling of log/fstab env variablesShehjar Tikoo2009-06-021-5/+14
* booster: Eliminate gluster context creation raceShehjar Tikoo2009-06-021-92/+133
* booster: Clear up env var usageShehjar Tikoo2009-06-021-1/+14
* bug fix in dht-diskusage when statvfs->f_blocks is 0Amar Tumballi2009-06-021-2/+3
* Remove absolute path for init scripts.Harshavardhana2009-05-291-1/+1
* socket: New option: Set receive and send buffer sizeShehjar Tikoo2009-05-292-3/+76
* Fix mismatch in size of used buffer to prevent an infinite loopPavan Sondur2009-05-291-1/+1
* 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
* add booster_fstab.h in noinst_HEADERS to fix build breakage after 'make dist'Anand Avati2009-05-261-0/+1
* Preserve atime/mtime during data self heal.Vikas Gorur2009-05-261-8/+51
* fix crash in __socket_reset. Previously iobuf_p was an allocated pointer, but...Anand Avati2009-05-221-2/+2
* THIS: use xlator_init() for initializing xlatorsAnand V. Avati2009-05-222-2/+2
* THIS: add xlator_init() API to set @THISAnand V. Avati2009-05-222-0/+18
* 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
* THIS: ib-verbs now uses xlator_notify for setting THISAnand V. Avati2009-05-221-4/+4
* THIS: socket now uses xlator_notify for setting THISAnand V. Avati2009-05-221-4/+4
* THIS: default_notify to use xlator_notify for THIS compatibilityAnand V. Avati2009-05-221-7/+4
* THIS: xlator_notify API to be used for propagating notifications with proper ...Anand V. Avati2009-05-222-0/+19
* THIS: set appropriately in call stub resumesAnand V. Avati2009-05-221-4/+11
* THIS: set appropriately in STACK_* macrosAnand V. Avati2009-05-221-4/+21