| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the struct thread unuseful argument from bufobj interface. | Attilio Rao | 2008-10-10 | 4 | -15/+15 |
| * | fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfs | Konstantin Belousov | 2008-09-20 | 1 | -1/+0 |
| * | Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don't | Konstantin Belousov | 2008-09-20 | 1 | -6/+0 |
| * | Garbage-collect vn_write_suspend_wait(). | Konstantin Belousov | 2008-09-16 | 1 | -10/+2 |
| * | Make ddb command registration dynamic so modules can extend | Sam Leffler | 2008-09-15 | 1 | -1/+1 |
| * | Remove VSVTX, VSGID and VSUID. This should be a no-op, | Edward Tomasz Napierala | 2008-09-10 | 1 | -1/+1 |
| * | Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions. | Attilio Rao | 2008-08-31 | 1 | -2/+2 |
| * | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 2 | -5/+1 |
| * | - Disallow XFS mounting in write mode. The write support never worked really | Attilio Rao | 2008-07-21 | 2 | -5/+12 |
| * | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 3 | -24/+3 |
| * | Fix a nit with the 'nofoo' options where 'foo' is mapped to 'nonofoo' | John Baldwin | 2008-03-26 | 1 | -1/+1 |
| * | Introduce some functions in the vnode locks namespace and in the ffs | Attilio Rao | 2008-02-24 | 1 | -1/+1 |
| * | - Add real assertions to lockmgr locking primitives. | Attilio Rao | 2008-02-13 | 1 | -4/+2 |
| * | Cleanup lockmgr interface and exported KPI: | Attilio Rao | 2008-01-24 | 2 | -3/+3 |
| * | - Introduce the function lockmgr_recursed() which returns true if the | Attilio Rao | 2008-01-19 | 2 | -5/+4 |
| * | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 11 | -34/+32 |
| * | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 9 | -17/+17 |
| * | Remove duplicate "union" from ext2_opts. | Craig Rodrigues | 2007-10-27 | 1 | -1/+1 |
| * | Get rid of qaddr_t. | Alfred Perlstein | 2007-10-16 | 3 | -6/+6 |
| * | Some times ago, vfs_getopts() was changed, so that it would set error to | Olivier Houchard | 2007-08-20 | 1 | -5/+5 |
| * | On 6.x this works: | John Baldwin | 2007-08-15 | 1 | -2/+2 |
| * | The last entry in the ext2_opts array must be NULL, | Craig Rodrigues | 2007-07-14 | 1 | -1/+1 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -12/+6 |
| * | Remove 'inline' qualifiers from functions which are not, in fact, inlines. | Matt Jacob | 2007-06-10 | 2 | -7/+7 |
| * | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | Konstantin Belousov | 2007-06-01 | 1 | -1/+1 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -1/+1 |
| * | Bow to incomplete GCC 4. constant propagation optimizations and | Alexander Kabaev | 2007-05-30 | 13 | -13/+17 |
| * | Change #include <machine/pcpu.h> to #include <sys/pcpu.h> | Craig Rodrigues | 2007-04-01 | 1 | -1/+1 |
| * | Optimize sx locks to use simple atomic operations for the common cases of | John Baldwin | 2007-03-31 | 2 | -79/+20 |
| * | Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary. | Craig Rodrigues | 2007-03-15 | 1 | -1/+1 |
| * | Make insmntque() externally visibile and allow it to fail (e.g. during | Tor Egge | 2007-03-13 | 3 | -2/+24 |
| * | Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better | Pawel Jakub Dawidek | 2007-03-01 | 1 | -2/+2 |
| * | Avoid checking for privileges if there is no need to. | Pawel Jakub Dawidek | 2007-03-01 | 1 | -1/+1 |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 6 | -59/+70 |
| * | Cylinder group bitmaps and blocks containing inode for a snapshot | Konstantin Belousov | 2007-01-23 | 1 | -0/+7 |
| * | Previously, the mount_ext2fs binary listed the acceptable mount | Craig Rodrigues | 2006-11-18 | 1 | -1/+4 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 5 | -46/+71 |
| * | Add mnt_noasync counter to better handle interleaved calls to nmount(), | Tor Egge | 2006-09-26 | 1 | -1/+1 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 2 | -0/+10 |
| * | Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy series | Alexander Leidinger | 2006-07-15 | 2 | -0/+414 |
| * | - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file to | Alexander Leidinger | 2006-07-15 | 3 | -1244/+440 |
| * | Implement vnode operations for setting and removing extended attributes. | Craig Rodrigues | 2006-06-11 | 1 | -1/+95 |
| * | Restore routines for getting and listing extended attributes which | Craig Rodrigues | 2006-06-11 | 1 | -0/+124 |
| * | Restore changes to spinlock macros before merge. | Craig Rodrigues | 2006-06-11 | 1 | -10/+8 |
| * | Remove debugging printf | Craig Rodrigues | 2006-06-11 | 1 | -1/+0 |
| * | Temporarily disable log recovery until we fix panics. | Craig Rodrigues | 2006-06-10 | 1 | -0/+5 |
| * | Logical OR the following flags into the va_mode field: | Craig Rodrigues | 2006-06-10 | 1 | -9/+3 |
| * | Call g_vfs_close() if: | Craig Rodrigues | 2006-06-10 | 1 | -2/+35 |
| * | Do not call vput() after we call VOP_UNLOCK(). | Craig Rodrigues | 2006-06-10 | 1 | -1/+1 |
| * | Change %llx to %jx in printf() to eliminate warnings on 64-bit platforms. | Craig Rodrigues | 2006-06-09 | 1 | -1/+1 |