aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ufs/ufs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-4/+4
* Do not busy twice the mount point where a quota operation is performed.Konstantin Belousov2008-12-181-4/+0
* Improve VFS locking:Attilio Rao2008-11-021-1/+1
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.Attilio Rao2008-08-311-2/+2
* Prevent quotactl calls that pass in an id of -1 from incorrectlyMike Pritchard2007-02-011-7/+20
* Eradicate caddr_t from the VFS API.Dag-Erling Smørgrav2005-12-141-1/+1
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* - Update the ufs_root() prototype.Jeff Roberson2005-03-241-2/+3
* Use vfs_hash instead of home-rolled.Poul-Henning Kamp2005-03-141-2/+0
* Tell vnode_create_vobject() how big an object to create, ratherPeter Edwards2005-01-291-1/+1
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-241-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Use system wide no-op vfs_start function.Poul-Henning Kamp2004-11-251-14/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-1/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Re-implement kernel access control for quotactl() as found in theRobert Watson2003-06-151-17/+4
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a callIan Dowse2002-06-301-4/+26
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uIan Dowse2002-05-181-4/+2
* Remove two "register" and a blank line.Poul-Henning Kamp2002-05-121-3/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-11/+11
* Two recent commits in sys/ufs/ufs interacted badly with ext2fsIan Dowse2001-07-291-1/+2
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-2/+2
* If the effective link count is zero when an NFS file handle requestKirk McKusick2001-05-131-1/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-3/+5
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-251-29/+0
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Add a missing <sys/systm.h>Poul-Henning Kamp2000-10-301-0/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-1/+1
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-151-0/+1
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-15/+30
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-6/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-20/+36
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Convert QUOTA to new-style option.Garrett Wollman1996-01-051-1/+3
* Patch to fix quota panic from Mike Karels:David Greenman1995-03-101-3/+4