about summary refs log tree commit homepage
DateCommit message (Expand)
2013-07-10struct mog_ni: document reasoning for the ':' in ni_serv
2013-07-10http: include IP:PORT in "client died" message
2013-07-10remove assertion for handling iostat death
2013-07-10file: embed ioq in the opened mog_file object
2013-07-10ioq: implement and enable generic I/O queues
2013-07-10packaddr: simplify mog_sockaddr definition
2013-07-10test/mgmt: remove unused variable
2013-07-10rbuf: reattach/reuse read buffers when possible
2013-07-10mgmt: remove restriction on large rbuf sizes
2013-07-10alloc: cache-align all rbuf memory allocations
2013-07-10mgmt: handle disk-using requests outside of the parser
2013-07-10introduce generic I/O queue functionality
2013-07-10http: add assertion for unused wbuf
2013-07-10dev: shrink and cache-align struct mog_dev
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