aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/journal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Partially revert r259080. bde@ pointed out that there are a lot more style bugsJustin Hibbits2013-12-081-1/+1
* Fix some integer signs. These unsigned integers should all be signed.Justin Hibbits2013-12-071-1/+1
* When panicing due to the gjournal overflow, print the geom metadataKonstantin Belousov2013-07-101-1/+3
* There are several code sequences likeKonstantin Belousov2013-07-091-1/+1
* Add flags argument to vfs_write_resume() and removeKonstantin Belousov2013-01-111-1/+1
* Remove the support for using non-mpsafe filesystem modules.Konstantin Belousov2012-10-221-8/+2
* Current implementations of sync(2) and syncer vnode fsync() VOP usesKonstantin Belousov2012-02-061-10/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-3/+4
* Removed KASSERT, g_new_providerf() can not fail.Andrey V. Elsukov2011-05-041-1/+0
* Implement relaxed comparision for hardcoded provider names to make itAlexander Motin2011-04-271-1/+2
* Add some FEATURE macros for various GEOM classes.Alexander Leidinger2011-02-251-0/+1
* Treat async buffer writes from the gjournal switcher thread the same asKonstantin Belousov2011-01-261-0/+1
* Make gjournal work with kernel compiled with "options DIAGNOSTIC".Edward Tomasz Napierala2009-06-301-0/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-1/+1
* Revert r190676,190677Andrew Thompson2009-04-101-1/+1
* Add a how argument to root_mount_hold() so it can be passed NOWAIT and be calledAndrew Thompson2009-04-031-1/+1
* Make it possible to use gjournal for the root filesystem. Previously,Edward Tomasz Napierala2008-12-062-0/+18
* Improve VFS locking:Attilio Rao2008-11-021-1/+1
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-5/+4
* - Fix spelling errors.Ulf Lilleengen2008-06-201-5/+5
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-4/+4
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-2/+2
* Despite several examples in the kernel, the third argument ofDavid Malone2007-06-041-3/+3
* Sysctl description is not a format string, so one % is enough.Pawel Jakub Dawidek2007-04-061-1/+1
* Add missing \n.Pawel Jakub Dawidek2007-03-221-2/+2
* Softc may be NULL in g_journal_orphan(), so don't be surprised.Pawel Jakub Dawidek2006-12-021-3/+4
* Fix ia64 build breakage.Pawel Jakub Dawidek2006-11-021-0/+2
* - Use g_duplicate_bio() instead of g_clone_bio(), so there memory isPawel Jakub Dawidek2006-11-021-5/+3