| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r283735: | kib | 2015-06-05 | 1 | -3/+1 |
* | MFC r269457: | kib | 2014-08-17 | 1 | -32/+61 |
* | Revert accidental commit. | peter | 2013-06-29 | 1 | -1/+0 |
* | Help out gcc. clang understands. | peter | 2013-06-29 | 1 | -0/+1 |
* | Don't worry if a module is already loaded when looking for a fstype to mount | jamie | 2013-02-21 | 1 | -2/+6 |
* | Remove the support for using non-mpsafe filesystem modules. | kib | 2012-10-22 | 1 | -1/+1 |
* | Modify vfs_register() to use a hash calculation | rmacklem | 2011-09-13 | 1 | -1/+44 |
* | Expand the scope of the sysctllock sx lock to protect the sysctl tree itself. | jhb | 2009-02-06 | 1 | -0/+3 |
* | Remove VFS_VPTOFH entirely. API is already broken and it is good time to | pjd | 2007-02-16 | 1 | -7/+0 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -0/+4 |
* | Remove duplicate security checks already performed in kern_kldload(). | jhb | 2006-06-26 | 1 | -7/+1 |
* | Use kern_kldload() and kern_kldunload() to load and unload modules when | jhb | 2006-06-13 | 1 | -7/+5 |
* | Remove VFS_START(). Its original purpose involved the mfs filesystem, | das | 2005-02-20 | 1 | -3/+0 |
* | Make various mountpoint related functions static. | phk | 2005-02-10 | 1 | -2/+4 |
* | Change the generated VOP_ macro implementations to improve type checking | phk | 2005-01-13 | 1 | -26/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | The remaining part of nmount/omount/rootfs mount changes. I cannot sensibly | phk | 2004-12-07 | 1 | -2/+2 |
* | make "ffs" and alias for "ufs" when it comes to filesystem names. | phk | 2004-12-06 | 1 | -0/+2 |
* | Introduce vfs_byname_kld() which will try to load the filesystem | phk | 2004-12-03 | 1 | -0/+37 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -263/+21 |
* | Simplify initialization of va_null a little bit. | phk | 2004-09-15 | 1 | -13/+13 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -2/+7 |
* | Convert the vfsconf list to a TAILQ. | phk | 2004-07-27 | 1 | -25/+19 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -1/+2 |
* | do the vfsstd thing instead of messing up our VFS_SYSCTL macro. | alfred | 2004-07-07 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Remove opv_desc_vector from vfs_add_vnodeops, since it is defined | cperciva | 2004-02-15 | 1 | -2/+0 |
* | Change all SYSCTLS which are readonly and have a related TUNABLE | silby | 2003-10-21 | 1 | -1/+1 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -0/+61 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -8/+8 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -8/+8 |
* | We don't need to check the return value of malloc() against | mux | 2002-06-22 | 1 | -14/+0 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -4/+4 |
* | These are Alexander Kabaev's VFSops fixes (see the thread 'Found: module | dillon | 2002-04-30 | 1 | -21/+82 |
* | Commit work-around for panics when mounting FS's that are auto-loaded as | obrien | 2002-03-25 | 1 | -0/+2 |
* | Remove references to vm_zone.h and switch over to the new uma API. | jeff | 2002-03-20 | 1 | -1/+0 |
* | Document all functions, global and static variables, and sysctls. | eivind | 2002-03-05 | 1 | -1/+23 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -2/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+2 |
* | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | peter | 2000-12-06 | 1 | -23/+2 |
* | Do not panic on an uninitialized VOP_xxx() call. This was meant as a | peter | 2000-09-06 | 1 | -2/+2 |
* | The sysctl mod_xx hack is no longer required now that we have totally | peter | 1999-12-12 | 1 | -10/+0 |
* | Move a couple of globals here where they are initialised, rather than | msmith | 1999-11-01 | 1 | -0/+7 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Removed references to a nonexistent variable. This fixes building kernels | bde | 1999-07-29 | 1 | -4/+1 |
* | * Register sysctl nodes before running sysinits when loading files and | dfr | 1999-03-07 | 1 | -2/+21 |
* | * Change sysctl from using linker_set to construct its tree using SLISTs. | dfr | 1999-02-16 | 1 | -46/+1 |