aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug fix to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-07-061-18/+16
* ufs_rename(): revert the bump of fvp nlink count in case of EMLINK for tdvpKonstantin Belousov2022-07-061-5/+5
* ufs_rename(): do not treat ERELOOKUP speciallyKonstantin Belousov2022-07-061-21/+1
* UFS quotaoff: start write before unbusyingKonstantin Belousov2022-06-291-1/+1
* UFS rename: make it reliable when using SU and reaching nlink limitKonstantin Belousov2022-06-241-11/+84
* Fix build break in 50dc4c7.Kirk McKusick2022-06-241-0/+1
* When a superblock integrity check fails, report the cause of the failure.Kirk McKusick2022-06-241-91/+111
* ffs: fix vn_read_from_obj() usage for PAGE_SIZE > block sizeChuck Silvers2022-06-223-1/+5
* UFS: make mkdir() and link() reliable when using SU and reaching nlink limitKonstantin Belousov2022-06-221-7/+35
* ffs: fix vn_io_fault_pgmove() offset for PAGE_SIZE > block sizeChuck Silvers2022-06-221-2/+4
* Bug fix to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-06-111-1/+1
* ufs: Fix a typo a source code commentGordon Bergling2022-06-041-1/+1
* Two bug fixes to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-06-011-7/+22
* Do comprehensive UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2022-05-271-17/+146
* Reduce code nesting in readsuper().Kirk McKusick2022-05-151-44/+43
* UFS: clear fs_fmod once more, in the buffer data copy.Konstantin Belousov2022-05-091-0/+1