| Commit message (Expand) | Author | Age | Files | Lines |
* | jwd@ reported a problem via email where the old NFS client would | Rick Macklem | 2011-12-21 | 1 | -6/+56 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | Konstantin Belousov | 2011-11-30 | 1 | -1/+1 |
* | The old NFS client will crash due to the reply being m_freem()'d | Rick Macklem | 2011-11-19 | 1 | -0/+5 |
* | Finish making 'wcommitsize' an NFS client mount option. | John Baldwin | 2011-11-14 | 1 | -1/+10 |
* | Merge 220876, 220877, and 221537 from the new NFS client to the old: | John Baldwin | 2011-08-09 | 3 | -7/+14 |
* | Fix a LOR in the NFS client which could cause a deadlock. | Rick Macklem | 2011-08-02 | 2 | -2/+21 |
* | Fix the kgssapi so that it can be loaded as a module. Currently | Rick Macklem | 2011-06-19 | 1 | -9/+3 |
* | In the VOP_PUTPAGES() implementations, change the default error from | Konstantin Belousov | 2011-06-01 | 1 | -6/+2 |
* | Add a check for MNTK_UNMOUNTF at the beginning of nfs_sync() | Rick Macklem | 2011-05-29 | 1 | -1/+11 |
* | Eliminate duplicate #include's. | Alan Cox | 2011-05-22 | 1 | -1/+0 |
* | Add a sanity check for the existence of an "addr" option | Rick Macklem | 2011-05-18 | 1 | -0/+4 |
* | Fix a comment that got missed by r221973 which changed | Rick Macklem | 2011-05-16 | 1 | -1/+1 |
* | Change the sysctl naming for the old and new NFS clients | Rick Macklem | 2011-05-15 | 5 | -31/+31 |
* | Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so | Rick Macklem | 2011-05-06 | 4 | -123/+3 |
* | Fix the module dependency in nfs_kdtrace.c for the old NFS | Rick Macklem | 2011-05-06 | 1 | -1/+1 |
* | Implemented a mount option "nocto" that disables cache coherency | Ruslan Ermilov | 2011-05-04 | 3 | -2/+6 |
* | Fix module names and dependencies so the NFS clients will | Rick Macklem | 2011-04-27 | 1 | -5/+5 |
* | This patch changes head so that the default NFS client is now the new | Rick Macklem | 2011-04-27 | 1 | -1/+1 |
* | Fix a kernel linking problem introduced by r221032, r221040 | Rick Macklem | 2011-04-26 | 1 | -0/+12 |
* | Fix the experimental NFS client so that it does not bogusly | Rick Macklem | 2011-04-25 | 6 | -2908/+1 |
* | Modify the experimental NFS client so that it uses the same | Rick Macklem | 2011-04-25 | 1 | -1/+5 |
* | - Fixed nfs_printf() to use vprintf(). | Ruslan Ermilov | 2011-04-13 | 1 | -2/+5 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | Alexander Leidinger | 2011-02-25 | 1 | -0/+2 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | Bjoern A. Zeeb | 2011-02-16 | 4 | -14/+8 |
* | Fix the nlm so that it no longer depends on the regular | Rick Macklem | 2011-01-03 | 2 | -2/+10 |
* | Remove prtactive variable and related printf()s in the vop_inactive | Konstantin Belousov | 2010-11-19 | 1 | -5/+0 |
* | Add missing "readahead" to the nfs_opts list. | Jaakko Heinonen | 2010-10-27 | 1 | -4/+4 |
* | Fix the type of the 3rd argument for nm_getinfo so that it works | Rick Macklem | 2010-10-19 | 1 | -3/+3 |
* | Modify the NFS clients and the NLM so that the NLM can be used | Rick Macklem | 2010-10-19 | 5 | -12/+43 |
* | Do not synchronously start the nfsiod threads at all. The r212506 | Konstantin Belousov | 2010-10-18 | 4 | -80/+48 |
* | Do not fork nfsiod directly from the vop methods. This causes LORs between | Konstantin Belousov | 2010-09-12 | 3 | -2/+48 |
* | Store the full timestamp when caching timestamps of files and | John Baldwin | 2010-09-07 | 2 | -13/+15 |
* | Modify nfs_diskless.c to recognize the environment variable | Rick Macklem | 2010-09-01 | 1 | -45/+120 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | John Baldwin | 2010-08-20 | 1 | -1/+1 |
* | Add some mutex locking on the nfsnode to the regular NFS client. | Rick Macklem | 2010-08-04 | 2 | -5/+10 |
* | Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate | Rick Macklem | 2010-07-24 | 5 | -490/+3 |
* | Retire the NFS access cache timestamp structure. It was used in VOP_OPEN() | John Baldwin | 2010-07-15 | 2 | -20/+0 |
* | A previous change moved the GETATTR RPC for open() calls that hit in the | John Baldwin | 2010-07-12 | 1 | -9/+14 |
* | - Add missing locking around flushing of an NFS node's attribute cache | John Baldwin | 2010-07-12 | 1 | -2/+4 |
* | In NFS clients, instead of inconsistently using #ifdef | Konstantin Belousov | 2010-06-13 | 3 | -51/+21 |
* | Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE() | Xin LI | 2010-05-27 | 1 | -1/+1 |
* | More gracefully handle stale file handles and attributes when opening a | John Baldwin | 2010-05-27 | 1 | -3/+20 |
* | Change the current working directory to be inside the jail created by | Colin Percival | 2010-05-27 | 1 | -0/+5 |
* | Push down the page queues lock into vm_page_activate(). | Alan Cox | 2010-05-07 | 1 | -8/+9 |
* | Eliminate page queues locking around most calls to vm_page_free(). | Alan Cox | 2010-05-06 | 1 | -4/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | Alan Cox | 2010-05-05 | 1 | -6/+12 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | Edward Tomasz Napierala | 2010-05-05 | 1 | -13/+2 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | Konstantin Belousov | 2010-05-03 | 1 | -2/+6 |
* | Simplify code a bit. | Pawel Jakub Dawidek | 2010-02-18 | 1 | -5/+1 |
* | Factor out the code shared between NFS client and server into its own | Marius Strobl | 2010-02-16 | 1 | -0/+1 |