aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_extern.h
Commit message (Expand)AuthorAgeFilesLines
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-01-311-0/+1
* Fix backward compatibility with UFS1 filesystems created before June 2002Kirk McKusick2025-01-161-1/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Handle UFS/FFS file deletion from cylinder groups with check-hash failure.Kirk McKusick2023-08-071-2/+2
* UFS/FFS: Migrate to modern uintXX_t from u_intXX_t.Kirk McKusick2023-07-271-9/+10
* vfs: use __enum_uint8 for vtype and vstateMateusz Guzik2023-07-051-2/+2
* Explicitly initialize rather than reading newly allocated UFS inodes.Kirk McKusick2022-08-131-0/+1
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-131-0/+2
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-1/+1
* Consolodate four copies of the STDSB define into a single place.Kirk McKusick2021-11-151-6/+0
* ffs: remove unused thread argument from ffs_reload()Robert Wing2021-09-041-1/+1
* softdep_prelink(): only do sync if other thread changed the vnode metadata si...Konstantin Belousov2021-06-231-1/+2
* ffs_extern.h: Add comments for ffs_vgetf() flagsKonstantin Belousov2021-03-121-4/+6
* Add FFSV_FORCEINODEDEP flag for ffs_vgetf()Konstantin Belousov2021-03-121-0/+1
* ffs softdep: remove will_direnter argument of softdep_prelink()Konstantin Belousov2021-02-121-1/+1
* ffs_inotovp(): interface to convert (ino, gen) into alive vnodeKonstantin Belousov2021-02-121-0/+2
* ffs: Add FFSV_REPLACE_DOOMED flag to ffs_vgetf()Konstantin Belousov2021-02-121-2/+3
* Handle LoR in flush_pagedep_deps().Konstantin Belousov2020-11-141-0/+3
* ufs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Move all of the functions in ffs_subr.c that are only used by the ufs kernelChuck Silvers2020-06-171-3/+0
* This commit enables a UFS filesystem to do a forcible unmount whenChuck Silvers2020-05-251-0/+6
* Update ffs_getcg() function to accept a flags parameter to be passedKirk McKusick2019-10-041-1/+1
* UFS: stop reusing the vnode for reallocated inode.Konstantin Belousov2019-08-291-0/+1
* The error reported in FS-14-UFS-3 can only happen on UFS/FFSKirk McKusick2019-07-171-0/+1
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-111-0/+2
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-0/+6
* Calculate updated superblock check-hash before writing it into the snapshot.Kirk McKusick2018-11-251-0/+1
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-1/+1
* Replace the TRIM consolodation framework originally added in -r337396Kirk McKusick2018-08-181-1/+19
* Revert -r337396. It is being replaced with a revised interface thatKirk McKusick2018-08-181-18/+1
* Put in place the framework for consolodating contiguous blocks intoKirk McKusick2018-08-061-1/+18
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-4/+7
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Create a new function ffs_getcg() to read in and verify a cylinderKirk McKusick2017-06-281-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Partially lift suspension when ffs_reload() finished with cgs andKonstantin Belousov2016-09-081-0/+3
* Implement VOP_FDATASYNC() for UFS.Konstantin Belousov2016-08-151-0/+5
* Remove ffs_mountroot() prototype; seems to be long gone.Edward Tomasz Napierala2016-01-281-1/+0
* ufs: small formatting fixes.Pedro F. Giffuni2014-03-021-4/+4
* First of several cleanups to soft dependency implementation.Kirk McKusick2013-10-201-2/+0
* Add UFS writesuspension mechanism, designed to allow userland processesEdward Tomasz Napierala2012-11-181-0/+4
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-231-1/+1
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictKirk McKusick2012-03-251-4/+3
* This change avoids a kernel deadlock on "snaplk" when usingKirk McKusick2012-03-011-0/+7
* Generalize ffs_pages_remove() into vn_pages_remove().Martin Matuska2011-08-251-1/+0
* - Fix directory count rollbacks by passing the mode to the journal depJeff Roberson2011-06-201-1/+1
* Drop the include of <ufs/ffs/ffs_extern.h> from usr.sbin/makefs/ffs/ffs_bswap.cKirk McKusick2011-06-161-2/+5
* Fixing compilation bustage by introducing another forward declaration.Tai-hwa Liang2011-06-161-0/+1
* Ensure that filesystem metadata contained within persistent snapshotsKirk McKusick2011-06-151-2/+2