summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* Introduce a field to struct vm_page for storing flags that arealc2006-08-091-1/+1
* Lock the smb share before doing a 'put' on it in smbfs_unmount().jhb2006-07-171-0/+3
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]cperciva2006-05-311-1/+8
* Call vm_object_page_clean() with the object lock held.ups2006-05-251-1/+4
* Do not set B_NOCACHE on buffers when releasing them in flushbuflist().ups2006-05-251-0/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* I ran into an nfs client panic a couple of times in a row over thealfred2006-01-171-1/+4
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" optionavatar2005-12-051-3/+1
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* Fix interaction with Windows 2000/XP based servers:bp2005-11-221-1/+3
* - Add errmsg to the list of smbfs mount options.rodrigc2005-11-161-7/+23
* Normalize a significant number of kernel malloc type names:rwatson2005-10-313-4/+4
* In preparation for making the modules actually use opt_*.h filesyar2005-10-141-4/+0
* Staticize a symbol used only in this file.anholt2005-05-061-1/+1
* Fix breakage on alpha.takawata2005-05-051-2/+2
* Make smbfs capable to use 16bit char set in filenames.takawata2005-05-043-11/+31
* - 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
* - Update vfs_root implementations to match the new prototype. None ofjeff2005-03-241-2/+2
* - The VI_DOOMED flag now signals the end of a vnode's relationship withjeff2005-03-133-17/+3
* vp->v_id is a private field for the vfs namecache and it is a big mistakephk2005-02-221-25/+24
* Make smbfs_debuglevel private.phk2005-02-102-4/+1
* don't call vprint with NULL.phk2005-02-101-1/+1
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingpeadar2005-01-291-1/+3
* Make filesystems get rid of their own vnodes vnode_pager object inphk2005-01-281-0/+1
* Remove unused argument to vrecycle()phk2005-01-281-1/+1
* Eliminate unused and constant arguments to smbfs_vinvalbuf()phk2005-01-144-26/+13
* Eliminate unused and unnecessary "cred" argument from 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-069-9/+9
* typophk2004-12-111-1/+1
* Convert to nmount. Add omount compat.phk2004-12-065-39/+100
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesphk2004-12-051-8/+0
* Back when VOP_* was introduced, we did not have new-style structphk2004-12-012-40/+33
* Mechanically change prototypes for vnode operations to use the new typedefs.phk2004-12-011-23/+23
* Use system wide no-op vfs_start function.phk2004-11-251-16/+0
* Refuse attempts to mount root filesystemphk2004-11-091-3/+2
* Remove unused B_WRITEINPROG flagphk2004-09-151-2/+0
* Explicitly pass vnode to smbfs_doio() function.phk2004-09-073-6/+3
* Put a version element in the VFS filesystem configuration structurephk2004-07-301-4/+3
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* Another LINT compilation fixphk2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-3/+3
* Update for the KDB framework:marcel2004-07-101-3/+4
* Make vm_page's PG_ZERO flag immutable between the time of the page'salc2004-05-061-2/+0
* Fixes problems that occurred when a file was removed and a directorytjr2004-02-103-1/+42
OpenPOWER on IntegriCloud