| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -9/+1 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 4 | -19/+19 |
* | The lock being destroyed was misnamed, not unused. Add the lockdestroy() | jhb | 2001-01-24 | 1 | -0/+2 |
* | - Remove unused header include. | jhb | 2001-01-23 | 1 | -5/+3 |
* | Proc locking to protect p_ucred while we obtain an additional reference. | jhb | 2001-01-23 | 1 | -1/+9 |
* | - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdef | jhb | 2001-01-23 | 1 | -4/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | eivind | 2000-11-01 | 1 | -1/+0 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -3/+3 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 4 | -2/+28 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -1/+1 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -41/+3 |