summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* The sys_quotactl() contract demands that the mount point iskib2015-01-271-1/+9
* Fix the ufs/ffs file system so that it uses the lockrmacklem2011-05-221-1/+1
* Add a lock flags argument to the VFS_FHTOVP() file systemrmacklem2011-05-221-1/+2
* Debugging nits found while testing the new 64-bit quota code.mckusick2010-03-161-0/+4
* Merge from headdes2009-09-171-4/+4
|\
| * Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-4/+4
* | Merge from head up to r188941 (last revision before the USB stack switch)des2009-09-171-4/+0
|\ \ | |/
| * Do not busy twice the mount point where a quota operation is performed.kib2008-12-181-4/+0
* | WIPdes2009-01-301-0/+12
|/
* Improve VFS locking:attilio2008-11-021-1/+1
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-2/+2
* Prevent quotactl calls that pass in an id of -1 from incorrectlympp2007-02-011-7/+20
* Eradicate caddr_t from the VFS API.des2005-12-141-1/+1
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* - Update the ufs_root() prototype.jeff2005-03-241-2/+3
* Use vfs_hash instead of home-rolled.phk2005-03-141-2/+0
* Tell vnode_create_vobject() how big an object to create, ratherpeadar2005-01-291-1/+1
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-241-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Use system wide no-op vfs_start function.phk2004-11-251-14/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-1/+2
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Re-implement kernel access control for quotactl() as found in therwatson2003-06-151-17/+4
* Use __FBSDID().obrien2003-06-111-1/+3
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a calliedowse2002-06-301-4/+26
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uiedowse2002-05-181-4/+2
* Remove two "register" and a blank line.phk2002-05-121-3/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+2
* KSE Milestone 2julian2001-09-121-11/+11
* Two recent commits in sys/ufs/ufs interacted badly with ext2fsiedowse2001-07-291-1/+2
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-2/+2
* If the effective link count is zero when an NFS file handle requestmckusick2001-05-131-1/+3
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-3/+5
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-29/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Add a missing <sys/systm.h>phk2000-10-301-0/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+1
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-15/+30
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This Implements the mumbled about "Jail" feature.phk1999-04-281-2/+2
* Suser() simplification:phk1999-04-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()peter1998-11-101-1/+2
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-1/+3
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-2/+2
OpenPOWER on IntegriCloud