aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1217-17/+17
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2023-04-301-0/+3
* vn_lock_pair(): allow to request shared lockingKonstantin Belousov2023-04-072-5/+7
* ufs: add missing vop_fplookup ops to fifo vectorsMateusz Guzik2023-04-072-0/+6
* ufs: add missing vop_fplookup opsMateusz Guzik2023-04-061-0/+4
* Improvement in UFS/FFS directory placement when doing mkdir(2).Kirk McKusick2023-03-304-39/+73
* ufs: stop doing refcount_init on made up credsMateusz Guzik2023-03-291-2/+2
* Improve chance of finding an alternate superblock in sbsearch(3).Kirk McKusick2023-03-231-1/+1
* Fix syntax error in 0697670.Kirk McKusick2023-03-191-1/+1
* Do not panic in case of corrupted UFS/FFS directory.Kirk McKusick2023-03-182-14/+8
* Updates to UFS/FFS superblock integrity checks when reading a superblock.Kirk McKusick2023-03-071-10/+28
* ufs: ansifyMateusz Guzik2023-02-131-24/+3
* FIOSEEKHOLE/FIOSEEKDATA: correct consistency for bmap-based implementationKonstantin Belousov2023-02-042-1/+19
* 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