summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_aiod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fairly simple sizes for free(); ok teduderaadt2015-08-281-2/+2
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-2/+2
* Fix bogus kthread_create() usage leading to wrong struct proc * pointermiod2013-11-031-6/+2
* Garbage collect two variables that where set but unused.thib2009-08-271-7/+3
* introduce a flag member to struct nfs_aiod, and use flags instead of the exitthib2009-08-271-19/+19
* make sure that an aiod has been removed from the nfs_aiods_idle listthib2009-08-261-2/+6
* Rework the way we do async I/O in nfs. Introduce separate buf queues forthib2009-08-201-0/+217