about summary refs log tree commit homepage
path: root/mgmt.c
DateCommit message (Expand)
2013-07-26more probes WIP st-wip-broken
2013-07-19move trace.h include to global cmogstored.h
2013-07-19split out {mgmt,http}_parse_continue checks
2013-07-19split out {http,mgmt}_rbuf_grow functions
2013-07-17document ioq and mog_{mgmt,http}_drop interaction safety
2013-07-13pass mog_accept instead of mog_svc to post-accept callbacks
2013-07-11mgmt: checksumming is interruptible during thread shutdown
2013-07-10file: embed ioq in the opened mog_file object
2013-07-10ioq: implement and enable generic I/O queues
2013-07-10rbuf: reattach/reuse read buffers when possible
2013-07-10mgmt: remove restriction on large rbuf sizes
2013-07-10mgmt: handle disk-using requests outside of the parser
2013-07-10introduce generic I/O queue functionality
2013-07-10mgmt: fix case where rbuf->rsize may be uninitialized
2013-06-25avoid leaks on epoll/kqueue resources exhaustion
2013-06-25shrink mog_packaddr and improve portability
2013-06-25parse out mogilefs devid in mgmt/http requests
2013-05-06preliminary systemtap support for tracing
2013-04-17save socket address on accept/accept4
2013-02-23mgmt: fix fsck digest assert failure in graceful shutdown
2013-01-17copyright comment updates for 2013
2012-12-09remove queue_state field from struct mog_fd
2012-11-08queue: refactor for future, potential kqueue speedup
2012-08-03acceptor threads push directly into event queue
2012-03-25use generic gc module for MD5 from gnulib
2012-03-14mgmt: drop I/O priority for MD5 fsck requests
2012-03-14fsck: limit per-device MD5 requests for fsck users
2012-03-14queue: active clients maintain thread affinity
2012-03-14mgmt: add optional "reason" field for MD5 reqs
2012-03-08mgmt: make MD5 generation more aggressive
2012-03-07properly name mog_rbuf_detach() function
2012-03-03http: allow headers up to UINT16_MAX in size
2012-03-03rbuf: use rcapa instead of rsize correctly
2012-02-28unify rbuf sizes for http and mgmt
2012-02-27rbuf: add rcapa element to struct
2012-02-25implement graceful shutdown for outstanding requests
2012-02-23cleanup mog_fd insertion/initialization for queues
2012-02-20redo mog_fd_put() and actually use it
2012-02-09do not log for ENOTCONN and ECONNRESET errors
2012-01-11initial commit