aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/ext2_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Repaired CSRG id. This file was not in Lite1; it was just cloned from aBruce Evans2002-03-231-1/+1
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-151-1/+1
* Remove blatantly pointless call to VOP_BMAP().Poul-Henning Kamp2001-05-011-4/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+9
* Correct to a common %ld the 5 argument to a printf.Matt Jacob2000-12-091-2/+2
* Backed out previous commit. Don't depend on namespace pollution inBruce Evans2000-12-021-0/+1
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-301-1/+0
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-1/+1
* Avoid warning for unused variable.Eivind Eklund1999-01-111-2/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+4
* Added a missing options include.Bruce Evans1998-06-211-0/+1
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-0/+1
* Fixed configuration and linkage of ext2_checkoverlap().Bruce Evans1998-02-131-4/+5
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+2
* Don't include <sys/lock.h> in headers when only `struct simplelock' isBruce Evans1997-12-051-0/+1
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-021-5/+0
* VFS mega cleanup commit (x/N)Poul-Henning Kamp1997-10-161-14/+12
* Removed unused #includes.Bruce Evans1997-06-141-1/+0
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOJohn Dyson1995-11-051-0/+128