summaryrefslogtreecommitdiffstats
path: root/sys/tmpfs/tmpfs_vnops.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap defines that don't make any sense for usespie2013-12-251-4/+1
| | | | okay tedu@
* bring in a few improvements from pedro, guenther, me...espie2013-12-141-4/+1
| | | | | | | | | | | | | | thanks to krw@ for the original cherry-picking, millert@ for useful comment. so: - no longer expose internal kernel addresses, uses seq numbers instead - make sure the numbers don't overflow (millert@ UINT64_MAX)... a conservative estimate is that tmpfs will run out of seqs in >600 years... - don't malloc dents, put them on the stack and zero them - gc whiteout code - gc getpage/putpage code (shrink uvm instead) okay krw@, millert@
* fix include guard locations (from pedro)espie2013-06-041-4/+4
|
* sprinkle $OpenBSD$, pointed out by pedroespie2013-06-031-0/+1
|
* import tmpfs code, originally from netbsd.espie2013-06-011-0/+84
heavy lifting by Pedro Martelletto, timestamp fixes by me. THIS IS NOT ENABLED YET, AND REQUIRES UVM CHANGES AND REVIEW. Imported, so that working on it can be mostly done in tree with less painful diff exchanges, and that we have history of further changes. okay tedu@, deraadt@