about summary refs log tree commit homepage
DateCommit message (Expand)
2013-07-26more probes WIP st-wip-broken
2013-07-26test/mgmt: increase reliability of max devid test
2013-07-19move trace.h include to global cmogstored.h
2013-07-19tapset: rename http_request.stp -> all.stp
2013-07-19split out {mgmt,http}_parse_continue checks
2013-07-19probes: add probes for rbuf growth
2013-07-19test/mgmt: cover the large rbuf growth case
2013-07-19split out {http,mgmt}_rbuf_grow functions
2013-07-17ioq: add probes tracing and documentation
2013-07-17tapset/http_request: log listen address and PID of connection
2013-07-17document ioq and mog_{mgmt,http}_drop interaction safety
2013-07-16queue_epoll: EPOLL_CTL_MOD should be safe on 2.6.32.61+
2013-07-14alloc: remove mog_rbuf_free_and_null
2013-07-14downgrade thread/device-count fields to unsigned int
2013-07-14cmogstored 1.3.0rc1 v1.3.0rc1
2013-07-14m4/systemtap: require stap for enabling systemtap build
2013-07-14ioq: reset internal queues during requeue/shutdown
2013-07-13test/pwrite_wrap: disable test under valgrind for now
2013-07-13ioq: set contended flag if we are the last one acquiring the lock
2013-07-13test/mgmt_persist_client: teardown running processes
2013-07-13pass mog_accept instead of mog_svc to post-accept callbacks
2013-07-13set addrinfo field for "struct mog_accept"
2013-07-13http: pass "struct mog_fd *" more consistently in API
2013-07-13m4/ld_wrap: avoid compiler warning for missing declaration
2013-07-13iostat: keep update prefix on stack instead of heap
2013-07-12mgmt_fn: minor cleanup for emitting blank response
2013-07-12test/http: disable time-dependent test under valgrind
2013-07-12http: check persist_client state when parsing starts
2013-07-12http: signal connection close during shutdown
2013-07-12mgmt: support "SET mogstored.persist_client = $BOOL"
2013-07-12svc: increase responsiveness of graceful shutdown
2013-07-12test/mgmt: increase reliability on overloaded systems
2013-07-12tests: introduce pwrite-wrap test for slow I/O
2013-07-12ioq: rescale to match user-set aio_threads values
2013-07-11mgmt: checksumming is interruptible during thread shutdown
2013-07-11ioq: introduce mog_ioq_contended hint
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