| Commit message (Expand) | Author | Age | Files | Lines |
* | After r186194 the *fs_strategy() functions always return 0. | Bjoern A. Zeeb | 2009-01-31 | 1 | -2/+1 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | Edward Tomasz Napierala | 2008-12-16 | 1 | -1/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | Edward Tomasz Napierala | 2008-10-28 | 1 | -4/+4 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | Attilio Rao | 2008-08-28 | 1 | -21/+21 |
* | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 1 | -4/+4 |
* | When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_type | Doug Rabson | 2008-04-14 | 1 | -0/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | Attilio Rao | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | Attilio Rao | 2008-01-10 | 1 | -1/+1 |
* | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -1/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -5/+7 |
* | Create a bidirectional mapping of the DOS 'read only' attribute | Boris Popov | 2006-11-05 | 1 | -0/+14 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | Colin Percival | 2006-05-31 | 1 | -1/+8 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -6/+2 |
* | Initialize vp before using it. Failing to do this can cause instant | Xin LI | 2005-04-10 | 1 | -0/+1 |
* | - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.c | Jeff Roberson | 2005-03-29 | 1 | -4/+3 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | Jeff Roberson | 2005-03-29 | 1 | -57/+37 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | Jeff Roberson | 2005-03-28 | 1 | -54/+21 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | Jeff Roberson | 2005-03-13 | 1 | -14/+1 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | Poul-Henning Kamp | 2005-02-22 | 1 | -25/+24 |
* | Unbreak a few filesystems for which vnode_create_vobject() wasn't being | Peter Edwards | 2005-01-29 | 1 | -1/+3 |
* | Eliminate unused and constant arguments to smbfs_vinvalbuf() | Poul-Henning Kamp | 2005-01-14 | 1 | -2/+2 |
* | Whitespace in vop_vector{} initializations. | Poul-Henning Kamp | 2005-01-13 | 1 | -2/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Convert to nmount. Add omount compat. | Poul-Henning Kamp | 2004-12-06 | 1 | -5/+4 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -38/+31 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | Poul-Henning Kamp | 2004-12-01 | 1 | -23/+23 |
* | Explicitly pass vnode to smbfs_doio() function. | Poul-Henning Kamp | 2004-09-07 | 1 | -3/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
* | Fixes problems that occurred when a file was removed and a directory | Tim J. Robbins | 2004-02-10 | 1 | -1/+24 |
* | Restore closing of SMB find handle in smbfs_close(). | Tim J. Robbins | 2004-01-10 | 1 | -1/+8 |
* | Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid | Tim J. Robbins | 2003-12-22 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+0 |
* | Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability. | Poul-Henning Kamp | 2003-10-18 | 1 | -2/+1 |
* | Allow the [, ], and = characters in non-8.3 filenames since they | Tim J. Robbins | 2003-09-26 | 1 | -2/+2 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -1/+1 |
* | Send the close request to the SMB server in smbfs_inactive(), instead of | Tim J. Robbins | 2003-06-17 | 1 | -58/+14 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | Poul-Henning Kamp | 2003-06-15 | 1 | -0/+2 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -2/+1 |
* | Remove fragments of support for the FreeBSD 3.x and 4.x branches. | Tim J. Robbins | 2003-03-06 | 1 | -4/+0 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -1/+1 |
* | Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename(). | Tim J. Robbins | 2003-02-19 | 1 | -5/+9 |
* | Revert removal of vnode and VFS stubs; bp asserts that they are needed. | Tim J. Robbins | 2003-02-08 | 1 | -0/+60 |
* | Garbage-collect stub vnode ops, use the defaults instead. | Tim J. Robbins | 2003-02-07 | 1 | -60/+0 |
* | Add missing permission checks to the smbfs VOP_SETATTR vnode op for the | Tim J. Robbins | 2003-02-04 | 1 | -0/+5 |
* | Use vaccess() instead of rolling our own access checks. This fixes a bug | Tim J. Robbins | 2003-02-03 | 1 | -12/+6 |
* | Escape the backslash in badchars so that smbfs_pathcheck() correctly | Tim J. Robbins | 2003-01-29 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -3/+0 |
* | Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of | Tim J. Robbins | 2002-12-13 | 1 | -1/+2 |
* | Store a reference to the parent directory's vnode in struct smbnode, | Tim J. Robbins | 2002-12-13 | 1 | -2/+3 |
* | Return ENOTTY on incorrect ioctls. | Poul-Henning Kamp | 2002-09-26 | 1 | -1/+1 |