summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/fs.h
Commit message (Expand)AuthorAgeFilesLines
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-149/+122
* More s/file system/filesystem/gtrhodes2002-05-161-24/+24
* ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-121-3/+2
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightphk2002-05-121-2/+1
* Remove unused BBLOCK and SBLOCK #defines.phk2002-05-121-2/+0
* Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>phk2002-04-031-0/+2
* Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26mckusick2002-01-171-2/+2
* Change the atomic_set_char to atomic_set_int and atomic_clear_charmckusick2001-12-181-1/+7
* Move the new superblock field `fs_active' into the region of theiedowse2001-12-161-5/+7
* Minimize the time necessary to suspend operations on a filesystemmckusick2001-12-141-1/+2
* Use a fixed type for times in on-disk structures for ufs rather thanpeter2001-07-161-3/+3
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-1/+3
* This checkin adds support in ufs/ffs for the FS_NEEDSFSCK flag.mckusick2001-04-141-3/+12
* Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>.mckusick2001-04-101-4/+21
* Add kernel support for running fsck on active filesystems.mckusick2001-03-211-0/+22
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-1/+2
* The ffs superblock includes a 128-byte region for use by temporaryiedowse2001-01-151-18/+16
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-041-1/+26
* Use 64-bit math to calculate if we have hit our freespace limit.mckusick2000-03-171-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-2/+14
* Fixed corrupted newline and corrupted tab in previous commit.bde1997-03-241-2/+3
* Add generation number randomization. Newly created filesystems wil nowguido1997-03-231-3/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-138/+150
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed lblktosize(). It overflowed at 2G. This bug only affectedbde1996-10-121-4/+7
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* Increased default minfree to 8%.dg1995-03-101-2/+2
* Made idempotentpaul1994-08-211-1/+6
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+489
OpenPOWER on IntegriCloud