aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Change dirty block list handling to use TAILQ macros.Peter Wemm1998-10-311-8/+8
* Use TAILQ macros for clean/dirty block list processing. Set b_xflagsPeter Wemm1998-10-313-8/+9
* Clarify a rather ambiguous debugging message.Jordan K. Hubbard1998-10-281-2/+2
* Oops, the redundant tests for major numbers weren't redundant here.Bruce Evans1998-10-272-9/+8
* Removed redundant bitrotted checks for major numbers instead of updatingBruce Evans1998-10-261-4/+2
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedBruce Evans1998-10-251-4/+5
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-252-6/+4
* Use only the correct raw partition for writing labels. Don't use theBruce Evans1998-10-171-9/+4
* fixup for alpha.Jordan K. Hubbard1998-10-161-1/+4
* Fixed bloatage of `struct inode'. We used 5 "spare" fields for ext2fs,Bruce Evans1998-10-131-2/+2
* "fix" a warningPeter Wemm1998-10-121-3/+2
* Allow more flexible use of MFS root.Jordan K. Hubbard1998-10-101-12/+10
* MODINFO_ADDR has real addresses now, remove the manual relocation basedPeter Wemm1998-10-091-10/+5
* Add some evil temporary phys-to-kern translation for mfs.Jordan K. Hubbard1998-10-091-3/+11
* include proper header for Mike's new stuff.Jordan K. Hubbard1998-10-091-1/+2
* Allow the module area to be used in order to find the MFS imageJordan K. Hubbard1998-10-081-96/+28
* Use vm_page_xxx() inline functions to manipulate vm_page::flags, vm_page::busy.Luoqi Chen1998-10-071-6/+6
* Fix 'noatime' bug that was unrelated to use of noatime.Nate Williams1998-10-031-1/+10
* Do not allow a mounted on directory to be rmdir'ed. This removal canKirk McKusick1998-09-301-2/+8
* Fixed clean flag handling:Bruce Evans1998-09-261-23/+33
* Eliminate a race in VOP_FSYNC() when softupdates is enabled.Luoqi Chen1998-09-242-7/+4
* Restore pre-v1.44 behavior: always copy modified in-core inode to diskLuoqi Chen1998-09-151-3/+5
* When a buffer is removed from a buffer queue, remember it's block numberJustin T. Gibbs1998-09-151-26/+52
* Remove the SLICE code.Søren Schmidt1998-09-142-22/+2
* Don't dereference an uninitialized pointer in dead code. The deadBruce Evans1998-09-121-2/+2
* Removed statically configured mount type numbers (MOUNT_*) and allBruce Evans1998-09-072-4/+4
* Put the zombie ffs sysctl node in "notyet" state together with its fewBruce Evans1998-09-073-7/+5
* Make MFS do the default on VOP_FREEBLKS().Poul-Henning Kamp1998-09-071-1/+2
* Add a new vnode op, VOP_FREEBLKS(), which filesystems can use to informPoul-Henning Kamp1998-09-051-1/+2
* Quick fix for breakage of read clustering on non-IDE drives. ReadBruce Evans1998-08-181-2/+2
* Removed unused includes.Bruce Evans1998-08-172-5/+4
* "The releaseing of the reference and lock is not temporary and belongsMike Smith1998-08-121-2/+1
* Handle the case of moving a directory onto the top of a sibling'sJulian Elischer1998-08-122-5/+31
* Used daddr_t's, not ints, to store disk block numbers. Updated printfBruce Evans1998-07-281-9/+11
* Made lazy syncing of timestamps for special files non-optional.Bruce Evans1998-07-271-3/+1
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-151-2/+2
* Fixed printf format errors.Bruce Evans1998-07-114-28/+31
* Add code missed in the initial Soft updates integration.Julian Elischer1998-07-101-1/+16
* Don't update superblock if mounted readonly,Julian Elischer1998-07-081-8/+15
* Catch a few corner cases where FreeBSD differs enough from BSD 4.4 toJulian Elischer1998-07-081-4/+7
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-044-8/+10
* Restored revs.1.89-1.90 which I somehow clobbered in rev.1.91.Bruce Evans1998-07-031-4/+4
* Sync timestamp changes for inodes of special files to disk as lateBruce Evans1998-07-034-13/+26
* Centralized in-core inode update. Update the in-core inode directlyBruce Evans1998-07-033-39/+25
* Make vprint() print dev_t in hex also.Poul-Henning Kamp1998-06-271-3/+3
* Report the type from the inode, not the vnode.Poul-Henning Kamp1998-06-271-2/+2
* Flesh this document out just a little in response to some userJordan K. Hubbard1998-06-261-11/+25
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Slight change to directory cleanupJulian Elischer1998-06-141-5/+9
* Note which version of Kirk's sources this corresponds to.Julian Elischer1998-06-121-2/+2