summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-141-1/+0
* - Lock access to the buf lists.jeff2002-09-251-2/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Convert ext2fs to nmount(2).mux2002-05-241-19/+28
* Add an ext2_uninit() routine that undoes the actions performed byiedowse2002-05-181-5/+9
* Fix two off-by-one errors when sanity-checking inode numbers. Iniedowse2002-05-181-1/+1
* Remove register keyword.iedowse2002-05-161-25/+25
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-161-92/+101
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+5
* Moved $FreeBSD$ to the correct place.bde2002-03-231-1/+1
OpenPOWER on IntegriCloud