aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* ufs: Remove uses of DEBUG_VFS_LOCKSMark Johnston16 hours4-10/+0
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans4 days1-16/+4
* ufs: change isrmdir type to bool or u_int as appropriateKonstantin Belousov5 days4-21/+22
* ufs: Pass the new parent inode number to ufs_dirrewrite()Mark Johnston6 days1-1/+1
* ufs: restore conditionalKonstantin Belousov6 days1-1/+2
* ufs_vnops.c: newparent is not boolKonstantin Belousov7 days1-8/+7
* ufs_vnops.c: use unsigned type for newparent inode number in ufs_rename()Konstantin Belousov7 days1-1/+2
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans11 days1-2/+10
* pathconf: Add a new variable for hidden/systemRick Macklem2025-07-051-0/+3
* ufs: remove um_checkpath_lockKonstantin Belousov2025-07-044-22/+2
* Internal scheduling priorities: Always use symbolic onesOlivier Certner2025-06-183-16/+15
* ufs_aclcheck(): accurately dereference vp->v_mountKonstantin Belousov2025-03-211-8/+11
* ufs_acl.c: styleKonstantin Belousov2025-03-211-1/+1
* Formatting and style cleanups.Kirk McKusick2025-03-201-23/+27
* Get consistent updates for UFS superblocks.Kirk McKusick2025-03-192-45/+59
* vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG2025-03-051-2/+2
* ffs: fix build with GEOM_LABEL and without FFS, e.g. MINIMALGleb Smirnoff2025-02-012-3/+4
* Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106Kirk McKusick2025-01-314-3/+69
* Standardize the definition of a UFS dinode.Kirk McKusick2025-01-282-9/+20
* stat(2): add st_filerevKonstantin Belousov2025-01-161-0/+2
* Fix backward compatibility with UFS1 filesystems created before June 2002Kirk McKusick2025-01-166-102/+88
* 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
* ffs_reallocblks(): ensure that pref cg is validKonstantin Belousov2025-01-131-4/+23
* ffs_blkpref_ufsX(): do not iterate over startcg twiceKonstantin Belousov2025-01-131-2/+2
* Eliminate unneeded variables and computations.Kirk McKusick2025-01-121-5/+2
* fs: Add static asserts for the size of fid structuresRick Macklem2024-12-061-0/+2
* buf: Add a runningbufclaim() helperMark Johnston2024-11-222-10/+5
* SU+J: all writes to SU journal must be exempt from runningbufspace throttlingKonstantin Belousov2024-11-131-1/+7
* softdep_mount: report failure of the softdepflush thread creationKonstantin Belousov2024-09-151-1/+9
* softdep_mount: on journal start failure, report the mount point pathKonstantin Belousov2024-09-151-1/+2
* vfs: Add IGNOREWHITEOUT flag and adopt it in UFS/unionfsJason A. Harmening2024-09-083-5/+9
* proc: Remove kernel stack swapping support, part 7Mark Johnston2024-07-292-10/+0
* Do not allow snapshots on UFS filesystems using gjournal.Kirk McKusick2024-07-251-0/+9
* uio: Use switch statements when handling UIO_READ vs UIO_WRITEJohn Baldwin2024-05-101-2/+5
* Eliminate unnecessary UFS1 integrity checks.Kirk McKusick2024-02-201-4/+0
* Add vnode_pager_clean_{a,}sync(9)Konstantin Belousov2024-01-112-16/+7
* ffs/ffs_rawread.c: clean up includesKonstantin Belousov2024-01-081-12/+9
* ufs: Update *eofflag upon a read of an unlinked directoryMark Johnston2023-12-211-1/+3
* ufs: do not leave around empty buffers shadowing disk contentKonstantin Belousov2023-12-151-2/+9
* Increase UFS/FFS maximum link count from 32767 to 65530.Kirk McKusick2023-12-036-28/+34
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-275-5/+0
* sys: Remove ancient SCCS tags.Warner Losh2023-11-2724-49/+0
* Spacing and alignment cleanups.Kirk McKusick2023-11-171-9/+9
* Fix build with gcc12.Navdeep Parhar2023-10-271-0/+6
* ufs quotas: fix configuring soft quota grace timeMikel Lechner2023-10-211-7/+9
* ufs: restore name cache fast path lookupMateusz Guzik2023-09-092-4/+6
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1621-42/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-169-9/+0