aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* smbfs: ansifyMateusz Guzik2023-02-071-6/+1
* Stop cleaning MNT_LOCAL on unmountKonstantin Belousov2023-01-141-3/+0
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-301-1/+2
* Revert commits 6d3e78ad6c11 and 54256e7954d7Jason A. Harmening2021-05-301-2/+1
* VFS_QUOTACTL(9): allow implementation to indicate busy state changesJason A. Harmening2021-05-291-1/+2
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+2
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-1/+1
* Allocate pager bufs from UMA instead of 80-ish mutex protected linked list.Gleb Smirnoff2019-01-151-2/+4
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix smbfs to not zero out statfs f_flags field. Previously, thisEdward Tomasz Napierala2014-11-211-2/+0
* Use SMB_QUERY_FS_SIZE_INFO request to populate statfs structure.Andrey V. Elsukov2014-04-151-12/+5
* Garbage collect an useless check. smp should be never NULL.Davide Italiano2013-06-281-5/+0
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.Davide Italiano2013-05-041-2/+2
* Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano2013-05-041-10/+29
* - Remove reset of vpp pointer in some places as long as it's not reallyDavide Italiano2012-11-221-1/+0
* Until now, smbfs_fullpath() computed the full path starting from theDavide Italiano2012-11-221-1/+1
* - Do not put in the mntqueue half-constructed vnodes.Davide Italiano2012-10-311-16/+0
* Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano2012-10-311-19/+34
* - Remove the references to the deprecated zalloc kernel interfaceDavide Italiano2012-10-251-30/+1
* Make sure all intermediate variables holding mount flags (mnt_flag)Kirk McKusick2012-01-171-1/+1
* Use strchr() and strrchr().Ed Schouten2012-01-021-2/+2
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatAlan Cox2010-10-021-2/+1
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-7/+1
* Spell DIAGNOSTIC correctly.Ruslan Ermilov2009-10-241-1/+1
* Remove the thread argument from the FSD (File-System Dependent) parts ofAttilio Rao2009-05-111-9/+17
* Catch up with netsmb locking: explicit thread arguments no longer required.Robert Watson2008-11-021-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Replace lockmgr lock protecting smbfs node hash table with sx lock.Robert Watson2008-03-021-3/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-2/+2
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+2
* Lock the smb share before doing a 'put' on it in smbfs_unmount().John Baldwin2006-07-171-0/+3
* Eradicate caddr_t from the VFS API.Dag-Erling Smørgrav2005-12-141-2/+2
* Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" optionTai-hwa Liang2005-12-051-3/+1
* - Add errmsg to the list of smbfs mount options.Craig Rodrigues2005-11-161-7/+23
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* In preparation for making the modules actually use opt_*.h filesYaroslav Tykhiy2005-10-141-4/+0
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-2/+2
* Make smbfs_debuglevel private.Poul-Henning Kamp2005-02-101-1/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* typoPoul-Henning Kamp2004-12-111-1/+1
* Convert to nmount. Add omount compat.Poul-Henning Kamp2004-12-061-27/+85
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-8/+0
* Use system wide no-op vfs_start function.Poul-Henning Kamp2004-11-251-16/+0
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-3/+2
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+3