summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/fs.h
Commit message (Expand)AuthorAgeFilesLines
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-221-1/+4
* Fix build of kdump(1).trasz2012-11-181-0/+1
* Add UFS writesuspension mechanism, designed to allow userland processestrasz2012-11-181-0/+8
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-1/+2
* Use implementation independent inoNN_t scalars for on-disk UFS structuresgleb2011-11-091-9/+9
* Add an FFS specific mount option to allow a filesystem checkermckusick2011-07-151-1/+3
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-1/+2
* Use the native sector size of the device backing the UFS volume for SU+Jkib2011-02-121-1/+1
* Add kernel side support for BIO_DELETE/TRIM on UFS.kib2010-12-291-0/+1
* Add function lbn_offset to calculate offset of the indirect block ofkib2010-11-111-5/+16
* Update comments in soft updates code to more fully describemckusick2010-09-141-1/+1
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-3/+132
* One last pass to get all the unsigned comparisons correct.mckusick2010-02-111-1/+1
* This fix corrects a problem in the file system that treats largemckusick2010-02-101-26/+26
* Background:mckusick2010-01-111-1/+4
* Implement NFSv4 ACL support for UFS.trasz2009-12-211-15/+17
* 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
OpenPOWER on IntegriCloud