| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace 'p' with 'td' as appropriate. | jhb | 2001-11-27 | 2 | -25/+25 |
* | GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK. | jhb | 2001-11-27 | 4 | -20/+13 |
* | Expand LOCKMGR() compat macro. | jhb | 2001-11-27 | 4 | -6/+6 |
* | GC some KSE compatiblity macros that were somehow still here. | jhb | 2001-11-26 | 2 | -33/+23 |
* | GC non-FreeBSD code that didn't work anyways. | jhb | 2001-11-26 | 3 | -324/+4 |
* | Restore these files to being portable: | jhb | 2001-09-12 | 2 | -61/+73 |
* | KSE Milestone 2 | julian | 2001-09-12 | 4 | -62/+68 |
* | Fix warnings (mostly harmless, due to struct bio being embedded in buf): | peter | 2001-06-15 | 1 | -2/+2 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -1/+1 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | phk | 2001-05-01 | 1 | -19/+2 |
* | Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY. | phk | 2001-04-30 | 1 | -6/+6 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 2 | -10/+9 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+0 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -9/+5 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -12/+12 |
* | Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all. | phk | 2001-02-04 | 1 | -4/+0 |
* | Zap last remaining references to (and a use use of) of simple_locks. | peter | 2001-01-31 | 1 | -1/+1 |