about summary refs log tree commit homepage
DateCommit message (Expand)
2013-06-20avoid leaks on epoll/kqueue resources exhaustion wip-1.3
2013-06-20iosem: pthread_cond_wait cannot return EINTR
2013-06-19introduce mog_yield wrapper around sched_yield/pthread_yield
2013-06-19call sched_yield repeatedly when terminating threads
2013-06-19auto-adjust I/O semaphore capacity based on thread count
2013-06-19svc: correctly limit listen sockets to 2 threads
2013-06-18Makefile.am: fix systemtap probes.h distribution
2013-06-15shrink mog_packaddr and improve portability
2013-06-15dist: include newly-added files to the tarball
2013-06-15replace pthreads cancellation with explicit checks
2013-06-15"server aio_threads = XX" no longer requires malloc
2013-06-15fdmap: do not warn on ENOTCONN due to unavoidable race
2013-06-15fix "shutdown" over sidechannel with epoll_pwait
2013-06-15do not rely on normal syscalls as cancellation points
2013-06-15avoid needlessly reinitializing common sigset_t
2013-06-15dev: retry sem_wait on EINTR
2013-06-15svc: make thr_per_dev per-svc instead of global
2013-06-15refactor handling of "server aio_threads = " command
2013-06-15dev: shrink and cache-align struct mog_dev
2013-06-15per-mog_devid IO channels via semaphores
2013-06-15define MOG_DEVID_MAX and MOG_PATH_MAX variables
2013-06-15consistently check OOM from hash_initialize/hash_insert
2013-06-15svc: implement top-level by_mog_devid hash
2013-06-15http_*: fixup long lines from automated conversion
2013-06-15parse out mogilefs devid in mgmt/http requests
2013-06-15fix devices/thread count if sidechannel is inactive
2013-06-15switch to per-svc (per-docroot) queues
2013-06-15thrpool: add comment explaining minimum thread count
2013-06-15limit acceptors to reduce contention on large machines
2013-06-15update aio_threads count when new devices appear
2013-06-15make mog_fd_get static, favor mog_fd_init
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-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
2013-03-19http: put parser-private attrs in a private struct attr
2013-03-08build: add check for GCC atomics
2013-03-04cmogstored 1.2.1 - fix graceful shutdown failure v1.2.1
2013-03-04TODO: add a few item for our roadmap
2013-03-02alloc: document use of TLS buffers
2013-03-02fdmap: documentation for the FD-based memory allocation