aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/hpfs/hpfs.h
Commit message (Expand)AuthorAgeFilesLines
* Garbage collect HPFS bits which are now already completely disconnectedAttilio Rao2013-03-021-387/+0
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* XXX: unnecessary pointer in inode.Poul-Henning Kamp2005-03-161-1/+1
* Don't hold a reference on the disk vnode for each inode.Poul-Henning Kamp2005-03-151-1/+1
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-141-13/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-1/+1
* Move HPFS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-0/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+0
* Remove __P.Alfred Perlstein2002-03-191-7/+7
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-1/+1
* GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.John Baldwin2001-11-271-6/+0
* Expand LOCKMGR() compat macro.John Baldwin2001-11-271-1/+0
* GC non-FreeBSD code that didn't work anyways.John Baldwin2001-11-261-17/+0
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-251-0/+2
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-3/+1
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-1/+1
* First version of HPFS stuff.Semen Ustimenko1999-12-091-0/+422