aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another LINT compilation fixPoul-Henning Kamp2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+3
* Remove useless SMP check code.Dag-Erling Smørgrav2003-12-071-12/+0
* Don't mess about with spare fields in public structures.Poul-Henning Kamp2003-11-121-1/+0
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+1
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).Peter Wemm2003-07-241-1/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-24/+17
* Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtimeTim J. Robbins2003-04-011-1/+2
* Rename vfs_stdsync function to vfs_stdnosync which matches moreAlexander Kabaev2003-03-111-45/+1
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.Tim J. Robbins2003-03-061-13/+0
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.Tim J. Robbins2003-02-081-3/+45
* Garbage-collect stub VFS ops, use the defaults instead.Tim J. Robbins2003-02-071-45/+3
* Keep trying to flush the vnode list for the mount while some are stillTim J. Robbins2002-12-131-2/+13
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-251-3/+6
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-1/+2
* More s/file system/filesystem/gTom Rhodes2002-05-161-2/+2
* Get rid from extra #ifdefs.Boris Popov2002-04-231-60/+1
* Remove 3 instances of vm_zone.h inclusion.Poul-Henning Kamp2002-04-081-1/+0
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-171-2/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-4/+4
* Add module dependency on libmchain.Sheldon Hearn2001-12-131-0/+2
* Catch up with KSE changes.Boris Popov2001-12-021-27/+27
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-15/+2
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+513