summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Fix for "live inode" panic.julian1998-06-101-20/+27
* Remove buggy debugging code.julian1998-06-101-43/+1
* Back out John's changes 1.45 -> 1.46julian1998-06-101-21/+17
* The version of the softdep changes in FreeBSD broke thejulian1998-06-081-4/+7
* Null change. Forgot to mention in previous log message that MNT_NOATIMEbde1998-06-071-1/+1
* Fixed some longstanding timestamp bugs:bde1998-06-071-59/+72
* Use size_t instead of u_int for sizes.dfr1998-06-041-3/+3
* If the filesystem blocksize is less than the VM page size, use the genericdfr1998-06-041-1/+7
* Don't cast a pointer to an int in DQHASH.dfr1998-06-041-2/+2
* Add a reference to the original softupdates paperjulian1998-06-021-0/+2
* Add a reference to the Ganger/Patt paperjulian1998-06-021-0/+3
* A fix to a debug test from Kirk.julian1998-05-271-1/+4
* Ensure that there is enough information here, so that people can usejulian1998-05-192-0/+20
* Bring up-to-date with Whistle's current versionjulian1998-05-192-6/+85
* Merge with Kirk's version as of Feb 20julian1998-05-191-88/+86
* Merge in Kirk's changes to stop softupdates from hogging all of memory.julian1998-05-193-67/+294
* Change to stop a silly panic. This should be understood better.julian1998-05-191-7/+4
* First published FreeBSD version of soft updates Feb 5.julian1998-05-192-125/+168
* This commit was generated by cvs2svn to compensate for changes in r36206,julian1998-05-192-121/+225
|\
| * Import the next version received from kirk after somejulian1998-05-192-121/+225
* | This commit was generated by cvs2svn to compensate for changes in r36201,julian1998-05-193-0/+4622
|\ \ | |/
| * Import the earliest version of the soft update code that I have.julian1998-05-193-0/+4622
* try stop the user from using mount -u to set the async flag onjulian1998-05-181-1/+11
* s/nanoruntime/nanouptime/gphk1998-05-171-2/+2
* Add missing splx()julian1998-05-111-1/+2
* Submitted by: abial@nask.pljulian1998-05-111-1/+10
* In the words of the submitter:msmith1998-05-071-18/+9
* As described by the submitter:msmith1998-05-062-4/+2
* Correct an error that I made where the vtruncbuf was changed backdyson1998-05-041-2/+2
* Fix an error that I made with an optimization. In the casedyson1998-04-301-2/+2
* Make the devfs SLICE option a standard type option.julian1998-04-201-1/+2
* Add changes and code to implement a functional DEVFS.julian1998-04-191-4/+21
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.des1998-04-171-2/+2
* Fixed bitrot in the non-softdep case of ufs_dirremove():bde1998-04-151-24/+9
* Back this out, allowing users to get a fd connected to a symlink ispeter1998-04-061-16/+6
* Don't panic if a VOP_READ() gets through on a short link, Just Do Itpeter1998-04-061-7/+17
* Time changes mark 2:phk1998-04-041-3/+5
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-309-53/+42
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-282-2/+6
* Enable the use of soft updates on the root filesystem. Previously, thepeter1998-03-271-2/+9
* Add two new functions, get{micro|nano}time.phk1998-03-263-30/+29
* Forward declare even more structs to restore some self-sufficiency.bde1998-03-231-2/+3
* Softdep_sync_metadata appears to expect that it is called at splbio,dyson1998-03-211-12/+17
* Fix vfs_bio_awrite usage, and correct vtruncbuf usage.dyson1998-03-192-11/+17
* Some VM improvements, including elimination of alot of Sig-11dyson1998-03-161-13/+3
* Correct a problem with the ffs_getpages routine that manifest's itselfdyson1998-03-091-2/+3
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-0814-380/+778
* Submitted by: kirk McKusickjulian1998-03-081-0/+255
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-073-51/+103
* Fixed missing simple_lock() in ffs_mountfs().bde1998-03-071-1/+2
OpenPOWER on IntegriCloud