summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Add a warning about the copyright restraints.eivind1999-01-081-0/+4
* Don't pass unused unused timestamp args to UFS_UPDATE() or wastebde1999-01-076-44/+39
* UFS_UPDATE() takes a boolean `waitfor' arg, so don't pass it the valuebde1999-01-062-7/+7
* Ifdefed the conditionally used variable `prtrealloc'. Declare itbde1999-01-061-2/+4
* Backed out rev.1.47. It just broke my optimisations for lazy syncingbde1999-01-061-5/+3
* Remove the 'waslocked' parameter to vfs_object_create().eivind1999-01-051-3/+3
* Remove the last clients of vfs_object_create(..., waslocked=1);eivind1999-01-021-3/+7
* Remove some compiler warnings.julian1998-12-101-9/+6
* Don't use the strange null pointer constant `(ufs_daddr_t)0' in a callbde1998-11-291-3/+3
* Restored the "reallocblks" code to its former glory. What this does isdg1998-11-131-14/+4
* Change dirty block list handling to use TAILQ macros.peter1998-10-311-8/+8
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagspeter1998-10-313-8/+9
* Clarify a rather ambiguous debugging message.jkh1998-10-281-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.bde1998-10-271-7/+5
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-4/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-252-6/+4
* Fix 'noatime' bug that was unrelated to use of noatime.nate1998-10-031-1/+10
* Fixed clean flag handling:bde1998-09-261-23/+33
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.luoqi1998-09-242-7/+4
* Restore pre-v1.44 behavior: always copy modified in-core inode to diskluoqi1998-09-151-3/+5
* Remove the SLICE code.sos1998-09-141-13/+1
* 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-071-2/+2
* Put the zombie ffs sysctl node in "notyet" state together with its fewbde1998-09-072-5/+4
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informphk1998-09-051-1/+2
* 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
OpenPOWER on IntegriCloud