summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/fs.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-20With filesystem having many cylinder groups and many inodes per cg theotto1-22/+22
2016-11-27Fix signedness warnings with careful casts and replace a re-defined variable.reyk1-4/+4
2015-01-20MAXFRAG was always placed incorrectly in <sys/param.h> It is primarilyderaadt1-1/+3
2014-05-29fsck should use the same values in checking as newfs does in creatingkrw1-6/+6
2013-11-12Tweak comment to explicitly mention that disk blocks are DEV_BSIZEkrw1-2/+3
2013-06-18sqiud -> squidmiod1-2/+2
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt1-5/+5
2013-04-23change ffs layout policy. try to pack meta data in close to the start oftedu1-1/+3
2008-11-06Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is noderaadt1-3/+3
2008-11-02introduce a macro for max file size, instead of hardcoding it; okotto1-1/+9
2008-01-05Make the ffs code 64-bit disk block number clean. Based on a diffotto1-5/+5
2007-06-01revert previous comment "fix", must have been sleepingotto1-2/+2
2007-06-01fix comment, fs_ipg is inode *blocks* per cylinder groupotto1-2/+2
2007-05-03Update CGSIZE macro so that it is no longer based on fs_cpg.millert1-6/+7
2007-04-23Remove 'cg_space' from 'struct cg'. Due to the alignment on 64-bitpedro1-2/+1
2007-04-20Do not use time_t for on-disk data structures, use int32_t insteadmillert1-5/+5
2007-03-19Add FFS2 fields to the superblock, change file system tools to keeppedro1-17/+54
2007-02-17do not look for sblock at offset 0; pedro@ deraadt@ okmickey1-3/+2
2007-01-07document the unit of sizes in struct fs (bytes or frags)sturm1-18/+18
2006-04-12revert the new superblock format. it violates the rule that newtedu1-67/+16
2006-04-02There's no need for some comments to be so utterly crypticpedro1-5/+4
2006-04-02In the cylinder groups, use part of the reserved space to sprinkle apedro1-2/+6
2006-03-31Super block changes for FFS2, thanks to all who tested.pedro1-15/+67
2006-03-22Fix comment about MINFREE, from Thordur I. Bjornsson <thib@mi.is>pedro1-4/+3
2006-03-09Remove option -n from newfs as well as all references to fs_postbl()pedro1-6/+3
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.pedro1-3/+3
2005-03-01Avoid 32-bit overflow by casting blk arg to lblktosize() to (off_t). Solvesaaron1-3/+3
2004-01-20some pieces of ufs2. help testing otto sturmtedu1-1/+10
2003-08-26constify ffs_tablesmickey1-3/+3
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makestedu1-6/+6
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2001-04-19Cleanup dirpref and synhronize superblock with freebsd.gluk1-9/+15
2001-04-13Fix overflow in superblock. From FreeBSD.gluk1-19/+19
2001-04-07Reduce the count of fs_sparecon's by 1 for 64 bit architecturesmillert1-1/+5
2001-04-06Replace FFS directory preference algorithm(dirpref) by new one.gluk1-2/+6
1998-11-29splelingart1-2/+2
1997-11-06Updates for VFS Lite 2 + soft update.csapuntz1-2/+14
1997-10-06back out vfs lite2 till after 2.2deraadt1-14/+2
1997-10-06VFS Lite2 Changescsapuntz1-2/+14
1997-05-30Integrate new ext2fs, reverting ufs support for the old one.downsj1-3/+3
1997-02-24OpenBSD tagsniklas1-0/+1
1997-02-11Add fs_id support and random inode generation numbers for ffs.millert1-2/+2
1995-10-18initial import of NetBSD treederaadt1-0/+511