aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs/ffs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* ufs: remove um_checkpath_lockKonstantin Belousov2025-07-041-3/+0
* Get consistent updates for UFS superblocks.Kirk McKusick2025-03-191-26/+16
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-01-311-0/+6
* Fix backward compatibility with UFS1 filesystems created before June 2002Kirk McKusick2025-01-161-95/+1
* Use ffs_sbget() to replace open-coded superblock reload.Kirk McKusick2025-01-151-65/+22
* fs: Add new VFCF_xxx flags for va_filerevRick Macklem2025-01-141-1/+1
* buf: Add a runningbufclaim() helperMark Johnston2024-11-221-3/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Clean up and document UFS/FFS error returns.Kirk McKusick2023-08-111-8/+10
* UFS: panic rather than forcibly unmount the root fsChuck Silvers2023-08-101-0/+3
* UFS/FFS: Migrate to modern uintXX_t from u_intXX_t.Kirk McKusick2023-07-271-13/+12
* ufs: stop using LK_SLEEPFAIL in ffs_syncMateusz Guzik2023-07-231-2/+2
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-3/+0
* vfs: add the concept of vnode state transitionsMateusz Guzik2022-12-261-0/+1
* mntfs: change mntfs_allocvp API to relock on its ownMateusz Guzik2022-12-261-2/+0
* Provide more precise mount(8) failure message.Kirk McKusick2022-12-051-10/+13
* When taking a snapshot on a UFS/FFS filesystem, it must be mounted.Kirk McKusick2022-09-271-1/+4
* Explicitly initialize rather than reading newly allocated UFS inodes.Kirk McKusick2022-08-131-23/+31
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-131-7/+6
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-4/+6
* Rewrite function definitions in the UFS/FFS code base with identifier lists.Kirk McKusick2022-07-131-57/+26
* ffs: fix vn_read_from_obj() usage for PAGE_SIZE > block sizeChuck Silvers2022-06-221-0/+2
* UFS: clear fs_fmod once more, in the buffer data copy.Konstantin Belousov2022-05-091-0/+1
* ffs_use_bwrite: make the superblock snapshot more consistentKonstantin Belousov2022-05-091-0/+2
* ffs: wait for trims earlier during unmount to avoid panicChuck Silvers2022-04-081-3/+15
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* ffs_mount(): fix snapshottingRobert Wing2022-03-171-5/+6
* ffs_mount(): return early if namei() fails to lookup disk deviceRobert Wing2022-03-071-76/+72
* ufs, msdosfs: do not record witness order when creating vnodeKonstantin Belousov2022-02-011-1/+1
* When doing a read-only mount of a UFS filesystem using gjournal(8),Kirk McKusick2022-01-021-3/+4
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-1/+1
* ffs: fix newly introduced LOR between mntfs vnode lock and topology lockKonstantin Belousov2021-11-161-1/+1
* Allow forced r/w mount of UFS/FFS filesystem with a bad check hash.Kirk McKusick2021-11-161-1/+1
* mntfs: lock mntfs pseudo devfs vnode properlyKonstantin Belousov2021-11-121-0/+4
* ffs: Remove assertions about locked um_devvp in several placesKonstantin Belousov2021-11-121-1/+1
* ufs: remove write-only variablesKonstantin Belousov2021-10-211-3/+2
* ffs: retire unused fsckpid mount optionRobert Wing2021-10-021-113/+4
* ffs: remove unused thread argument from ffs_reload()Robert Wing2021-09-041-2/+2
* ufs rename: ensure that the result of ufs_checkpath() is stableKonstantin Belousov2021-08-131-1/+4
* FFS: remove ffs_fsfail_taskJason A. Harmening2021-07-241-40/+7
* Allow stacked filesystems to be recursively unmountedJason A. Harmening2021-07-241-1/+1
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-221-2/+2
* Assert that um_softdep is NULL on free(ump), i.e. softdep_unmount() was calledKonstantin Belousov2021-03-121-0/+2
* ffs_mount: when remounting ro->rw and sbupdate failed, cleanup softdepsKonstantin Belousov2021-03-121-0/+2
* ffs: clear MNT_SOFTDEP earlier when remounting rw to roKonstantin Belousov2021-03-121-3/+25
* Add FFSV_FORCEINODEDEP flag for ffs_vgetf()Konstantin Belousov2021-03-121-1/+2
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-211-0/+1
* Merge ufs_fhtovp() into ffs_inotovp().Konstantin Belousov2021-02-121-4/+17
* ffs_inotovp(): interface to convert (ino, gen) into alive vnodeKonstantin Belousov2021-02-121-12/+32