| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Bring back changes in version 1.3 lost in previous commit. | Craig Rodrigues | 2006-06-09 | 1 | -13/+1 |
| * | More changes due to latest XFS import. | Craig Rodrigues | 2006-06-09 | 1 | -188/+267 |
| * | Sync XFS for FreeBSD tree with newer changes from SGI XFS for Linux tree. | Craig Rodrigues | 2006-06-09 | 138 | -17885/+14784 |
| * | Include "xfs_macros.h" to fix tinderbox build breakage. | Craig Rodrigues | 2006-06-01 | 1 | -0/+1 |
| * | Cope with -Wundef. This means including xfs_macros.h early in a few more | Warner Losh | 2006-06-01 | 13 | -19/+24 |
| * | Add support for "export" option, to allow NFS exporting | Craig Rodrigues | 2006-05-26 | 1 | -5/+11 |
| * | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | Craig Rodrigues | 2006-05-26 | 1 | -4/+2 |
| * | Remove calls to vfs_export() for exporting a filesystem for NFS mounting | Craig Rodrigues | 2006-05-26 | 1 | -8/+3 |
| * | Check for VFS_STATFS() failure in _xfs_mount() and abort the mount | Giorgos Keramidas | 2006-05-05 | 1 | -2/+1 |
| * | Repair ext2fs writes. | Martin Cracauer | 2006-04-13 | 1 | -1/+1 |
| * | Update a DB_SET to DB_FUNC I missed yesterday. | John Baldwin | 2006-03-08 | 1 | -1/+1 |
| * | Add marker vnodes to ensure that all vnodes associated with the mount point are | Tor Egge | 2006-01-09 | 1 | -5/+9 |
| * | Don't hold a reference to the disk vnode for each inode. | Jean-Sébastien Pédron | 2006-01-05 | 1 | -9/+0 |
| * | This is the style-fix for my previous commit. Sorry for the delay, I | Martin Cracauer | 2005-12-29 | 1 | -7/+1 |
| * | Eradicate caddr_t from the VFS API. | Dag-Erling Smørgrav | 2005-12-14 | 1 | -1/+1 |
| * | Hide DDB-specific functions inside check for #ifdef DDB. | Craig Rodrigues | 2005-12-13 | 1 | -3/+2 |
| * | Inherit system-wide BLKDEV_IOSIZE definition. | Craig Rodrigues | 2005-12-13 | 1 | -13/+1 |
| * | #define __user to nothing | Craig Rodrigues | 2005-12-12 | 1 | -0/+4 |
| * | Initial import of read-only support for SGI's XFS filesystem. | Craig Rodrigues | 2005-12-12 | 168 | -0/+110918 |
| * | Fix -Wundef warnings found when compiling i386 LINT, GENERIC and | Ruslan Ermilov | 2005-12-05 | 4 | -8/+8 |
| * | Fix -Wundef from compiling the amd64 LINT. | Ruslan Ermilov | 2005-12-04 | 1 | -1/+1 |
| * | Oops, the bug is still here, but reimplement the cpp(1) conditional properly. | Ruslan Ermilov | 2005-12-04 | 1 | -0/+9 |
| * | There no longer seems to be this bug in gcc(1). Remove the | Ruslan Ermilov | 2005-12-04 | 1 | -9/+0 |
| * | Normalize a significant number of kernel malloc type names: | Robert Watson | 2005-10-31 | 3 | -6/+6 |
| * | Fix this: | Martin Cracauer | 2005-10-28 | 1 | -2/+6 |
| * | Apply the same fix to a potential race in the ISDOTDOT code | Jean-Sébastien Pédron | 2005-10-21 | 1 | -1/+3 |
| * | Apply the same fix to a potential race in the ISDOTDOT code in | Don Lewis | 2005-10-16 | 1 | -1/+3 |
| * | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 1 | -2/+0 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 1 | -0/+2 |
| * | In ext2_mountfs(), check that the superblock size, SBSIZE, | Craig Rodrigues | 2005-09-10 | 1 | -0/+12 |
| * | Add a new struct buf flag bit, B_PERSISTENT, and use it to tag | Don Lewis | 2005-09-08 | 1 | -8/+8 |
| * | Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting. | Suleiman Souhlal | 2005-09-03 | 2 | -5/+6 |
| * | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | Suleiman Souhlal | 2005-09-02 | 2 | -9/+5 |