summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Commit package making files for FreeBSD and Solaris platform.Harshavardhana2009-04-089-0/+487
* libglusterfsclient: Complete support for rmdir fopShehjar Tikoo2009-04-081-4/+36
* libglusterfsclient: Create new directory inodeShehjar Tikoo2009-04-081-0/+1
* libglusterfsclient: Return ENOENT on missing ancestor componentShehjar Tikoo2009-04-081-0/+6
* libglusterfsclient: Return EEXIST on lookup success in glusterfs_mkdirShehjar Tikoo2009-04-081-4/+3
* libglusterfsclient: Perform explicit createShehjar Tikoo2009-04-081-4/+3
* libglusterfsclient: Handle O_CREAT on lookup failureShehjar Tikoo2009-04-081-0/+15
* libglusterfsclient: Dont depend on ENOENTShehjar Tikoo2009-04-081-2/+2
* libglusterfsclient: Remove spurious strcmpShehjar Tikoo2009-04-081-6/+0
* libglusterfsclient: Resolve path on empty cachesShehjar Tikoo2009-04-081-17/+11
* libglusterfsclient: Fix segfault in glusterfs_openShehjar Tikoo2009-04-081-3/+3
* introduction of secondary index database in storage/bdbBasavanagowda Kanur2009-04-084-1523/+2019
* link() & rename() on storage/bdb will always return EXDEV.Basavanagowda Kanur2009-04-083-353/+2
* storage/bdb untabify, code alignment to limit to 80 characters per line.Basavanagowda Kanur2009-04-084-4409/+4566
* map translator cleanup.Amar Tumballi2009-04-081-643/+1065
* Fix minor bug in afr_open_cbk.Vikas Gorur2009-04-081-3/+7
* io-threads: Refactor un-ordered worker exit pathShehjar Tikoo2009-04-081-33/+17
* io-threads: Refactor ordered worker exit pathShehjar Tikoo2009-04-081-34/+25
* add .gitignoreCsaba Henk2009-04-081-0/+12
* Fix in changelog logic.Vikas Gorur2009-04-076-41/+254
* Consider a subvolume dead if an fop fails on itVikas Gorur2009-04-073-17/+19
* Add lock-less versions of fd_ctx_*Vikas Gorur2009-04-072-52/+104
* Enabling booster after port to work with changed libglusterfsclient interface.Raghavendra G2009-04-061-0/+929
* fix to fd leak in posix_create() in case of some failures.Amar Tumballi2009-04-061-2/+3
* nufa to take care of free disk-space while creating files.Amar Tumballi2009-04-061-32/+74
* Fix in return value of afr_sh_mark_sourcesVikas Gorur2009-04-063-10/+26
* bitrot-13 fixCsaba Henk2009-04-061-0/+2
* Fix an incorrect type-cast in libglusterfsclient.cVikas Gorur2009-04-061-1/+1
* io-threads: Cleaner stub destructionShehjar Tikoo2009-04-061-0/+3
* io-threads: Sanity check worker thread idxShehjar Tikoo2009-04-061-20/+62
* disabling boosterAnand V. Avati2009-04-031-920/+0
* distribute to take care of available disk space while creating new dirs, and ...Amar Tumballi2009-04-035-26/+384
* fix broken transport-type unixRommer2009-04-031-1/+5
* libglusterfsclient - reimplement glusterfs_fgetxattr and glusterfs_fsetxattrRaghavendra G2009-04-031-90/+137
* libglusterfsclient - fix bug in __do_path_resolveRaghavendra G2009-04-031-22/+26
* libglusterfsclient - move lookup timeout related code to libgf_client_path_lo...Raghavendra G2009-04-033-227/+181
* libglusterfsclient - fix indentationRaghavendra G2009-04-033-78/+155
* libglusterfsclient - change implementation of glusterfs_getRaghavendra G2009-04-033-41/+49
* mod_glusterfs/lighttpd/1.4 port and memory leak fixesRaghavendra G2009-04-032-99/+196
* mod_glusterfs/apache/1.3 portRaghavendra G2009-04-031-25/+26
* mod_glusterfs/apache/2.2 portRaghavendra G2009-04-031-20/+21
* libglusterfsclient code changesRaghavendra G2009-04-037-436/+1194
* server-protocol - reimplement connection cleanup to happen in 2 phasesRaghavendra G2009-04-036-32/+261
* Made afr inode context a 64-bit packed value instead of a structure.Vikas Gorur2009-04-034-313/+205
* Load balance read operations among subvolumes in afrVikas Gorur2009-04-024-110/+513
* Defined afr_inode_ctx_t structure.Vikas Gorur2009-04-022-11/+76
* io-threads: Support autoscaling volfile optionsShehjar Tikoo2009-04-022-24/+104
* io-threads: Cleanup request queueing,thread firingShehjar Tikoo2009-04-021-30/+38
* io-threads: Allow scaling to be switched offShehjar Tikoo2009-04-022-11/+73
* io-threads: Add ordered threadpool state and codeShehjar Tikoo2009-04-022-58/+182