summaryrefslogtreecommitdiffstats
path: root/sys/nfs
Commit message (Expand)AuthorAgeFilesLines
* MFC: r291527rmacklem2015-12-141-0/+1
* MFC r267479:mav2014-06-221-19/+21
* MFC r267221, r267278:mav2014-06-221-7/+3
* Merge r262763, r262767, r262771, r262806 from head:glebius2014-03-211-1/+1
* MFC r260097:mav2014-01-222-76/+76
* MFC r259765:mav2014-01-222-5/+2
* MFC r259659, r259662:mav2014-01-221-16/+1
* Changes to allow using BOOTP_NFSROOT and mounting an nfs root filesystemian2013-07-311-19/+54
* Move the NFS FHA (File Handle Affinity) code from sys/nfsserver token2013-04-172-0/+668
* Use m_get() and m_getcl() instead of compat macros.glebius2013-03-151-2/+2
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Use m_get2() to get mbuf of appropriate size.glebius2013-03-121-3/+1
* Remove the unused nfs_curusec().jhb2013-01-172-10/+0
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-8/+8
* Add an nfssvc() option to the kernel for the new NFS clientrmacklem2012-12-022-2/+10
* Add two new options to the nfssvc(2) syscall that allowrmacklem2012-10-142-1/+4
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* - Typo fixgonzo2012-08-161-3/+6
* Merge somewhat modified r230399 from projects/armv6:gonzo2012-08-161-0/+16
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-4/+3
* Some cleanup of BOOTP code. Initially I wanted to just change the ifioctl()glebius2011-12-131-236/+177
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-2/+3
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-1/+1
* Set proper root device name when legacy NFS client is compiled into kernel.gber2011-06-291-0/+4
* Change the sysctl naming for the old and new NFS clientsrmacklem2011-05-151-1/+1
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h sormacklem2011-05-061-0/+120
* Modify the NFS nfssvc(2) syscall so that it allowsrmacklem2011-05-051-3/+6
* Add kernel support for NFSSVC_ZEROCLTSTATS and NFSSVC_ZEROSRVSTATSrmacklem2011-05-041-0/+2
* Revert r221306, since NFSSVC_ZEROSTATS zero'd both client andrmacklem2011-05-041-1/+0
* Implemented a mount option "nocto" that disables cache coherencyru2011-05-041-0/+2
* Add the kernel support needed to zero out the nfsstatsrmacklem2011-05-011-0/+1
* Fix the experimental NFS client so that it does not boguslyrmacklem2011-04-255-0/+2907
* Modify the experimental NFSv4 server so that it posts a SIGUSR2rmacklem2011-01-142-1/+2
* Fix the nlm so that it no longer depends on the regularrmacklem2011-01-032-2/+5
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-191-1/+1
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-193-5/+60
* Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separatermacklem2010-07-242-0/+486
* 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-092-0/+68
* Some style(9) fixesmarius2010-02-092-22/+24
* 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-302-109/+0
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-2/+3
* Adding sys/nfs/nfssvc.h and sys/nfs/nfs_nfssvc.c in preparation forrmacklem2009-04-072-0/+220
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-2/+2
* NFSv4 client:rees2006-11-281-15/+17
* Fixes for NFS crashes on architectures that require strict alignment.ps2005-07-142-3/+18
* /* -> /*- for license, minor formatting changesimp2005-01-075-5/+5
OpenPOWER on IntegriCloud