UFS VFS: initialize f_mntonname for the root mp
[dragonfly.git] / sys / vfs / ufs / ffs_vfsops.c
2011-12-13 Francois TigeotUFS VFS: initialize f_mntonname for the root mp
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-10-29 Sascha Wildnerkernel: Add missing MODULE_VERSION()s for file systems.
2011-10-07 TimTRIM support
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2010-02-06 Matthew Dillonx86_64 kernel - Increase buffer cache and vnode resourc...
2009-08-26 Matthew DillonKernel - fix access checks
2009-08-26 Matthew DillonKernel - pass sysmsg through to ioctl.
2009-08-24 Matthew DillonAdd a flags argument to VOP_FSYNC()
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2008-09-17 Matthew Dillon* Implement the ability to export NULLFS mounts via...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2007-06-17 Matthew DillonHave UFS set the vnode type to VBAD instead of VNON...
2007-05-16 Matthew DillonContinue untangling the disklabel. Add sector index...
2007-05-15 Matthew DillonContinue untangling the disklabel. Reorganize struct...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-04-20 Matthew DillonMake 'last mounted on' reporting by fsck work again...
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-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-05-26 Matthew DillonRemove FFS function hooks used by UFS. Simply make...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2006-05-06 Matthew DillonRemove the thread argument from ffs_flushfiles(), ffs_m...
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-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
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-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-02-12 Joerg SonnenbergerGC strsize.
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-11-09 Matthew Dillonvfs_object_create() was being called too early on devvp...
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-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-24 David RhodusAdd a few notes.
2004-08-19 David RhodusPlug in missing brelse calls as to fix a bug in the...
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-07-18 David RhodusPerform some basic cleanups. Change some types over...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-18 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 19/21: ufs.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-03-11 Hiten PandyaUse info->td instead of curthread in ffs_reload_scan1...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-08 Hiten PandyaMerge from FreeBSD:
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-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-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-03 Matthew Dillonmisc quota proc->thread
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: