aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/ext2fs/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Add a new struct buf flag bit, B_PERSISTENT, and use it to tagDon Lewis2005-09-081-8/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* - Clean-up comments that refer to the use of B_LOCKED.Jeff Roberson2003-08-281-2/+4
* - In LCK_BUF() simply change the owner of the buf to the kernel.Jeff Roberson2003-08-281-10/+2
* - Lock the buf before clearing flags.Jeff Roberson2003-03-131-1/+1
* - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK.Jeff Roberson2003-02-251-1/+1
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-161-1/+1
* ARGH! SBLOCK is not unused. Try to get this right.Poul-Henning Kamp2002-05-121-2/+1
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightPoul-Henning Kamp2002-05-121-2/+1
* Remove unused BBLOCK and SBLOCK #defines.Poul-Henning Kamp2002-05-121-2/+0
* KSE Milestone 2Julian Elischer2001-09-121-2/+2
* Quick fix for not writing group descriptor group, inode bitmaps orBruce Evans2000-11-101-1/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-1/+1
* Quick fix for not being able to sync all the buffers in boot() ifBruce Evans1998-10-031-3/+9
* Fix a problem with ext2fs so that filesystems mounted at reboot don'tJohn Dyson1997-08-041-0/+20
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-2/+2
* Main code for the ext2fs filesystem. Please refer to the COPYRIGHT.INFOJohn Dyson1995-11-051-0/+157