aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* ufs: ufs_bmap_seekdata() needs mapped buffer for scanKonstantin Belousov43 hours1-4/+7
* ufs: support unmapped bufs for indirect blocks in bmapChuck Silvers6 days1-9/+134
* fix typo: remove duplicate 'the' in ffs_vfsops commentFelipe Matarazzo2026-04-301-1/+1
* renameat2(2): implement AT_RENAME_NOREPLACE flagKonstantin Belousov2026-03-051-1/+6
* VOP_RENAME(9): add flags argumentKonstantin Belousov2026-03-051-0/+7
* ffs snapshots: pass valid args to vn_start_writeEric van Gyzen2026-02-251-1/+1
* ffs_truncate: correct INVARIANTS panic debug outputRyan Libby2025-10-151-2/+2
* ddb show lockedvnods: avoid trap for ufs vnode under constructionRyan Libby2025-10-011-2/+6
* vfs: retire the VREF macroMateusz Guzik2025-09-271-2/+2
* vfs: retire the NULLVP macroMateusz Guzik2025-09-273-21/+21
* ffs(3): Fix a typo in a source code commentGordon Bergling2025-08-251-1/+1
* vfs: Introduce VN_ISDEV() macroDag-Erling Smørgrav2025-08-172-16/+12
* ufs_times_locked(): styleKonstantin Belousov2025-08-171-7/+7
* ufs: st_rdev is only meaningful for special nodesKonstantin Belousov2025-08-171-4/+8
* ufs: Remove uses of DEBUG_VFS_LOCKSMark Johnston2025-08-034-10/+0
* kern: start tracking cr_gid outside of cr_groups[]Kyle Evans2025-07-311-16/+4
* ufs: change isrmdir type to bool or u_int as appropriateKonstantin Belousov2025-07-304-21/+22
* ufs: Pass the new parent inode number to ufs_dirrewrite()Mark Johnston2025-07-291-1/+1
* ufs: restore conditionalKonstantin Belousov2025-07-291-1/+2
* ufs_vnops.c: newparent is not boolKonstantin Belousov2025-07-281-8/+7
* ufs_vnops.c: use unsigned type for newparent inode number in ufs_rename()Konstantin Belousov2025-07-281-1/+2
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans2025-07-241-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