summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* booster: fix build error in fcntl implementation.Raghavendra G2009-06-151-1/+7
* 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
* libglusterfsclient: Call inode_lookup to prevent pruningShehjar Tikoo2009-06-121-5/+7
* 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
* Initialize central logging in glusterfs main().Vikas Gorur2009-06-111-0/+10
* Implemented LOG MOP in server-protocol.Vikas Gorur2009-06-111-0/+28
* Log to a central server.Vikas Gorur2009-06-112-8/+397
* Functions to store a central log flag in TLS.Vikas Gorur2009-06-112-0/+64
* Include glusterfs.h in dict.cVikas Gorur2009-06-111-0/+1
* Implemented LOG MOP in client-protocol.Vikas Gorur2009-06-111-0/+61
* Added MOP log to libglusterfs/*Vikas Gorur2009-06-117-0/+52
* 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
* booster: fix memory corruption in booster_cleanupRaghavendra G2009-06-111-4/+10
* libglusterfsclient: reset the vmplist and vmpentries to 0 in glusterfs_resetRaghavendra G2009-06-111-0/+6
* booster: implement fcntl.Raghavendra G2009-06-111-1/+104
* libglusterfsclient: implement glusterfs_fcntl.Raghavendra G2009-06-112-0/+117
* booster: implement readdir_r and readdir64_r.Raghavendra G2009-06-112-0/+70
* libglusterfsclient: implement glusterfs_readdir_rRaghavendra G2009-06-112-0/+72
* libglusterfsclient: update offset in glusterfs_read_async_cbk only if offset ...Raghavendra G2009-06-112-4/+10
* 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