summaryrefslogtreecommitdiffstats
path: root/sys/fs/nfsclient/nfs_clbio.c
Commit message (Expand)AuthorAgeFilesLines
* 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