| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | Poul-Henning Kamp | 2003-01-04 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -3/+0 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
* | Third argument to copyinstr() is a pointer to a size_t, not a pointer to a | John Baldwin | 2002-11-07 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 3 | -3/+0 |
* | Return ENOTTY when we don't recognize an ioctl. | Poul-Henning Kamp | 2002-09-26 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | Jeff Roberson | 2002-09-25 | 1 | -4/+7 |
* | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -3/+1 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -2/+2 |
* | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 2 | -3/+6 |
* | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 2 | -3/+3 |
* | HPFS picks up the vop_stdgetpages and vop_stdputpages member functions | Poul-Henning Kamp | 2002-05-03 | 1 | -2/+0 |
* | Remove 3 instances of vm_zone.h inclusion. | Poul-Henning Kamp | 2002-04-08 | 1 | -1/+0 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 2 | -2/+2 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 3 | -43/+41 |
* | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 5 | -27/+42 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | Kirk McKusick | 2002-03-15 | 1 | -2/+6 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
* | Commit a know fix for hpfs to use vop_defaultop plug instead of wrong | Semen Ustimenko | 2002-01-14 | 1 | -13/+1 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | Matthew Dillon | 2001-12-20 | 1 | -1/+1 |
* | Replace 'p' with 'td' as appropriate. | John Baldwin | 2001-11-27 | 2 | -25/+25 |
* | GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK. | John Baldwin | 2001-11-27 | 4 | -20/+13 |
* | Expand LOCKMGR() compat macro. | John Baldwin | 2001-11-27 | 4 | -6/+6 |
* | GC some KSE compatiblity macros that were somehow still here. | John Baldwin | 2001-11-26 | 2 | -33/+23 |
* | GC non-FreeBSD code that didn't work anyways. | John Baldwin | 2001-11-26 | 3 | -324/+4 |
* | Restore these files to being portable: | John Baldwin | 2001-09-12 | 2 | -61/+73 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 4 | -62/+68 |
* | Fix warnings (mostly harmless, due to struct bio being embedded in buf): | Peter Wemm | 2001-06-15 | 1 | -2/+2 |
* | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 1 | -1/+1 |
* | Implement vop_std{get|put}pages() and add them to the default vop[]. | Poul-Henning Kamp | 2001-05-01 | 1 | -19/+2 |
* | Uncut&paste som bogus use of VOP_BMAP in hpfs::VOP_STRATEGY. | Poul-Henning Kamp | 2001-04-30 | 1 | -6/+6 |
* | Move the netexport structure from the fs-specific mountstructure | Poul-Henning Kamp | 2001-04-25 | 2 | -10/+9 |
* | This patch removes the VOP_BWRITE() vector. | Poul-Henning Kamp | 2001-04-17 | 1 | -1/+0 |
* | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 1 | -9/+5 |
* | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -12/+12 |
* | Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all. | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+0 |
* | Zap last remaining references to (and a use use of) of simple_locks. | Peter Wemm | 2001-01-31 | 1 | -1/+1 |
* | Back out proc locking to protect p_ucred for obtaining additional | John Baldwin | 2001-01-27 | 1 | -9/+1 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 4 | -19/+19 |
* | The lock being destroyed was misnamed, not unused. Add the lockdestroy() | John Baldwin | 2001-01-24 | 1 | -0/+2 |
* | - Remove unused header include. | John Baldwin | 2001-01-23 | 1 | -5/+3 |
* | Proc locking to protect p_ucred while we obtain an additional reference. | John Baldwin | 2001-01-23 | 1 | -1/+9 |
* | - FreeBSD doesn't have an abortop vnop as far as I can tell, so #ifdef | John Baldwin | 2001-01-23 | 1 | -4/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
* | Give vop_mmap an untimely death. The opportunity to give it a timely | Eivind Eklund | 2000-11-01 | 1 | -1/+0 |
* | Blow away the v_specmountpoint define, replacing it with what it was | Eivind Eklund | 2000-10-09 | 1 | -3/+3 |
* | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 4 | -2/+28 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | Robert Watson | 2000-08-29 | 1 | -1/+1 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | Poul-Henning Kamp | 2000-08-20 | 1 | -41/+3 |