summaryrefslogtreecommitdiffstats
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
* Fixes problems that occurred when a file was removed and a directorytjr2004-02-103-1/+42
* Locking for the per-process resource limits structure.jhb2004-02-041-5/+9
* Fix an inverted test for NOPEN in the unused function smb_smb_flush().tjr2004-01-121-1/+1
* Restore closing of SMB find handle in smbfs_close().tjr2004-01-101-1/+8
* In smbfs_inactive(), only invalidate the node's attribute cache if wetjr2004-01-041-1/+1
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidtjr2003-12-221-1/+1
* Remove useless SMP check code.des2003-12-071-12/+0
* Don't mess about with spare fields in public structures.phk2003-11-121-1/+0
* 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
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us sojeff2003-10-051-1/+0
* Synchronize access to a vm page's valid field using the containingalc2003-10-041-5/+4
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to ajeff2003-10-041-5/+1
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+1
* Allow the [, ], and = characters in non-8.3 filenames since theytjr2003-09-261-2/+2
* - Remove interlock protection around VI_XLOCK. The interlock is notjeff2003-09-191-3/+3
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-262-3/+3
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-1/+2
* Lock the vm object when freeing a vm page.alc2003-06-191-1/+9
* Send the close request to the SMB server in smbfs_inactive(), instead oftjr2003-06-174-66/+34
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsphk2003-06-151-0/+2
* Don't follow smbnode n_parent pointer when NREFPARENT flag is not settjr2003-06-141-0/+2
* Initialize struct vfsops C99-sparsely.phk2003-06-121-24/+17
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* - smb_td_intr takes a thread as an argument not a proc.jeff2003-04-011-1/+1
* - smb_proc_intr is now spelled smb_td_intr.jeff2003-04-011-1/+1
* 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-063-20/+0
* Finish cleanup of vprint() which was begun with changing v_tag to a string.njl2003-03-031-1/+1
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* Clean up whitespace, s/register //, refrain from strong urge to ANSIfy.des2003-03-021-5/+5
* uiomove-related caddr_t -> void * (just the low-hanging fruit)des2003-03-021-2/+2
* Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename().tjr2003-02-191-5/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-192-6/+6
* Revert removal of vnode and VFS stubs; bp asserts that they are needed.tjr2003-02-083-3/+107
* Garbage-collect stub VFS ops, use the defaults instead.tjr2003-02-071-45/+3
* Garbage-collect stub vnode ops, use the defaults instead.tjr2003-02-072-62/+0
* Add missing permission checks to the smbfs VOP_SETATTR vnode op for thetjr2003-02-041-0/+5
* Split the global timezone structure into two integer fields tophk2003-02-031-2/+2
* Use vaccess() instead of rolling our own access checks. This fixes a bugtjr2003-02-031-12/+6
* Escape the backslash in badchars so that smbfs_pathcheck() correctlytjr2003-01-291-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-6/+6
* Since Jeffr made the std* functions the default in rev 1.63 ofphk2003-01-041-3/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* Remove redundant check for negative or zero v_usecount; vrele() alreadytjr2002-12-151-14/+7
* Keep trying to flush the vnode list for the mount while some are stilltjr2002-12-133-2/+19
* Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead oftjr2002-12-131-1/+2
* Store a reference to the parent directory's vnode in struct smbnode,tjr2002-12-136-11/+13
* Cast a pointer to a uintptr_t to quiet a warning.jhb2002-11-071-1/+1
OpenPOWER on IntegriCloud