| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | Change the type of newsize argument in the smbfs_smb_setfsize() function | ae | 2016-01-11 | 1 | -1/+2 |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | ken | 2013-08-21 | 1 | -8/+57 |
* | Plug a couple of leakages in smbfs_lookup(). | davide | 2013-06-28 | 1 | -3/+6 |
* | smbfs_lookup() in the DOTDOT case operates on dvp->n_parent without | davide | 2013-03-09 | 1 | -6/+13 |
* | - Initialize variable in smbfs_rename() to silent compiler warning | davide | 2013-03-09 | 1 | -1/+2 |
* | - smbfs_rename() might return an error value without correctly upgrading | davide | 2012-11-26 | 1 | -2/+2 |
* | Get rid of some old debug code. It provides checks similar to the one | davide | 2012-11-14 | 1 | -12/+0 |
* | Fix the lookup in the DOTDOT case in the same way as other filesystems do, | davide | 2012-11-14 | 1 | -0/+21 |
* | Fix panic due to page faults while in kernel mode, under conditions of | davide | 2012-10-31 | 1 | -82/+118 |
* | Change the code to use %jd as printf() placeholder for uio_offset and | davide | 2012-10-31 | 1 | -1/+1 |
* | Fix build in case we have SMBVDEBUG turned on. | davide | 2012-10-25 | 1 | -1/+2 |
* | Rename cache_lookup_times() to cache_lookup() and retire the old API and | jhb | 2012-02-06 | 1 | -1/+1 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -5/+5 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -6/+0 |
* | After r186194 the *fs_strategy() functions always return 0. | bz | 2009-01-31 | 1 | -2/+1 |
* | According to phk@, VOP_STRATEGY should never, _ever_, return | trasz | 2008-12-16 | 1 | -1/+1 |
* | Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessary | trasz | 2008-10-28 | 1 | -4/+4 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 1 | -21/+21 |
* | Move the head of byte-level advisory lock list from the | kib | 2008-04-16 | 1 | -4/+4 |
* | When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_type | dfr | 2008-04-14 | 1 | -0/+3 |
* | VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in | attilio | 2008-01-13 | 1 | -1/+1 |
* | vn_lock() is currently only used with the 'curthread' passed as argument. | attilio | 2008-01-10 | 1 | -1/+1 |
* | Revert UF_OPENING workaround for CURRENT. | kib | 2007-05-31 | 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 | 1 | -0/+14 |
* | Enable inadvertantly disabled "securenet" access controls in ypserv. [1] | cperciva | 2006-05-31 | 1 | -1/+8 |
* | - 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 |
* | - cache_lookup() now locks the new vnode for us to prevent some races. | jeff | 2005-03-29 | 1 | -57/+37 |
* | - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us. | jeff | 2005-03-28 | 1 | -54/+21 |
* | - The VI_DOOMED flag now signals the end of a vnode's relationship with | jeff | 2005-03-13 | 1 | -14/+1 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | phk | 2005-02-22 | 1 | -25/+24 |
* | Unbreak a few filesystems for which vnode_create_vobject() wasn't being | peadar | 2005-01-29 | 1 | -1/+3 |
* | Eliminate unused and constant arguments to smbfs_vinvalbuf() | phk | 2005-01-14 | 1 | -2/+2 |
* | Whitespace in vop_vector{} initializations. | phk | 2005-01-13 | 1 | -2/+3 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Convert to nmount. Add omount compat. | phk | 2004-12-06 | 1 | -5/+4 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 1 | -38/+31 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -23/+23 |
* | Explicitly pass vnode to smbfs_doio() function. | phk | 2004-09-07 | 1 | -3/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Fixes problems that occurred when a file was removed and a directory | tjr | 2004-02-10 | 1 | -1/+24 |
* | Restore closing of SMB find handle in smbfs_close(). | tjr | 2004-01-10 | 1 | -1/+8 |
* | Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid | tjr | 2003-12-22 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 1 | -1/+0 |
* | Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability. | phk | 2003-10-18 | 1 | -2/+1 |
* | Allow the [, ], and = characters in non-8.3 filenames since they | tjr | 2003-09-26 | 1 | -2/+2 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -1/+1 |