| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a LOR in vfs_busy() where, after msleeping, it would lock | Rick Macklem | 2011-04-23 | 1 | -1/+2 |
* | Remove malloc type M_NETADDR unused since splitting into vfs_subr.c | Sergey Kandaurov | 2011-04-04 | 1 | -2/+0 |
* | Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced. | Konstantin Belousov | 2011-03-08 | 1 | -1/+1 |
* | Based on discussions on the svn-src mailing list, rework r218195: | Matthew D Fleming | 2011-02-08 | 1 | -4/+4 |
* | Put the general logic for being a CPU hog into a new function | Matthew D Fleming | 2011-02-02 | 1 | -2/+2 |
* | When vtruncbuf() iterates over the vnode buffer list, lock buffer object | Konstantin Belousov | 2011-01-25 | 1 | -2/+5 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | Matthew D Fleming | 2011-01-18 | 1 | -2/+4 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | Matthew D Fleming | 2011-01-12 | 1 | -4/+4 |
* | - Restore dropping the priority of syncer down to PPAUSE when it is idle. | John Baldwin | 2011-01-06 | 1 | -0/+7 |
* | Teach ddb "show mount" about MNTK_SUJ flag. | Konstantin Belousov | 2010-12-27 | 1 | -0/+1 |
* | Allow shared-locked vnode to be passed to vunref(9). | Konstantin Belousov | 2010-11-24 | 1 | -5/+15 |
* | Remove prtactive variable and related printf()s in the vop_inactive | Konstantin Belousov | 2010-11-19 | 1 | -3/+0 |
* | Fix some more style(9) issues. | Rebecca Cran | 2010-11-14 | 1 | -15/+19 |
* | Fix style(9) issues from r215281 and r215282. | Rebecca Cran | 2010-11-14 | 1 | -8/+17 |
* | Add descriptions to some more sysctls. | Rebecca Cran | 2010-11-14 | 1 | -13/+13 |
* | Protect mnt_syncer with the sync_mtx. This prevents a (rare) vnode leak | Konstantin Belousov | 2010-09-11 | 1 | -4/+27 |
* | As long as we are going to panic anyway, there's no need to hide additional | Ed Maste | 2010-09-01 | 1 | -2/+0 |
* | execve(2) has a special check for file permissions: a file must have at | Jaakko Heinonen | 2010-08-30 | 1 | -0/+6 |
* | There is a bug in vfs_allocate_syncvnode() failure handling in mount code. | Pawel Jakub Dawidek | 2010-08-28 | 1 | -7/+5 |
* | The buffers b_vflags field is not always properly protected by | Konstantin Belousov | 2010-08-12 | 1 | -0/+10 |
* | In order for MAXVNODES_MAX to be an "int" on powerpc and sparc, we must | Alan Cox | 2010-08-04 | 1 | -1/+1 |
* | Update the "desiredvnodes" calculation. In particular, make the part of | Alan Cox | 2010-08-02 | 1 | -8/+19 |
* | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten | 2010-06-21 | 1 | -2/+2 |
* | Backout r207970 for now, it can lead to deadlocks. | Pawel Jakub Dawidek | 2010-06-17 | 1 | -13/+0 |
* | Sometimes vnodes share the lock despite being different vnodes on | Konstantin Belousov | 2010-06-03 | 1 | -2/+3 |
* | Add VOP_ADVLOCKPURGE so that the file system is called when purging | Zachary Loafman | 2010-05-12 | 1 | -1/+1 |
* | When there is no memory or KVA, try to help by reclaiming some vnodes. | Pawel Jakub Dawidek | 2010-05-12 | 1 | -0/+13 |
* | I added vfs_lowvnodes event, but it was only used for a short while and now | Pawel Jakub Dawidek | 2010-05-11 | 1 | -1/+0 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | Jeff Roberson | 2010-04-24 | 1 | -0/+1 |
* | Add missing MNT_NFS4ACLS. | Jaakko Heinonen | 2010-04-04 | 1 | -0/+1 |
* | Fix some whitespace nits. | Pawel Jakub Dawidek | 2010-04-03 | 1 | -7/+5 |
* | Add missing mnt_kern_flag flags in 'show mount' output. | Pawel Jakub Dawidek | 2010-04-03 | 1 | -1/+5 |
* | Add function vop_rename_fail(9) that performs needed cleanup for locks | Konstantin Belousov | 2010-04-02 | 1 | -0/+14 |
* | Add new function vunref(9) that decrements vnode use count (and hold | Konstantin Belousov | 2010-01-17 | 1 | -70/+53 |
* | Add a knob to allow reclaim of the directory vnodes that are source of | Konstantin Belousov | 2009-12-28 | 1 | -2/+10 |
* | Now that all the callers seem to be fixed, add KASSERTs to make sure VAPPEND | Edward Tomasz Napierala | 2009-12-26 | 1 | -0/+2 |
* | VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm object | Konstantin Belousov | 2009-12-21 | 1 | -4/+3 |
* | Extend ddb(4) "show mount" command to print active string mount options. | Jaakko Heinonen | 2009-11-19 | 1 | -0/+13 |
* | Provide default implementation for VOP_ACCESS(9), so that filesystems which | Edward Tomasz Napierala | 2009-10-01 | 1 | -0/+3 |
* | Use C99 initialization for struct filterops. | Robert Watson | 2009-09-12 | 1 | -8/+21 |
* | In vfs_mark_atime(9), be resistent against reclaimed vnodes. | Konstantin Belousov | 2009-09-09 | 1 | -1/+5 |
* | Call prison_check from vfs_suser rather than re-implementing it. | Jamie Gritton | 2009-07-02 | 1 | -2/+1 |
* | Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use | Konstantin Belousov | 2009-06-10 | 1 | -8/+39 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
* | Remove the now invalid (and possibly unused) debug.mpsafevfs | Attilio Rao | 2009-05-30 | 1 | -9/+0 |
* | Add VOP_ACCESSX, which can be used to query for newly added V* | Edward Tomasz Napierala | 2009-05-30 | 1 | -0/+47 |
* | Add hierarchical jails. A jail may further virtualize its environment | Jamie Gritton | 2009-05-27 | 1 | -13/+5 |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | Attilio Rao | 2009-05-11 | 1 | -2/+2 |
* | Replace v_dd vnode pointer with v_cache_dd pointer to struct namecache | Alexander Kabaev | 2009-03-29 | 1 | -0/+1 |
* | Change vfs_busy to wait until an outcome of pending unmount | Alexander Kabaev | 2009-03-02 | 1 | -5/+13 |