| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename PRIV_VFS_CLEARSUGID to PRIV_VFS_RETAINSUGID, which seems to better | pjd | 2007-03-01 | 1 | -2/+2 |
* | Avoid checking for privileges if there is no need to. | pjd | 2007-03-01 | 1 | -1/+1 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 6 | -59/+70 |
* | Cylinder group bitmaps and blocks containing inode for a snapshot | kib | 2007-01-23 | 1 | -0/+7 |
* | Previously, the mount_ext2fs binary listed the acceptable mount | rodrigc | 2006-11-18 | 1 | -1/+4 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 5 | -46/+71 |
* | Add mnt_noasync counter to better handle interleaved calls to nmount(), | tegge | 2006-09-26 | 1 | -1/+1 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 2 | -0/+10 |
* | Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy series | netchild | 2006-07-15 | 2 | -0/+414 |
* | - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file to | netchild | 2006-07-15 | 3 | -1249/+445 |
* | Implement vnode operations for setting and removing extended attributes. | rodrigc | 2006-06-11 | 1 | -1/+95 |
* | Restore routines for getting and listing extended attributes which | rodrigc | 2006-06-11 | 1 | -0/+124 |
* | Restore changes to spinlock macros before merge. | rodrigc | 2006-06-11 | 1 | -10/+8 |
* | Remove debugging printf | rodrigc | 2006-06-11 | 1 | -1/+0 |
* | Temporarily disable log recovery until we fix panics. | rodrigc | 2006-06-10 | 1 | -0/+5 |
* | Logical OR the following flags into the va_mode field: | rodrigc | 2006-06-10 | 1 | -9/+3 |
* | Call g_vfs_close() if: | rodrigc | 2006-06-10 | 1 | -2/+35 |
* | Do not call vput() after we call VOP_UNLOCK(). | rodrigc | 2006-06-10 | 1 | -1/+1 |
* | Change %llx to %jx in printf() to eliminate warnings on 64-bit platforms. | rodrigc | 2006-06-09 | 1 | -1/+1 |
* | Bring back changes in version 1.3 lost in previous commit. | rodrigc | 2006-06-09 | 1 | -13/+1 |
* | More changes due to latest XFS import. | rodrigc | 2006-06-09 | 1 | -188/+267 |
* | Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree. | rodrigc | 2006-06-09 | 138 | -17918/+14817 |
* | Include "xfs_macros.h" to fix tinderbox build breakage. | rodrigc | 2006-06-01 | 1 | -0/+1 |
* | Cope with -Wundef. This means including xfs_macros.h early in a few more | imp | 2006-06-01 | 13 | -19/+24 |
* | Add support for "export" option, to allow NFS exporting | rodrigc | 2006-05-26 | 1 | -5/+11 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -4/+2 |
* | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | rodrigc | 2006-05-26 | 1 | -8/+3 |
* | Check for VFS_STATFS() failure in _xfs_mount() and abort the mount | keramida | 2006-05-05 | 1 | -2/+1 |
* | Repair ext2fs writes. | cracauer | 2006-04-13 | 1 | -1/+1 |
* | Update a DB_SET to DB_FUNC I missed yesterday. | jhb | 2006-03-08 | 1 | -1/+1 |
* | Add marker vnodes to ensure that all vnodes associated with the mount point are | tegge | 2006-01-09 | 1 | -5/+9 |
* | Don't hold a reference to the disk vnode for each inode. | dumbbell | 2006-01-05 | 1 | -9/+0 |
* | This is the style-fix for my previous commit. Sorry for the delay, I | cracauer | 2005-12-29 | 1 | -7/+1 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 1 | -1/+1 |
* | Hide DDB-specific functions inside check for #ifdef DDB. | rodrigc | 2005-12-13 | 1 | -3/+2 |
* | Inherit system-wide BLKDEV_IOSIZE definition. | rodrigc | 2005-12-13 | 1 | -13/+1 |
* | #define __user to nothing | rodrigc | 2005-12-12 | 1 | -0/+4 |
* | Initial import of read-only support for SGI's XFS filesystem. | rodrigc | 2005-12-12 | 168 | -0/+110918 |
* | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | ru | 2005-12-05 | 4 | -8/+8 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -1/+1 |
* | Oops, the bug is still here, but reimplement the cpp(1) conditional properly. | ru | 2005-12-04 | 1 | -0/+9 |
* | There no longer seems to be this bug in gcc(1). Remove the | ru | 2005-12-04 | 1 | -9/+0 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 3 | -6/+6 |
* | Fix this: | cracauer | 2005-10-28 | 1 | -2/+6 |
* | Apply the same fix to a potential race in the ISDOTDOT code | dumbbell | 2005-10-21 | 1 | -1/+3 |
* | Apply the same fix to a potential race in the ISDOTDOT code in | truckman | 2005-10-16 | 1 | -1/+3 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -2/+0 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+2 |
* | In ext2_mountfs(), check that the superblock size, SBSIZE, | rodrigc | 2005-09-10 | 1 | -0/+12 |
* | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | truckman | 2005-09-08 | 1 | -8/+8 |