summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Remove the now invalid (and possibly unused) debug.mpsafevfsattilio2009-05-301-9/+0
* Add VOP_ACCESSX, which can be used to query for newly added V*trasz2009-05-301-0/+47
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-13/+5
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-2/+2
* Replace v_dd vnode pointer with v_cache_dd pointer to struct namecachekan2009-03-291-0/+1
* Change vfs_busy to wait until an outcome of pending unmountkan2009-03-021-5/+13
* Tweak the output of VOP_PRINT/vn_printf() some.jhb2009-02-061-1/+0
* Add KASSERTs to make it easier to debug problems like the one fixedtrasz2009-02-061-0/+1
* Add more KTR_VFS logging point in order to have a more effective tracing.attilio2009-02-051-21/+64
* Tweak the wording for vfs_mark_atime() since the I/O it is avoiding by notjhb2009-01-231-3/+3
* Push down Giant in the vlnru kproc main loop so that it is only acquiredjhb2009-01-231-11/+3
* Fix a few style bogons.jhb2009-01-211-2/+1
* Move the VA_MARKATIME flag for VOP_SETATTR() out into its own VOP:jhb2009-01-211-5/+2
* FFS puts the extended attributes blocks at the negative blocks for thekib2009-01-201-1/+1
* 1) Fix a deadlock in the VFS:attilio2008-12-161-1/+1
* In the nfsrv_fhtovp(), after the vfs_getvfs() function found the pointerkib2008-11-291-0/+26
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-4/+10
* Remove the mnt_holdcnt and mnt_holdcntwaiters because they are useless.attilio2008-11-031-2/+0
* Improve VFS locking:attilio2008-11-021-25/+25
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-15/+15
* Style return statements in vn_pollrecord().kib2008-10-281-2/+2
* Protect check for v_pollinfo == NULL and assignment of the newly allocatedkib2008-10-281-14/+22
* In vfs_busy(), lockmgr() cannot legitimately sleep, because code checkedkib2008-10-201-1/+1
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-8/+6
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-311-16/+10
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-4/+4
* Introduce the VV_FORCEINSMQ vnode flag. It instructs the insmnque() functionkib2008-08-281-5/+20
* Remove worrying printf warning on bootup when processing vnodes whichcsjp2008-08-241-1/+1
* Remove the use of lbolt from the VFS syncer.ed2008-07-301-9/+7
* Assert for exclusive vnode lock in vinactive(), vrecycle() and vgonel()pjd2008-07-271-3/+3
* - Move vp test for beeing NULL under IGNORE_LOCK().pjd2008-07-271-10/+7
* - Disallow XFS mounting in write mode. The write support never worked reallyattilio2008-07-211-0/+2
* Be more friendly for DDB pager.pjd2008-05-181-1/+6
* sync_vnode() has some messy code about locking in order to deal withattilio2008-05-041-39/+37
* Implement 'show mount' command in DDB. Without argument, it prints shortpjd2008-04-261-0/+152
* Allow the vnode zone to return the unused memory. The vnode referencekib2008-04-241-2/+2
* Move the head of byte-level advisory lock list from thekib2008-04-161-0/+5
* - Destroy the bo mtx when the vnode is destroyed.jeff2008-04-021-0/+1
* b_waiters cannot be adequately protected by the interlock because it isattilio2008-03-281-5/+1
* - Greatly simplify vget() by removing the guarantee that any newjeff2008-03-241-32/+18
* - 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
OpenPOWER on IntegriCloud