aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* Move most of NFS file handle affinity code out of the heavily congestedAlexander Motin2013-12-302-76/+76
* Fix RPC server threads file handle affinity to work better with ZFS.Alexander Motin2013-12-232-5/+2
* Remove several linear list traversals per request from RPC server code.Alexander Motin2013-12-201-16/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystemIan Lepore2013-07-311-19/+54
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver toKenneth D. Merry2013-04-172-0/+668
* Use m_get() and m_getcl() instead of compat macros.Gleb Smirnoff2013-03-151-2/+2
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* Use m_get2() to get mbuf of appropriate size.Gleb Smirnoff2013-03-121-3/+1
* Remove the unused nfs_curusec().John Baldwin2013-01-172-10/+0
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-8/+8
* Add an nfssvc() option to the kernel for the new NFS clientRick Macklem2012-12-022-2/+10
* Add two new options to the nfssvc(2) syscall that allowRick Macklem2012-10-142-1/+4
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* - Typo fixOleksandr Tymoshenko2012-08-161-3/+6
* Merge somewhat modified r230399 from projects/armv6:Oleksandr Tymoshenko2012-08-161-0/+16
* Add multi-FIB IPv6 support to the core network stack supplementingBjoern A. Zeeb2012-02-031-4/+3
* Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()Gleb Smirnoff2011-12-131-236/+177
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-2/+3
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Set proper root device name when legacy NFS client is compiled into kernel.Grzegorz Bernacki2011-06-291-0/+4
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-151-1/+1
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h soRick Macklem2011-05-061-0/+120
* Modify the NFS nfssvc(2) syscall so that it allowsRick Macklem2011-05-051-3/+6
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSRick Macklem2011-05-041-0/+2
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andRick Macklem2011-05-041-1/+0
* Implemented a mount option "nocto" that disables cache coherencyRuslan Ermilov2011-05-041-0/+2
* Add the kernel support needed to zero out the nfsstatsRick Macklem2011-05-011-0/+1
* Fix the experimental NFS client so that it does not boguslyRick Macklem2011-04-255-0/+2907
* Modify the experimental NFSv4 server so that it posts a SIGUSR2Rick Macklem2011-01-142-1/+2
* Fix the nlm so that it no longer depends on the regularRick Macklem2011-01-032-2/+5
* Fix the type of the 3rd argument for nm_getinfo so that it worksRick Macklem2010-10-191-1/+1
* Modify the NFS clients and the NLM so that the NLM can be usedRick Macklem2010-10-193-5/+60
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separateRick Macklem2010-07-242-0/+486
* Factor out the code shared between NFS client and server into its ownMarius Strobl2010-02-161-5/+15
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-092-0/+68
* Some style(9) fixesMarius Strobl2010-02-092-22/+24
* Revert rev 192323 (nfs_common.c only):Marcel Moolenaar2009-07-121-3/+2
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-302-109/+0
* Replace AUDIT_ARG() with variable argument macros with a set more moreRobert Watson2009-06-271-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that aMarcel Moolenaar2009-05-181-2/+3
* Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation forRick Macklem2009-04-072-0/+220
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-2/+2
* NFSv4 client:Jim Rees2006-11-281-15/+17
* Fixes for NFS crashes on architectures that require strict alignment.Paul Saab2005-07-142-3/+18
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-075-5/+5
* Add non-blocking versions of nfsm_dissect() and friends, for use fromPaul Saab2004-12-062-4/+29
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-075-20/+0
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-142-7/+296