kernel - lwkt_token revamp
[dragonfly.git] / sys / kern / vfs_vopops.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-04-26 Matthew Dillonkernel - Update extattr infrastructure
2010-02-13 Matthew Dillonkernel - TMPFS - Add infrastructure to main kernel...
2010-02-05 Matthew Dillonkernel - fix panic on reboot when swap populated
2010-01-18 Matthew Dillonkernel - Finish implementing PG_RAM / pipelined mmap...
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-12-20 Matthew Dillonkernel - remove FSMID support
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-10-08 Matthew Dillonkernel - Major performance changes to VM page management.
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-23 Nicolas Theryvfs: add support for incoming faccessat(2) syscall
2009-04-03 Matthew DillonRevoke reimplementation - primary commit part 1/2.
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-02-06 Matthew DillonHAMMER 26/many: More NFS support work, rename fixes
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
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...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-20 Matthew DillonCheck the the ops mount pointer is not NULL before...
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-06-04 Matthew DillonMisc cleanup - move another namecache list scan into...
2006-05-12 Matthew DillonMost of the fields in vnodeop_desc have been unused...
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-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
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-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-08-25 Matthew DillonImplement FSMID. Use one of the spare 64 bit fields...
2004-12-29 Matthew DillonJournaling layer work.
2004-12-24 Matthew DillonJournaling layer work. Add a new system call, mountctl...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
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-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-09-28 Matthew DillonVFS messaging/interfacing work stage 6/99. Populate...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-09-26 Matthew DillonVFS messaging/interfacing work stage 5/99. Start work...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-25 Matthew DillonVFS messaging/interfacing work stage 3/99: Bring in...
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...