AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / vfs / nfs / nfs_vnops.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-05-20 Matthew DillonSave creds on nfs_open() for later read/write/etc.
2009-05-07 Aggelos Economopouloskill a bit of dead code in nfs
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-02-16 Sascha WildnerUnbreak kernel build and fix some warnings.
2008-10-18 Matthew DillonAdd vfs.nfs.flush_on_hlink and default to off.
2008-07-16 Matthew DillonFix a lock leak in nfs_create(), tracked down from...
2008-07-14 Matthew DillonNFS performance fixes.
2008-06-08 Sepherosa ZiehauParallelize in_ifaddrhead operation
2007-11-02 Matthew DillonModify struct vattr:
2007-08-13 Matthew DillonThe new VOP_N*() (namespace) operations pass a pointer...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-06-15 Matthew DillonAdd vfs.nfs.pos_cache_timeout to complement vfs.nfs...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-19 Matthew DillonVNode sequencing and locking - part 4/4 - subpart 1...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
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-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-29 Matthew DillonNFS needs to instantiate a backing VM object for the...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
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-03-02 Matthew Dillonbuftimespinlock is utterly useless since the spinlock...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-02-21 Matthew DillonReduce the default NFSv3 access cache timeout from...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-12-05 Matthew DillonDocument the nfs dirent conversion code. No functional...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
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-04-06 Matthew DillonCorrect an NFS bug related to ftruncate() operations...
2005-03-17 Matthew DillonClean up a number of caching edge cases in NFS, rework...
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-10-07 Matthew DillonVFS messaging/interfacing work stage 7g/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-10-04 Matthew DillonVFS messaging/interfacing work stage 7c/99: More firmin...
2004-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-08-28 Matthew DillonFix a bug that was causing a 'lockmgr: draining against...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-08-02 Joerg SonnenbergerChange (almost) all references to tqh_first and tqe_nex...
2004-06-04 Hiten PandyaFlush cached access mode after modifying a files attrib...
2004-05-08 Matthew DillonPeter Edwards brought up an interesting NFS bug which...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-19 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 10/21: nfs.
2004-04-08 Matthew DillonIntroduce negative (ENOENT) caching for NFS. Before...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-23 Matthew DillonAssume read access for execute requests so we can fill...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-08 David Rhodus Fix a problem that occurs when truncating files on...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
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: