summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Only return 1 from sync_vnode() in cases where the vnode is stilljeff2008-03-231-1/+1
* - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don't own the vnodejeff2008-03-231-1/+1
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-221-25/+29
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-3/+4
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-011-1/+5
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-13/+11
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-081-5/+6
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-2/+2
* - Introduce the function lockmgr_recursed() which returns true if theattilio2008-01-191-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-20/+19
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-6/+6
* In "show lockedvnods" DDB command, use db_printf() rather than printf()rwatson2007-12-281-1/+1
* As LK_EXCLUPGRADE is used in conjuction with LK_NOWAIT, LK_UPGRADE becamesattilio2007-12-271-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+2
* Use curthread instead of the FIRST_THREAD_IN_PROC for vnlru and syncer,kib2007-12-051-15/+42
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-3/+3
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* When restoring the mount after umount failed, the MNTK_UNMOUNT flagkib2007-09-121-1/+1
* Improve vn_printf() by:pjd2007-08-131-7/+45
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-5/+5
* Revert VMCNT_* operations introduction.attilio2007-05-311-4/+3
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
* Since renaming of vop_lock to _vop_lock, pre- and post-conditionkib2007-05-181-3/+3
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-3/+4
* Fix jails and jail-friendly file systems handling:pjd2007-04-131-0/+24
* When we are running low on vnodes, there is currently no way to ask otherpjd2007-04-131-0/+1
* Minor style cleanups (mostly removal of trailing whitespaces).pjd2007-04-101-22/+22
* Correct typos.pjd2007-04-101-1/+1
* Now that the vdropl() function is public, assert that the vnode interlockpjd2007-04-011-0/+1
* Make vdropl() public; zfs needs it. There is also plenty of existingdes2007-03-311-2/+1
* PowerPC is the only architecture with mpsafe_vfs=0. This is nowmarcel2007-03-271-4/+0
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-5/+40
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-3/+3
* Simplify operations with sync_mtx in sched_sync():jhb2006-11-071-7/+3
* Fix comment typo and function declaration.jhb2006-11-071-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-40/+23
* Typo, 'from' vnode is locked here, not 'to' vnode.pjd2006-11-041-1/+1
* Add gjournal specific code to the UFS file system:pjd2006-10-311-0/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Correct the comment: numvnodes is decreased on vdestroying the vnode.kib2006-10-021-1/+2
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-5/+6
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+4
* Add 'show vnode <addr>' DDB command.pjd2006-09-041-2/+18
* getnewvnode() can be called with NULL mp.pjd2006-08-101-1/+1
* Add a bandaid to avoid a deadlock in a situation, when we are trying to suspendpjd2006-08-091-0/+10
* Improve commenting of vaccess(), making sure to be clear that the ifdefrwatson2006-08-061-4/+10
* Enable debug.mpsafevfs by default on arm. Since every architecture exceptalc2006-07-151-2/+1
* Back out my rev. 1.674. The better fix (rev. 1.637) is already in tree.kib2006-07-051-3/+3
* Backed out the change by request from rwatson.babkin2006-06-261-72/+0
* The common UID/GID space implementation. It has been discussed on -archbabkin2006-06-251-0/+72
OpenPOWER on IntegriCloud