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