summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Fixed mfs reboot panic by never returning failure from mfs_start().dg1995-08-201-6/+5
* Make everything except the unsupported network sources compile cleanlybde1995-08-162-3/+3
* Honor -async mount option when doing the inode update.dg1995-08-161-2/+2
* Converted mountlist to a CIRCLEQ.dg1995-08-113-6/+6
* On closer inspection, it turns out that all of the callers of disksortdg1995-08-071-5/+1
* Since buffers can be pulled off of the disk queue at interrupt time anddg1995-08-071-2/+7
* Use bdwrite() rather than brelse(). The cylinder group bitmap modificationdg1995-08-071-2/+2
* Removed redundant call to vm_object_page_clean: this is already handleddg1995-08-061-7/+1
* Removed redundant call to vm_object_page_clean - this is already donedg1995-08-061-6/+1
* Use the correct flags (IO_SYNC -> B_SYNC) when deciding to do a sync ordg1995-08-041-3/+3
* Removed my special-case hack for VOP_LINK and fixed the problem with thedg1995-08-012-4/+4
* Eliminate sloppy common-style declarations. There should be none left forbde1995-07-294-8/+6
* Since ufs_ihashget can block, the lock must be checked for each timedg1995-07-211-14/+8
* Implement a lock in ffs_vget to prevent a race condition where two processesdg1995-07-211-4/+34
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-132-8/+4
* 1) Converted v_vmdata to v_object.dg1995-06-282-7/+7
* Fixed VOP_LINK argument order botch.dg1995-06-282-15/+15
* Remove trailing whitespace.rgrimes1995-05-3021-98/+98
* Mount MFS as root RW. Remounting doesn't make sense.phk1995-05-291-2/+1
* Kill bogus vnode_pager_setsize(). It was being called at the wrong timedg1995-05-281-2/+1
* Changes to fix the following bugs:dg1995-05-211-9/+1
* NFS diskless operation was broken because swapdev_vp wasn't initialized.dg1995-05-192-8/+8
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-5/+21
* From Bruce Evans:dg1995-05-151-2/+3
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-114-10/+12
* Limit filesize to the amount that the VM system can currently handledyson1995-05-011-1/+16
* Add a printf so we can see where we get our rootfs from.phk1995-04-251-1/+2
* Fixed the mmap hang fix previously committed so that it worksdyson1995-04-251-5/+9
* Changes to get rid of ufslk2 hangs when doing read/write to/fromdyson1995-04-245-28/+60
* Make vegetarian and animal rights people happy and use 0xdeadc0de insteaddg1995-04-161-3/+3
* Handle the "syncing VCHR vnode hang" problem a little differently; justdg1995-04-111-8/+14
* Changes from John Dyson and myself:dg1995-04-097-24/+68
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-2810-18/+27
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-263-7/+7
* Removed redundant newlines that were in some panic strings.dg1995-03-197-17/+17
* Backed out change to panic call: As Chris just pointed out to me, panic()dg1995-03-191-5/+3
* Fix a call to panic: panic doesn't do token substitution on the panicdg1995-03-191-3/+5
* Don't sync the inode date changes of character special devicesdg1995-03-181-3/+3
* Woops, add back that #define...it's used later in the file.dg1995-03-181-1/+8
* Fixed comments and removed b_cylinder #define.dg1995-03-181-13/+5
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknodg1995-03-181-13/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-164-14/+4
* Finish the previous change. The device name got lost in diskerr().bde1995-03-121-2/+2
* Removed gratuitous and *extremely* evil setting of OBJ_INTERNAL. Thisdg1995-03-111-3/+1
* Increased default minfree to 8%.dg1995-03-101-2/+2
* The threshold for switching from time-space and space-time is too smalldg1995-03-101-2/+2
* Patch to fix quota panic from Mike Karels:dg1995-03-101-3/+4
* Removed obsolete vtrace() remnants.dg1995-03-043-19/+7
* Fixes from John Dyson to work around vnode lock hang. Basically, removedg1995-03-032-3/+11
* Don't try to make use of useless rotational position optimisation,se1995-02-271-8/+8
OpenPOWER on IntegriCloud