aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* struct mountlist and struct mount.mnt_list have no business beingPoul-Henning Kamp1999-11-201-1/+1
* Fix __asm__ clobber list abuse.David E. O'Brien1999-11-151-3/+5
* Remove WILLRELE from VOP_SYMLINKEivind Eklund1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEEivind Eklund1999-11-121-2/+7
* Next step in the device cleanup process.Poul-Henning Kamp1999-11-091-1/+4
* Quick fix for breakage of ext2fs link counts as reported by stat(2) byBruce Evans1999-11-031-0/+1
* Newline-terminate the complaint message about not being able to findMike Smith1999-11-011-1/+1
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-301-14/+0
* Remove v_maxio from struct vnode.Poul-Henning Kamp1999-09-291-2/+1
* More removals of vnode->v_lastr, replaced by preexisting seqcountMatthew Dillon1999-09-201-2/+3
* Fix a harmless bug I introduced, simplify a bit more while here.Poul-Henning Kamp1999-09-201-6/+4
* Step one of replacing devsw->d_maxio with si_bsize_max.Poul-Henning Kamp1999-09-201-35/+4
* Seperate the export check in VFS_FHTOVP, exports are now checked viaAlfred Perlstein1999-09-111-7/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-284-4/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.Poul-Henning Kamp1999-08-251-5/+1
* Oops, the previous commit was missing a new include.Bruce Evans1999-08-231-0/+1
* Initialise fsids with (user) device numbers again. Bitrot when dev_t'sBruce Evans1999-08-231-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-231-2/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-132-11/+11
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-082-4/+1
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.Bruce Evans1999-07-251-2/+4
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasKirk McKusick1999-07-131-1/+2
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-262-3/+2
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-161-4/+4
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-2/+1
* Fixed printing of a dev_t in a panic message. Fixed the function nameBruce Evans1999-05-131-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-2/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-082-11/+11
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-072-11/+11
* The VFS/BIO subsystem contained a number of hacks in order to optimizeAlan Cox1999-05-021-1/+2
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-281-1/+1
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+1
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingBruce Evans1999-03-061-1/+2
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatWarner Losh1999-03-021-0/+5
* Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).Bruce Evans1999-02-251-0/+1
* Fixed parenthesization botch in previous commit. Async update of inodesBruce Evans1999-01-291-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-279-62/+62
* Avoid warning for unused variable.Eivind Eklund1999-01-111-2/+2
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-076-41/+21
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valueBruce Evans1999-01-061-1/+1
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-072-3/+5
* Fixed a misspelling of boolean true as MNT_WAIT.Bruce Evans1998-11-151-1/+1
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-101-1/+2
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-313-7/+6
* error return assignment was less than ideal. Fix the part that causedPeter Wemm1998-10-291-2/+2
* Use vtruncbuf() to clean out cached blocks on a file shorten rather thanPeter Wemm1998-10-291-3/+4
* Oops, the redundant tests for major numbers weren't redundant here.Bruce Evans1998-10-271-2/+3