summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs.h
Commit message (Expand)AuthorAgeFilesLines
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-041-0/+1
* - Remove reset of vpp pointer in some places as long as it's not reallydavide2012-11-221-1/+0
* - Do not put in the mntqueue half-constructed vnodes.davide2012-10-311-3/+0
* Remove MALLOC_DECLAREs of nonexisting malloc-pools.ed2011-11-061-4/+0
* This update changes the mnt_flag field in the mount structure frommckusick2011-07-241-1/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
* Replace lockmgr lock protecting smbfs node hash table with sx lock.rwatson2008-03-021-1/+3
* Eliminate unused and constant arguments to smbfs_vinvalbuf()phk2005-01-141-2/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Convert to nmount. Add omount compat.phk2004-12-061-2/+6
* Explicitly pass vnode to smbfs_doio() function.phk2004-09-071-1/+1
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-081-0/+2
* Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-071-2/+0
* Keep trying to flush the vnode list for the mount while some are stilltjr2002-12-131-0/+1
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-181-1/+1
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* Catch up with KSE changes.bp2001-12-021-2/+2
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.bp2001-04-131-7/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+112
OpenPOWER on IntegriCloud