| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loops | mckusick | 2012-04-20 | 1 | -1/+13 |
* | This change creates a new list of active vnodes associated with | mckusick | 2012-04-20 | 1 | -10/+173 |
* | Delete a no longer useful VNASSERT missed during changes in 234400. | mckusick | 2012-04-18 | 1 | -2/+0 |
* | Fix a memory leak of M_VNODE_MARKER introduced in 234386. | mckusick | 2012-04-18 | 1 | -1/+1 |
* | Drop export of vdestroy() function from kern/vfs_subr.c as it is | mckusick | 2012-04-17 | 1 | -102/+85 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 1 | -18/+91 |
* | Export vinactive() from kern/vfs_subr.c (e.g., make it no longer | mckusick | 2012-04-11 | 1 | -2/+1 |
* | Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag which | kib | 2012-03-09 | 1 | -1/+1 |
* | When detaching an unix domain socket, uipc_detach() checks | trociny | 2012-02-25 | 1 | -0/+2 |
* | Current implementations of sync(2) and syncer vnode fsync() VOP uses | kib | 2012-02-06 | 1 | -10/+3 |
* | When doing vflush(WRITECLOSE), clean vnode pages. | kib | 2012-01-25 | 1 | -0/+12 |
* | Make sure all intermediate variables holding mount flags (mnt_flag) | mckusick | 2012-01-17 | 1 | -5/+6 |
* | Use proper argument structure types for the extattr post-VOP hooks. | jhb | 2012-01-06 | 1 | -2/+2 |
* | Add post-VOP hooks for VOP_DELETEEXTATTR() and VOP_SETEXTATTR() and use | jhb | 2011-12-23 | 1 | -0/+18 |
* | Add the posix_fadvise(2) system call. It is somewhat similar to | jhb | 2011-11-04 | 1 | -3/+4 |
* | Whitespace fix. | jhb | 2011-10-27 | 1 | -1/+1 |
* | The v_data field is a pointer, so set it to NULL, not 0. | pjd | 2011-10-25 | 1 | -1/+1 |
* | Change one printf() to log(). | jonathan | 2011-10-07 | 1 | -1/+1 |
* | Move parts of the commit log for r166167, where Tor explained the | kib | 2011-10-04 | 1 | -0/+32 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -0/+1 |
* | Move the MNTK_SUJ flag in mnt_kern_flag to MNT_SUJ in mnt_flag | mckusick | 2011-07-24 | 1 | -2/+1 |
* | Add a new option, OBJPR_NOTMAPPED, to vm_object_page_remove(). Passing this | alc | 2011-06-29 | 1 | -2/+2 |
* | Tidy up a capabilities-related comment. | jonathan | 2011-06-24 | 1 | -3/+0 |
* | Use a name instead of a magic number for kern_yield(9) when the priority | mdf | 2011-05-13 | 1 | -2/+2 |
* | Add the watchdogs patting during the (shutdown time) disk syncing and | attilio | 2011-04-28 | 1 | -0/+8 |
* | Fix a LOR in vfs_busy() where, after msleeping, it would lock | rmacklem | 2011-04-23 | 1 | -1/+2 |
* | Remove malloc type M_NETADDR unused since splitting into vfs_subr.c | pluknet | 2011-04-04 | 1 | -2/+0 |
* | Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced. | kib | 2011-03-08 | 1 | -1/+1 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -4/+4 |
* | Put the general logic for being a CPU hog into a new function | mdf | 2011-02-02 | 1 | -2/+2 |
* | When vtruncbuf() iterates over the vnode buffer list, lock buffer object | kib | 2011-01-25 | 1 | -2/+5 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -2/+4 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -4/+4 |
* | - Restore dropping the priority of syncer down to PPAUSE when it is idle. | jhb | 2011-01-06 | 1 | -0/+7 |
* | Teach ddb "show mount" about MNTK_SUJ flag. | kib | 2010-12-27 | 1 | -0/+1 |
* | Allow shared-locked vnode to be passed to vunref(9). | kib | 2010-11-24 | 1 | -5/+15 |
* | Remove prtactive variable and related printf()s in the vop_inactive | kib | 2010-11-19 | 1 | -3/+0 |
* | Fix some more style(9) issues. | brucec | 2010-11-14 | 1 | -15/+19 |
* | Fix style(9) issues from r215281 and r215282. | brucec | 2010-11-14 | 1 | -8/+17 |
* | Add descriptions to some more sysctls. | brucec | 2010-11-14 | 1 | -13/+13 |
* | Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leak | kib | 2010-09-11 | 1 | -4/+27 |
* | As long as we are going to panic anyway, there's no need to hide additional | emaste | 2010-09-01 | 1 | -2/+0 |
* | execve(2) has a special check for file permissions: a file must have at | jh | 2010-08-30 | 1 | -0/+6 |
* | There is a bug in vfs_allocate_syncvnode() failure handling in mount code. | pjd | 2010-08-28 | 1 | -7/+5 |
* | The buffers b_vflags field is not always properly protected by | kib | 2010-08-12 | 1 | -0/+10 |
* | In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we must | alc | 2010-08-04 | 1 | -1/+1 |
* | Update the "desiredvnodes" calculation. In particular, make the part of | alc | 2010-08-02 | 1 | -8/+19 |
* | Use ISO C99 integer types in sys/kern where possible. | ed | 2010-06-21 | 1 | -2/+2 |
* | Backout r207970 for now, it can lead to deadlocks. | pjd | 2010-06-17 | 1 | -13/+0 |
* | Sometimes vnodes share the lock despite being different vnodes on | kib | 2010-06-03 | 1 | -2/+3 |