aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2815-15/+15
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:Poul-Henning Kamp1999-08-261-19/+2
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-231-3/+3
* Support full-precision file timestamps. Until now, only the secondsJohn Polstra1999-08-221-10/+19
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskAlan Cox1999-08-171-2/+2
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-9/+7
* Move the special-casing of stat(2)->st_blksize for device filesPoul-Henning Kamp1999-08-131-15/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.Poul-Henning Kamp1999-08-131-4/+4
* s/v_specinfo/v_rdev/Poul-Henning Kamp1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-082-4/+3
* Move the memory access behavior information provided by madviseAlan Cox1999-08-011-5/+4
* Fixed access timestamp bugs:Bruce Evans1999-07-251-5/+17
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasKirk McKusick1999-07-134-26/+38
* These changes appear to give us benefits with both small (32MB) andKirk McKusick1999-07-081-4/+8
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingKirk McKusick1999-06-261-5/+5
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodeKirk McKusick1999-06-162-6/+6
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-112-5/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-4/+4
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-4/+4
* 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-282-8/+8
* Suser() simplification:Poul-Henning Kamp1999-04-272-8/+8
* Catch a case spotted by Tor where files mmapped could leave garbage in theJulian Elischer1999-04-051-6/+17
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingBruce Evans1999-03-061-1/+2
* Moved kernel declarations inside the KERNEL ifdef, and removedBruce Evans1999-03-051-7/+7
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'Bruce Evans1999-03-051-2/+2
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatWarner Losh1999-03-021-2/+2
* Fix last commit based on feedback from Guido, Bruce and Terry.Warner Losh1999-02-261-5/+6
* Add missing check for LINK_MAX in ufs_rename. Since ip->i_effnlink andWarner Losh1999-02-251-1/+5
* Update ufs_vnops code to use new specinfo fields rather then guess.Matthew Dillon1999-02-251-7/+14
* Remove XXX comment in regarsd to why NFS doesn't use VOP_ABORT(). NFSMatthew Dillon1999-02-131-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-285-23/+23
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-212-6/+11
* Don't pass unused unused timestamp args to UFS_UPDATE() or wasteBruce Evans1999-01-075-40/+21
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-021-1/+3
* Fixed null pointer panics which I introduced in rev.1.86. VnodesBruce Evans1998-12-241-7/+19
* In ufs_setattr(), if only one of va_atime or va_mtime are != VNOVAL, thenDoug Rabson1998-12-201-3/+3
* Add comments to code that I was trying to understand.Julian Elischer1998-12-151-5/+107
* Fix -Wuninitialized warning regarding zero-length var-args ctl element.Matthew Dillon1998-12-141-2/+2
* Make compare correct with unsigned types. (Problem introduced by Lite/2).Eivind Eklund1998-12-091-3/+3
* add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()Peter Wemm1998-11-103-3/+6
* Oops, the redundant tests for major numbers weren't redundant here.Bruce Evans1998-10-271-2/+3
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-261-4/+2
* Use only the correct raw partition for writing labels. Don't use theBruce Evans1998-10-171-9/+4
* fixup for alpha.Jordan K. Hubbard1998-10-161-1/+4
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,Bruce Evans1998-10-131-2/+2
* Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.Luoqi Chen1998-10-071-6/+6
* Do not allow a mounted on directory to be rmdir'ed. This removal canKirk McKusick1998-09-301-2/+8
* When a buffer is removed from a buffer queue, remember it's block numberJustin T. Gibbs1998-09-151-26/+52
* Put the zombie ffs sysctl node in "notyet" state together with its fewBruce Evans1998-09-071-2/+1