about summary refs log tree commit homepage
path: root/mnt.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-11-11use free_mount_entry from gnulib instead of rolling our own
2015-03-09Fix assertion failure during startup
2015-03-06copyright updates for 2015
2014-11-02update copyrights to 2014 (and all contributors)
2013-07-13iostat: keep update prefix on stack instead of heap
2013-06-25introduce mog_yield wrapper around sched_yield/pthread_yield
2013-06-25replace pthreads cancellation with explicit checks
2013-06-25consistently check OOM from hash_initialize/hash_insert
2013-06-25mnt: attempt to match iostat output by st_rdev
2013-02-16handle pthread_create returning ENOMEM on old glibc
2013-02-16graceful handling of pthread_create EAGAIN failure
2013-02-15mnt: inform user of slow mountlist scan
2013-02-11mnt: revert to mutex for protecting by_dev hash
2013-02-08mnt: move stat/lstat logic to mnt_usable
2013-02-07rename fs_usable to mnt_usable
2013-01-31determine mount point usability via statfs/statvfs
2013-01-31mnt: allow concurrent readers on mount list
2013-01-31mnt: cleanup/document mountlist storage/nesting
2013-01-31split iostat util% tracking from mountlist
2013-01-31consistent allocation size for iostat utilization
2013-01-30mnt: avoid recursion in mount_entry_free
2013-01-17copyright comment updates for 2013
2012-12-08mnt: TODO item for fine-grained locking
2012-12-06mnt: better handling of non-traditional filesystems
2012-10-26mnt: avoid wasting syscalls stat()-ing dummy FSes
2012-03-12change thread count based on number of dev* entries
2012-02-11mnt.c: kill unnecessary parentheses
2012-02-10threads based on the number of usable major devices
2012-02-05mnt.c: fix shadow warning on FreeBSD
2012-01-31mnt: cleanup memory usage and leak
2012-01-31mnt: resolve multiple identical mountpoints and symlinks
2012-01-11initial commit