| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff |
| 2009-04-07 |
Sascha Wildner | Generally use NULL instead of explicitly casting 0... |
blob | commitdiff | diff to current |
| 2008-07-18 |
Matthew Dillon | When dealing with a failed read properly set B_INVAL. |
blob | commitdiff | diff to current |
| 2008-07-14 |
Matthew Dillon | NFS performance fixes. |
blob | commitdiff | diff to current |
| 2008-04-22 |
Matthew Dillon | Fix some IO sequencing performance issues and reformula... |
blob | commitdiff | diff to current |
| 2008-01-10 |
Matthew Dillon | Fix buffer cache deadlocks by splitting dirty buffers... |
blob | commitdiff | diff to current |
| 2007-08-21 |
Matthew Dillon | getpages/putpages fixup part 1 - Add support for UIO_NO... |
blob | commitdiff | diff to current |
| 2007-02-22 |
Simon Schubert | 1:1 Userland threading stage 4.2/4: |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | Remove the thread_t argument from nfs_rslock() and... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove VOP_BWRITE(). This function provided a way... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Remove the buffer cache's B_PHYS flag. This flag was... |
blob | commitdiff | diff to current |
| 2006-04-10 |
Matthew Dillon | Calculate the correct buffer size when reading a symlin... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Remove NQNFS support. The mechanisms are too crude... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Don't just assume that the directory offset supplied... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-11-19 |
Matthew Dillon | Protect allproc scans with PHOLD/PRELE, in particular... |
blob | commitdiff | diff to current |
| 2005-08-27 |
Joerg Sonnenberger | Make struct dirent contain a full 64bit inode. Allow... |
blob | commitdiff | diff to current |
| 2005-06-06 |
David Rhodus | Replace spl with critical sections. |
blob | commitdiff | diff to current |
| 2005-04-15 |
Matthew Dillon | Implement Red-Black trees for the vnode clean/dirty... |
blob | commitdiff | diff to current |
| 2005-03-17 |
Matthew Dillon | Clean up a number of caching edge cases in NFS, rework... |
blob | commitdiff | diff to current |
| 2005-03-04 |
Matthew Dillon | msf_buf_kva() now returns a char * rather then a vm_off... |
blob | commitdiff | diff to current |
| 2005-03-04 |
Matthew Dillon | This is a major revamping of our MSFBUF API. MSFBUFs... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-06-08 |
Hiten Pandya | Replace the use of specially reserved pbufs in NFS... |
blob | commitdiff | diff to current |
| 2004-06-08 |
Hiten Pandya | Re-order include, 'sys' includes first, 'vm' includes... |
blob | commitdiff | diff to current |
| 2004-05-08 |
Matthew Dillon | Peter Edwards brought up an interesting NFS bug which... |
blob | commitdiff | diff to current |
| 2004-04-23 |
Matthew Dillon | Fix a client tail -f vs server-appended file data corru... |
blob | commitdiff | diff to current |
| 2004-04-19 |
Chris Pressey | Style(9) cleanup to src/sys/vfs, stage 10/21: nfs. |
blob | commitdiff | diff to current |
| 2004-02-13 |
Matthew Dillon | bio ops can be initiated from the buffer cache, td_proc... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, remove old style prototypes from the... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
blob | commitdiff | diff to current |
| 2003-07-21 |
Matthew Dillon | LINT build test. Aggregated source code adjustments... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | Introduce cratom(), remove crcopy(). |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|