summaryrefslogtreecommitdiff
path: root/sys/fs/smbfs/smbfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* fs: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+3
* vfs: remove the obsolete privused argument from vaccessMateusz Guzik2020-08-051-1/+1
* Provide O_SEARCHKyle Evans2020-02-021-1/+2
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-2/+2
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-0/+1
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-2/+2
* [smbfs] Allow semicolon in mounts that support long namesOleksandr Tymoshenko2019-01-201-2/+2
* Use long for the last argument to VOP_PATHCONF rather than a register_t.John Baldwin2018-01-171-1/+1
* Move NAME_MAX, LINK_MAX, and CHOWN_RESTRICTED out of vop_stdpathconf().John Baldwin2017-12-191-2/+0
* Handle _PC_FILESIZEBITS and _PC_NO_TRUNC for smbfs' VOP_PATHCONF().John Baldwin2017-12-191-0/+9
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Consistently use vop_stdpathconf() for default pathconf values.John Baldwin2017-07-111-1/+1
* smbfs: Fix an indentation levelConrad Meyer2017-04-061-1/+1
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Change the type of newsize argument in the smbfs_smb_setfsize() functionAndrey V. Elsukov2016-01-111-1/+2
* Expand the use of stat(2) flags to allow storing some Windows/DOSKenneth D. Merry2013-08-211-8/+57
* Plug a couple of leakages in smbfs_lookup().Davide Italiano2013-06-281-3/+6
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutDavide Italiano2013-03-091-6/+13
* - Initialize variable in smbfs_rename() to silent compiler warningDavide Italiano2013-03-091-1/+2
* - smbfs_rename() might return an error value without correctly upgradingDavide Italiano2012-11-261-2/+2
* Get rid of some old debug code. It provides checks similar to the oneDavide Italiano2012-11-141-12/+0
* Fix the lookup in the DOTDOT case in the same way as other filesystems do,Davide Italiano2012-11-141-0/+21
* Fix panic due to page faults while in kernel mode, under conditions ofDavide Italiano2012-10-311-82/+118
* Change the code to use %jd as printf() placeholder for uio_offset andDavide Italiano2012-10-311-1/+1
* Fix build in case we have SMBVDEBUG turned on.Davide Italiano2012-10-251-1/+2
* Rename cache_lookup_times() to cache_lookup() and retire the old API andJohn Baldwin2012-02-061-1/+1
* Use strchr() and strrchr().Ed Schouten2012-01-021-5/+5
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-6/+0
* After r186194 the *fs_strategy() functions always return 0.Bjoern A. Zeeb2009-01-311-2/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returnEdward Tomasz Napierala2008-12-161-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessaryEdward Tomasz Napierala2008-10-281-4/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-21/+21
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-161-4/+4
* When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_typeDoug Rabson2008-04-141-0/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.Attilio Rao2008-01-101-1/+1
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-5/+7
* Create a bidirectional mapping of the DOS 'read only' attributeBoris Popov2006-11-051-0/+14
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]Colin Percival2006-05-311-1/+8
* - Change all filesystems and vfs_cache to relock the dvp once the child isJeff Roberson2005-04-131-6/+2
* Initialize vp before using it. Failing to do this can cause instantXin LI2005-04-101-0/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cJeff Roberson2005-03-291-4/+3
* - cache_lookup() now locks the new vnode for us to prevent some races.Jeff Roberson2005-03-291-57/+37
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.Jeff Roberson2005-03-281-54/+21
* - The VI_DOOMED flag now signals the end of a vnode's relationship withJeff Roberson2005-03-131-14/+1
* vp->v_id is a private field for the vfs namecache and it is a big mistakePoul-Henning Kamp2005-02-221-25/+24
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingPeter Edwards2005-01-291-1/+3
* Eliminate unused and constant arguments to smbfs_vinvalbuf()Poul-Henning Kamp2005-01-141-2/+2
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-2/+3