aboutsummaryrefslogtreecommitdiff
path: root/lib/libufs/libufs.h
Commit message (Expand)AuthorAgeFilesLines
* Consolodate four copies of the STDSB define into a single place.Kirk McKusick2021-11-151-6/+0
* Update the libufs cgget() and cgput() interfaces to have a similarKirk McKusick2020-09-191-2/+2
* The libufs library needs to track and free the new fs_si structureKirk McKusick2020-06-231-1/+1
* Align comments in struct uufsd structure. No semantic change.Kirk McKusick2020-06-231-20/+18
* Continuing efforts to provide hardening of FFS. This change adds aKirk McKusick2018-12-111-0/+2
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-0/+6
* In preparation for adding inode check-hashes, clean up andKirk McKusick2018-11-131-2/+7
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-10/+17
* Correct fsck journal-recovery code to update a cylinder-groupKirk McKusick2018-01-171-0/+2
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-1/+3
* Continuing efforts to provide hardening of FFS, this change adds aKirk McKusick2017-09-221-0/+5
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-2/+2
* Replace ERROR() macro with inline function. In-tree gcc cannot tolerateKonstantin Belousov2011-02-121-28/+24
* - Merge soft-updates journaling from projects/suj/head into head. ThisJeff Roberson2010-04-241-0/+16
* Add a berase() function which uses ioctl(DIOCGDELETE) to erase a slabPoul-Henning Kamp2007-12-161-0/+1
* Implement cgwrite1(3) function which stored a given cylinder group on disk.Pawel Jakub Dawidek2006-10-311-0/+1
* Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I doJuli Mallett2003-06-091-2/+0
* API for opening (and tracking) writable file descriptors per disk.Juli Mallett2003-01-291-0/+1
* API to fillout a blank disk. For e.g. newfs.Juli Mallett2003-01-231-0/+1
* Store not only the current cylinder group in the series (i.e. next that needsJuli Mallett2003-01-191-0/+1
* Add facility to read one, or a string of, cylinger groups.Juli Mallett2003-01-191-0/+13
* Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.Juli Mallett2003-01-191-0/+1
* Fix typo.Juli Mallett2003-01-181-1/+1
* Nuke dumb error reporting code, people can just use disk::d_error. Unify theJuli Mallett2003-01-181-7/+8
* Add the concept of a per-disk error string, and a function which prints itJuli Mallett2002-10-221-0/+6
* Wrap the header to prevent multiple inclusion, and mark the DECLS section.Juli Mallett2002-08-221-0/+9
* Add libufs, a library for dealing with UFS filesystems from userland toJuli Mallett2002-07-011-0/+104