aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/journal
Commit message (Expand)AuthorAgeFilesLines
* gjournal(8): Fix a typo in a sysctl descriptionGordon Bergling2024-01-201-1/+1
* geom/journal: Fix typosAlex2023-12-281-4/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* shutdown: audit shutdown_post_sync event callbacksMitchell Horne2023-11-231-3/+5
* geom: sort includes for some filesMitchell Horne2023-11-231-9/+10
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* Add a flags parameter to the ffs_sbget() function that reads UFS superblocks.Kirk McKusick2022-07-311-1/+2
* GEOM: Set G_CF_DIRECT_SEND/RECEIVE for taste consumers.Alexander Motin2022-01-301-0/+1
* geom(4): Fix some of the "set but not used" warningsEdward Tomasz Napierala2021-12-181-1/+1
* geom_journal: plug set-but-not-unused varsMateusz Guzik2021-11-241-3/+1
* gjournal(8): Fix a typo in a source code commentGordon Bergling2021-11-031-1/+1
* Fix some common typos in source code commentsGordon Bergling2021-08-281-1/+1
* geom(4): Mark all sysctls as CTLFLAG_MPSAFE.Alexander Motin2021-08-111-3/+3
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-2/+2
* Make g_attach() return ENXIO for orphaned providers; update variousEdward Tomasz Napierala2020-10-181-3/+5
* sys/geom: consistently use _PATH_DEV instead of hardcoding "/dev/".Xin LI2020-07-091-1/+1
* 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_journal: Only stop the switcher process if one was started.Mark Johnston2020-04-031-1/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-6/+12
* Pass BIO_SPEEDUP through all the geom layersWarner Losh2020-01-171-0/+1
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* vfs: reimplement deferred inactive to use a dedicated flag (VI_DEFINACT)Mateusz Guzik2020-01-071-1/+1
* GEOM: Reduce unnecessary log interleaving with sbufsConrad Meyer2019-08-073-22/+6
* Use sbuf_cat() in GEOM confxml generation.Alexander Motin2019-06-191-4/+4
* 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
* Null out journal softc pointer earlier to avoid a segment faultKirk McKusick2018-01-311-1/+1
* 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-273-0/+6
* When read requests are sent from a filesystem running above g_journal,Kirk McKusick2017-08-131-53/+5
* Eliminate a variable that is only ever set.Kirk McKusick2017-08-131-3/+1
* gjournal is broken in handling its flush_queue. If we have 10 bio'sKirk McKusick2017-08-072-1/+12
* sysctl kern.geom.journal.cache.limit shows negative value for FreeBSD/amd64Kirk McKusick2017-08-071-10/+10
* Defer startup of gjournal switcher kproc.John Baldwin2017-02-071-11/+35
* Use g_wither_provider() where applicable.Alexander Motin2016-09-231-2/+1
* Removal of Giant droping wrappers for GEOM classes.Konstantin Belousov2016-05-201-10/+0
* sys/geom: spelling fixes in comments.Pedro F. Giffuni2016-04-291-3/+3
* sys/geom: spelling fixes.Pedro F. Giffuni2016-04-281-1/+1
* Create an API to reset a struct bio (g_reset_bio). This is mandatoryWarner Losh2016-02-171-2/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* cswitch is unsigned, so don't compare it < 0. Any negative numbersWarner Losh2014-08-071-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-5/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+5
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-5/+2