summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* updated transport/ib-verbs to use IOBUF/IOBREFsAnand V. Avati2009-04-122-14/+14
* updated transport/socket to use IOBUF/IOBREFsAnand V. Avati2009-04-122-37/+43
* updated mount/fuse with new readv writev prototypesAnand V. Avati2009-04-121-37/+18
* updated encryption/rot-13 with new readv writev prototypesAnand V. Avati2009-04-121-4/+7
* update features/quota with new readv writev prototypesAnand V. Avati2009-04-121-7/+9
* updated features/filter with new readv writev prototypesAnand V. Avati2009-04-121-4/+8
* updated features/locks with new readv writev prototypesAnand V. Avati2009-04-121-8/+12
* updated debug/error-gen with new readv writev prototypesAnand V. Avati2009-04-121-4/+8
* updated debug/trace with new readv writev prototypesAnand V. Avati2009-04-121-4/+7
* updated performance/io-cache with new readv writev prototypesAnand V. Avati2009-04-123-34/+41
* updated performance/io-threads with new readv writev prototypesAnand V. Avati2009-04-121-6/+10
* update performance/read-ahead with new readv writev prototypesAnand V. Avati2009-04-123-21/+21
* update performance/write-behind with new readv writev prototypesAnand V. Avati2009-04-121-18/+18
* update protocol/server with new readv writev prototypesAnand V. Avati2009-04-123-141/+118
* updated protocol/client with new readv writev prototypesAnand V. Avati2009-04-123-125/+110
* updated transport interface functions to accommodate IOBUF/IOBREFAnand V. Avati2009-04-122-8/+11
* update storage/bdb with new readv writev prototypesAnand V. Avati2009-04-121-71/+26
* update storage/posix with new readv writev prototypesAnand V. Avati2009-04-121-92/+22
* update cluster/map with new readv writev prototypesAnand V. Avati2009-04-121-11/+13
* update cluster/ha with new readv writev prototypesAnand V. Avati2009-04-121-6/+10
* update cluster/dht with new readv writev prototypesAnand V. Avati2009-04-121-5/+8
* update cluster/afr with new readv writev prototypesAnand V. Avati2009-04-125-17/+20
* update cluster/stripe with new readv writev prototypesAnand V. Avati2009-04-121-13/+17
* update cluster/unify with new readv writev prototypesAnand V. Avati2009-04-121-4/+7
* 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