| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Convert to nmount. Add backwards compat cmount method. | phk | 2004-12-06 | 3 | -47/+81 |
* | 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 | 3 | -33/+25 |
* | hpfs_lookup() should have a vop_cachedlookup_t prototype an corresponding | phk | 2004-12-01 | 1 | -2/+2 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -19/+19 |
* | Make VOP_BMAP return a struct bufobj for the underlying storage device | phk | 2004-11-15 | 1 | -3/+3 |
* | 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 | 3 | -33/+26 |
* | Eliminate unnecessary KASSERTs. | phk | 2004-10-27 | 1 | -2/+0 |
* | Use bufdone(), not biodone(). | phk | 2004-08-08 | 1 | -2/+2 |
* | 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 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 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 | 3 | -9/+9 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | DuH! | phk | 2003-10-18 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 1 | -0/+1 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 1 | -1/+0 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | 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 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 3 | -4/+4 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 3 | -6/+6 |
* | - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member | jeff | 2003-02-09 | 1 | -36/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 3 | -6/+6 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -3/+0 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | 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 | 3 | -3/+0 |
* | Return ENOTTY when we don't recognize an ioctl. | phk | 2002-09-26 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 1 | -4/+7 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -3/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -2/+2 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 2 | -3/+6 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 2 | -3/+3 |
* | HPFS picks up the vop_stdgetpages and vop_stdputpages member functions | phk | 2002-05-03 | 1 | -2/+0 |
* | Remove 3 instances of vm_zone.h inclusion. | phk | 2002-04-08 | 1 | -1/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 2 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 3 | -43/+41 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 5 | -27/+42 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 1 | -2/+6 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Commit a know fix for hpfs to use vop_defaultop plug instead of wrong | semenu | 2002-01-14 | 1 | -13/+1 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 1 | -1/+1 |