about summary refs log tree commit homepage
path: root/dev.c
DateCommit message (Expand)
2020-08-09dev.c: emit usage for devices with unknown mount point
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2018-11-28update copyrights for 2018 and use SPDX for "GPL-3.0+"
2018-11-28serve /dev*/usage requests from memory
2016-05-29update copyrights for 2016
2015-08-17dev.c: fail gracefully on out-of-memory errors
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-07-14ioq: reset internal queues during requeue/shutdown
2013-07-12ioq: rescale to match user-set aio_threads values
2013-07-10ioq: implement and enable generic I/O queues
2013-07-10introduce generic I/O queue functionality
2013-07-10dev: shrink and cache-align struct mog_dev
2013-06-25svc: implement top-level by_mog_devid hash
2013-06-25fix devices/thread count if sidechannel is inactive
2013-01-17copyright comment updates for 2013
2012-12-09dev: log EIO error on close() of usage file
2012-12-06dev: increase precision of space calculation
2012-12-06fix usage report on FSes w/ small fragment size
2012-12-03fail on ENOSPC when calling dprintf()
2012-11-08dev: improve error handling on usage file generation
2012-02-26dev: small cleanups
2012-01-19enforce change permissions _after_ writing file
2012-01-19use *open_put instead of *open_excl for writing files
2012-01-11initial commit