summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-086-15/+10
* Move the memory access behavior information provided by madvisealc1999-08-011-5/+4
* Fixed access timestamp bugs:bde1999-07-251-5/+17
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-3/+26
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-136-37/+47
* Use the fsid from the superblock, unless it looks bogus or has alreadyphk1999-07-111-6/+6
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-4/+8
* Add $Id$roberto1999-07-071-0/+1
* Update pathnames for new location of soft-updates sources.jdp1999-07-031-4/+4
* No longer need to set B_ASYNC flag since BUF_KERNPROC nowmckusick1999-06-291-2/+1
* Keep the inlines for <sys/buf.h> happy..peter1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-264-22/+28
* On our final pass through ffs_fsync, do all I/O synchronously so thatmckusick1999-06-181-7/+8
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-163-18/+20
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-151-41/+45
* Simplify cdevsw registration.phk1999-05-311-3/+2
* - Back out Luoqi's cdevsw stuff. It panics on my system and is not required.jb1999-05-241-7/+10
* Cosmetic changes to make it compile without errors in gcc -Walljulian1999-05-221-10/+17
* Legally acquire a major number for mfs.luoqi1999-05-141-2/+7
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-144-30/+113
* Try and fix a dev_t/major/minor etc nit.peter1999-05-121-3/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-113-7/+7
* Fixed disordering in previous 2 commits.bde1999-05-111-3/+3
* Move the mfs_getimage() prototype to mfs_extern.h duplicating itpeter1999-05-102-4/+3
* Put back changes that might be causing trouble on Alpha.mckusick1999-05-091-3/+5
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-12/+12
* Continue where Julian left off in July 1998:phk1999-05-072-12/+12
* Whitespace cleanup.mckusick1999-05-071-2/+2
* Get rid of random debugging cruft; sync up with latest version.mckusick1999-05-071-38/+10
* Severe slowdowns have been reported when creating or removing manymckusick1999-05-071-108/+290
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-2/+3
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-023-3/+8
* This Implements the mumbled about "Jail" feature.phk1999-04-282-8/+8
* Simplify the tunefs example, since tunefs uses getfsfile(). Lots ofmsmith1999-04-271-3/+3
* Suser() simplification:phk1999-04-272-8/+8
* Change type of a variable from u_int to size_t, so that pointer to it may bedt1999-04-211-2/+2
* Correct typo in panic messageeivind1999-04-111-2/+2
* Hold the mfs process's upages in-core with PHOLD rather than P_NOSWAP.peter1999-04-061-3/+3
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-051-6/+17
* There's not much point in the EXPORTMFS #ifdef. I've had this sittingpeter1999-04-051-3/+1
* Stop the mfs from trying to swap out crucial bits of the mfsjulian1999-03-121-7/+7
* Don't depend on <ufs/ufs/quota.h> or another (old) prerequisite includingbde1999-03-061-1/+2
* Moved kernel declarations inside the KERNEL ifdef, and removedbde1999-03-051-7/+7
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-2/+2
* Reorganize locking to avoid holding the lock during calls to bdwritemckusick1999-03-021-3/+9
* Merge patch to ufs_vnops.c's ufs_rename to the copy of ufs_rename thatimp1999-03-021-2/+2
* When fsync'ing a file on a filesystem using soft updates, we first trymckusick1999-03-021-10/+18
* Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entriesmckusick1999-03-022-5/+48
* Fix last commit based on feedback from Guido, Bruce and Terry.imp1999-02-261-5/+6
OpenPOWER on IntegriCloud