summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs/ext2_vfsops.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-24/+3
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-241-13/+12
* Proc locking, mostly protecting p_ucred while obtaining additionaljhb2001-01-231-5/+26
* Use a pointer to a size_t for the 4th argument to copyinstr-mjacob2000-12-091-1/+1
* Support filesystems with the not-so-new "sparse_superblocks" feature.bde2000-11-031-8/+12
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-2/+2
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-3/+5
* ext2fs depends on ufs code, so update it to properly handle v_lock field.bp2000-09-261-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* ext2fs relies on UFS support code, and as a result also requiresrwatson2000-04-151-0/+1
* Don't forget to check for unsupported features when updating. It wasbde2000-03-091-1/+4
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-2/+2
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedbde2000-01-021-16/+34
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-191-0/+2
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-1/+1
* Next step in the device cleanup process.phk1999-11-091-1/+4
* Newline-terminate the complaint message about not being able to findmsmith1999-11-011-1/+1
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-14/+0
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-111-7/+5
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-5/+1
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sbde1999-08-231-1/+1
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-7/+7
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+0
* Simplify cdevsw registration.phk1999-05-311-2/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-7/+7
* Continue where Julian left off in July 1998:phk1999-05-071-7/+7
* Fixed parenthesization botch in previous commit. Async update of inodesbde1999-01-291-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-18/+18
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-311-2/+1
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-1/+2
* Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZYbde1998-09-261-42/+63
* Fixed missing newlines in messages in ext2_check_descriptors().bde1998-09-261-8/+12
* Fixed clean flag handling:bde1998-09-261-10/+35
* Fixed the usual missing permissions checks in mount(). As for cd9660,bde1998-09-091-1/+35
* Don't forget to initialize the inode lock. This bug causedbde1998-09-091-0/+1
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-071-3/+3
OpenPOWER on IntegriCloud