| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed KASSERT, g_new_providerf() can not fail. | ae | 2011-05-04 | 1 | -1/+0 |
* | Implement relaxed comparision for hardcoded provider names to make it | mav | 2011-04-27 | 1 | -1/+2 |
* | Add some FEATURE macros for various GEOM classes. | netchild | 2011-02-25 | 1 | -0/+1 |
* | Treat async buffer writes from the gjournal switcher thread the same as | kib | 2011-01-26 | 1 | -0/+1 |
* | Make gjournal work with kernel compiled with "options DIAGNOSTIC". | trasz | 2009-06-30 | 1 | -0/+1 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -1/+1 |
* | Revert r190676,190677 | thompsa | 2009-04-10 | 1 | -1/+1 |
* | Add a how argument to root_mount_hold() so it can be passed NOWAIT and be called | thompsa | 2009-04-03 | 1 | -1/+1 |
* | Make it possible to use gjournal for the root filesystem. Previously, | trasz | 2008-12-06 | 2 | -0/+18 |
* | Improve VFS locking: | attilio | 2008-11-02 | 1 | -1/+1 |
* | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | attilio | 2008-08-31 | 1 | -5/+4 |
* | - Fix spelling errors. | lulf | 2008-06-20 | 1 | -5/+5 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -4/+4 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -2/+2 |
* | Despite several examples in the kernel, the third argument of | dwmalone | 2007-06-04 | 1 | -3/+3 |
* | Sysctl description is not a format string, so one % is enough. | pjd | 2007-04-06 | 1 | -1/+1 |
* | Add missing \n. | pjd | 2007-03-22 | 1 | -2/+2 |
* | Softc may be NULL in g_journal_orphan(), so don't be surprised. | pjd | 2006-12-02 | 1 | -3/+4 |
* | Fix ia64 build breakage. | pjd | 2006-11-02 | 1 | -0/+2 |
* | - Use g_duplicate_bio() instead of g_clone_bio(), so there memory is | pjd | 2006-11-02 | 1 | -5/+3 |
* | Grr, fix one more build breakage. | pjd | 2006-11-02 | 1 | -0/+1 |
* | Change spaces to tabs where needed. | pjd | 2006-11-01 | 1 | -1/+1 |
* | Forgot to remove this line. | pjd | 2006-11-01 | 1 | -1/+0 |
* | Update the code to the current sync(2) version: | pjd | 2006-11-01 | 1 | -4/+12 |
* | Remove debugging code I accidentally committed. | pjd | 2006-11-01 | 1 | -35/+0 |
* | Add gjournal GEOM class (kernel side), which implements block level | pjd | 2006-10-31 | 3 | -0/+3555 |