summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-5/+5
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+2
* Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename().tjr2003-02-191-5/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-192-6/+6
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-083-3/+107
* Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
* Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-072-62/+0
* Add missing permission checks to the smbfs VOP_SETATTR vnode op for thetjr2003-02-041-0/+5
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Use vaccess() instead of rolling our own access checks. This fixes a bugtjr2003-02-031-12/+6
* Escape the backslash in badchars so that smbfs_pathcheck() correctlytjr2003-01-291-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-6/+6
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* 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-133-2/+19
* Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead oftjr2002-12-131-1/+2
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-136-11/+13
* Cast a pointer to a uintptr_t to quiet a warning.jhb2002-11-071-1/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-2/+2
* Return ENOTTY on incorrect ioctls.phk2002-09-261-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-253-7/+11
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-5/+2
* Always open file in the DENYNONE mode and let the server to decide what isbp2002-09-181-5/+15
* Implement additional SMB calls to allow proper update of file size as somebp2002-09-184-3/+239
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-3/+3
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-044-6/+13
* o Lock page queue accesses in nwfs and smbfs.alc2002-08-021-0/+8
* More s/file system/filesystem/gtrhodes2002-05-163-9/+9
* UIO_NOCOPY is not supported for now, so refuse read opeartion if this flagbp2002-04-261-0/+6
* Track nfs's getpages() changes:bp2002-04-231-12/+46
* Get rid from extra #ifdefs.bp2002-04-232-79/+4
* Check write permissions before creating anything.bp2002-04-131-0/+3
* Remove 3 instances of vm_zone.h inclusion.phk2002-04-082-2/+0
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-274-10/+9
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-201-1/+1
* Previous commit was intented to silence a warning, not to change codepath.bp2001-12-201-2/+3
* Silence harmless "smbfs_closel: Negative opencount" messages atsheldonh2001-12-201-1/+1
* Add module dependency on libmchain.sheldonh2001-12-131-0/+2
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-3/+3
* Catch up with KSE changes.bp2001-12-025-155/+158
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)ache2001-08-291-7/+10
* Cosmetique & style fixes from bdeache2001-08-261-5/+2
* Copy from kern_lockf.c: remove extra checkache2001-08-241-2/+0
* Copy yet one check for SEEK_END overflowache2001-08-231-1/+2
* Copy my newly introduced l_len<0 'oops' fix from kern_lockf.cache2001-08-231-2/+4
* Copy POSIX l_len<0 handling from kern_lockf.cache2001-08-231-3/+6
OpenPOWER on IntegriCloud