| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Keep track of the number of in-progress async direct IO writes in the nfsnode. | mohans | 2006-04-06 | 1 | -4/+17 |
* | - Always return success from NFS strategy. nfs_doio(), in the | ps | 2005-11-21 | 1 | -1/+1 |
* | Remove the NFS client rslock. The rslock was used to serialize | ps | 2005-07-21 | 1 | -76/+2 |
* | Ifdef out the incomplete non-blocking IO implementation for NFS | green | 2005-06-16 | 1 | -0/+2 |
* | Fix a serious deadlock with the NFS client. Given a large enough | green | 2005-06-10 | 1 | -0/+65 |
* | Don't brelse(bp) if bp is null. Also, eliminate some redundancy | das | 2005-03-18 | 1 | -18/+5 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -1/+1 |
* | Remove unused cred arg from nfs_vinvalbuf() and many bogus arguments | phk | 2005-01-24 | 1 | -6/+5 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | First cut of NFS direct IO support. | ps | 2004-12-15 | 1 | -0/+174 |
* | Store a hint in the nfsnode to detect sequential access of the file. | ps | 2004-12-10 | 1 | -1/+4 |
* | Rewrite of the NFS client's reply handling. We now have NFS socket | ps | 2004-12-06 | 1 | -2/+8 |
* | 2 fixes that improve on the consistency of the NFS client cache. | ps | 2004-12-06 | 1 | -4/+4 |
* | Serialize NFS vinvalbuf operations by acquiring/upgrading to the | ps | 2004-12-06 | 1 | -26/+23 |
* | - Eliminate the acquisition and release of the bqlock in bremfree() by | jeff | 2004-11-18 | 1 | -0/+2 |
* | Retire b_magic now, we have the bufobj containing the same hint. | phk | 2004-11-04 | 1 | -1/+0 |
* | Move the buffer method vector (buf->b_op) to the bufobj. | phk | 2004-10-24 | 1 | -35/+2 |
* | Add b_bufobj to struct buf which eventually will eliminate the need for b_vp. | phk | 2004-10-22 | 1 | -2/+2 |
* | nfsclient/nfs_bio.c has a PHOLD() without a PRELE(). Neither should | das | 2004-10-01 | 1 | -3/+1 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 1 | -5/+0 |
* | Explicitly pass vnode to nfs_doio() and mountpoint to nfs_asyncio(). | phk | 2004-09-07 | 1 | -14/+9 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | alfred | 2004-07-06 | 1 | -19/+37 |
* | Remove bad cookie vp kernel printf; while it does notify about an | rwatson | 2004-06-17 | 1 | -1/+0 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 1 | -2/+0 |