summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* free wdog_kern_pat calls in post-panic paths from under SW_WATCHDOGavg2012-06-031-4/+2
* Add a rangelock implementation, intended to be used to range-lockingkib2012-05-301-0/+2
* Remove unused thread argument to vrecycle().trasz2012-04-231-1/+1
* Remove unused thread argument from vtruncbuf().trasz2012-04-231-2/+1
* This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loopsmckusick2012-04-201-1/+13
* This change creates a new list of active vnodes associated withmckusick2012-04-201-10/+173
* Delete a no longer useful VNASSERT missed during changes in 234400.mckusick2012-04-181-2/+0
* Fix a memory leak of M_VNODE_MARKER introduced in 234386.mckusick2012-04-181-1/+1
* Drop export of vdestroy() function from kern/vfs_subr.c as it ismckusick2012-04-171-102/+85
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-171-18/+91
* Export vinactive() from kern/vfs_subr.c (e.g., make it no longermckusick2012-04-111-2/+1
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-091-1/+1
* When detaching an unix domain socket, uipc_detach() checkstrociny2012-02-251-0/+2
* Current implementations of sync(2) and syncer vnode fsync() VOP useskib2012-02-061-10/+3
* When doing vflush(WRITECLOSE), clean vnode pages.kib2012-01-251-0/+12
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-5/+6
* Use proper argument structure types for the extattr post-VOP hooks.jhb2012-01-061-2/+2
* Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and usejhb2011-12-231-0/+18
* Add the posix_fadvise(2) system call. It is somewhat similar tojhb2011-11-041-3/+4
* Whitespace fix.jhb2011-10-271-1/+1
* The v_data field is a pointer, so set it to NULL, not 0.pjd2011-10-251-1/+1
* Change one printf() to log().jonathan2011-10-071-1/+1
* Move parts of the commit log for r166167, where Tor explained thekib2011-10-041-0/+32
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+1
* Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flagmckusick2011-07-241-2/+1
* Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing thisalc2011-06-291-2/+2
* Tidy up a capabilities-related comment.jonathan2011-06-241-3/+0
* Use a name instead of a magic number for kern_yield(9) when the prioritymdf2011-05-131-2/+2
* Add the watchdogs patting during the (shutdown time) disk syncing andattilio2011-04-281-0/+8
* Fix a LOR in vfs_busy() where, after msleeping, it would lockrmacklem2011-04-231-1/+2
* Remove malloc type M_NETADDR unused since splitting into vfs_subr.cpluknet2011-04-041-2/+0
* Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced.kib2011-03-081-1/+1
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-4/+4
* Put the general logic for being a CPU hog into a new functionmdf2011-02-021-2/+2
* When vtruncbuf() iterates over the vnode buffer list, lock buffer objectkib2011-01-251-2/+5
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-2/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-4/+4
* - Restore dropping the priority of syncer down to PPAUSE when it is idle.jhb2011-01-061-0/+7
* Teach ddb "show mount" about MNTK_SUJ flag.kib2010-12-271-0/+1
* Allow shared-locked vnode to be passed to vunref(9).kib2010-11-241-5/+15
* Remove prtactive variable and related printf()s in the vop_inactivekib2010-11-191-3/+0
* Fix some more style(9) issues.brucec2010-11-141-15/+19
* Fix style(9) issues from r215281 and r215282.brucec2010-11-141-8/+17
* Add descriptions to some more sysctls.brucec2010-11-141-13/+13
* Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leakkib2010-09-111-4/+27
* As long as we are going to panic anyway, there's no need to hide additionalemaste2010-09-011-2/+0
* execve(2) has a special check for file permissions: a file must have atjh2010-08-301-0/+6
* There is a bug in vfs_allocate_syncvnode() failure handling in mount code.pjd2010-08-281-7/+5
* The buffers b_vflags field is not always properly protected bykib2010-08-121-0/+10
* In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we mustalc2010-08-041-1/+1
OpenPOWER on IntegriCloud