summaryrefslogtreecommitdiff
path: root/sys/miscfs/fdesc
AgeCommit message (Expand)Author
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-11-30Introduce genfs_statvfs() as pretty much a no-info statvfs andpooka
2009-07-31Get rid of dependency on M_UFSMNT. Since we need storage only forpooka
2009-07-31Do a name-based search for the ctty major instead of requiring anpooka
2009-07-31Instead of reporting some random "files used/free" figures for thepooka
2009-05-24More changes to improve kern_descrip.c.ad
2009-03-15ansify function definitionscegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-17kill MALLOC and FREE macros.cegger
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-05-13mnt_data is a pointer, set it to NULL not 0 when we're finished with it.simonb
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-01-28Fix some race conditions in rename.dholland
2008-01-02Merge vmlocking2 to head.ad
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-10-10Merge from vmlocking:ad
2007-10-08Merge file descriptor locking, cwdi locking and cross-call changesad
2007-07-31* nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kernpooka
2007-07-27whoops, forgot to commit this a while back: initialize new vnode sizepooka
2007-07-26Use eopnotsupp() instead of vfs_stdsuspendctl() and retire the latter.pooka
2007-07-17Make set_statvfs_info() take a parameter for the vfs name insteadpooka
2007-07-12Change the VFS_MOUNT() interface so that the 'data' buffer passed to thedsl
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-07-08* allow unmount even if rootvp has a usecount > 1 provided thatpooka
2007-02-09Merge newlock2 to head.ad
2007-01-19New file system suspension API to replace vn_start_write and vn_finished_write.hannken
2006-12-09a smorgasbord of improvements to vnode locking and path lookup:chs
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30fix missing initializerschristos
2006-05-14integrate kauth.elad
2006-04-04Coverity CID 1140: NULL dereference cannot happen, but protect against it.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2005-11-02merge yamt-vop branch. remove following VOPs.yamt
2005-09-23Apply the NFS exports list rototill patch:jmmv
2005-09-14When readdir() is called from vfs_getcwd, uio->uio_procp is NULL. Deal withchristos
2005-08-30Remove __P()xtraeme
2005-08-1964 bit inode changes.christos
2005-05-29- sprinkle constchristos
2005-03-29- Define a VFS_ATTACH() macro that places a reference to a vfsops structurethorpej
2005-02-26nuke trailing whitespaceperry
2005-01-02Add the system call and VFS infrastructure for file system extendedthorpej
2004-11-30Cloning cleanup:christos
2004-09-13set mp->mnt_stat.f_namemax on filesystem mount, for use by statvfsjdolecek
2004-05-25Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.hannken