summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Don't dereference an uninitialized pointer in dead code. The deadbde1998-09-121-2/+2
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-072-4/+4
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-073-7/+5
* Make MFS do the default on VOP_FREEBLKS().phk1998-09-071-1/+2
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+2
* Quick fix for breakage of read clustering on non-IDE drives. Readbde1998-08-181-2/+2
* Removed unused includes.bde1998-08-172-5/+4
* "The releaseing of the reference and lock is not temporary and belongsmsmith1998-08-121-2/+1
* Handle the case of moving a directory onto the top of a sibling'sjulian1998-08-122-5/+31
* Used daddr_t's, not ints, to store disk block numbers. Updated printfbde1998-07-281-9/+11
* Made lazy syncing of timestamps for special files non-optional.bde1998-07-271-3/+1
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-151-2/+2
* Fixed printf format errors.bde1998-07-114-28/+31
* Add code missed in the initial Soft updates integration.julian1998-07-101-1/+16
* Don't update superblock if mounted readonly,julian1998-07-081-8/+15
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 tojulian1998-07-081-4/+7
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-044-8/+10
* Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91.bde1998-07-031-4/+4
* Sync timestamp changes for inodes of special files to disk as latebde1998-07-034-13/+26
* Centralized in-core inode update. Update the in-core inode directlybde1998-07-033-39/+25
* Make vprint() print dev_t in hex also.phk1998-06-271-3/+3
* Report the type from the inode, not the vnode.phk1998-06-271-2/+2
* Flesh this document out just a little in response to some userjkh1998-06-261-11/+25
* Removed unused includes.bde1998-06-211-2/+1
* 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
* 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
OpenPOWER on IntegriCloud