summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Use the refcount API to manage the reference count for user credentialsjhb2005-09-271-2/+3
* Handle theoretical case of vfs_export being called with both MNT_DELEXPORT andkan2005-05-111-0/+1
* - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. Forjeff2005-03-241-1/+1
* Make various mountpoint related functions static.phk2005-02-101-4/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Sigh. I really need to get an internet connection which is less thancperciva2004-11-291-1/+1
* Check that saddr->sa_family is a sensible value before using it.cperciva2004-11-281-0/+4
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-1/+1
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of dependingbde2004-04-211-5/+8
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Guard against MLEN growing larger than a uint8_t due to MSIZE grwoing to ascottl2003-07-261-0/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* SMP locking for radix nodes.hsu2002-12-241-4/+10
* Partial backout of 1.318, remove error handling added because it may bealfred2002-06-301-15/+3
* Fix several style bugs:alfred2002-06-291-7/+17
* Unbreak computation of 'smask' that I broke when removing caddr_t.alfred2002-06-291-1/+1
* nuke caddr_t.alfred2002-06-281-10/+9
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-1/+1
* Remove __P.alfred2002-03-191-4/+4
* Check the version of ex_anon (a `struct xucred') before using it todd2002-03-031-0/+10
* Fix some signed/unsigned integer confusion, and add bounds checking ofkris2001-09-101-0/+5
* Since the netexport struct was centralised to 'struct mount',iedowse2001-05-291-1/+1
* vfs_subr.c is getting rather fat. The underlying repocopy and thisphk2001-04-261-2852/+4
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-5/+61
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-181-0/+26
* This patch removes the VOP_BWRITE() vector.phk2001-04-171-1/+1
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().jlemon2001-02-231-0/+5
* Switch to using a struct xucred instead of a struct xucred when notgreen2001-02-181-2/+10
* Change and clean the mutex lock interface.bmilekic2001-02-091-87/+87
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Properly lock new vnode.bp2001-01-311-4/+9
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-55/+55
* o The move to using VADMIN under vaccess() resulted in some systemrwatson2001-01-231-1/+1
* Stick the kthread API in a kthread_* namespace, and the specialized kprocjhb2000-12-151-2/+2
* Use proper mutex locking when calling setrunnable from speedup_syncer().mckusick2000-12-131-3/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+2
* Untangle vfsinit() a bit. Use seperate sysinit functions rather thanpeter2000-12-061-2/+4
* Correct int/long type mismatch in the proper place this time. freevnodesgallatin2000-12-021-3/+3
* Use msleep() instead of mtx_exit()/tsleep() so that we release the lock andjhb2000-12-011-13/+7
* Get rid of a bogus mtx_exit (it was attempting to release anmckusick2000-11-301-1/+0
* Implement a low-memory deadlock solution.dillon2000-11-181-4/+10
* Clear the VFREE flag when the vnode is removed from the free list integge2000-11-021-0/+1
* Take VBLK devices further out of their missery.phk2000-11-021-12/+11
* Catch up to moving headers:jhb2000-10-201-1/+1
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-191-0/+5
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-2/+2
OpenPOWER on IntegriCloud