summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_aiod.c
AgeCommit message (Expand)Author
2022-01-11spellingJonathan Gray
2019-12-05Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-11-03Fix bogus kthread_create() usage leading to wrong struct proc * pointerMiod Vallat
2009-08-27Garbage collect two variables that where set but unused.Thordur I. Bjornsson
2009-08-27introduce a flag member to struct nfs_aiod, and use flags instead of the exitThordur I. Bjornsson
2009-08-26make sure that an aiod has been removed from the nfs_aiods_idle listThordur I. Bjornsson
2009-08-20Rework the way we do async I/O in nfs. Introduce separate buf queues forThordur I. Bjornsson