summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293679:ae2016-01-181-1/+2
* Expand the use of stat(2) flags to allow storing some Windows/DOSken2013-08-211-8/+57
* Plug a couple of leakages in smbfs_lookup().davide2013-06-281-3/+6
* smbfs_lookup() in the DOTDOT case operates on dvp->n_parent withoutdavide2013-03-091-6/+13
* - Initialize variable in smbfs_rename() to silent compiler warningdavide2013-03-091-1/+2
* - smbfs_rename() might return an error value without correctly upgradingdavide2012-11-261-2/+2
* Get rid of some old debug code. It provides checks similar to the onedavide2012-11-141-12/+0
* Fix the lookup in the DOTDOT case in the same way as other filesystems do,davide2012-11-141-0/+21
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-311-82/+118
* Change the code to use %jd as printf() placeholder for uio_offset anddavide2012-10-311-1/+1
* Fix build in case we have SMBVDEBUG turned on.davide2012-10-251-1/+2
* Rename cache_lookup_times() to cache_lookup() and retire the old API andjhb2012-02-061-1/+1
* Use strchr() and strrchr().ed2012-01-021-5/+5
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* After r186194 the *fs_strategy() functions always return 0.bz2009-01-311-2/+1
* According to phk@, VOP_STRATEGY should never, _ever_, returntrasz2008-12-161-1/+1
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-4/+4
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-21/+21
* Move the head of byte-level advisory lock list from thekib2008-04-161-4/+4
* When calling lf_advlock to unlock a record, make sure that ap->a_fl->l_typedfr2008-04-141-0/+3
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-101-1/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+7
* Create a bidirectional mapping of the DOS 'read only' attributebp2006-11-051-0/+14
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]cperciva2006-05-311-1/+8
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-6/+2
* Initialize vp before using it. Failing to do this can cause instantdelphij2005-04-101-0/+1
* - Remove wantparent, it is no longer necessary. An assert in vfs_lookup.cjeff2005-03-291-4/+3
* - cache_lookup() now locks the new vnode for us to prevent some races.jeff2005-03-291-57/+37
* - We no longer have to bother with PDIRUNLOCK, lookup() handles it for us.jeff2005-03-281-54/+21
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-131-14/+1
* vp->v_id is a private field for the vfs namecache and it is a big mistakephk2005-02-221-25/+24
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-291-1/+3
* Eliminate unused and constant arguments to smbfs_vinvalbuf()phk2005-01-141-2/+2
* Whitespace in vop_vector{} initializations.phk2005-01-131-2/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Convert to nmount. Add omount compat.phk2004-12-061-5/+4
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-011-38/+31
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-23/+23
* Explicitly pass vnode to smbfs_doio() function.phk2004-09-071-3/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Fixes problems that occurred when a file was removed and a directorytjr2004-02-101-1/+24
* Restore closing of SMB find handle in smbfs_close().tjr2004-01-101-1/+8
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidtjr2003-12-221-1/+1
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.phk2003-10-181-1/+0
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.phk2003-10-181-2/+1
* Allow the [, ], and = characters in non-8.3 filenames since theytjr2003-09-261-2/+2
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-171-58/+14
OpenPOWER on IntegriCloud