aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_linux_balloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: ext2fs support on alpha. I have tested it using an ext2fs fs createdAndrew Gallatin2001-08-141-0/+2
* MFC (support filesystems with the not-so-new "sparse_superblocks"Bruce Evans2000-11-051-6/+30
* MFC: $FreeBSD$Peter Wemm2000-08-031-0/+2
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-251-0/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,Bruce Evans1998-10-131-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-5/+5
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tJohn Dyson1997-08-041-1/+3
* Removed unused #includes.Bruce Evans1997-06-141-1/+0
* Use __i386__ instead of i386 in ifdefs.Bruce Evans1997-04-011-3/+5
* Fixed type mismatches. i_spare[N] in ufs/inode.h changed from long toBruce Evans1997-02-121-2/+2
* ext2_inode_cnv.c:Bruce Evans1995-11-091-5/+2
* Cleaned up some lint and some obvious prototyping errors.John Dyson1995-11-081-3/+2
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOJohn Dyson1995-11-051-0/+582