Age | Commit message (Expand) | Author |
2007-03-18 | get rid of noop vop_reallocblks; pedro@ miod@ ok | Michael Shalayeff |
2007-02-23 | backout previous revision -- on nfs2 mounts (perhaps only automounted?) it | Theo de Raadt |
2007-01-21 | don't assume our directory vnode will be flushed out after us, fixes | Pedro Martelletto |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-06 | nfs_readdirplusrpc(): | Thordur I. Bjornsson |
2006-04-26 | In nfs_readdir(), if the buffer provided by the user is not big enough | Pedro Martelletto |
2006-04-20 | Remove unused debug code that sneaked in by accident long ago | Pedro Martelletto |
2005-09-29 | toast cast of lvalue; pr 4289 | Theo de Raadt |
2005-04-21 | careful strlcpy and snprintf return handling; ok pedro beck | Theo de Raadt |
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 |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-04-26 | nfs_poll cannot simply be defined to seltrue so use a stub nfs_poll | Todd C. Miller |
2004-03-02 | silly fifos aren't a real fs, so we have to be sure to call reclaim | Ted Unangst |
2004-02-27 | Defer use of NFS_ISV3 macro in nfs_link until sanity checks have been done. | Todd C. Miller |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-05-21 | Protect calls to biodone with splbio. Some functions called | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-23 | Sigh. The diff is out for testing for three months without a single problem. | Artur Grabowski |
2002-02-22 | More locking in the NFS code | Constantine Sapuntzakis |
2002-01-16 | use queue.h macro's | Eric Jackson |
2001-12-22 | Init the creds in nfs_open too. | Artur Grabowski |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-11 | minor fixes. | Artur Grabowski |
2001-12-10 | Big cleanup inspired by NetBSD with some parts of the code from NetBSD. | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-12-04 | Readd VOP_MMAP, will be used soon. Right now it's just a question to | 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-07-26 | Back out changes to symlink and mknod that were not well tested. | Todd C. Miller |
2001-07-26 | change vop_symlink and vop_mknod to return vpp (the created node) | assar |
2001-07-03 | In readdir, set the calling process in the constructed uio structures. | Constantine Sapuntzakis |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-25 | Remove NQNFS | Constantine Sapuntzakis |
2001-06-25 | Get rid of old directory caching scheme which caused persistent duplicates. | Constantine Sapuntzakis |
2001-06-23 | Get rid of several unused vnode operations | Constantine Sapuntzakis |
2001-06-05 | make kqueue behave like select | Niels Provos |
2001-02-24 | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. | Constantine Sapuntzakis |
2001-02-23 | Change the B_DELWRI flag using buf_dirty and buf_undirty instead of | Constantine Sapuntzakis |
2001-02-09 | use correct FREE() do dispose sillyrename on fail; deraadt@ ok | Michael Shalayeff |
2000-02-02 | o Don't call nfs_sillyrename() form nfs_remove if v_type == VDIR | Todd C. Miller |
1999-02-26 | compatibility with uvm vnode pager | Artur Grabowski |
1999-02-06 | Use bitwise operations to extract high and low words from the quad | Todd C. Miller |