| Commit message (Expand) | Author | Age | Files | Lines |
* | ufs: remove um_checkpath_lock | Konstantin Belousov | 2025-07-04 | 1 | -3/+0 |
* | Get consistent updates for UFS superblocks. | Kirk McKusick | 2025-03-19 | 1 | -26/+16 |
* | Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 | Kirk McKusick | 2025-01-31 | 1 | -0/+6 |
* | Fix backward compatibility with UFS1 filesystems created before June 2002 | Kirk McKusick | 2025-01-16 | 1 | -95/+1 |
* | Use ffs_sbget() to replace open-coded superblock reload. | Kirk McKusick | 2025-01-15 | 1 | -65/+22 |
* | fs: Add new VFCF_xxx flags for va_filerev | Rick Macklem | 2025-01-14 | 1 | -1/+1 |
* | buf: Add a runningbufclaim() helper | Mark Johnston | 2024-11-22 | 1 | -3/+1 |
* | sys: Remove ancient SCCS tags. | Warner Losh | 2023-11-27 | 1 | -2/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | Clean up and document UFS/FFS error returns. | Kirk McKusick | 2023-08-11 | 1 | -8/+10 |
* | UFS: panic rather than forcibly unmount the root fs | Chuck Silvers | 2023-08-10 | 1 | -0/+3 |
* | UFS/FFS: Migrate to modern uintXX_t from u_intXX_t. | Kirk McKusick | 2023-07-27 | 1 | -13/+12 |
* | ufs: stop using LK_SLEEPFAIL in ffs_sync | Mateusz Guzik | 2023-07-23 | 1 | -2/+2 |
* | Stop cleaning MNT_LOCAL on unmount | Konstantin Belousov | 2023-01-14 | 1 | -3/+0 |
* | vfs: add the concept of vnode state transitions | Mateusz Guzik | 2022-12-26 | 1 | -0/+1 |
* | mntfs: change mntfs_allocvp API to relock on its own | Mateusz Guzik | 2022-12-26 | 1 | -2/+0 |
* | Provide more precise mount(8) failure message. | Kirk McKusick | 2022-12-05 | 1 | -10/+13 |
* | When taking a snapshot on a UFS/FFS filesystem, it must be mounted. | Kirk McKusick | 2022-09-27 | 1 | -1/+4 |
* | Explicitly initialize rather than reading newly allocated UFS inodes. | Kirk McKusick | 2022-08-13 | 1 | -23/+31 |
* | Move the ability to search for alternate UFS superblocks from fsck_ffs(8) | Kirk McKusick | 2022-08-13 | 1 | -7/+6 |
* | Add a flags parameter to the ffs_sbget() function that reads UFS superblocks. | Kirk McKusick | 2022-07-31 | 1 | -4/+6 |
* | Rewrite function definitions in the UFS/FFS code base with identifier lists. | Kirk McKusick | 2022-07-13 | 1 | -57/+26 |
* | ffs: fix vn_read_from_obj() usage for PAGE_SIZE > block size | Chuck Silvers | 2022-06-22 | 1 | -0/+2 |
* | UFS: clear fs_fmod once more, in the buffer data copy. | Konstantin Belousov | 2022-05-09 | 1 | -0/+1 |
* | ffs_use_bwrite: make the superblock snapshot more consistent | Konstantin Belousov | 2022-05-09 | 1 | -0/+2 |
* | ffs: wait for trims earlier during unmount to avoid panic | Chuck Silvers | 2022-04-08 | 1 | -3/+15 |
* | vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd) | Mateusz Guzik | 2022-03-24 | 1 | -1/+1 |
* | ffs_mount(): fix snapshotting | Robert Wing | 2022-03-17 | 1 | -5/+6 |
* | ffs_mount(): return early if namei() fails to lookup disk device | Robert Wing | 2022-03-07 | 1 | -76/+72 |
* | ufs, msdosfs: do not record witness order when creating vnode | Konstantin Belousov | 2022-02-01 | 1 | -1/+1 |
* | When doing a read-only mount of a UFS filesystem using gjournal(8), | Kirk McKusick | 2022-01-02 | 1 | -3/+4 |
* | vfs: remove the unused thread argument from NDINIT* | Mateusz Guzik | 2021-11-25 | 1 | -1/+1 |
* | ffs: fix newly introduced LOR between mntfs vnode lock and topology lock | Konstantin Belousov | 2021-11-16 | 1 | -1/+1 |
* | Allow forced r/w mount of UFS/FFS filesystem with a bad check hash. | Kirk McKusick | 2021-11-16 | 1 | -1/+1 |
* | mntfs: lock mntfs pseudo devfs vnode properly | Konstantin Belousov | 2021-11-12 | 1 | -0/+4 |
* | ffs: Remove assertions about locked um_devvp in several places | Konstantin Belousov | 2021-11-12 | 1 | -1/+1 |
* | ufs: remove write-only variables | Konstantin Belousov | 2021-10-21 | 1 | -3/+2 |
* | ffs: retire unused fsckpid mount option | Robert Wing | 2021-10-02 | 1 | -113/+4 |
* | ffs: remove unused thread argument from ffs_reload() | Robert Wing | 2021-09-04 | 1 | -2/+2 |
* | ufs rename: ensure that the result of ufs_checkpath() is stable | Konstantin Belousov | 2021-08-13 | 1 | -1/+4 |
* | FFS: remove ffs_fsfail_task | Jason A. Harmening | 2021-07-24 | 1 | -40/+7 |
* | Allow stacked filesystems to be recursively unmounted | Jason A. Harmening | 2021-07-24 | 1 | -1/+1 |
* | Move mnt_maxsymlinklen into appropriate fs mount data structures | Konstantin Belousov | 2021-05-22 | 1 | -2/+2 |
* | Assert that um_softdep is NULL on free(ump), i.e. softdep_unmount() was called | Konstantin Belousov | 2021-03-12 | 1 | -0/+2 |
* | ffs_mount: when remounting ro->rw and sbupdate failed, cleanup softdeps | Konstantin Belousov | 2021-03-12 | 1 | -0/+2 |
* | ffs: clear MNT_SOFTDEP earlier when remounting rw to ro | Konstantin Belousov | 2021-03-12 | 1 | -3/+25 |
* | Add FFSV_FORCEINODEDEP flag for ffs_vgetf() | Konstantin Belousov | 2021-03-12 | 1 | -1/+2 |
* | vnode: move write cluster support data to inodes. | Konstantin Belousov | 2021-02-21 | 1 | -0/+1 |
* | Merge ufs_fhtovp() into ffs_inotovp(). | Konstantin Belousov | 2021-02-12 | 1 | -4/+17 |
* | ffs_inotovp(): interface to convert (ino, gen) into alive vnode | Konstantin Belousov | 2021-02-12 | 1 | -12/+32 |