aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_export.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* vfs: fix trivial whitespace issues which don't interefere with blameMateusz Guzik2020-07-101-1/+1
* Apply default security flavor in vfs_exportRyan Moeller2020-06-161-1/+8
* Fix export_args ex_flags field so that is 64bits, the same as mnt_flags.Rick Macklem2020-06-141-19/+14
* vfs_exports: Tighten bounds and assert consistency of numsecflavorsRyan Moeller2020-05-111-3/+17
* Ensure that directory entry padding bytes are zeroed.Mark Johnston2018-11-231-1/+1
* Switch RIB and RADIX_NODE_HEAD lock from rwlock(9) to rmlock(9).Andrey V. Elsukov2018-06-161-1/+2
* Reverse the check to allocate the buffer if cached pointer is NULL.Alexander Kabaev2017-12-231-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* vfs_export_lookup: Fix r324054Emmanuel Vadot2017-10-061-23/+22
* vfs_export: Simplify vfs_export_lookupEmmanuel Vadot2017-09-271-31/+33
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-5/+5
* Fix build when no INET and INET6 in kernel config.Ruslan Bukin2016-11-171-0/+4
* Renumber license clauses in sys/kern to avoid skipping #3Ed Maste2016-09-151-1/+1
* kern: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Pass the expected struct radix_node_head * to vfs_free_netcred.Bryan Drewery2016-03-241-1/+1
* Fix M_RTABLE memory leak from r274118 (11/2014).Bryan Drewery2016-03-241-1/+1
* MFP r287070,r287073: split radix implementation and route table structure.Alexander V. Chernikov2016-01-251-4/+4
* After the changes in r274118 make NOIP kernels compile by hiding anBjoern A. Zeeb2014-11-061-0/+2
* Remove old hack abusing domattach from NFS code.Alexander V. Chernikov2014-11-051-48/+73
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-0/+1
* The group list for a non-default export entry (a host/subnet one)Rick Macklem2012-12-141-1/+1
* Set the prison in NFS anon and GSS SVC creds.Jamie Gritton2009-09-281-0/+5
* Free struct ucreds allocated in vfs_hang_addrlist() when deletingKonstantin Belousov2009-06-291-4/+14
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-6/+4
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-1/+1
* Do not embed struct ucred into larger netcred parent structures.Alexander Kabaev2009-05-091-20/+24
* drop rnh lock before destroying itKip Macy2008-12-281-0/+1
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-071-2/+3
* Correct typo in comment: thier -> theirEd Maste2008-11-241-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-1/+17
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+3
* Provide the mutual exclusion between the nfs export list modificationsKonstantin Belousov2008-06-091-0/+4
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-3/+16
* Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method.Pawel Jakub Dawidek2007-02-151-1/+1
* When exiting vfs_export(), delete the "export" option fromCraig Rodrigues2007-01-231-11/+31
* In vfs_export(), if we specify MNT_DELEXPORT in the struct export_args,Craig Rodrigues2006-12-161-1/+4
* Convert to ANSI-style function prototypes.Craig Rodrigues2006-12-161-21/+9
* Use vfs_mount_error() to log mount errors in a few places with humanCraig Rodrigues2006-12-071-1/+8
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+10
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Use the refcount API to manage the reference count for user credentialsJohn Baldwin2005-09-271-2/+3
* Handle theoretical case of vfs_export being called with both MNT_DELEXPORT andAlexander Kabaev2005-05-111-0/+1
* - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. ForJeff Roberson2005-03-241-1/+1
* Make various mountpoint related functions static.Poul-Henning Kamp2005-02-101-4/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Sigh. I really need to get an internet connection which is less thanColin Percival2004-11-291-1/+1
* Check that saddr->sa_family is a sensible value before using it.Colin Percival2004-11-281-0/+4
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-1/+1
* Include <sys/mutex.h> and its prerequisite <sys/lock.h> instesd of dependingBruce Evans2004-04-211-5/+8