aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu
Commit message (Expand)AuthorAgeFilesLines
* Make filesystems get rid of their own vnodes vnode_pager object inPoul-Henning Kamp2005-01-282-0/+2
* Remove unused argument to vrecycle()Poul-Henning Kamp2005-01-282-2/+2
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-252-4/+4
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-242-0/+2
* Remove unused cred argument to ext2_reload()Poul-Henning Kamp2005-01-242-12/+6
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-142-4/+4
* Wrap the bufobj operations in macros: BO_STRATEGY() and BO_WRITE()Poul-Henning Kamp2005-01-112-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-112-10/+8
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-0645-71/+72
* Add dol FreeBSD dol and /*+ize licenseWarner Losh2005-01-063-3/+9
* Implement simpler panics for VOP_{read,write} on fifos.Poul-Henning Kamp2004-12-142-110/+4
* Revert previous commit. The null-pointer function call (a dereferenceMarcel Moolenaar2004-12-112-8/+8
* Convert to nmount. Add omount compat code.Poul-Henning Kamp2004-12-062-20/+26
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-052-14/+0
* Fix null-pointer indirect function calls introduced in the previousMarcel Moolenaar2004-12-052-8/+8
* Remove #if 0'ed rootfs mounting code.Poul-Henning Kamp2004-12-042-116/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-016-132/+110
* Mechanically change prototypes for vnode operations to use the new typedefs.Poul-Henning Kamp2004-12-012-52/+52
* Make VOP_BMAP return a struct bufobj for the underlying storage devicePoul-Henning Kamp2004-11-152-6/+6
* Get even closer to not crashing ext2fsPoul-Henning Kamp2004-11-064-4/+2
* Get closer to unbreaking ext2fsPoul-Henning Kamp2004-11-062-0/+4
* Properly implement a default version of VOP_GETWRITEMOUNT.Poul-Henning Kamp2004-11-062-2/+0
* Move EXT2FS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-298-100/+114
* Reduce the locking activity by epsilon by checking VNON condition beforePoul-Henning Kamp2004-10-282-8/+6
* Eliminate unnecessary KASSERTs.Poul-Henning Kamp2004-10-274-8/+2
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-254-6/+8
* Move the buffer method vector (buf->b_op) to the bufobj.Poul-Henning Kamp2004-10-244-4/+4
* Add b_bufobj to struct buf which eventually will eliminate the need for b_vp.Poul-Henning Kamp2004-10-222-2/+2
* Desupport device nodes on EXT2 filesystems.Poul-Henning Kamp2004-09-276-238/+24
* Give cluster_write() an explicit vnode argument.Poul-Henning Kamp2004-09-272-2/+2
* Create simple function init_va_filerev() for initializing a va_filerevPoul-Henning Kamp2004-09-072-48/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemJohn-Mark Gurney2004-08-152-16/+10
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-302-10/+10
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-282-2/+4
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-262-10/+10
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-122-4/+6
* Update for the KDB framework:Marcel Moolenaar2004-07-102-10/+6
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-042-28/+4
* Fixed misformatting of code and breaking of a comment in previous commit.Bruce Evans2004-06-202-4/+4
* Fixed misformatting in previous commit.Bruce Evans2004-06-202-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-169-20/+20
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0727-108/+0
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-112-8/+8
* Remove unused mnt_reservedvnlist field.Poul-Henning Kamp2004-03-112-2/+0
* Remove unused second arg to vfinddev().Poul-Henning Kamp2004-03-112-2/+6
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();Tim J. Robbins2004-02-198-32/+22
* Add partial support for large (>4GB) files on ext2 filesystems. ThisTim J. Robbins2004-02-186-2/+32
* Fixed misspellings of "ext2_*" as "ufs_*" and " "ext2fs_*", and ofBruce Evans2004-02-152-14/+12
* Removed support for the unsupported option READONLY. It just forcedBruce Evans2004-02-152-8/+0
* MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lockBruce Evans2004-02-132-8/+20