summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-231-4/+3
* Remove __P.alfred2002-03-191-18/+18
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-3/+6
* Remove use of the bogus ioctl DIOCGPART.phk2002-03-111-11/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-4/+5
* KSE Milestone 2julian2001-09-121-60/+60
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-281-2/+2
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-3/+4
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-2/+2
* Move the netexport structure from the fs-specific mountstructurephk2001-04-251-2/+2
* Reviewed by: jlemonadrian2001-03-011-5/+11
* Change and clean the mutex lock interface.bmilekic2001-02-091-13/+13
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
OpenPOWER on IntegriCloud