kernel - lwkt_token revamp
[dragonfly.git] / sys / vfs / udf / udf_vfsops.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-08-26 Matthew DillonKernel - fix access checks
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
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-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-08-04 Joerg SonnenbergerRemove unused include of sys/dirent.h.
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-02-02 Joerg SonnenbergerDon't use the statfs field f_mntonname in filesystems...
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-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-05-26 Matthew Dilloncount_udev() was being called with the wrong argument.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-03-29 Matthew DillonUDF was not properly cleaning up getblk'd buffers in...
2004-03-24 David RhodusHook in UDF to the build process.
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.