aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh4 days1-1/+0
* Ensure I/O buffers in libufs(3) are 128-byte aligned.Kirk McKusick14 days1-14/+2
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+2
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-111-1/+6
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-18/+12
* Fix potentially overflowing expression "fs->fs_ipg * fs->fs_ncg"Kirk McKusick2018-04-111-1/+1
* Defensive programming when reading inodes in getino().Kirk McKusick2018-04-081-4/+12
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-2/+2
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-2/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-0/+16
* Correct an apparent typo.Matthew N. Dodd2003-06-191-1/+1
* Reduce diffs with code in Perforce:Juli Mallett2003-06-091-4/+4
* Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett2003-01-181-3/+3
* Fill out (zero) and fill in (when doing getino()) the minimum and maximumJuli Mallett2002-07-111-2/+2
* In getino, have our DEBUG message in the unhandled case mention that itJuli Mallett2002-07-011-1/+1
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-011-0/+95