summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clbio.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282881: Do not promote large async writes to sync.mav2015-05-241-34/+15
* MFC: r259084rmacklem2013-12-301-10/+25
* When the NFSv4.1 client is writing to a pNFS Data Server (DS), thermacklem2013-06-211-2/+16
* Both NFS clients can deadlock when using the "rdirplus" mountrmacklem2013-04-181-2/+10
* Strip the unnneeded spaces, mostly at the end of lines.kib2013-04-011-46/+46
* Fix remainder calculation when biosize is not a power of 2emaste2013-03-191-3/+3
* Revert 195703 and 195821 as this special stop handling in NFS is nowjhb2013-03-131-4/+4
* Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() toattilio2013-02-201-9/+9
* Switch vm_object lock to be a rwlock.attilio2013-02-201-0/+1
* Move the NFSv4.1 client patches over from projects/nfsv4.1-clientrmacklem2012-12-081-0/+2
* Do not leave invalid pages in the object after the short read for akib2012-08-141-4/+8
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Reduce code duplication and exposure of direct access to structkib2012-08-041-30/+2
* Do not override an error from uiomove() with (non-)error result fromkib2012-07-021-3/+6
* Enable deadlock avoidance code for NFS client.kib2012-06-211-2/+2
* Improve handling of uiomove(9) errors for the NFS client.kib2012-06-061-8/+48
* Capitalize start of sentence.kib2012-05-301-1/+1
* PR# 165923 reported intermittent write failures for dirtyrmacklem2012-05-121-1/+6
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-1/+1
* Add sysctl vfs.nfs.nfs_keep_dirty_on_error to switch the nfs clientkib2012-03-171-3/+6
* Fix the NFS clients so that they use copyin() instead of bcopy(),rmacklem2012-03-011-1/+16
* Fix found places where uio_resid is truncated to int.kib2012-02-211-8/+8
* A problem with respect to data read through the buffer cache for bothrmacklem2012-01-271-9/+5
* Rename vm_page_set_valid() to vm_page_set_valid_range().kib2011-11-301-1/+1
* Add DTrace support to the new NFS client. This is essentiallyrmacklem2011-06-181-0/+7
* In the VOP_PUTPAGES() implementations, change the default error fromkib2011-06-011-11/+4
* Remove the nm_mtx mutex locking from the test forrmacklem2011-04-211-5/+1
* Modify the offset + size checks for read and write in thermacklem2011-04-201-3/+13
* Change the experimental NFS client so that it creates nfsiodrmacklem2011-04-151-23/+6
* Change the code in ncl_bioread() in the experimental NFSrmacklem2010-09-051-4/+1
* In NFS clients, instead of inconsistently using #ifdefkib2010-06-131-10/+4
* Push down the page queues lock into vm_page_activate().alc2010-05-071-8/+9
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-4/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-6/+12
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-14/+2
* Lock the page around vm_page_activate() and vm_page_deactivate() callskib2010-05-031-2/+6
* When the experimental NFS client is handling an NFSv4 server rebootrmacklem2010-04-221-11/+20
* Patch the experimental NFS client in a manner analogous tormacklem2010-01-281-4/+4
* When porting the experimental nfs subsystem to the FreeBSD8 krpc,rmacklem2009-12-261-100/+5
* Add changes to the experimental nfs client to use the PBDRY flag forrmacklem2009-07-221-4/+4
* Fix some of the style errors in *getpages().alc2009-06-181-18/+13
* This commit is analagous to r193952, but for the experimental nfsrmacklem2009-06-101-8/+15
* nfs_write() can use the recently introduced vfs_bio_set_valid() instead ofalc2009-05-311-1/+1
* Make *getpages()s' assertion on the state of each page's dirty bitsalc2009-05-281-1/+1
* Merge r191964: Eliminate a case of unnecessary page queues locking.alc2009-05-171-4/+1
* Changed sys/fs/nfs_clbio.c in the same way Alan Cox changedrmacklem2009-05-161-3/+3
* Apply a one line change to nfs_clbio.c (which is largely a copyrmacklem2009-05-131-1/+2
* Add the experimental nfs subtree to the kernel, that includesrmacklem2009-05-041-0/+1934
OpenPOWER on IntegriCloud