| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the thread argument from the FSD (File-System Dependent) parts of | attilio | 2009-05-11 | 1 | -13/+9 |
* | Remove unused local variables. | bz | 2009-01-31 | 1 | -6/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+3 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -3/+3 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -4/+2 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | g_vfs_close() wants the sx topology lock held while executing, so just | attilio | 2008-01-07 | 1 | -0/+8 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -3/+3 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -2/+10 |
* | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | pjd | 2007-02-15 | 1 | -18/+0 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+4 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -2/+2 |
* | Unbreak hpfs/ntfs/udf/ext2fs/reiserfs mounting. | ssouhlal | 2005-09-03 | 1 | -1/+0 |
* | Unbreak the build. | ssouhlal | 2005-09-03 | 1 | -2/+4 |
* | *_mountfs() (if the filesystem mounts from a device) needs devvp to be | ssouhlal | 2005-09-02 | 1 | -9/+5 |
* | - Update vfs_root implementations to match the new prototype. None of | jeff | 2005-03-24 | 1 | -1/+2 |
* | Add two arguments to the vfs_hash() KPI so that filesystems which do | phk | 2005-03-16 | 1 | -2/+2 |
* | Don't hold a reference on the disk vnode for each inode. | phk | 2005-03-15 | 1 | -2/+0 |
* | Improve the vfs_hash() API: vput() the unneeded vnode centrally to | phk | 2005-03-15 | 1 | -3/+1 |
* | Fix typo: pointers are not boolean in style(9). | phk | 2005-03-15 | 1 | -1/+1 |
* | Simplify the vfs_hash calling convention. | phk | 2005-03-15 | 1 | -24/+3 |
* | Use vfs_hash instead of home-rolled. | phk | 2005-03-14 | 1 | -47/+26 |
* | Introduce and use g_vfs_close(). | phk | 2005-01-25 | 1 | -2/+2 |
* | Eliminate unused and unnecessary "cred" argument from vinvalbuf() | phk | 2005-01-14 | 1 | -1/+1 |
* | Convert to nmount. Add backwards compat cmount method. | phk | 2004-12-06 | 1 | -37/+65 |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -6/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -1/+1 |
* | Refuse attemps to mount root filesystem | phk | 2004-11-09 | 1 | -0/+2 |
* | Move HPFS to GEOM backing instead of DEVFS. | phk | 2004-10-29 | 1 | -31/+21 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -11/+12 |
* | Remove global variable rootdevs and rootvp, they are unused as such. | phk | 2004-07-28 | 1 | -1/+1 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -3/+4 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -1/+1 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -25/+19 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Third argument to copyinstr() is a pointer to a size_t, not a pointer to a | jhb | 2002-11-07 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -1/+0 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 1 | -1/+1 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -15/+13 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -5/+13 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 1 | -1/+1 |
* | Replace 'p' with 'td' as appropriate. | jhb | 2001-11-27 | 1 | -21/+21 |
* | GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK. | jhb | 2001-11-27 | 1 | -5/+5 |