summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZErodrigc2008-05-241-2/+2
* Add gjournal specific code to the UFS file system:pjd2006-10-311-2/+5
* The recomputation of file system summary at mount time can be adelphij2005-02-201-1/+6
* - Mark the struct fs members that require the ufsmount mutex.jeff2005-01-241-7/+15
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Fix fsbtodb() for UFS1. This fixes an overflow for file sizes >1 TB,njl2004-10-091-1/+1
* Generalize the UFS bad magic value used to determine when a filesystemjhb2004-08-191-1/+1
* - Fix typokrion2004-05-311-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fix the remaining warnings of growfs(8) on my sparc64 box withmux2004-04-031-1/+1
* Write the UFS2 superblock with a 'BAD' magic number at the beginningwes2003-11-161-0/+1
* This patch fixes a bug in the logical block calculation macros somckusick2003-02-221-4/+4
* o Improve wording of the comment that accompanies fs_pad. Themarcel2003-01-101-1/+6
* Fix superblock alignment problems on non-i386 platforms. Also change fs_uuidgordon2003-01-091-2/+3
* Steal some space from fs_fsmnt to create fs_volname and fs_uuid. The volnamegordon2003-01-081-1/+9
* Create a new 32-bit fs_flags word in the superblock. Add code to movemckusick2002-11-271-3/+5
* Define two new superblock file system flags:rwatson2002-10-141-0/+10
* 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