summaryrefslogtreecommitdiffstats
path: root/xlators
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* io-threads: Cleaner stub destructionShehjar Tikoo2009-04-061-0/+3
* io-threads: Sanity check worker thread idxShehjar Tikoo2009-04-061-20/+62
* distribute to take care of available disk space while creating new dirs, and ...Amar Tumballi2009-04-035-26/+384
* server-protocol - reimplement connection cleanup to happen in 2 phasesRaghavendra G2009-04-034-22/+206
* 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
* io-threads: Add un-ordered thread-pool.Shehjar Tikoo2009-04-022-98/+334
* io-threads: Classify requests for threadpool typeShehjar Tikoo2009-04-021-26/+33
* io-threads: Wire in support for rename fopShehjar Tikoo2009-04-021-0/+55
* io-threads: Wire in support for symlink fopShehjar Tikoo2009-04-021-0/+53
* io-threads: Wire in support for rmdir fopShehjar Tikoo2009-04-021-0/+40
* io-threads: Wire in support for mkdir fopShehjar Tikoo2009-04-021-0/+44
* io-threads: Wire in support for mknod fopShehjar Tikoo2009-04-021-0/+47
* io-threads: Wire in support for readlink fopShehjar Tikoo2009-04-021-0/+43
* io-threads: Wire in support for access fopShehjar Tikoo2009-04-021-0/+43
* io-threads: Wire in support for fchown fopShehjar Tikoo2009-04-021-0/+46
* io-threads: Wire in support for chownShehjar Tikoo2009-04-021-0/+46
* io-threads: Wire in support for fchmod fopShehjar Tikoo2009-04-021-0/+43
* io-threads: Wire in support for chmod fopShehjar Tikoo2009-04-021-0/+42
* io-threads: Wire in support for lookup fopShehjar Tikoo2009-04-021-0/+46
* wb_flush - keep reference on fd for process_frame to perform STACK_WIND of fl...Anand V. Avati2009-04-021-0/+4
* unify-self-heal: Fix un-ref'ing of incorrect dictShehjar Tikoo2009-04-021-1/+1
* Print log message when AFR receives CHILD_UP/DOWN notificationVikas Gorur2009-04-021-0/+6
* mount/fuse to silently send fresh lookup for ESTALEd revalidates. log only in...Basavanagowda Kanur2009-04-021-1/+4
* cluster/stripe to propogate ESTALE to parent.Basavanagowda Kanur2009-04-021-2/+4
* cluster/unify propogates ESTALE to parent translator, if any subvolume return...Basavanagowda Kanur2009-04-021-4/+30
* cluster/replicate should propogate the ESTALE error to parent, when at least ...Basavanagowda Kanur2009-04-021-4/+14
* cluster/{dht,nufa} propogate ESTALE (when at least one subvolume returns ESTA...Basavanagowda Kanur2009-04-021-1/+10
* cluster/{nufa,dht} fail revalidates with ESTALE, in case a stale layout is fo...Basavanagowda Kanur2009-04-022-4/+4
* Review comment from Krishna was missed out in previous commit of fix for send...Anand V. Avati2009-04-021-1/+1
* Bug fix in posix-init(), when span-devices is set above 1Amar Tumballi2009-04-011-1/+1
* fix a segfault with io-threads when iot-schedule is called with NULL inodeAmar Tumballi2009-04-011-1/+2
* Enable glusterfs client to exit after a configured number of failed connects ...Raghavendra G2009-04-011-1/+6
* Add new type of option type INTERNET_ADDRESS for validationRaghavendra G2009-04-011-1/+1
* log message changes in mount/fuse for SETLK, GETLK, GETXATTR, SETXATTR fopsBasavanagowda Kanur2009-04-011-5/+14
* Add support for log-level NORMAL in fuse mount helper script.Raghavendra G2009-03-312-6/+14
* first call of fuse is INIT internal call, and not first system call. 2nd call...Anand V. Avati2009-03-281-2/+6
* memory leak (of header) when frame is attempted to be xfer'ed when transport ...Anand V. Avati2009-03-281-0/+2
* ping-pong timer: - share last_sent and last_received between channels so that...Anand V. Avati2009-03-282-33/+29