summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* do away with frame->root->{req,rsp}_refs membersAnand V. Avati2009-04-121-2/+0
* update prototype of writev and readv_cbk to use IOBREF in parameter (step tow...Anand V. Avati2009-04-125-27/+39
* IOBREF support for holding iobuf refs along with fops (replacement for frame-...Anand V. Avati2009-04-122-0/+152
* use 128Kbyte as the channel transfer size in fuse-bridgeAnand V. Avati2009-04-121-7/+7
* IOBUF support (to be used by transports and fuse)Anand V. Avati2009-04-124-2/+494
* io-threads: Reduce default min and max threadsShehjar Tikoo2009-04-101-2/+2
* io-threads: Use non-default thread stack sizeShehjar Tikoo2009-04-102-1/+27
* posix_unlink: make unlinking in background configurable through volume spec fileRaghavendra G2009-04-092-13/+44
* Compulsorily do self heal if file sizes differ.Vikas Gorur2009-04-096-23/+100
* Handle files which have no pending xattrs at all.Vikas Gorur2009-04-091-1/+27
* Erase xattr during self-heal based on original dict.Vikas Gorur2009-04-095-10/+27
* niftify mount(8) output for glusterfs mountsCsaba Henk2009-04-081-32/+79
* 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