aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/fs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix backward compatibility with UFS1 filesystems created before June 2002Kirk McKusick2025-01-161-2/+3
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* UFS/FFS: Migrate to modern uintXX_t from u_intXX_t.Kirk McKusick2023-07-271-39/+39
* Add diagnostics to fsck_ffs(8) for journaled soft-updates debugging.Kirk McKusick2023-07-261-1/+13
* Add the ability to adjust directory depths to background fsck_ffs(8).Kirk McKusick2023-05-261-1/+2
* Fix size differences between architectures of the UFS/FFS CGSIZE macro value.Kirk McKusick2023-05-151-4/+3
* Increase the maximum size of the journaled soft-updates journal.Kirk McKusick2022-10-211-1/+0
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-131-0/+8
* Identify each UFS/FFS superblock integrity check as a warning or fatal error.Kirk McKusick2022-08-011-0/+5
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-17/+21
* Add ability to suppress UFS/FFS superblock check-hash failure messages.Kirk McKusick2021-11-151-0/+10
* Consolodate four copies of the STDSB define into a single place.Kirk McKusick2021-11-151-0/+12
* Various new check-hash checks have been added to the UFS filesystemKirk McKusick2020-10-251-0/+1
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-13/+38
* Retire two unused background fsck sysctls.John Baldwin2020-04-211-2/+2
* Clarify comment that describes how the FS_METACKHASH is managed.Kirk McKusick2019-08-131-13/+18
* After a crash, a file that extends into indirect blocks may end upKirk McKusick2019-02-251-1/+2
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2018-10-231-1/+2
* The goal of this change is to prevent accidental foot shooting byKirk McKusick2018-02-081-12/+25
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-1/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-4/+31
* The new fsck recovery information to enable it to find backupKirk McKusick2017-09-041-2/+0
* Since the switch to GPT disk labels, fsck for UFS/FFS has beenKirk McKusick2017-08-091-0/+14
* UFS fs.h: clear warning from use in makefs(1)Ed Maste2017-05-051-1/+2
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-4/+4
* Renumber the advertising clause.Warner Losh2016-09-061-1/+1
* UFS: spelling fixes on comments.Pedro F. Giffuni2016-04-291-2/+2
* ufs: small formatting fixes.Pedro F. Giffuni2014-03-021-59/+59
* The purpose of this change to the FFS layout policy is to reduce theKirk McKusick2013-03-221-1/+4
* Fix build of kdump(1).Edward Tomasz Napierala2012-11-181-0/+1
* Add UFS writesuspension mechanism, designed to allow userland processesEdward Tomasz Napierala2012-11-181-0/+8
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemsEdward Tomasz Napierala2012-10-301-1/+2
* Use implementation independent inoNN_t scalars for on-disk UFS structuresGleb Kurtsou2011-11-091-9/+9
* Add an FFS specific mount option to allow a filesystem checkerKirk McKusick2011-07-151-1/+3
* Implement fully asynchronous partial truncation with softupdates journalingJeff Roberson2011-06-101-1/+2
* Use the native sector size of the device backing the UFS volume for SU+JKonstantin Belousov2011-02-121-1/+1
* Add kernel side support for BIO_DELETE/TRIM on UFS.Konstantin Belousov2010-12-291-0/+1
* Add function lbn_offset to calculate offset of the indirect block ofKonstantin Belousov2010-11-111-5/+16
* Update comments in soft updates code to more fully describeKirk McKusick2010-09-141-1/+1
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-3/+132
* One last pass to get all the unsigned comparisons correct.Kirk McKusick2010-02-111-1/+1
* This fix corrects a problem in the file system that treats largeKirk McKusick2010-02-101-26/+26
* Background:Kirk McKusick2010-01-111-1/+4
* Implement NFSv4 ACL support for UFS.Edward Tomasz Napierala2009-12-211-14/+16
* Fix comments to replace SBSIZE with SBLOCKSIZE, since SBSIZECraig Rodrigues2008-05-241-2/+2
* Add gjournal specific code to the UFS file system:Pawel Jakub Dawidek2006-10-311-2/+5
* The recomputation of file system summary at mount time can be aXin LI2005-02-201-1/+6
* - Mark the struct fs members that require the ufsmount mutex.Jeff Roberson2005-01-241-7/+15