| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Import of ReiserFS filesystem support (currently limited to read-only on | dumbbell | 2005-05-24 | 13 | -0/+6347 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 2 | -8/+6 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 2 | -16/+2 |
* | - ext2fs_lookup() is no longer responsible for unlocking the dvp, this is | jeff | 2005-03-28 | 2 | -32/+2 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 2 | -2/+4 |
* | Add two arguments to the vfs_hash() KPI so that filesystems which do | phk | 2005-03-16 | 2 | -4/+4 |
* | Remove inode fields previously used for private inode hash tables. | phk | 2005-03-16 | 2 | -2/+0 |
* | Don't hold a reference to the disk vnode for each inode. | phk | 2005-03-16 | 10 | -38/+14 |
* | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | phk | 2005-03-15 | 2 | -6/+2 |
* | Simplify the vfs_hash calling convention. | phk | 2005-03-15 | 2 | -46/+6 |
* | Forgot cvs rm in last file. | phk | 2005-03-14 | 1 | -169/+0 |
* | Use vfs_hash() instead of home-rolled | phk | 2005-03-14 | 7 | -132/+60 |
* | - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267. | jeff | 2005-03-13 | 6 | -72/+16 |
* | Remove debug printout of major/minor numbers, print name instead. | phk | 2005-02-27 | 4 | -8/+8 |
* | move ptr deref's to after null ptr checks | sam | 2005-02-24 | 2 | -4/+8 |
* | Make a SYSCTL_NODE static | phk | 2005-02-10 | 2 | -2/+2 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 2 | -0/+2 |
* | Remove unused argument to vrecycle() | phk | 2005-01-28 | 2 | -2/+2 |
* | Introduce and use g_vfs_close(). | phk | 2005-01-25 | 2 | -4/+4 |
* | Create a vp->v_object in VFS_FHTOVP() if we want to be exportable | phk | 2005-01-24 | 2 | -0/+2 |
* | Remove unused cred argument to ext2_reload() | phk | 2005-01-24 | 2 | -12/+6 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 2 | -4/+4 |