aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_ihash.c
Commit message (Expand)AuthorAgeFilesLines
* Forgot cvs rm in last file.Poul-Henning Kamp2005-03-141-169/+0
* Use vfs_hash() instead of home-rolledPoul-Henning Kamp2005-03-141-4/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-141-1/+1
* Use hashdestroy() now that it exists.Ian Dowse2002-06-301-6/+1
* Add an ext2_uninit() routine that undoes the actions performed byIan Dowse2002-05-181-0/+17
* Following a repo-copy from src/sys/ufs/ufs, rename functions andIan Dowse2002-05-141-21/+20
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-5/+13
* KSE Milestone 2Julian Elischer2001-09-121-4/+5
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-10/+10
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-2/+2
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-041-4/+0
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-241-15/+12
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-041-2/+4
* Add a lock structure to vnode structure. Previously it was either allocatedBoris Popov2000-09-251-1/+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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Staticize.Eivind Eklund1998-02-091-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-3/+1
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+3
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-1/+2
* IN_HASHED goes in the in-core flags ip->i_flag, not in the on-disk flagsBruce Evans1997-10-151-4/+4
* Reset the flag right away, could catch a bogon someday.Poul-Henning Kamp1997-10-141-1/+2
* I think my previous change may have opened a race conditio.Poul-Henning Kamp1997-10-141-4/+7
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-67/+50
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Changes to get rid of ufslk2 hangs when doing read/write to/fromJohn Dyson1995-04-241-7/+17
* POSSIBLE BOGUS CODE found, (related to dos-partitions) in ufs_disksubr.c,Poul-Henning Kamp1994-10-081-3/+5
* Use tsleep() rather than sleep so that 'ps' is more informative aboutDavid Greenman1994-10-061-2/+2
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+154