aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/journal/g_journal_ufs.c
Commit message (Expand)AuthorAgeFilesLines
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-1/+2
* Optimize g_journal's superblock update by noting that the summaryKirk McKusick2020-06-231-6/+8
* Move the pointers stored in the superblock into a separateKirk McKusick2020-06-191-0/+5
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-071-0/+1
* Normally when an attempt is made to mount a UFS/FFS filesystem whoseKirk McKusick2018-12-061-1/+1
* Annotate geom modules with MODULE_VERSIONKyle Evans2018-04-101-0/+1
* When freeing a superblock returned by ffs_sbget, be sure to alsoKirk McKusick2018-03-241-0/+1
* This change is some refactoring of Mark Johnston's changes in r329375Kirk McKusick2018-03-021-3/+3
* Fix a memory leak introduced in r328426.Mark Johnston2018-02-161-0/+3
* Refactoring of reading and writing of the UFS/FFS superblock.Kirk McKusick2018-01-261-27/+17
* sys/geom: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add gjournal GEOM class (kernel side), which implements block levelPawel Jakub Dawidek2006-10-311-0/+107