| Commit message (Expand) | Author | Age | Files | Lines |
* | Both NFS clients can deadlock when using the "rdirplus" mount | rmacklem | 2013-04-18 | 1 | -2/+10 |
* | Fix remainder calculation when biosize is not a power of 2 | emaste | 2013-03-19 | 1 | -3/+3 |
* | Revert 195703 and 195821 as this special stop handling in NFS is now | jhb | 2013-03-13 | 1 | -4/+4 |
* | Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to | attilio | 2013-02-20 | 1 | -9/+9 |
* | Switch vm_object lock to be a rwlock. | attilio | 2013-02-20 | 1 | -0/+1 |
* | Do not leave invalid pages in the object after the short read for a | kib | 2012-08-14 | 1 | -4/+8 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -0/+1 |
* | Reduce code duplication and exposure of direct access to struct | kib | 2012-08-04 | 1 | -30/+2 |
* | PR# 165923 reported intermittent write failures for dirty | rmacklem | 2012-05-12 | 1 | -1/+6 |
* | Remove unused thread argument from vtruncbuf(). | trasz | 2012-04-23 | 1 | -1/+1 |
* | Fix the NFS clients so that they use copyin() instead of bcopy(), | rmacklem | 2012-03-01 | 1 | -1/+16 |
* | Fix found places where uio_resid is truncated to int. | kib | 2012-02-21 | 1 | -7/+7 |
* | A problem with respect to data read through the buffer cache for both | rmacklem | 2012-01-27 | 1 | -9/+5 |
* | Rename vm_page_set_valid() to vm_page_set_valid_range(). | kib | 2011-11-30 | 1 | -1/+1 |
* | Merge 220876, 220877, and 221537 from the new NFS client to the old: | jhb | 2011-08-09 | 1 | -2/+6 |
* | In the VOP_PUTPAGES() implementations, change the default error from | kib | 2011-06-01 | 1 | -6/+2 |
* | Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h so | rmacklem | 2011-05-06 | 1 | -1/+1 |
* | Do not synchronously start the nfsiod threads at all. The r212506 | kib | 2010-10-18 | 1 | -17/+9 |
* | In NFS clients, instead of inconsistently using #ifdef | kib | 2010-06-13 | 1 | -10/+4 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 1 | -8/+9 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -4/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -6/+12 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -13/+2 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | kib | 2010-05-03 | 1 | -2/+6 |
* | Fix a race that can occur when nfs nfsiod threads are being created. | rmacklem | 2010-01-27 | 1 | -3/+3 |
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | kib | 2009-07-14 | 1 | -4/+4 |
* | Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC. | dfr | 2009-06-30 | 1 | -10/+10 |
* | Remove the old kernel RPC implementation and the NFS_LEGACYRPC option. | dfr | 2009-06-30 | 1 | -1/+0 |
* | Fix some of the style errors in *getpages(). | alc | 2009-06-18 | 1 | -18/+13 |
* | Add a test for VI_DOOMED just after nfs_upgrade_vnlock() in | rmacklem | 2009-06-10 | 1 | -8/+15 |
* | nfs_write() can use the recently introduced vfs_bio_set_valid() instead of | alc | 2009-05-31 | 1 | -1/+1 |
* | Make *getpages()s' assertion on the state of each page's dirty bits | alc | 2009-05-28 | 1 | -1/+1 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 1 | -14/+7 |
* | Eliminate unnecessary clearing of the page's dirty mask from various | alc | 2009-05-15 | 1 | -1/+3 |
* | Eliminate gratuitous clearing of the page's dirty mask. | alc | 2009-05-12 | 1 | -1/+2 |
* | Eliminate stale comments. | alc | 2009-05-10 | 1 | -6/+1 |
* | Add DTrace probes to the NFS access and attribute caches. Access cache | rwatson | 2009-03-24 | 1 | -0/+7 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -2/+2 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -3/+3 |
* | namei() can call underlying nfs_readlink() passing a struct uio pointer | attilio | 2008-02-09 | 1 | -4/+4 |
* | Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idle | mohans | 2007-09-25 | 1 | -0/+7 |
* | Fix up NFS client write error handling. Errors are split into | jhb | 2007-07-03 | 1 | -0/+15 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -4/+4 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+4 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -4/+4 |
* | Various fixes to the NFS Directio support. | jhb | 2007-04-25 | 1 | -6/+7 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 1 | -1/+1 |
* | Call vm_object_page_clean() with the object lock held. | ups | 2006-05-25 | 1 | -0/+2 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 1 | -0/+11 |
* | Changes to make the NFS client MP safe. | mohans | 2006-05-19 | 1 | -121/+209 |