| Commit message (Expand) | Author | Age | Files | Lines |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+1 |
* | Catch up with netsmb locking: explicit thread arguments no longer required. | rwatson | 2008-11-02 | 1 | -2/+2 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+4 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -6/+6 |
* | Remove the struct thread unuseful argument from bufobj interface. | attilio | 2008-10-10 | 1 | -2/+2 |
* | Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR(). | kib | 2008-09-20 | 1 | -1/+1 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 3 | -26/+26 |
* | Remove unused 'td' arguments from smbfs_hash_lock() and | rwatson | 2008-07-01 | 1 | -9/+9 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 2 | -5/+4 |
* | When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_type | dfr | 2008-04-14 | 1 | -0/+3 |
* | Replace lockmgr lock protecting smbfs node hash table with sx lock. | rwatson | 2008-03-02 | 3 | -9/+10 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -1/+1 |
* | Introduce some functions in the vnode locks namespace and in the ffs | attilio | 2008-02-24 | 1 | -1/+1 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -3/+4 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 2 | -2/+2 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 3 | -4/+4 |
* | Get rid of qaddr_t. | alfred | 2007-10-16 | 1 | -2/+2 |
* | Do proper "locking" for missing vmmeters part. | attilio | 2007-06-04 | 1 | -4/+4 |
* | Change the VOP_OPEN(), vn_open() vnode operation and d_fdopen() cdev operation | kib | 2007-06-01 | 1 | -2/+2 |
* | Revert VMCNT_* operations introduction. | attilio | 2007-05-31 | 1 | -4/+4 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 1 | -1/+1 |
* | Where I previously removed calls to kdb_enter(), now remove include of | rwatson | 2007-05-29 | 1 | -1/+0 |
* | Rather than entering the debugger via kdb_enter() when detecting memory | rwatson | 2007-05-27 | 1 | -12/+6 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 1 | -4/+4 |
* | Make insmntque() externally visibile and allow it to fail (e.g. during | tegge | 2007-03-13 | 1 | -0/+5 |
* | Use pause() rather than tsleep() on stack variables and function pointers. | jhb | 2007-02-27 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -5/+7 |
* | Create a bidirectional mapping of the DOS 'read only' attribute | bp | 2006-11-05 | 3 | -2/+20 |
* | Ditch crummy fattime <--> timespec conversion functions | phk | 2006-10-24 | 1 | -149/+8 |
* | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | tegge | 2006-09-26 | 1 | -0/+2 |
* | Introduce a field to struct vm_page for storing flags that are | alc | 2006-08-09 | 1 | -1/+1 |
* | Lock the smb share before doing a 'put' on it in smbfs_unmount(). | jhb | 2006-07-17 | 1 | -0/+3 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | cperciva | 2006-05-31 | 1 | -1/+8 |
* | Call vm_object_page_clean() with the object lock held. | ups | 2006-05-25 | 1 | -1/+4 |
* | Do not set B_NOCACHE on buffers when releasing them in flushbuflist(). | ups | 2006-05-25 | 1 | -0/+4 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | I ran into an nfs client panic a couple of times in a row over the | alfred | 2006-01-17 | 1 | -1/+4 |
* | Eradicate caddr_t from the VFS API. | des | 2005-12-14 | 1 | -2/+2 |
* | Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" option | avatar | 2005-12-05 | 1 | -3/+1 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -1/+1 |
* | Fix interaction with Windows 2000/XP based servers: | bp | 2005-11-22 | 1 | -1/+3 |
* | - Add errmsg to the list of smbfs mount options. | rodrigc | 2005-11-16 | 1 | -7/+23 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 3 | -4/+4 |
* | In preparation for making the modules actually use opt_*.h files | yar | 2005-10-14 | 1 | -4/+0 |
* | Staticize a symbol used only in this file. | anholt | 2005-05-06 | 1 | -1/+1 |
* | Fix breakage on alpha. | takawata | 2005-05-05 | 1 | -2/+2 |
* | Make smbfs capable to use 16bit char set in filenames. | takawata | 2005-05-04 | 3 | -11/+31 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -6/+2 |
* | Initialize vp before using it. Failing to do this can cause instant | delphij | 2005-04-10 | 1 | -0/+1 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | jeff | 2005-03-29 | 1 | -4/+3 |