summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-121-3/+12
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-2/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-011-10/+7
* Handle the bogus device that MFS uses as its VBLK device. We now don'tdyson1996-03-021-2/+8
* Enable VMIO for non-VDIR metadata and block device.dyson1996-03-021-4/+2
* Removed vestigial support for the obsolete FIFO option. In ext2fsbde1996-02-252-4/+3
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-301-3/+3
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-193-8/+8
* Partially fixed negative and truncated "Avail" counts in df output.bde1996-01-141-3/+2
* Convert QUOTA to new-style option.wollman1996-01-053-3/+9
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* Staticize.phk1995-12-176-38/+41
* Silence a harmless warning...peter1995-12-151-2/+3
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-112-28/+21
* Untangled the vm.h include file spaghetti.dg1995-12-073-3/+10
* Completed function declarations and/or added prototypes and/or #includesbde1995-12-031-11/+12
* Fix compiler warnings.phk1995-11-201-3/+3
* General fixes to the vfs clustring code:dyson1995-11-191-1/+5
* Get rid of the last debug sysctl variables of the old style.phk1995-11-142-5/+5
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-092-139/+139
* Make MNT_ASYNC more effective for UFS. It should not be too much moredyson1995-11-051-1/+5
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-231-1/+2
* Re-enable read clustering.dyson1995-09-251-3/+3
* Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace anddg1995-09-221-2/+2
* Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.dg1995-09-221-2/+2
* Slight optimization for the standard case of rotdelay=0.dg1995-09-081-11/+11
* Added indirect pointer for ffs_getpages, and added external declaration.dyson1995-09-062-2/+4
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-041-2/+2
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-281-111/+213
* Don't call VOP_UPDATE() with volatile timestamps.bde1995-08-251-3/+6
* Honor -async mount option when doing the inode update.dg1995-08-161-2/+2
* Converted mountlist to a CIRCLEQ.dg1995-08-111-2/+2
* 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 donedg1995-08-061-6/+1
* Use the correct flags (IO_SYNC -> B_SYNC) when deciding to do a sync ordg1995-08-041-3/+3
* 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-131-6/+2
* 1) Converted v_vmdata to v_object.dg1995-06-281-4/+4
* Remove trailing whitespace.rgrimes1995-05-307-36/+36
* 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-191-4/+4
* Fixed incompleteness that would allow dirty filesystems to get mounteddg1995-05-151-5/+21
* Fix -Wformat warnings from LINT kernel.rgrimes1995-05-111-3/+5
* Limit filesize to the amount that the VM system can currently handledyson1995-05-011-1/+16
* Handle the "syncing VCHR vnode hang" problem a little differently; justdg1995-04-111-8/+14
* Changes from John Dyson and myself:dg1995-04-093-15/+47
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-282-3/+3
* Removed third arg (vmio) to allocbuf() that was added with the originaldg1995-03-262-5/+5
OpenPOWER on IntegriCloud