kernel - lwkt_token revamp
[dragonfly.git] / sys / sys / mount.h
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-04-26 Matthew Dillonkernel - Update extattr infrastructure
2010-03-29 Rui PauloMerge branch 'master' into net80211-update
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-02-23 Rui PauloMerge branch 'master' into net80211-update
2010-02-20 Matthew Dillonkernel - Add MNTK_NOMSYNC and OBJ_NOMSYNC
2010-02-19 Rui PauloRedefinition of AF_MAX. XXX this is sick
2010-02-12 Matthew Dillonkernel - TMPFS - Initial port of NetBSD's tmpfs
2009-12-27 Matthew Dillonkernel - Add per-mount token to replace mplock.
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-04 Matthew DillonDEVFS - rollup, namecache invalidation
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2008-12-19 YONETANI TomokazuAdjust VFS_SET() to deal with the change to struct...
2008-12-17 Michael NeumannUnbreak buildworld
2008-12-17 Michael NeumannRefactor filesystem types list and fix bug.
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-07-07 Nuno AntunesIntroduce experimental MPLS over ethernet support....
2008-07-07 Matthew DillonRename fid_reserved to fid_ext.
2008-06-02 Hasso TepperUnbreak buildworld.
2008-06-01 Matthew DillonMore header file cleanups related statvfs.
2008-06-01 Matthew DillonClean up statvfs() and related prototypes. Place the...
2008-06-01 Matthew DillonImplement a new system call: getvfsstat(). This system...
2008-06-01 Matthew Dillon* Implement new system calls in the kernel: statvfs...
2008-05-25 Matthew DillonAdd vop_helper_chmod() and vop_helper_chown(). These...
2008-02-05 Matthew Dillon* Implement a mountctl() op for setting export control...
2007-12-30 Hasso TepperKernel part of bluetooth stack ported by Dmitry Komissa...
2007-11-20 Matthew DillonAdd vop_helper_create_uid() - roughly taken from UFS...
2007-11-20 Matthew DillonAdd a helper function vop_helper_setattr_flags() modele...
2007-11-07 Matthew DillonAdd bio_ops->io_checkread and io_checkwrite - a read...
2007-11-06 Matthew DillonConvert the global 'bioops' into per-mount bio_ops...
2007-11-02 Matthew DillonBreak-out the standard UNIX uid/gid tests for VOP_ACCES...
2007-09-03 Matthew DillonAdd a MNTK_ flag to the mount structure allowing a...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-05-21 Matthew DillonClean up more #include files. Create an internal __boo...
2006-05-07 Matthew DillonRecode the streamid selector. The streamid was faked...
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 DillonRemove the thread_t argument from vfs_busy() and vfs_un...
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-04-20 Matthew DillonGet rid of VPLACEMARKER and retool vmntvnodescan()...
2005-04-19 Matthew DillonAbstract out the routines which manipulate the mountlist.
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-03-22 Matthew DillonStart working on the full-duplex journaling feature...
2004-12-29 Matthew DillonJournaling layer work.
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-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-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-03-12 Joerg SonnenbergerInitialize all fields in MALLOC_DEFINE and VFS_SET...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-02 Matthew Dillonbinutils214 stage 2/4.
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-20 Robert Garrett__P() != wanted, begin removal, in order to preserve...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
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-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: