about summary refs log tree commit homepage
path: root/svc_dev.c
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2016-05-29update copyrights for 2016
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2014-05-30svc_dev: calling free does not need the lock
2014-04-08minor cleanups for functions which do not return
2013-10-12avoid use-after-free with multi-process setups
2013-07-14downgrade thread/device-count fields to unsigned int
2013-07-14ioq: reset internal queues during requeue/shutdown
2013-07-12svc: increase responsiveness of graceful shutdown
2013-07-12ioq: rescale to match user-set aio_threads values
2013-07-10introduce generic I/O queue functionality
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-25fix devices/thread count if sidechannel is inactive
2013-06-25switch to per-svc (per-docroot) queues
2013-06-25update aio_threads count when new devices appear
2013-05-06favor "struct mog_fd" for acceptors over int FDs
2013-01-31better error handling when faking memstream
2013-01-31split iostat util% tracking from mountlist
2013-01-31consistent allocation size for iostat utilization
2013-01-17copyright comment updates for 2013
2012-09-06fix I/O util for multiple devXX dirs on the same FS v0.5.0
2012-04-18avoid usage file if mgmt sidechannel is inactive
2012-03-12change thread count based on number of dev* entries
2012-02-22add new mog_svc_dev_shutdown() method
2012-02-20redo mog_fd_put() and actually use it
2012-02-05compat_memstream: for systems lacking open_memstream()
2012-01-13remove devstats iovec from struct mog_svc
2012-01-12svc_dev: avoid strict aliasing warning on older GCC
2012-01-11initial commit