summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_common.c
Commit message (Expand)AuthorAgeFilesLines
* Use m_get() and m_getcl() instead of compat macros.glebius2013-03-151-2/+2
* Remove the unused nfs_curusec().jhb2013-01-171-9/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-1/+1
* Factor out the code shared between NFS client and server into its ownmarius2010-02-161-5/+15
* - Move nfs_realign() from the NFS client to the shared NFS code andmarius2010-02-091-0/+67
* Some style(9) fixesmarius2010-02-091-20/+23
* Revert rev 192323 (nfs_common.c only):marcel2009-07-121-3/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-1/+0
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-2/+3
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-2/+2
* Fixes for NFS crashes on architectures that require strict alignment.ps2005-07-141-3/+12
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add non-blocking versions of nfsm_dissect() and friends, for use fromps2004-12-061-3/+19
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+2
* Remove unused include.jeff2002-03-201-1/+0
* When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>='iedowse2001-12-311-1/+1
* Avoid passing the variable `tl' to functions that just use it foriedowse2001-12-181-5/+6
* Unwind some more macros. NFSMADV() was kinda silly since it was rightpeter2001-09-281-1/+1
* Make nfsm_dissect() have an obvious return value.peter2001-09-271-22/+21
* Tidy up nfsm_build usage. This is only partially finished.peter2001-09-271-3/+5
* Cleanup and split of nfs client and server code.peter2001-09-181-1999/+70
* KSE Milestone 2julian2001-09-121-17/+17
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-2/+2
* - Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-281-2/+4
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+2
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-14/+14
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-141-1/+1
* Problem to avoid processes getting stuck in "vmopar". From Ian'sdwmalone2000-10-241-3/+12
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-1/+1
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-18/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-131-11/+0
* make getfh a standard syscall instead of dependant on havingalfred1999-12-211-14/+0
* Fix a number of server-side issues related to aborting badly formeddillon1999-12-121-0/+3
* Synopsis of problem being fixed: Dan Nelson originally reported thatdillon1999-12-121-6/+14
* Before we start to mess with the VFS name-cache clean things up a little bit:phk1999-10-031-2/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-1/+4
* remove unused variables.phk1999-08-281-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-21/+2
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+2
OpenPOWER on IntegriCloud