summaryrefslogtreecommitdiffstats
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* Copy some VM changes from smbfs_putpages() to nwfs_putpages(): locktjr2003-02-271-1/+3
* Fix vnode corruption bug when trying to rename files across filesystems.tjr2003-02-271-10/+13
* Sync nwfs_access() with smbfs_access(): use vaccess() instead of checkingtjr2003-02-271-13/+5
* Catch up with recent netncp changes: ncp_chkintr() takes a thread, nottjr2003-02-271-1/+1
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-1/+1
* msgphk2003-02-261-2/+0
* Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename().tjr2003-02-191-5/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-1936-93/+93
* Use the SI_CANDELETE flag on the dev_t rather than the D_CANFREE flagphk2003-02-111-3/+1
* - Cleanup unlocked accesses to buf flags by introducing a new b_vflag memberjeff2003-02-093-154/+9
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-083-3/+107
* Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
* Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-072-62/+0
* Add missing permission checks to the smbfs VOP_SETATTR vnode op for thetjr2003-02-041-0/+5
* Split the global timezone structure into two integer fields tophk2003-02-033-6/+6
* Use vaccess() instead of rolling our own access checks. This fixes a bugtjr2003-02-031-12/+6
* NODEVFS cleanup: remove #ifdefs.phk2003-01-294-8/+0
* Escape the backslash in badchars so that smbfs_pathcheck() correctlytjr2003-01-291-1/+1
* Do not allow a cached vnode to be shared among multiple mounts of the sametjr2003-01-281-1/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2136-93/+93
* GC an unused reference to vop_refreshlabel_desc; reference torwatson2003-01-211-3/+0
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-1/+0
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* Even if the permissions deny it, a process should be allowed tophk2003-01-131-2/+13
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-135-11/+12
* Change struct file f_data to un_data, a union of the correct structdillon2003-01-125-11/+11
* Add symlink support to devfs_rule_matchpath(). This allows the userdd2003-01-111-1/+2
* Don't override the vop_lock, vop_unlock and vop_isunlocked methods.phk2003-01-051-3/+0
* Don't take the detour over VOP_STRATEGY from spec_getpages, call ourphk2003-01-051-1/+1
* Split out the vnode and buf arguments to the internal strategy workerphk2003-01-051-13/+3
* Repair vnode locking in portal_lookup(). Specifically, lock the filetjr2003-01-051-2/+10
* Temporarily introduce a new VOP_SPECSTRATEGY operation while I tryphk2003-01-045-6/+43
* resort vnode ops listphk2003-01-041-3/+3
* Replace spec_bmap() with vop_panic: We should never BMAP a device backedphk2003-01-041-35/+1
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-0411-40/+0
* Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op sincephk2003-01-031-1/+1
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-303-3/+3
* There is some sort of race/deadlock which I have not identifiedphk2002-12-291-1/+6
* Abstract-out the constants for the sequential heuristic.dillon2002-12-281-1/+1
* Trim left-over and unused vop_refreshlabel() bits from devfs.rwatson2002-12-281-23/+0
* Remove redundant check for negative or zero v_usecount; vrele() alreadytjr2002-12-151-14/+7
* Keep trying to flush the vnode list for the mount while some are stilltjr2002-12-133-2/+19
* Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead oftjr2002-12-131-1/+2
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-136-11/+13
* Remove dm_root entry from struct devfs_mount. It's never set, and isrwatson2002-12-094-7/+8
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Cast a pointer to a uintptr_t to quiet a warning.jhb2002-11-071-1/+1
* Third argument to copyinstr() is a pointer to a size_t, not a pointer to ajhb2002-11-071-1/+1
* Add debug.doslowdown to enable/disable niced slowdown on I/O. Defaultmckusick2002-11-041-1/+5
OpenPOWER on IntegriCloud