| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 2 | -3/+3 |
* | size_t != int. Make this compile on 64 bit platforms (eg: amd64). | peter | 2003-07-24 | 1 | -1/+2 |
* | Lock the vm object when freeing a vm page. | alc | 2003-06-19 | 1 | -1/+9 |
* | Send the close request to the SMB server in smbfs_inactive(), instead of | tjr | 2003-06-17 | 4 | -66/+34 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | Don't follow smbnode n_parent pointer when NREFPARENT flag is not set | tjr | 2003-06-14 | 1 | -0/+2 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -24/+17 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | - smb_td_intr takes a thread as an argument not a proc. | jeff | 2003-04-01 | 1 | -1/+1 |
* | - smb_proc_intr is now spelled smb_td_intr. | jeff | 2003-04-01 | 1 | -1/+1 |
* | Give the M_WAITOK flag explicitly to the MALLOC call to silence a runtime | tjr | 2003-04-01 | 1 | -1/+2 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | kan | 2003-03-11 | 1 | -45/+1 |
* | Remove fragments of support for the FreeBSD 3.x and 4.x branches. | tjr | 2003-03-06 | 3 | -20/+0 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -1/+1 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -3/+3 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -5/+5 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -2/+2 |
* | Do not call smbfs_attr_cacheremove() in the EXDEV case in smbfs_rename(). | tjr | 2003-02-19 | 1 | -5/+9 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 2 | -6/+6 |
* | Revert removal of vnode and VFS stubs; bp asserts that they are needed. | tjr | 2003-02-08 | 3 | -3/+107 |
* | Garbage-collect stub VFS ops, use the defaults instead. | tjr | 2003-02-07 | 1 | -45/+3 |
* | Garbage-collect stub vnode ops, use the defaults instead. | tjr | 2003-02-07 | 2 | -62/+0 |
* | Add missing permission checks to the smbfs VOP_SETATTR vnode op for the | tjr | 2003-02-04 | 1 | -0/+5 |
* | Split the global timezone structure into two integer fields to | phk | 2003-02-03 | 1 | -2/+2 |
* | Use vaccess() instead of rolling our own access checks. This fixes a bug | tjr | 2003-02-03 | 1 | -12/+6 |
* | Escape the backslash in badchars so that smbfs_pathcheck() correctly | tjr | 2003-01-29 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 2 | -6/+6 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -3/+0 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 1 | -1/+1 |
* | Remove redundant check for negative or zero v_usecount; vrele() already | tjr | 2002-12-15 | 1 | -14/+7 |
* | Keep trying to flush the vnode list for the mount while some are still | tjr | 2002-12-13 | 3 | -2/+19 |
* | Fix build with SMB_VNODE_DEBUG defined; use td_proc->p_pid instead of | tjr | 2002-12-13 | 1 | -1/+2 |
* | Store a reference to the parent directory's vnode in struct smbnode, | tjr | 2002-12-13 | 6 | -11/+13 |
* | Cast a pointer to a uintptr_t to quiet a warning. | jhb | 2002-11-07 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 2 | -2/+2 |
* | Return ENOTTY on incorrect ioctls. | phk | 2002-09-26 | 1 | -1/+1 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 3 | -7/+11 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -5/+2 |
* | Always open file in the DENYNONE mode and let the server to decide what is | bp | 2002-09-18 | 1 | -5/+15 |
* | Implement additional SMB calls to allow proper update of file size as some | bp | 2002-09-18 | 4 | -3/+239 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 2 | -3/+3 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 4 | -6/+13 |
* | o Lock page queue accesses in nwfs and smbfs. | alc | 2002-08-02 | 1 | -0/+8 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 3 | -9/+9 |
* | UIO_NOCOPY is not supported for now, so refuse read opeartion if this flag | bp | 2002-04-26 | 1 | -0/+6 |
* | Track nfs's getpages() changes: | bp | 2002-04-23 | 1 | -12/+46 |
* | Get rid from extra #ifdefs. | bp | 2002-04-23 | 2 | -79/+4 |
* | Check write permissions before creating anything. | bp | 2002-04-13 | 1 | -0/+3 |
* | Remove 3 instances of vm_zone.h inclusion. | phk | 2002-04-08 | 2 | -2/+0 |
* | Add a flags parameter to VFS_VGET to pass through the desired | mckusick | 2002-03-17 | 1 | -2/+4 |