summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* Switch to our preferred 2-clause BSD license.joel2010-04-079-60/+6
* Remove unused smbfs_smb_qpathinfo().trasz2010-01-081-110/+0
* Spell DIAGNOSTIC correctly.ru2009-10-241-1/+1
* Make *getpages()s' assertion on the state of each page's dirty bitsalc2009-05-281-1/+1
* Eliminate unnecessary clearing of the page's dirty mask from variousalc2009-05-151-1/+3
* Eliminate gratuitous clearing of the page's dirty mask.alc2009-05-121-1/+2
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-9/+17
* Eliminate stale comments.alc2009-05-101-4/+0
* After r186194 the *fs_strategy() functions always return 0.bz2009-01-311-2/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Catch up with netsmb locking: explicit thread arguments no longer required.rwatson2008-11-021-2/+2
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-6/+6
* Remove the struct thread unuseful argument from bufobj interface.attilio2008-10-101-2/+2
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-201-1/+1
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-283-26/+26
* Remove unused 'td' arguments from smbfs_hash_lock() andrwatson2008-07-011-9/+9
* Move the head of byte-level advisory lock list from thekib2008-04-162-5/+4
* When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_typedfr2008-04-141-0/+3
* Replace lockmgr lock protecting smbfs node hash table with sx lock.rwatson2008-03-023-9/+10
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-1/+1
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-241-1/+1
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-3/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-2/+2
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-103-4/+4
* Get rid of qaddr_t.alfred2007-10-161-2/+2
* Do proper "locking" for missing vmmeters part.attilio2007-06-041-4/+4
* Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operationkib2007-06-011-2/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-4/+4
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Where I previously removed calls to kdb_enter(), now remove include ofrwatson2007-05-291-1/+0
* Rather than entering the debugger via kdb_enter() when detecting memoryrwatson2007-05-271-12/+6
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-4/+4
* Make insmntque() externally visibile and allow it to fail (e.g. duringtegge2007-03-131-0/+5
* Use pause() rather than tsleep() on stack variables and function pointers.jhb2007-02-271-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+7
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-053-2/+20
* Ditch crummy fattime <--> timespec conversion functionsphk2006-10-241-149/+8
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-261-0/+2
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-1/+1
* Lock the smb share before doing a 'put' on it in smbfs_unmount().jhb2006-07-171-0/+3
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]cperciva2006-05-311-1/+8
* Call vm_object_page_clean() with the object lock held.ups2006-05-251-1/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-251-0/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+4
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" optionavatar2005-12-051-3/+1
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Fix interaction with Windows 2000/XP based servers:bp2005-11-221-1/+3
OpenPOWER on IntegriCloud