summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ifs
Commit message (Expand)AuthorAgeFilesLines
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* KSE Milestone 2julian2001-09-123-11/+10
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-2/+0
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-1/+0
* Remove faint traces of blind copy&paste.phk2001-04-291-1/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-7/+7
* - Move ifs_init() so that it can initialize ifs_inode_hash_mtx.tanimura2000-12-141-12/+12
* Do not race for the lock of an inode hash.tanimura2000-12-131-6/+42
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-293-3/+0
* Initial commit of IFS - a inode-namespaced FFS. Here is a shortadrian2000-10-146-0/+1319
OpenPOWER on IntegriCloud