summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use proper endian conversion.bp2001-08-211-1/+1
* Return proper length of _PC_NAME_MAX value if long names support is enabled.bp2001-08-211-1/+1
* Grab the process lock around psignal().jhb2001-07-181-0/+2
* - Update the vmmeter statistics for vnode pageins and pageouts injhb2001-07-041-2/+7
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-3/+0
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-15/+2
* Convert vnode_pager_freepage() to vm_free_page().bp2001-05-031-2/+2
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-4/+2
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-9/+11
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-26/+0
* Move VT_SMBFS definition to the proper place. Undefine VI_LOCK/VI_UNLOCK.bp2001-04-131-7/+0
* Import kernel part of SMB/CIFS requester.bp2001-04-109-0/+4938
OpenPOWER on IntegriCloud