aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* Return ENOTTY on incorrect ioctls.Poul-Henning Kamp2002-09-261-1/+1
* - Use vrefcnt() where it is safe to do so instead of doing direct andJeff Roberson2002-09-253-7/+11
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-5/+2
* Always open file in the DENYNONE mode and let the server to decide what isBoris Popov2002-09-181-5/+15
* Implement additional SMB calls to allow proper update of file size as someBoris Popov2002-09-184-3/+239
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-3/+3
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-044-6/+13
* o Lock page queue accesses in nwfs and smbfs.Alan Cox2002-08-021-0/+8
* More s/file system/filesystem/gTom Rhodes2002-05-163-9/+9
* UIO_NOCOPY is not supported for now, so refuse read opeartion if this flagBoris Popov2002-04-261-0/+6
* Track nfs's getpages() changes:Boris Popov2002-04-231-11/+45
* Get rid from extra #ifdefs.Boris Popov2002-04-232-79/+4
* Check write permissions before creating anything.Boris Popov2002-04-131-0/+3
* Remove 3 instances of vm_zone.h inclusion.Poul-Henning Kamp2002-04-082-2/+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-274-10/+9
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-201-1/+1
* Previous commit was intented to silence a warning, not to change codepath.Boris Popov2001-12-201-2/+3
* Silence harmless "smbfs_closel: Negative opencount" messages atSheldon Hearn2001-12-201-1/+1
* Add module dependency on libmchain.Sheldon Hearn2001-12-131-0/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-3/+3
* Catch up with KSE changes.Boris Popov2001-12-025-155/+158
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-2/+2
* smbfs_advlock: simplify overflow checks (copy from kern_lockf.c)Andrey A. Chernov2001-08-291-7/+10
* Cosmetique & style fixes from bdeAndrey A. Chernov2001-08-261-5/+2
* Copy from kern_lockf.c: remove extra checkAndrey A. Chernov2001-08-241-2/+0
* Copy yet one check for SEEK_END overflowAndrey A. Chernov2001-08-231-1/+2
* Copy my newly introduced l_len<0 'oops' fix from kern_lockf.cAndrey A. Chernov2001-08-231-2/+4
* Copy POSIX l_len<0 handling from kern_lockf.cAndrey A. Chernov2001-08-231-3/+6
* Cosmetique: correct English in commentsAndrey A. Chernov2001-08-231-2/+3
* Move <machine/*> after <sys/*>Andrey A. Chernov2001-08-231-1/+2
* adv. lock:Andrey A. Chernov2001-08-231-2/+14
* Use proper endian conversion.Boris Popov2001-08-211-1/+1
* Return proper length of _PC_NAME_MAX value if long names support is enabled.Boris Popov2001-08-211-1/+1
* Grab the process lock around psignal().John Baldwin2001-07-181-0/+2
* - Update the vmmeter statistics for vnode pageins and pageouts inJohn Baldwin2001-07-041-2/+7
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-132-3/+0
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-15/+2
* Convert vnode_pager_freepage() to vm_free_page().Boris Popov2001-05-031-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-9/+11
* Add a vop_stdbmap(), and make it part of the default vop vector.Poul-Henning Kamp2001-04-291-26/+0
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.Boris Popov2001-04-131-7/+0
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-109-0/+4938