aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-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
* /* -> /*- 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
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-161-12/+10
* Put the bits in place for Alpha support for ext2. Not tested.Matt Jacob2000-12-091-0/+2
* 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
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Quick fix for not being able to sync all the buffers in boot() ifBruce Evans1998-10-031-5/+1
* Fixed printf format errors.Bruce Evans1998-07-111-1/+2
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cacheBruce Evans1998-06-211-3/+6
* Removed unused function ll_w_block(). It has always had races dueBruce Evans1998-06-211-18/+0
* Removed __FreeBSD__ ifdefs.Bruce Evans1997-12-021-2/+0
* `numdirtybuffers' was not maintained properly. This caused excessiveBruce Evans1997-10-071-2/+4
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tJohn Dyson1997-08-041-1/+2
* Fix a problem with the VN device. Specifically, the VN device canJohn Dyson1997-06-151-0/+6
* Use __i386__ instead of i386 in ifdefs.Bruce Evans1997-04-011-1/+3
* ext2_inode_cnv.c:Bruce Evans1995-11-091-2/+2
* Cleaned up some lint and some obvious prototyping errors.John Dyson1995-11-081-2/+2
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOJohn Dyson1995-11-051-0/+520