| Commit message (Expand) | Author | Age | Files | Lines |
* | VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few cases | phk | 2004-12-05 | 1 | -8/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | phk | 2004-12-01 | 2 | -40/+33 |
* | Mechanically change prototypes for vnode operations to use the new typedefs. | phk | 2004-12-01 | 1 | -23/+23 |
* | Use system wide no-op vfs_start function. | phk | 2004-11-25 | 1 | -16/+0 |
* | Refuse attempts to mount root filesystem | phk | 2004-11-09 | 1 | -3/+2 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 1 | -2/+0 |
* | Explicitly pass vnode to smbfs_doio() function. | phk | 2004-09-07 | 3 | -6/+3 |
* | Put a version element in the VFS filesystem configuration structure | phk | 2004-07-30 | 1 | -4/+3 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Another LINT compilation fix | phk | 2004-07-13 | 1 | -1/+0 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -3/+3 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -3/+4 |
* | Make vm_page's PG_ZERO flag immutable between the time of the page's | alc | 2004-05-06 | 1 | -2/+0 |
* | Fixes problems that occurred when a file was removed and a directory | tjr | 2004-02-10 | 3 | -1/+42 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -5/+9 |
* | Fix an inverted test for NOPEN in the unused function smb_smb_flush(). | tjr | 2004-01-12 | 1 | -1/+1 |
* | Restore closing of SMB find handle in smbfs_close(). | tjr | 2004-01-10 | 1 | -1/+8 |
* | In smbfs_inactive(), only invalidate the node's attribute cache if we | tjr | 2004-01-04 | 1 | -1/+1 |
* | Make oldsize in smbfs_getattr() 64 bits wide instead of 32 to avoid | tjr | 2003-12-22 | 1 | -1/+1 |
* | Remove useless SMP check code. | des | 2003-12-07 | 1 | -12/+0 |
* | Don't mess about with spare fields in public structures. | phk | 2003-11-12 | 1 | -1/+0 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 1 | -1/+0 |
* | Convert some if(bla) panic("foo") to KASSERTS to improve grep-ability. | phk | 2003-10-18 | 1 | -2/+1 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 1 | -1/+0 |
* | Synchronize access to a vm page's valid field using the containing | alc | 2003-10-04 | 1 | -5/+4 |
* | - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a | jeff | 2003-10-04 | 1 | -5/+1 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -1/+1 |
* | Allow the [, ], and = characters in non-8.3 filenames since they | tjr | 2003-09-26 | 1 | -2/+2 |
* | - Remove interlock protection around VI_XLOCK. The interlock is not | jeff | 2003-09-19 | 1 | -3/+3 |
* | 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 |