about summary refs log tree commit homepage
DateCommit message (Expand)
2013-05-30per-mog_devid IO channels via semaphores iosem
2013-05-30define MOG_DEVID_MAX and MOG_PATH_MAX variables
2013-05-30consistently check OOM from hash_initialize/hash_insert
2013-05-30svc: implement top-level by_mog_devid hash
2013-05-30http_*: fixup long lines from automated conversion
2013-05-30parse out mogilefs devid in mgmt/http requests
2013-05-30fix devices/thread count if sidechannel is inactive
2013-05-30switch to per-svc (per-docroot) queues
2013-05-30thrpool: add comment explaining minimum thread count
2013-05-30limit acceptors to reduce contention on large machines
2013-05-30update aio_threads count when new devices appear
2013-05-30make 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
2013-02-23mgmt: fix fsck digest assert failure in graceful shutdown
2013-02-23http_get: comment about snprintf() being a hot spot
2013-02-21queue_common: update comments to match code
2013-02-18document/reserve SIGWINCH/SIGHUP for future use v1.2.0
2013-02-18copyright comment updates for 2013 (part 2)
2013-02-18manpage: document SIGUSR2 upgrades
2013-02-18move cmogstored_exit() prototype to cmogstored.h
2013-02-18queue_epoll: fix bad cast for epoll.event
2013-02-18tests: add valgrind supp for epoll_ctl on 32-bit arch
2013-02-18ioutil: fix memory access error on from mog_iou_write
2013-02-16handle pthread_create returning ENOMEM on old glibc
2013-02-16graceful handling of pthread_create EAGAIN failure
2013-02-16test/http_idle_expire: hopefully improve test reliability
2013-02-15sig: avoid pselect if ppoll is present in mog_sleep
2013-02-15avoid racy sleep on fork failure in master process
2013-02-15mnt: inform user of slow mountlist scan
2013-02-14test/http_range: do not allow webrick to perform lookups
2013-02-14inherit: avoid DNS lookup on upgrade
2013-02-14selfwake: use epoll_pwait on Linux instead of eventfd