| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename(). | tjr | 2003-02-19 | 1 | -5/+9 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 36 | -93/+93 |
* | Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flag | phk | 2003-02-11 | 1 | -3/+1 |
* | - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member | jeff | 2003-02-09 | 3 | -154/+9 |
* | Revert removal of vnode and VFS stubs; bp asserts that they are needed. | tjr | 2003-02-08 | 3 | -3/+107 |
* | Garbage-collect stub VFS ops, use the defaults instead. | tjr | 2003-02-07 | 1 | -45/+3 |
* | Garbage-collect stub vnode ops, use the defaults instead. | tjr | 2003-02-07 | 2 | -62/+0 |
* | Add missing permission checks to the smbfs VOP_SETATTR vnode op for the | tjr | 2003-02-04 | 1 | -0/+5 |
* | Split the global timezone structure into two integer fields to | phk | 2003-02-03 | 3 | -6/+6 |
* | Use vaccess() instead of rolling our own access checks. This fixes a bug | tjr | 2003-02-03 | 1 | -12/+6 |
* | NODEVFS cleanup: remove #ifdefs. | phk | 2003-01-29 | 4 | -8/+0 |
* | Escape the backslash in badchars so that smbfs_pathcheck() correctly | tjr | 2003-01-29 | 1 | -1/+1 |
* | Do not allow a cached vnode to be shared among multiple mounts of the same | tjr | 2003-01-28 | 1 | -1/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 36 | -93/+93 |
* | GC an unused reference to vop_refreshlabel_desc; reference to | rwatson | 2003-01-21 | 1 | -3/+0 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 1 | -1/+0 |
* | Fake up a struct componentname to pass to VOP_WHITEOUT instead of passing | tjr | 2003-01-18 | 1 | -1/+10 |
* | Even if the permissions deny it, a process should be allowed to | phk | 2003-01-13 | 1 | -2/+13 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 5 | -11/+12 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 5 | -11/+11 |
* | Add symlink support to devfs_rule_matchpath(). This allows the user | dd | 2003-01-11 | 1 | -1/+2 |
* | Don't override the vop_lock, vop_unlock and vop_isunlocked methods. | phk | 2003-01-05 | 1 | -3/+0 |
* | Don't take the detour over VOP_STRATEGY from spec_getpages, call our | phk | 2003-01-05 | 1 | -1/+1 |
* | Split out the vnode and buf arguments to the internal strategy worker | phk | 2003-01-05 | 1 | -13/+3 |
* | Repair vnode locking in portal_lookup(). Specifically, lock the file | tjr | 2003-01-05 | 1 | -2/+10 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 5 | -6/+43 |
* | resort vnode ops list | phk | 2003-01-04 | 1 | -3/+3 |
* | Replace spec_bmap() with vop_panic: We should never BMAP a device backed | phk | 2003-01-04 | 1 | -35/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 11 | -40/+0 |
* | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | phk | 2003-01-03 | 1 | -1/+1 |
* | Remove unused second argument from DEV_STRATEGY(). | phk | 2003-01-03 | 1 | -3/+3 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -3/+3 |
* | There is some sort of race/deadlock which I have not identified | phk | 2002-12-29 | 1 | -1/+6 |
* | Abstract-out the constants for the sequential heuristic. | dillon | 2002-12-28 | 1 | -1/+1 |
* | Trim left-over and unused vop_refreshlabel() bits from devfs. | rwatson | 2002-12-28 | 1 | -23/+0 |
* | Remove redundant check for negative or zero v_usecount; vrele() already | tjr | 2002-12-15 | 1 | -14/+7 |
* | Keep trying to flush the vnode list for the mount while some are still | tjr | 2002-12-13 | 3 | -2/+19 |
* | Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of | tjr | 2002-12-13 | 1 | -1/+2 |
* | Store a reference to the parent directory's vnode in struct smbnode, | tjr | 2002-12-13 | 6 | -11/+13 |
* | Remove dm_root entry from struct devfs_mount. It's never set, and is | rwatson | 2002-12-09 | 4 | -7/+8 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -2/+2 |
* | Cast a pointer to a uintptr_t to quiet a warning. | jhb | 2002-11-07 | 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 |
* | Add debug.doslowdown to enable/disable niced slowdown on I/O. Default | mckusick | 2002-11-04 | 1 | -1/+5 |
* | Unbreak MNT_UPDATE when running with cd as root. Detect mountroot by | peter | 2002-11-02 | 1 | -2/+1 |
* | Put a KASSERT in specfs::strategy() to check that the incoming buffer | phk | 2002-11-01 | 1 | -2/+8 |
* | Fix winChkName() to match when the last slot contains nothing but the | semenu | 2002-10-29 | 1 | -1/+8 |
* | In VOP_LOOKUP, don't deny DELETE and RENAME operations | mux | 2002-10-26 | 1 | -1/+2 |
* | Slightly change the semantics of vnode labels for MAC: rather than | rwatson | 2002-10-26 | 6 | -130/+1 |
* | Within ufs, the ffs_sync and ffs_fsync functions did not always | mckusick | 2002-10-25 | 1 | -4/+14 |