summaryrefslogtreecommitdiffstats
path: root/sys/geom/journal
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use gjournal for the root filesystem. Previously,trasz2008-12-062-0/+18
* Improve VFS locking:attilio2008-11-021-1/+1
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-5/+4
* - Fix spelling errors.lulf2008-06-201-5/+5
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-4/+4
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-2/+2
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-041-3/+3
* Sysctl description is not a format string, so one % is enough.pjd2007-04-061-1/+1
* Add missing \n.pjd2007-03-221-2/+2
* Softc may be NULL in g_journal_orphan(), so don't be surprised.pjd2006-12-021-3/+4
* Fix ia64 build breakage.pjd2006-11-021-0/+2
* - Use g_duplicate_bio() instead of g_clone_bio(), so there memory ispjd2006-11-021-5/+3
* Grr, fix one more build breakage.pjd2006-11-021-0/+1
* Change spaces to tabs where needed.pjd2006-11-011-1/+1
* Forgot to remove this line.pjd2006-11-011-1/+0
* Update the code to the current sync(2) version:pjd2006-11-011-4/+12
* Remove debugging code I accidentally committed.pjd2006-11-011-35/+0
* Add gjournal GEOM class (kernel side), which implements block levelpjd2006-10-313-0/+3555
OpenPOWER on IntegriCloud