about summary refs log tree commit homepage
DateCommit message (Expand)
2013-07-10mgmt: fix case where rbuf->rsize may be uninitialized
2013-07-04build: fix LIB_CLOCK_GETTIME linkage on some toolchains
2013-06-25Merge branch '1.2-stable'
2013-06-25tests: fault-injection test for ENOSPC on epoll_ctl
2013-06-25avoid leaks on epoll/kqueue resources exhaustion
2013-06-25introduce mog_yield wrapper around sched_yield/pthread_yield
2013-06-25call sched_yield repeatedly when terminating threads
2013-06-25Makefile.am: fix systemtap probes.h distribution
2013-06-25shrink mog_packaddr and improve portability
2013-06-25dist: include newly-added files to the tarball
2013-06-25replace pthreads cancellation with explicit checks
2013-06-25"server aio_threads = XX" no longer requires malloc
2013-06-25fdmap: do not warn on ENOTCONN due to unavoidable race
2013-06-25fix "shutdown" over sidechannel with epoll_pwait
2013-06-25do not rely on normal syscalls as cancellation points
2013-06-25avoid needlessly reinitializing common sigset_t
2013-06-25svc: make thr_per_dev per-svc instead of global
2013-06-25refactor handling of "server aio_threads = " command
2013-06-25define MOG_DEVID_MAX and MOG_PATH_MAX variables
2013-06-25consistently check OOM from hash_initialize/hash_insert
2013-06-25svc: implement top-level by_mog_devid hash
2013-06-25http_*: fixup long lines from automated conversion
2013-06-25parse out mogilefs devid in mgmt/http requests
2013-06-25fix devices/thread count if sidechannel is inactive
2013-06-25switch to per-svc (per-docroot) queues
2013-06-25thrpool: add comment explaining minimum thread count
2013-06-25limit acceptors to reduce contention on large machines
2013-06-25update aio_threads count when new devices appear
2013-06-25make mog_fd_get static, favor mog_fd_init
2013-06-25build: get the gnulib version via autogen.sh
2013-06-25mnt: attempt to match iostat output by st_rdev
2013-05-11cmogstored 1.2.2 - minor maintenance release v1.2.2 1.2-stable
2013-05-11INSTALL: update versions and URLs
2013-05-11INSTALL: clarify between starting from tarball vs git
2013-05-11INSTALL: update versions and URLs
2013-05-11INSTALL: clarify between starting from tarball vs git
2013-05-11test/cmogstored-cfg: ensure TMPDIR is absolute for valgrind
2013-05-11test/cmogstored-cfg: ensure TMPDIR is absolute for valgrind
2013-05-11iostat_parser: allow '-' for device names
2013-05-11alloc: posix_memalign does not set errno
2013-05-06favor "struct mog_fd" for acceptors over int FDs
2013-05-06preliminary systemtap support for tracing
2013-04-17http: minor debloat via better alignment
2013-04-17http_parser: do not differentiate between MD5 sources
2013-04-17save socket address on accept/accept4
2013-04-17allow binding to IPv6 addresses
2013-04-16wrap getnameinfo for consistency in error logging
2013-04-16iostat_parser: allow '-' for device names
2013-04-16potentially make the mog_sockaddr union smaller
2013-04-16alloc: posix_memalign does not set errno