aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/smbfs
Commit message (Expand)AuthorAgeFilesLines
...
* Make smbfs_debuglevel private.Poul-Henning Kamp2005-02-102-4/+1
* don't call vprint with NULL.Poul-Henning Kamp2005-02-101-1/+1
* Unbreak a few filesystems for which vnode_create_vobject() wasn't beingPeter Edwards2005-01-291-1/+3
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-281-0/+1
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-281-1/+1
* Eliminate unused and constant arguments to smbfs_vinvalbuf()Poul-Henning Kamp2005-01-144-26/+13
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-2/+2
* Whitespace in vop_vector{} initializations.Poul-Henning Kamp2005-01-131-2/+3
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-069-9/+9
* typoPoul-Henning Kamp2004-12-111-1/+1
* Convert to nmount. Add omount compat.Poul-Henning Kamp2004-12-065-39/+100
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-8/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-012-40/+33
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-011-23/+23
* Use system wide no-op vfs_start function.Poul-Henning Kamp2004-11-251-16/+0
* Refuse attempts to mount root filesystemPoul-Henning Kamp2004-11-091-3/+2
* Remove unused B_WRITEINPROG flagPoul-Henning Kamp2004-09-151-2/+0
* Explicitly pass vnode to smbfs_doio() function.Poul-Henning Kamp2004-09-073-6/+3
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-4/+3
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+1
* Another LINT compilation fixPoul-Henning Kamp2004-07-131-1/+0
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-3/+3
* Update for the KDB framework:Marcel Moolenaar2004-07-101-3/+4
* Make vm_page's PG_ZERO flag immutable between the time of the page'sAlan Cox2004-05-061-2/+0
* Fixes problems that occurred when a file was removed and a directoryTim J. Robbins2004-02-103-1/+42
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-5/+9
* Fix an inverted test for NOPEN in the unused function smb_smb_flush().Tim J. Robbins2004-01-121-1/+1
* Restore closing of SMB find handle in smbfs_close().Tim J. Robbins2004-01-101-1/+8
* In smbfs_inactive(), only invalidate the node's attribute cache if weTim J. Robbins2004-01-041-1/+1
* Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoidTim J. Robbins2003-12-221-1/+1
* Remove useless SMP check code.Dag-Erling Smørgrav2003-12-071-12/+0
* Don't mess about with spare fields in public structures.Poul-Henning Kamp2003-11-121-1/+0
* Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY.Poul-Henning Kamp2003-10-181-1/+0
* Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability.Poul-Henning Kamp2003-10-181-2/+1
* - Don't cache_purge() in *_reclaim routines. vclean() does it for us soJeff Roberson2003-10-051-1/+0
* Synchronize access to a vm page's valid field using the containingAlan Cox2003-10-041-5/+4
* - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to aJeff Roberson2003-10-041-5/+1
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+1
* Allow the [, ], and = characters in non-8.3 filenames since theyTim J. Robbins2003-09-261-2/+2
* - Remove interlock protection around VI_XLOCK. The interlock is notJeff Roberson2003-09-191-3/+3
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-262-3/+3
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).Peter Wemm2003-07-241-1/+2
* Lock the vm object when freeing a vm page.Alan Cox2003-06-191-1/+9
* Send the close request to the SMB server in smbfs_inactive(), instead ofTim J. Robbins2003-06-174-66/+34
* Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementationsPoul-Henning Kamp2003-06-151-0/+2
* Don't follow smbnode n_parent pointer when NREFPARENT flag is not setTim J. Robbins2003-06-141-0/+2
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-24/+17
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* - smb_td_intr takes a thread as an argument not a proc.Jeff Roberson2003-04-011-1/+1
* - smb_proc_intr is now spelled smb_td_intr.Jeff Roberson2003-04-011-1/+1