aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfs_bio.c
Commit message (Expand)AuthorAgeFilesLines
* Do not leave invalid pages in the object after the short read for aKonstantin Belousov2012-08-141-4/+8
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-051-0/+1
* Reduce code duplication and exposure of direct access to structKonstantin Belousov2012-08-041-30/+2
* PR# 165923 reported intermittent write failures for dirtyRick Macklem2012-05-121-1/+6
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-231-1/+1
* Fix the NFS clients so that they use copyin() instead of bcopy(),Rick Macklem2012-03-011-1/+16
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-7/+7
* A problem with respect to data read through the buffer cache for bothRick Macklem2012-01-271-9/+5
* Rename vm_page_set_valid() to vm_page_set_valid_range().Konstantin Belousov2011-11-301-1/+1
* Merge 220876, 220877, and 221537 from the new NFS client to the old:John Baldwin2011-08-091-2/+6
* In the VOP_PUTPAGES() implementations, change the default error fromKonstantin Belousov2011-06-011-6/+2
* Move sys/nfsclient/nfs_kdtrace.h to sys/nfs/nfs_kdtrace.h soRick Macklem2011-05-061-1/+1
* Do not synchronously start the nfsiod threads at all. The r212506Konstantin Belousov2010-10-181-17/+9
* In NFS clients, instead of inconsistently using #ifdefKonstantin Belousov2010-06-131-10/+4
* Push down the page queues lock into vm_page_activate().Alan Cox2010-05-071-8/+9
* Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-061-4/+0
* Acquire the page lock around all remaining calls to vm_page_free() onAlan Cox2010-05-051-6/+12
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-13/+2
* Lock the page around vm_page_activate() and vm_page_deactivate() callsKonstantin Belousov2010-05-031-2/+6
* Fix a race that can occur when nfs nfsiod threads are being created.Rick Macklem2010-01-271-3/+3
* Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread ownsKonstantin Belousov2009-07-141-4/+4
* Adjust the internal NFS KPI to avoid the last traces of NFS_LEGACYRPC.Doug Rabson2009-06-301-10/+10
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-1/+0
* Fix some of the style errors in *getpages().Alan Cox2009-06-181-18/+13
* Add a test for VI_DOOMED just after nfs_upgrade_vnlock() inRick Macklem2009-06-101-8/+15
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofAlan Cox2009-05-311-1/+1
* Make *getpages()s' assertion on the state of each page's dirty bitsAlan Cox2009-05-281-1/+1
* Remove the unmaintained University of Michigan NFSv4 client from 8.xRobert Watson2009-05-221-14/+7
* Eliminate unnecessary clearing of the page's dirty mask from variousAlan Cox2009-05-151-1/+3
* Eliminate gratuitous clearing of the page's dirty mask.Alan Cox2009-05-121-1/+2
* Eliminate stale comments.Alan Cox2009-05-101-6/+1
* Add DTrace probes to the NFS access and attribute caches. Access cacheRobert Watson2009-03-241-0/+7
* Remove the struct thread unuseful argument from bufobj interface.Attilio Rao2008-10-101-2/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-3/+3
* namei() can call underlying nfs_readlink() passing a struct uio pointerAttilio Rao2008-02-091-4/+4
* Fix for a very rare race, caused by the nfsiod wakeup and nfsiod idleMohan Srinivasan2007-09-251-0/+7
* Fix up NFS client write error handling. Errors are split intoJohn Baldwin2007-07-031-0/+15
* Do proper "locking" for missing vmmeters part.Attilio Rao2007-06-041-4/+4
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-4/+4
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-4/+4
* Various fixes to the NFS Directio support.John Baldwin2007-04-251-6/+7
* Introduce a field to struct vm_page for storing flags that areAlan Cox2006-08-091-1/+1
* Call vm_object_page_clean() with the object lock held.Stephan Uphoff2006-05-251-0/+2
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().Stephan Uphoff2006-05-251-0/+11
* Changes to make the NFS client MP safe.Mohan Srinivasan2006-05-191-121/+209
* Keep track of the number of in-progress async direct IO writes in the nfsnode.Mohan Srinivasan2006-04-061-4/+17
* - Always return success from NFS strategy. nfs_doio(), in thePaul Saab2005-11-211-1/+1
* Remove the NFS client rslock. The rslock was used to serializePaul Saab2005-07-211-76/+2
* Ifdef out the incomplete non-blocking IO implementation for NFSBrian Feldman2005-06-161-0/+2
* Fix a serious deadlock with the NFS client. Given a large enoughBrian Feldman2005-06-101-0/+65