| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: clean up empty lines in .c and .h files | Mateusz Guzik | 2020-09-01 | 1 | -6/+3 |
* | vfs: remove the obsolete privused argument from vaccess | Mateusz Guzik | 2020-08-05 | 1 | -1/+1 |
* | Provide O_SEARCH | Kyle Evans | 2020-02-02 | 1 | -1/+2 |
* | vfs: drop the mostly unused flags argument from VOP_UNLOCK | Mateusz Guzik | 2020-01-03 | 1 | -2/+2 |
* | vfs: flatten vop vectors | Mateusz Guzik | 2019-12-16 | 1 | -0/+1 |
* | vfs: introduce v_irflag and make v_type smaller | Mateusz Guzik | 2019-12-08 | 1 | -2/+2 |
* | [smbfs] Allow semicolon in mounts that support long names | Oleksandr Tymoshenko | 2019-01-20 | 1 | -2/+2 |
* | Use long for the last argument to VOP_PATHCONF rather than a register_t. | John Baldwin | 2018-01-17 | 1 | -1/+1 |
* | Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf(). | John Baldwin | 2017-12-19 | 1 | -2/+0 |
* | Handle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs' VOP_PATHCONF(). | John Baldwin | 2017-12-19 | 1 | -0/+9 |
* | sys/fs: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Consistently use vop_stdpathconf() for default pathconf values. | John Baldwin | 2017-07-11 | 1 | -1/+1 |
* | smbfs: Fix an indentation level | Conrad Meyer | 2017-04-06 | 1 | -1/+1 |
* | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
* | Change the type of newsize argument in the smbfs_smb_setfsize() function | Andrey V. Elsukov | 2016-01-11 | 1 | -1/+2 |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | Kenneth D. Merry | 2013-08-21 | 1 | -8/+57 |
* | Plug a couple of leakages in smbfs_lookup(). | Davide Italiano | 2013-06-28 | 1 | -3/+6 |
* | smbfs_lookup() in the DOTDOT case operates on dvp->n_parent without | Davide Italiano | 2013-03-09 | 1 | -6/+13 |
* | - Initialize variable in smbfs_rename() to silent compiler warning | Davide Italiano | 2013-03-09 | 1 | -1/+2 |
* | - smbfs_rename() might return an error value without correctly upgrading | Davide Italiano | 2012-11-26 | 1 | -2/+2 |
* | Get rid of some old debug code. It provides checks similar to the one | Davide Italiano | 2012-11-14 | 1 | -12/+0 |
* | Fix the lookup in the DOTDOT case in the same way as other filesystems do, | Davide Italiano | 2012-11-14 | 1 | -0/+21 |
* | Fix panic due to page faults while in kernel mode, under conditions of | Davide Italiano | 2012-10-31 | 1 | -82/+118 |
* | Change the code to use %jd as printf() placeholder for uio_offset and | Davide Italiano | 2012-10-31 | 1 | -1/+1 |
* | Fix build in case we have SMBVDEBUG turned on. | Davide Italiano | 2012-10-25 | 1 | -1/+2 |
* | Rename cache_lookup_times() to cache_lookup() and retire the old API and | John Baldwin | 2012-02-06 | 1 | -1/+1 |
* | Use strchr() and strrchr(). | Ed Schouten | 2012-01-02 | 1 | -5/+5 |
* | Switch to our preferred 2-clause BSD license. | Joel Dahl | 2010-04-07 | 1 | -6/+0 |
* | 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 |