summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-061-4/+0
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename().tjr2003-02-191-5/+9
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-081-0/+60
* Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-071-60/+0
* Add missing permission checks to the smbfs VOP_SETATTR vnode op for thetjr2003-02-041-0/+5
* 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
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* 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-131-2/+3
* 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-251-2/+3
* 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
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-2/+2
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+3
* Check write permissions before creating anything.bp2002-04-131-0/+3
* Remove 3 instances of vm_zone.h inclusion.phk2002-04-081-1/+0
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-2/+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
* Catch up with KSE changes.bp2001-12-021-64/+65
* 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
* Cosmetique: correct English in commentsache2001-08-231-2/+3
* Move <machine/*> after <sys/*>ache2001-08-231-1/+2
* adv. lock:ache2001-08-231-2/+14
* Return proper length of _PC_NAME_MAX value if long names support is enabled.bp2001-08-211-1/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-26/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+1340
OpenPOWER on IntegriCloud