summaryrefslogtreecommitdiffstats
path: root/sys/contrib/softupdates
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | that had an inode that has not yet been written to disk, when the inode of the new file is also not yet written to disk, and your old directory entry is not yet on disk but you need to remove it and the new name exists in memory but has been deleted but the transaction to write the deleted name to disk exists and has not yet been cancelled by the request to delete the non existant name. I don't know how kirk could have missed such a glaring problem for so long. :-) Especially since the inconsitency survived on the disk for a whole 4 second on average before being fixed by other code. This was not a crashing bug but just led to filesystem inconsitencies if you crashed. Submitted by: Kirk McKusick (mckusick@mckusick.com)
* Add B_NOCACHE to several cases where BSD4.4 only required a B_INVAL.julian1998-06-111-4/+4
| | | | Change worked out by john and kirk in consort.
* Fix for "live inode" panic.julian1998-06-101-20/+27
| | | | | Submitted by: Kirk McKusick <mckusick@McKusick.COM> Reviewed by: yeah right...
* Remove buggy debugging code.julian1998-06-101-43/+1
|
* 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
|
* Bring up-to-date with Whistle's current versionjulian1998-05-192-6/+85
| | | | Includes some debugging code.
* Merge with Kirk's version as of Feb 20julian1998-05-191-88/+86
| | | | | His version 9.23 == our version 1.5 of ffs_softdep.c His version 9.5 == our version 1.4 of softdep.c
* 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
| | | | | Change a buffer swizzle trick to a bcopy. It would be nice if the efficient trick could be used in the future.
* First published FreeBSD version of soft updates Feb 5.julian1998-05-192-125/+168
|
* Import the next version received from kirk after somejulian1998-05-192-121/+225
| | | | FreeBSD feedback.
* Import the earliest version of the soft update code that I have.julian1998-05-193-0/+4622
OpenPOWER on IntegriCloud