| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 1 | -1/+1 |
| * | When exiting vfs_export(), delete the "export" option from | Craig Rodrigues | 2007-01-23 | 1 | -11/+31 |
| * | In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args, | Craig Rodrigues | 2006-12-16 | 1 | -1/+4 |
| * | Convert to ANSI-style function prototypes. | Craig Rodrigues | 2006-12-16 | 1 | -21/+9 |
| * | Use vfs_mount_error() to log mount errors in a few places with human | Craig Rodrigues | 2006-12-07 | 1 | -1/+8 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+10 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 1 | -1/+1 |
| * | Use the refcount API to manage the reference count for user credentials | John Baldwin | 2005-09-27 | 1 | -2/+3 |
| * | Handle theoretical case of vfs_export being called with both MNT_DELEXPORT and | Alexander Kabaev | 2005-05-11 | 1 | -0/+1 |
| * | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
| * | Make various mountpoint related functions static. | Poul-Henning Kamp | 2005-02-10 | 1 | -4/+3 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Sigh. I really need to get an internet connection which is less than | Colin Percival | 2004-11-29 | 1 | -1/+1 |
| * | Check that saddr->sa_family is a sensible value before using it. | Colin Percival | 2004-11-28 | 1 | -0/+4 |
| * | Make VFS_ROOT() and vflush() take a thread argument. | Alfred Perlstein | 2004-07-12 | 1 | -1/+1 |
| * | Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of depending | Bruce Evans | 2004-04-21 | 1 | -5/+8 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to a | Scott Long | 2003-07-26 | 1 | -0/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -3/+3 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -3/+3 |
| * | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 1 | -4/+10 |
| * | Partial backout of 1.318, remove error handling added because it may be | Alfred Perlstein | 2002-06-30 | 1 | -15/+3 |
| * | Fix several style bugs: | Alfred Perlstein | 2002-06-29 | 1 | -7/+17 |
| * | Unbreak computation of 'smask' that I broke when removing caddr_t. | Alfred Perlstein | 2002-06-29 | 1 | -1/+1 |
| * | nuke caddr_t. | Alfred Perlstein | 2002-06-28 | 1 | -10/+9 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-24 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -4/+4 |
| * | Check the version of ex_anon (a `struct xucred') before using it to | Dima Dorfman | 2002-03-03 | 1 | -0/+10 |
| * | Fix some signed/unsigned integer confusion, and add bounds checking of | Kris Kennaway | 2001-09-10 | 1 | -0/+5 |
| * | Since the netexport struct was centralised to 'struct mount', | Ian Dowse | 2001-05-29 | 1 | -1/+1 |
| * | vfs_subr.c is getting rather fat. The underlying repocopy and this | Poul-Henning Kamp | 2001-04-26 | 1 | -2852/+4 |
| * | Move the netexport structure from the fs-specific mountstructure | Poul-Henning Kamp | 2001-04-25 | 1 | -5/+61 |
| * | Correct #includes to work with fixed sys/mount.h. | Greg Lehey | 2001-04-23 | 1 | -0/+2 |
| * | Reclaim directory vnodes held in namecache if few free vnodes are | Seigo Tanimura | 2001-04-18 | 1 | -0/+26 |
| * | This patch removes the VOP_BWRITE() vector. | Poul-Henning Kamp | 2001-04-17 | 1 | -1/+1 |
| * | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | Jonathan Lemon | 2001-02-23 | 1 | -0/+5 |
| * | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -2/+10 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -87/+87 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | Properly lock new vnode. | Boris Popov | 2001-01-31 | 1 | -4/+9 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -55/+55 |
| * | o The move to using VADMIN under vaccess() resulted in some system | Robert Watson | 2001-01-23 | 1 | -1/+1 |
| * | Stick the kthread API in a kthread_* namespace, and the specialized kproc | John Baldwin | 2000-12-15 | 1 | -2/+2 |
| * | Use proper mutex locking when calling setrunnable from speedup_syncer(). | Kirk McKusick | 2000-12-13 | 1 | -3/+2 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -4/+2 |
| * | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | Peter Wemm | 2000-12-06 | 1 | -2/+4 |
| * | Correct int/long type mismatch in the proper place this time. freevnodes | Andrew Gallatin | 2000-12-02 | 1 | -3/+3 |
| * | Use msleep() instead of mtx_exit()/tsleep() so that we release the lock and | John Baldwin | 2000-12-01 | 1 | -13/+7 |
| * | Get rid of a bogus mtx_exit (it was attempting to release an | Kirk McKusick | 2000-11-30 | 1 | -1/+0 |