summaryrefslogtreecommitdiff
path: root/sys/fs/smbfs
AgeCommit message (Expand)Author
2003-12-04Dynamic sysctl.atatat
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-25FIx uninitialized variable warningschristos
2003-10-25fix uninitialized variablechristos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-29Fix a few small glitches (struct proc -> struct lwp)martin
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23#ifdef _KERNEL_OPT policemartin
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2003-04-09fix couple more simple lock issues on smbfs_close() code path:jdolecek
2003-04-08back to passing magic '1' as lock id in smbfs_advlock() - the numberjdolecek
2003-04-08smbfs_remove(): undo broken condition change from rev. 1.3 - apparentlyjdolecek
2003-04-08fix locking issues uncovered by LOCKDEBUG, reorganize code a bit so thatjdolecek
2003-04-08release the vnode interlock sooner in smbfs_close[l](), before callingjdolecek
2003-04-08attach/detach also malloc type M_SMBFSHASH ('oops')jdolecek
2003-04-07use pools instead of malloc(9) for allocation of smb request structuresjdolecek
2003-04-07smbfs_closel(): fix inverted test in directory casejdolecek
2003-04-07add TNF copyright licence for recent changesjdolecek
2003-04-07smbfs_open(): reenable code mistakely #if 0'd in previous revision, makejdolecek
2003-04-07g/c smbfs_kqinit() prototype, it is no morejdolecek
2003-04-07use NT DIRECTORY CHANGE NOTIFY to watch for directory kevents if thejdolecek
2003-04-02when loaded via LKM, need to malloc_type_{attach|detach} used mallocjdolecek
2003-04-02g/c M_SMBFSMNT, it is not used anymorejdolecek
2003-03-24smbfs_writevnode(): print offset as %lld in debug message, andjdolecek
2003-03-24smbfs_getattr(): make 'oldsize' 64bit, it's used to hold file sizejdolecek
2003-03-24adjust some debug messagesjdolecek
2003-03-24directories don't have any size in smbfs/CIFS, so don't comparejdolecek
2003-03-23g/c some unneeded forward struct declarationsjdolecek
2003-03-23translate ERRDOS/ERRnofiles to ENOENT in smb_maperror(), and simplifyjdolecek
2003-03-15'lint' is a very bad name for a variable.kristerw
2003-03-03#if 0/notnow stuff which isn't currently usedjdolecek
2003-03-02add kqueue (EVFILT_READ, EVFILT_WRITE, EVFILT_VNODE) supportjdolecek
2003-02-27add SMBFS_ATTRTIMO for the attribute cache timeout, instead of magicjdolecek
2003-02-27g/c prototype for smbfs_ioctl()jdolecek
2003-02-26Don't try to reacquire root vnode if vflush() in smbfs_unmount() fails.jdolecek
2003-02-26split the part of smbfs_root() which sets sm_root to separate functionjdolecek
2003-02-25smbfs_sync(): need to explicitly ignore VNON vnodes (e.g. syncer vnode)jdolecek
2003-02-25make smbfs_sync() look more like sync routines for other fs, particularily:jdolecek
2003-02-25sprinkle VN_KNOTE()sjdolecek
2003-02-25remove the XXX comment about holes again - it appears to work finejdolecek
2003-02-25add __KERNEL_RCSID()jdolecek
2003-02-24switch to hash32_strn() from <sys/hash.h> as the hash function -jdolecek
2003-02-24add XXX comment regarding holes - they are not handled properlyjdolecek
2003-02-24g/c smbfs_hashprint()jdolecek
2003-02-24enable mmap and seek vnode ops - this makes mmap(2), lseek(2),jdolecek
2003-02-24since smbfs_fctx.f_fname is always used as 'char', may as well define itjdolecek
2003-02-24use pool to allocate memory for smbfs nodesjdolecek
2003-02-24smbfs_lookup():jdolecek