| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't override the vop_lock, vop_unlock and vop_isunlocked methods. | Poul-Henning Kamp | 2003-01-05 | 1 | -3/+0 |
| * | Don't take the detour over VOP_STRATEGY from spec_getpages, call our | Poul-Henning Kamp | 2003-01-05 | 1 | -1/+1 |
| * | Split out the vnode and buf arguments to the internal strategy worker | Poul-Henning Kamp | 2003-01-05 | 1 | -13/+3 |
| * | Repair vnode locking in portal_lookup(). Specifically, lock the file | Tim J. Robbins | 2003-01-05 | 1 | -2/+10 |
| * | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | Poul-Henning Kamp | 2003-01-04 | 5 | -6/+43 |
| * | resort vnode ops list | Poul-Henning Kamp | 2003-01-04 | 1 | -3/+3 |
| * | Replace spec_bmap() with vop_panic: We should never BMAP a device backed | Poul-Henning Kamp | 2003-01-04 | 1 | -35/+1 |
| * | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 11 | -40/+0 |
| * | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
| * | Remove unused second argument from DEV_STRATEGY(). | Poul-Henning Kamp | 2003-01-03 | 1 | -3/+3 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 3 | -3/+3 |
| * | There is some sort of race/deadlock which I have not identified | Poul-Henning Kamp | 2002-12-29 | 1 | -1/+6 |
| * | Abstract-out the constants for the sequential heuristic. | Matthew Dillon | 2002-12-28 | 1 | -1/+1 |
| * | Trim left-over and unused vop_refreshlabel() bits from devfs. | Robert Watson | 2002-12-28 | 1 | -23/+0 |
| * | Remove redundant check for negative or zero v_usecount; vrele() already | Tim J. Robbins | 2002-12-15 | 1 | -14/+7 |
| * | Keep trying to flush the vnode list for the mount while some are still | Tim J. Robbins | 2002-12-13 | 3 | -2/+19 |
| * | Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of | Tim J. Robbins | 2002-12-13 | 1 | -1/+2 |
| * | Store a reference to the parent directory's vnode in struct smbnode, | Tim J. Robbins | 2002-12-13 | 6 | -11/+13 |
| * | Remove dm_root entry from struct devfs_mount. It's never set, and is | Robert Watson | 2002-12-09 | 4 | -7/+8 |
| * | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 1 | -2/+2 |
| * | Cast a pointer to a uintptr_t to quiet a warning. | John Baldwin | 2002-11-07 | 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 |
| * | Add debug.doslowdown to enable/disable niced slowdown on I/O. Default | Kirk McKusick | 2002-11-04 | 1 | -1/+5 |
| * | Unbreak MNT_UPDATE when running with cd as root. Detect mountroot by | Peter Wemm | 2002-11-02 | 1 | -2/+1 |
| * | Put a KASSERT in specfs::strategy() to check that the incoming buffer | Poul-Henning Kamp | 2002-11-01 | 1 | -2/+8 |
| * | Fix winChkName() to match when the last slot contains nothing but the | Semen Ustimenko | 2002-10-29 | 1 | -1/+8 |
| * | In VOP_LOOKUP, don't deny DELETE and RENAME operations | Maxime Henrion | 2002-10-26 | 1 | -1/+2 |
| * | Slightly change the semantics of vnode labels for MAC: rather than | Robert Watson | 2002-10-26 | 6 | -130/+1 |
| * | Within ufs, the ffs_sync and ffs_fsync functions did not always | Kirk McKusick | 2002-10-25 | 1 | -4/+14 |
| * | This checkin reimplements the io-request priority hack in a way | Kirk McKusick | 2002-10-22 | 1 | -1/+24 |
| * | Grrr, s/PBP/BPB/ here as well. | John Baldwin | 2002-10-21 | 1 | -1/+1 |
| * | Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to | John Baldwin | 2002-10-21 | 1 | -1/+1 |
| * | Missed a case of _POSIX_MAC_PRESENT -> _PC_MAC_PRESENT rename. | Robert Watson | 2002-10-20 | 1 | -2/+2 |
| * | '&' not used for pointers to functions. | Poul-Henning Kamp | 2002-10-20 | 1 | -2/+2 |
| * | Remove even more '&' from pointers to functions. | Poul-Henning Kamp | 2002-10-20 | 1 | -26/+26 |
| * | umap_sync is empty and is identical to vfs_stdsync. Remove it and | Alexander Kabaev | 2002-10-19 | 1 | -16/+1 |
| * | style(9) | Alexander Kabaev | 2002-10-19 | 1 | -4/+7 |
| * | Fix comments and one resulting code confusion about the type of the | Poul-Henning Kamp | 2002-10-16 | 8 | -8/+9 |
| * | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 2 | -2/+2 |
| * | A better solution to avoiding variable sized structs in DEVFS. | Poul-Henning Kamp | 2002-10-16 | 2 | -3/+5 |
| * | #include "opt_devfs.h" to protect against variable sized structures. | Poul-Henning Kamp | 2002-10-16 | 1 | -0/+2 |
| * | Plug an infrequent (I think) memory leak. | Poul-Henning Kamp | 2002-10-15 | 1 | -1/+3 |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 20 | -121/+7 |
| * | - Remove a useless initialization for 'ronly', if it hadn't been | Maxime Henrion | 2002-10-13 | 1 | -2/+2 |
| * | Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN(). | Poul-Henning Kamp | 2002-10-13 | 1 | -0/+1 |
| * | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 2 | -3/+3 |
| * | Treat the pathptrn field as a real pattern with the aid of fnmatch(). | Dima Dorfman | 2002-10-08 | 1 | -15/+1 |
| * | Yet another 64 bits warning fix: s/u_int/size_t/. | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Fix a warning on 64 bits platforms: copyinstr() takes | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |
| * | Fix a warning on 64 bits platforms: copystr() takes a size_t *, | Maxime Henrion | 2002-10-06 | 1 | -1/+1 |