aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* Move ext2fs from src/gnu to src/gnu/fs.Craig Rodrigues2005-06-151-1128/+0
* - Update vfs_root implementations to match the new prototype. None ofJeff Roberson2005-03-241-1/+2
* Add two arguments to the vfs_hash() KPI so that filesystems which doPoul-Henning Kamp2005-03-161-2/+2
* Don't hold a reference to the disk vnode for each inode.Poul-Henning Kamp2005-03-161-2/+0
* Improve the vfs_hash() API: vput() the unneeded vnode centrally toPoul-Henning Kamp2005-03-151-3/+1
* Simplify the vfs_hash calling convention.Poul-Henning Kamp2005-03-151-23/+3
* Use vfs_hash() instead of home-rolledPoul-Henning Kamp2005-03-141-53/+27
* - Catch up with ufs_inode 1.59, ffs_vfsops.c 1.280, and ufs_vnops.c 1.267.Jeff Roberson2005-03-131-11/+4
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-251-2/+2
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-241-0/+1
* Remove unused cred argument to ext2_reload()Poul-Henning Kamp2005-01-241-6/+3
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()Poul-Henning Kamp2005-01-141-2/+2
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().Poul-Henning Kamp2005-01-111-5/+4
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-2/+2
* Convert to nmount. Add omount compat code.Poul-Henning Kamp2004-12-061-10/+13
* VFS_STATFS(mp, ...) is mostly called with &mp->mnt_stat, but a few casesPoul-Henning Kamp2004-12-051-7/+0
* Remove #if 0'ed rootfs mounting code.Poul-Henning Kamp2004-12-041-58/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-2/+2
* Get even closer to not crashing ext2fsPoul-Henning Kamp2004-11-061-1/+1
* Get closer to unbreaking ext2fsPoul-Henning Kamp2004-11-061-0/+2
* Move EXT2FS to GEOM backing instead of DEVFS.Poul-Henning Kamp2004-10-291-43/+42
* Reduce the locking activity by epsilon by checking VNON condition beforePoul-Henning Kamp2004-10-281-4/+3
* Loose the v_dirty* and v_clean* alias macros.Poul-Henning Kamp2004-10-251-1/+2
* Desupport device nodes on EXT2 filesystems.Poul-Henning Kamp2004-09-271-1/+1
* Put a version element in the VFS filesystem configuration structurePoul-Henning Kamp2004-07-301-5/+5
* Remove global variable rootdevs and rootvp, they are unused as such.Poul-Henning Kamp2004-07-281-1/+2
* Make VFS_ROOT() and vflush() take a thread argument.Alfred Perlstein2004-07-121-2/+3
* When we traverse the vnodes on a mountpoint we need to look out forPoul-Henning Kamp2004-07-041-14/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Remove unused mnt_reservedvnlist field.Poul-Henning Kamp2004-03-111-1/+0
* Enforce the file size limit in VOP_WRITE() as well as VOP_TRUNCATE();Tim J. Robbins2004-02-191-0/+5
* Removed support for the unsupported option READONLY. It just forcedBruce Evans2004-02-151-4/+0
* MFffs (ffs_vfsops.c 1.76 (part of the big soft updates commit): lockBruce Evans2004-02-131-4/+10
* MFffs (ffs_vfsops.c 1.227: clean up open mode bandaid). This reducesBruce Evans2004-02-121-12/+13
* Copy workaround from FFS: open device for write access even ifTim J. Robbins2004-01-241-0/+19
* Fixed a reference to a nonexistent variable in previous commit. RenamingBruce Evans2003-11-051-9/+8
* Remove mntvnode_mtx and replace it with per-mountpoint mutex.Alexander Kabaev2003-11-051-11/+11
* Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameterAlexander Kabaev2003-11-031-2/+4
* Take care not to call vput if thread used in corresponding vgetAlexander Kabaev2003-11-021-1/+2
* Temporarily undo parts of the stuct mount locking commit by jeff.Alexander Kabaev2003-11-011-2/+1
* - File systems that wish to inspect the vnode contents or their privateJeff Roberson2003-10-051-0/+8
* - Don't use vrecycle() call vgonel() directly after grabing the vnodeJeff Roberson2003-10-041-4/+6
* - Clean-up comments that refer to the use of B_LOCKED.Jeff Roberson2003-08-281-1/+0
* Add a "int fd" argument to VOP_OPEN() which in the future willPoul-Henning Kamp2003-07-261-1/+1
* Initialize struct vfsops C99-sparsely.Poul-Henning Kamp2003-06-121-25/+21
* - Add a new 'flags' parameter to getblk().Jeff Roberson2003-03-041-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2