Age | Commit message (Expand) | Author |
2009-08-20 | Rework the way we do async I/O in nfs. Introduce separate buf queues for | Thordur I. Bjornsson |
2009-07-28 | Using the buf pointer returned from incore is a really bad idea. | Artur Grabowski |
2009-07-22 | remove a comment thats part lie and part stating the obvious. | Thordur I. Bjornsson |
2009-07-20 | (struct foo *)0 -> NULL, every where I could find it. | Thordur I. Bjornsson |
2009-06-23 | - /dev/drum is long gone; sync comment with reality | Jasper Lievisse Adriaanse |
2009-03-19 | We don't count buffercache stats in the B_PHYS case, so fix nfs to not | Owain Ainsworth |
2009-01-24 | Use a timespec instead of a time_t for the clients nfsnode | Thordur I. Bjornsson |
2009-01-19 | Introduce a macro to invalidate the attribute | Thordur I. Bjornsson |
2008-08-09 | o nfs_vinvalbuf() is always called with the intrflag as 1, and then | Thordur I. Bjornsson |
2008-08-08 | After beck@ changed the way nfsiod's are notified of work, the | Bret Lambert |
2008-07-25 | much more correct way of dealing with nfs pending reads/writes | Bob Beck |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-06-14 | Ensure each nfsiod can actually enqueue more than one asynchio - this mirrors | Bob Beck |
2008-06-12 | add a statistic bit to count how often we change async to sync | Thordur I. Bjornsson |
2008-06-12 | if (something_complicated) | Artur Grabowski |
2008-06-12 | Actually return an error in nfs_asyncio() if we fail to process | Thordur I. Bjornsson |
2008-06-11 | Canonical for() -> queue.h FOREACH macro conversions. | Bret Lambert |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-06-01 | daddr_t -> daddr64_t; | Thordur I. Bjornsson |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-01 | move the declaration of nfsstats from nfs_bio.c to | Thordur I. Bjornsson |
2006-04-20 | Remove unused debug code that sneaked in by accident long ago | Pedro Martelletto |
2005-10-31 | Fix reading large files; from NetBSD. Somehow this was overlooked | Otto Moerbeek |
2004-08-03 | NFS commit coalescion: instead of sending a commit for each block, coalesce | marius eriksen |
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-13 | Kill a bunch more commons (very few left =) | Jason Wright |
2002-05-21 | Protect calls to biodone with splbio. Some functions called | Artur Grabowski |
2002-02-08 | There are NFS servers where it's possible to modify a symbolic link. Remove a... | Constantine Sapuntzakis |
2002-01-16 | use queue.h macro's | Eric Jackson |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Workaround a compiler bug on m68k. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-11-30 | Whooops. | Artur Grabowski |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis |
2001-11-29 | Make sure the nfs vnodes are on the syncer worklist. | Artur Grabowski |
2001-11-29 | Make sure the whole buffer is initialized before calling bgetvp. | Artur Grabowski |
2001-11-29 | Correctly handle b_vp with bgetvp and brelvp in {get,put}pages. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-25 | Get rid of some dead code caused by the last commit | Constantine Sapuntzakis |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |
2001-06-25 | Get rid of old directory caching scheme which caused persistent duplicates. | Constantine Sapuntzakis |
2001-02-23 | Change the B_DELWRI flag using buf_dirty and buf_undirty instead of | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
1999-02-26 | compatibility with uvm vnode pager | Artur Grabowski |
1997-12-02 | More splbio()'s added so that reassignbuf can do its thing. | Constantine Sapuntzakis |