summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r274784:trasz2014-12-211-2/+0
* MFC r264494:ae2014-05-021-12/+5
* Garbage collect an useless check. smp should be never NULL.davide2013-06-281-5/+0
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.davide2013-05-041-2/+2
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-041-10/+29
* - Remove reset of vpp pointer in some places as long as it's not reallydavide2012-11-221-1/+0
* Until now, smbfs_fullpath() computed the full path starting from thedavide2012-11-221-1/+1
* - Do not put in the mntqueue half-constructed vnodes.davide2012-10-311-16/+0
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-311-19/+34
* - Remove the references to the deprecated zalloc kernel interfacedavide2012-10-251-30/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)mckusick2012-01-171-1/+1
* Use strchr() and strrchr().ed2012-01-021-2/+2
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatalc2010-10-021-2/+1
* Switch to our preferred 2-clause BSD license.joel2010-04-071-7/+1
* Spell DIAGNOSTIC correctly.ru2009-10-241-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-9/+17
* Catch up with netsmb locking: explicit thread arguments no longer required.rwatson2008-11-021-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Replace lockmgr lock protecting smbfs node hash table with sx lock.rwatson2008-03-021-3/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Get rid of qaddr_t.alfred2007-10-161-2/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+2
* Lock the smb share before doing a 'put' on it in smbfs_unmount().jhb2006-07-171-0/+3
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" optionavatar2005-12-051-3/+1
* - Add errmsg to the list of smbfs mount options.rodrigc2005-11-161-7/+23
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* In preparation for making the modules actually use opt_*.h filesyar2005-10-141-4/+0
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+2
* Make smbfs_debuglevel private.phk2005-02-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* typophk2004-12-111-1/+1
* Convert to nmount. Add omount compat.phk2004-12-061-27/+85
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-8/+0
* Use system wide no-op vfs_start function.phk2004-11-251-16/+0
* Refuse attempts to mount root filesystemphk2004-11-091-3/+2
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+3
* Another LINT compilation fixphk2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+3
* Remove useless SMP check code.des2003-12-071-12/+0
* Don't mess about with spare fields in public structures.phk2003-11-121-1/+0
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+1
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-1/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-24/+17
* Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtimetjr2003-04-011-1/+2
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-45/+1
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-061-13/+0
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-081-3/+45
* Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
* Keep trying to flush the vnode list for the mount while some are stilltjr2002-12-131-2/+13
OpenPOWER on IntegriCloud