aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* ffs_syncvnode(): avoid a LoR for SUKonstantin Belousov2023-01-141-2/+8
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-3/+0
* Fix vop_readdir's ncookies handling in UFS and EXT2.Kirk McKusick2023-01-021-1/+1
* UFSSUSPEND: unbusy mp in EDADLK caseKonstantin Belousov2022-12-301-1/+3
* ufs/suspend: deny suspension if the calling process has a file from mp opened...Konstantin Belousov2022-12-291-0/+11
* ffs_suspend.c: clean up includesKonstantin Belousov2022-12-291-4/+3
* 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
* Format cleanups.Kirk McKusick2022-12-211-9/+9
* ufs/ffs: detect endian mismatch between machine and filesystemAlfredo Dal'Ava Junior2022-12-201-2/+24
* vfs: stop using SAVESTART for renameMateusz Guzik2022-12-191-2/+0
* Provide more precise mount(8) failure message.Kirk McKusick2022-12-051-10/+13
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-12-041-2/+2
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-11-171-4/+6
* Enable taking snapshots on UFS/FFS filesystems using journaled soft updates.Kirk McKusick2022-11-131-9/+0
* Tree-wide replacement of VOP_UNLOCK + vrele combo with vputMateusz Guzik2022-11-071-6/+3
* ffs validate_sblock(): avoid 32bit mul overflowKonstantin Belousov2022-10-271-2/+2
* Increase the maximum size of the journaled soft-updates journal.Kirk McKusick2022-10-211-1/+0
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-10-031-2/+2
* Fix an incorrectly placed parenthesis.Kirk McKusick2022-09-291-1/+1
* When taking a snapshot on a UFS/FFS filesystem, it must be mounted.Kirk McKusick2022-09-271-1/+4
* FFS: truncate write if it would exceed the fs max file size or RLIMIT_FSIZEKonstantin Belousov2022-09-241-5/+8
* UFS: disallow truncation to set file size past RLIMIT_FSIZEKonstantin Belousov2022-09-241-0/+3
* filesystems: return error from vn_rlimit_fsize() instead of EFBIGKonstantin Belousov2022-09-241-2/+3
* vfs: always retain path buffer after lookupMateusz Guzik2022-09-172-26/+0
* ufs: stop using the V_MNTREF flagMateusz Guzik2022-09-141-1/+2
* ufs: try to elide the interlock in ufs_itimesMateusz Guzik2022-09-141-0/+5
* ufs: always call ufs_itimes on closeMateusz Guzik2022-09-141-13/+2
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-09-031-4/+4
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-08-291-1/+1
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-08-261-17/+53
* Explicitly initialize rather than reading newly allocated UFS inodes.Kirk McKusick2022-08-133-24/+33
* Move the ability to search for alternate UFS superblocks from fsck_ffs(8)Kirk McKusick2022-08-134-7/+190
* stand: Compile out the extensive superblock diagnostic messages for BIOS loaderWarner Losh2022-08-131-1/+5
* AST: reworkKonstantin Belousov2022-08-021-7/+6
* Identify each UFS/FFS superblock integrity check as a warning or fatal error.Kirk McKusick2022-08-012-81/+106
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-08-011-16/+12
* Fix for 548045b a too aggressive UFS superblock integrity check.Kirk McKusick2022-07-311-1/+1
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-314-53/+76
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-07-311-14/+18
* Adjust function definitions in ufs_dirhash.c to avoid clang 15 warningsDimitry Andric2022-07-261-2/+2
* Fix unused variable warning in ffs_snapshot.cDimitry Andric2022-07-261-1/+6
* Adjust function definition in ufs_dirhash.c to avoid clang 15 warningsDimitry Andric2022-07-261-1/+1
* Bug fix to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-07-211-14/+11
* Additional check for UFS/FFS superblock integrity checks.Kirk McKusick2022-07-161-0/+1
* Another fix to build from 064e6b4.Kirk McKusick2022-07-141-1/+1
* Fix build from 064e6b4.Kirk McKusick2022-07-131-1/+1
* Rewrite function definitions in the UFS/FFS code base with identifier lists.Kirk McKusick2022-07-1313-1636/+1209
* Bug fix to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-07-061-0/+7
* Bug fix to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-07-061-4/+15