summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs/smbfs_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-1/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-24/+17
* Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtimetjr2003-04-011-1/+2
* Rename vfs_stdsync function to vfs_stdnosync which matches morekan2003-03-111-45/+1
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-061-13/+0
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-081-3/+45
* Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
* Keep trying to flush the vnode list for the mount while some are stilltjr2002-12-131-2/+13
* - Use vrefcnt() where it is safe to do so instead of doing direct andjeff2002-09-251-3/+6
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-1/+2
* More s/file system/filesystem/gtrhodes2002-05-161-2/+2
* Get rid from extra #ifdefs.bp2002-04-231-60/+1
* Remove 3 instances of vm_zone.h inclusion.phk2002-04-081-1/+0
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-2/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-4/+4
* Add module dependency on libmchain.sheldonh2001-12-131-0/+2
* Catch up with KSE changes.bp2001-12-021-27/+27
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-2/+2
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-15/+2
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+513
OpenPOWER on IntegriCloud