summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-0/+1
* The group list for a non-default export entry (a host/subnet one)rmacklem2012-12-141-1/+1
* Set the prison in NFS anon and GSS SVC creds.jamie2009-09-281-0/+5
* Free struct ucreds allocated in vfs_hang_addrlist() when deletingkib2009-06-291-4/+14
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-6/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-1/+1
* Do not embed struct ucred into larger netcred parent structures.kan2009-05-091-20/+24
* drop rnh lock before destroying itkmacy2008-12-281-0/+1
* - convert radix node head lock from mutex to rwlockkmacy2008-12-071-2/+3
* Correct typo in comment: thier -> theiremaste2008-11-241-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-1/+17
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* Provide the mutual exclusion between the nfs export list modificationskib2008-06-091-0/+4
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-3/+16
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.pjd2007-02-151-1/+1
* When exiting vfs_export(), delete the "export" option fromrodrigc2007-01-231-11/+31
* In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,rodrigc2006-12-161-1/+4
* Convert to ANSI-style function prototypes.rodrigc2006-12-161-21/+9
* Use vfs_mount_error() to log mount errors in a few places with humanrodrigc2006-12-071-1/+8
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+10
* 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
OpenPOWER on IntegriCloud