aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/ext2_linux_balloc.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Add standard GPL boilerplate to these files. They are the only onesWarner Losh2005-06-161-0/+14
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-151-8/+8
* move ptr deref's to after null ptr checksSam Leffler2005-02-241-2/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
* Fix the alpha tinderbox. The alpha specific bitops used by the bitmapMarcel Moolenaar2003-10-291-3/+1
* Change of plans: Add ext2_bitops.h with generic and portableMarcel Moolenaar2003-08-251-3/+1
* Add compilation support for extfs on ia64, primarily to support LINT.Marcel Moolenaar2003-08-231-3/+5
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-161-23/+22
* Put the bits in place for Alpha support for ext2. Not tested.Matt Jacob2000-12-091-0/+2
* Support filesystems with the not-so-new "sparse_superblocks" feature.Bruce Evans2000-11-031-6/+30
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-291-1/+0
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* ext2fs relies on UFS support code, and as a result also requiresRobert Watson2000-04-151-0/+3
* 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