| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE() | phk | 2005-01-11 | 2 | -2/+2 |
* | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | phk | 2005-01-11 | 2 | -10/+8 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 45 | -71/+72 |
* | Add dol FreeBSD dol and /*+ize license | imp | 2005-01-06 | 3 | -3/+9 |
* | Implement simpler panics for VOP_{read,write} on fifos. | phk | 2004-12-14 | 2 | -110/+4 |
* | Revert previous commit. The null-pointer function call (a dereference | marcel | 2004-12-11 | 2 | -8/+8 |
* | Convert to nmount. Add omount compat code. | phk | 2004-12-06 | 2 | -20/+26 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 2 | -14/+0 |
* | Fix null-pointer indirect function calls introduced in the previous | marcel | 2004-12-05 | 2 | -8/+8 |
* | Remove #if 0'ed rootfs mounting code. | phk | 2004-12-04 | 2 | -116/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 6 | -134/+112 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 2 | -52/+52 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 2 | -6/+6 |
* | Get even closer to not crashing ext2fs | phk | 2004-11-06 | 4 | -4/+2 |