summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* kern: for pointers replace 0 with NULL.pfg2016-04-151-1/+1
* Pass the expected struct radix_node_head * to vfs_free_netcred.bdrewery2016-03-241-1/+1
* Fix M_RTABLE memory leak from r274118 (11/2014).bdrewery2016-03-241-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.melifaro2016-01-251-4/+4
* After the changes in r274118 make NOIP kernels compile by hiding anbz2014-11-061-0/+2
* Remove old hack abusing domattach from NFS code.melifaro2014-11-051-48/+73
* 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
OpenPOWER on IntegriCloud