aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().Konstantin Belousov2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-283-26/+26
* Remove unused 'td' arguments from smbfs_hash_lock() andRobert Watson2008-07-011-9/+9
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-162-5/+4
* When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_typeDoug Rabson2008-04-141-0/+3
* Replace lockmgr lock protecting smbfs node hash table with sx lock.Robert Watson2008-03-023-9/+10
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-1/+1
* Introduce some functions in the vnode locks namespace and in the ffsAttilio Rao2008-02-241-1/+1
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-3/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-103-4/+4
* Get rid of qaddr_t.Alfred Perlstein2007-10-161-2/+2
* Do proper "locking" for missing vmmeters part.Attilio Rao2007-06-041-4/+4
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationKonstantin Belousov2007-06-011-2/+2
* Revert VMCNT_* operations introduction.Attilio Rao2007-05-311-4/+4
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+1
* Where I previously removed calls to kdb_enter(), now remove include ofRobert Watson2007-05-291-1/+0
* Rather than entering the debugger via kdb_enter() when detecting memoryRobert Watson2007-05-271-12/+6
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingJeff Roberson2007-05-181-4/+4
* Make insmntque() externally visibile and allow it to fail (e.g. duringTor Egge2007-03-131-0/+5
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+7
* Create a bidirectional mapping of the DOS 'read only' attributeBoris Popov2006-11-053-2/+20
* Ditch crummy fattime <--> timespec conversion functionsPoul-Henning Kamp2006-10-241-149/+8
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-261-0/+2
* Introduce a field to struct vm_page for storing flags that areAlan Cox2006-08-091-1/+1
* Lock the smb share before doing a 'put' on it in smbfs_unmount().John Baldwin2006-07-171-0/+3
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]Colin Percival2006-05-311-1/+8
* Call vm_object_page_clean() with the object lock held.Stephan Uphoff2006-05-251-1/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().Stephan Uphoff2006-05-251-0/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* I ran into an nfs client panic a couple of times in a row over theAlfred Perlstein2006-01-171-1/+4
* 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
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-1/+1
* Fix interaction with Windows 2000/XP based servers:Boris Popov2005-11-221-1/+3
* - 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-313-4/+4
* In preparation for making the modules actually use opt_*.h filesYaroslav Tykhiy2005-10-141-4/+0
* Staticize a symbol used only in this file.Eric Anholt2005-05-061-1/+1
* Fix breakage on alpha.Takanori Watanabe2005-05-051-2/+2
* Make smbfs capable to use 16bit char set in filenames.Takanori Watanabe2005-05-043-11/+31
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-6/+2
* Initialize vp before using it. Failing to do this can cause instantXin LI2005-04-101-0/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-4/+3
* - cache_lookup() now locks the new vnode for us to prevent some races.Jeff Roberson2005-03-291-57/+37
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-54/+21
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-133-17/+3
* vp->v_id is a private field for the vfs namecache and it is a big mistakePoul-Henning Kamp2005-02-221-25/+24