summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c
Commit message (Expand)AuthorAgeFilesLines
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-526/+0
* - Obtain inode sizes and location of the first inode based on the contentsstas2009-01-181-2/+2
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Add standard GPL boilerplate to these files. They are the only onesimp2005-06-161-0/+14
* Move ext2fs from src/gnu to src/gnu/fs.rodrigc2005-06-151-8/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-2/+2
* Fix the alpha tinderbox. The alpha specific bitops used by the bitmapmarcel2003-10-291-3/+1
* Change of plans: Add ext2_bitops.h with generic and portablemarcel2003-08-251-3/+1
* Add compilation support for extfs on ia64, primarily to support LINT.marcel2003-08-231-3/+5
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-12/+10
* Put the bits in place for Alpha support for ext2. Not tested.mjacob2000-12-091-0/+2
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingphk2000-10-291-1/+0
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-151-0/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Quick fix for not being able to sync all the buffers in boot() ifbde1998-10-031-5/+1
* Fixed printf format errors.bde1998-07-111-1/+2
* Fixed (?) races in mark_buffer_dirty(). We abuse the buffer cachebde1998-06-211-3/+6
* Removed unused function ll_w_block(). It has always had races duebde1998-06-211-18/+0
* Removed __FreeBSD__ ifdefs.bde1997-12-021-2/+0
* `numdirtybuffers' was not maintained properly. This caused excessivebde1997-10-071-2/+4
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tdyson1997-08-041-1/+2
* Fix a problem with the VN device. Specifically, the VN device candyson1997-06-151-0/+6
* Use __i386__ instead of i386 in ifdefs.bde1997-04-011-1/+3
* ext2_inode_cnv.c:bde1995-11-091-2/+2
* Cleaned up some lint and some obvious prototyping errors.dyson1995-11-081-2/+2
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOdyson1995-11-051-0/+520
OpenPOWER on IntegriCloud