summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Removed unused includes.bde1998-08-172-5/+4
* Handle the case of moving a directory onto the top of a sibling'sjulian1998-08-121-2/+27
* Fixed printf format errors.bde1998-07-111-19/+21
* Don't update superblock if mounted readonly,julian1998-07-081-8/+15
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-2/+2
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-031-8/+8
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-031-21/+6
* Flesh this document out just a little in response to some userjkh1998-06-261-11/+25
* Slight change to directory cleanupjulian1998-06-141-5/+9
* Note which version of Kirk's sources this corresponds to.julian1998-06-121-2/+2
* Fix the case when renaming to a file that you've just created and deleted,julian1998-06-121-22/+43
* Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.julian1998-06-111-4/+4
* 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
* Use size_t instead of u_int for sizes.dfr1998-06-041-3/+3
* 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
* Add missing splx()julian1998-05-111-1/+2
* As described by the submitter:msmith1998-05-061-2/+1
* 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
* Eradicate the variable "time" from the kernel, using various measures.phk1998-03-304-31/+18
* 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-261-1/+2
* 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
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-088-113/+386
* Submitted by: kirk McKusickjulian1998-03-081-0/+255
* This mega-commit is meant to fix numerous interrelated problems. Theredyson1998-03-072-9/+7
* Fixed missing simple_lock() in ffs_mountfs().bde1998-03-071-1/+2
* The intent is to get rid of WILLRELE in vnode_if.src by makingmsmith1998-03-011-1/+2
* In the author's words:msmith1998-02-261-1/+3
OpenPOWER on IntegriCloud