| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting. | ssouhlal | 2005-09-03 | 2 | -5/+6 |
* | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | ssouhlal | 2005-09-02 | 2 | -9/+5 |
* | Repair this: | cracauer | 2005-07-09 | 1 | -0/+1 |
* | Replace the use if ext2fs' bitops by bitstring.h macros. This fixes | dumbbell | 2005-06-21 | 2 | -29/+16 |
* | Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. | dumbbell | 2005-06-18 | 13 | -6347/+0 |
* | Moving reiserfs from sys/gnu to sys/gnu/fs. This was discussed on arch@. | dumbbell | 2005-06-18 | 13 | -0/+6347 |
* | Add standard GPL boilerplate to these files. They are the only ones | imp | 2005-06-16 | 7 | -3/+104 |
* | Move ext2fs from src/gnu to src/gnu/fs. | rodrigc | 2005-06-15 | 22 | -9058/+0 |
* | Move ext2fs from src/gnu to src/gnu/fs. | rodrigc | 2005-06-15 | 12 | -66/+66 |
* | Allow EVFILT_VNODE events to work on every filesystem type, not just | ssouhlal | 2005-06-09 | 2 | -2/+0 |