AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / vfs / nfs / nfs_bio.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2008-07-18 Matthew DillonWhen dealing with a failed read properly set B_INVAL.
2008-07-14 Matthew DillonNFS performance fixes.
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2008-01-10 Matthew DillonFix buffer cache deadlocks by splitting dirty buffers...
2007-08-21 Matthew Dillongetpages/putpages fixup part 1 - Add support for UIO_NO...
2007-02-22 Simon Schubert1:1 Userland threading stage 4.2/4:
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-05-06 Matthew DillonRemove the thread_t argument from nfs_rslock() and...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-10 Matthew DillonCalculate the correct buffer size when reading a symlin...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-24 Matthew DillonDon't just assume that the directory offset supplied...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-06-06 David RhodusReplace spl with critical sections.
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2005-03-04 Matthew Dillonmsf_buf_kva() now returns a char * rather then a vm_off...
2005-03-04 Matthew DillonThis is a major revamping of our MSFBUF API. MSFBUFs...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-06-08 Hiten PandyaReplace the use of specially reserved pbufs in NFS...
2004-06-08 Hiten PandyaRe-order include, 'sys' includes first, 'vm' includes...
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-04-23 Matthew DillonFix a client tail -f vs server-appended file data corru...
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-02-13 Matthew Dillonbio ops can be initiated from the buffer cache, td_proc...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-26 Matthew DillonIntroduce cratom(), remove crcopy().
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-19 Matthew Dillonthread stage 5: Separate the inline functions out of...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: