summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_node.c
Commit message (Expand)AuthorAgeFilesLines
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-171-6/+17
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* 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-131-0/+5
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-131-5/+5
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-2/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Catch up with KSE changes.bp2001-12-021-21/+21
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-9/+11
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+415
OpenPOWER on IntegriCloud