| Commit message (Expand) | Author | Age | Files | Lines |
* | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ |  cheloha | 2019-07-25 | 1 | -7/+10 |
* | getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@ |  cheloha | 2019-07-19 | 1 | -4/+4 |
* | Keep local definitions local. |  mpi | 2017-02-22 | 1 | -1/+3 |
* | Convert to uiomove. From Martin Natano. |  stefan | 2016-02-13 | 1 | -7/+7 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -3/+3 |
* | delete a whole mess of unnecessary caddr_t casts |  tedu | 2014-12-18 | 1 | -2/+2 |
* | bzero -> memset |  tedu | 2014-11-14 | 1 | -2/+2 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -3/+1 |
* | Correct the handling of I/O of >=2^32 bytes and the ktracing there of |  guenther | 2013-09-14 | 1 | -2/+2 |
* | final removal of daddr64_t. daddr_t has been 64 bit for a long enough |  deraadt | 2013-06-11 | 1 | -4/+4 |
* | If the current offset is strictly less than the process filesize |  guenther | 2012-07-11 | 1 | -17/+22 |
* | No "\n" needed at the end of panic() strings. |  krw | 2010-08-07 | 1 | -3/+3 |
* | Don't jump the queue if we have to wait on the client side because |  beck | 2010-04-12 | 1 | -5/+8 |
* | make more bettah. instead of doing: |  oga | 2010-04-09 | 1 | -9/+4 |
* | In the nfs bio functions, instead of looking at an invalid vnode type, |  oga | 2010-04-09 | 1 | -4/+4 |
* | antsy |  jsg | 2009-10-19 | 1 | -18/+6 |
* | Backout the asyncio/aiod change, as it causes buf's to get hung. |  thib | 2009-09-02 | 1 | -63/+16 |
* | Garbage collect two variables that where set but unused. |  thib | 2009-08-27 | 1 | -2/+2 |
* | introduce a flag member to struct nfs_aiod, and use flags instead of the exit |  thib | 2009-08-27 | 1 | -3/+6 |
* | make sure that an aiod has been removed from the nfs_aiods_idle list |  thib | 2009-08-26 | 1 | -2/+3 |
* | Rework the way we do async I/O in nfs. Introduce separate buf queues for |  thib | 2009-08-20 | 1 | -16/+59 |
* | Using the buf pointer returned from incore is a really bad idea. |  art | 2009-07-28 | 1 | -30/+12 |
* | remove a comment thats part lie and part stating the obvious. |  thib | 2009-07-22 | 1 | -4/+1 |
* | (struct foo *)0 -> NULL, every where I could find it. |  thib | 2009-07-20 | 1 | -5/+5 |
* | - /dev/drum is long gone; sync comment with reality |  jasper | 2009-06-23 | 1 | -5/+2 |
* | We don't count buffercache stats in the B_PHYS case, so fix nfs to not |  oga | 2009-03-19 | 1 | -5/+1 |
* | Use a timespec instead of a time_t for the clients nfsnode |  thib | 2009-01-24 | 1 | -5/+6 |
* | Introduce a macro to invalidate the attribute |  thib | 2009-01-19 | 1 | -8/+4 |
* | o nfs_vinvalbuf() is always called with the intrflag as 1, and then |  thib | 2008-08-09 | 1 | -34/+22 |
* | After beck@ changed the way nfsiod's are notified of work, the |  blambert | 2008-08-08 | 1 | -2/+1 |
* | much more correct way of dealing with nfs pending reads/writes |  beck | 2008-07-25 | 1 | -5/+10 |
* | Correct cases of mishandling of pending reads and writes to prevent |  beck | 2008-07-23 | 1 | -1/+6 |
* | Ensure each nfsiod can actually enqueue more than one asynchio - this mirrors |  beck | 2008-06-14 | 1 | -14/+13 |
* | add a statistic bit to count how often we change async to sync |  thib | 2008-06-12 | 1 | -2/+5 |
* | if (something_complicated) |  art | 2008-06-12 | 1 | -10/+3 |
* | Actually return an error in nfs_asyncio() if we fail to process |  thib | 2008-06-12 | 1 | -13/+3 |
* | Canonical for() -> queue.h FOREACH macro conversions. |  blambert | 2008-06-11 | 1 | -1/+2 |
* | pedro ok'd this ~3500 line diff which removes the vop argument |  deraadt | 2007-06-01 | 1 | -7/+2 |
* | daddr_t -> daddr64_t; |  thib | 2007-06-01 | 1 | -5/+5 |
* | Kernel stack can be swapped. This means that stuff that's on the stack |  miod | 2006-11-29 | 1 | -2/+1 |
* | move the declaration of nfsstats from nfs_bio.c to |  thib | 2006-11-01 | 1 | -2/+2 |
* | Remove unused debug code that sneaked in by accident long ago |  pedro | 2006-04-20 | 1 | -5/+1 |
* | Fix reading large files; from NetBSD. Somehow this was overlooked |  otto | 2005-10-31 | 1 | -4/+5 |
* | NFS commit coalescion: instead of sending a commit for each block, coalesce |  marius | 2004-08-03 | 1 | -6/+22 |
* | kqueue support for NFS, adapted from netbsd. |  marius | 2004-07-21 | 1 | -3/+12 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Kill a bunch more commons (very few left =) |  jason | 2003-05-13 | 1 | -1/+2 |
* | Protect calls to biodone with splbio. Some functions called |  art | 2002-05-21 | 1 | -2/+4 |
* | There are NFS servers where it's possible to modify a symbolic link. Remove aggressive optimization |  csapuntz | 2002-02-08 | 1 | -19/+13 |