summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Clean up -Wunused warnings.gpalmer1996-06-121-1/+5
* Moved the fsnode MALLOC to before the call to getnewvnode() so that thedg1996-06-123-10/+34
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-082-4/+4
* disksort() is gone, all drivers now use tqdisksort().phk1996-05-031-72/+1
* removed:phk1996-05-021-2/+2
* Removed bogus _BEGIN_DECLS/_END_DECLS.bde1996-05-014-43/+26
* Yet more b_flags fixes. The previous ones broke the clearing of B_DONEbde1996-04-191-1/+5
* Replace usage of buf->b_actf by queue.3 and buf->b_actphk1996-04-083-19/+21
* Fixed reference counting related to relookup(). relookup() mustbde1996-03-291-3/+11
* Make type compatible with Lite2.hsu1996-03-271-2/+2
* 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
* More b_flags fixes.dyson1996-03-021-4/+4
* Fix a bug that b_flags was getting unnecessarily modified bydyson1996-03-011-3/+3
* Add a prototype for the quotactl system call.mpp1996-02-271-1/+7
* 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-302-5/+5
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-196-18/+22
* Partially fixed negative and truncated "Avail" counts in df output.bde1996-01-141-3/+2
* The second cast wasn't needed.phk1996-01-071-2/+2
* Fix the asami&phk bug. This was a sign-extension bug, where a longphk1996-01-061-2/+2
* Convert QUOTA to new-style option.wollman1996-01-0510-10/+31
* Convert DDB to new-style option.wollman1996-01-041-1/+3
* recording cvs-1.6 file deathpeter1995-12-302-788/+0
* Fixed prototyping and staticizing for -DDEBUG case.bde1995-12-222-8/+8
* Staticize.phk1995-12-222-25/+25
* Staticize.phk1995-12-1715-317/+173
* Silence a harmless warning...peter1995-12-151-2/+3
* Included <sys/conf.h> and updated to indirect devswitches so thatbde1995-12-141-4/+6
* *hack alert*! :-) This adds an option to the MFS_ROOT code so that itpeter1995-12-141-1/+94
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-114-41/+30
* Untangled the vm.h include file spaghetti.dg1995-12-076-6/+20
* Fixed compilation of lfs utilities which I broke the other day bybde1995-12-062-7/+15
* Completed function declarations and/or added prototypes and/or #includesbde1995-12-035-17/+29
* Removed bogus __BEGIN_DECS/__END_DECLS.bde1995-11-281-3/+1
* After having put on my Asbestos suit, complete the MFS_ROOT part of Terry'speter1995-11-281-26/+27
* Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all.peter1995-11-281-4/+14
* Update the wd.c driver to use the new TAILQ scheme for devicedyson1995-11-231-1/+94
* Completed function declarations and/or added prototypes.bde1995-11-211-4/+2
* Fix compiler warnings.phk1995-11-202-5/+4
* General fixes to the vfs clustring code:dyson1995-11-191-1/+5
* Change incorrect '#if EXT2FS' to '#ifdef EXT2FS'dyson1995-11-191-17/+17
* Get rid of the last debug sysctl variables of the old style.phk1995-11-142-5/+5
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-121-1/+10
* Introduced a type `vop_t' for vnode operation functions and usedbde1995-11-097-322/+322
* This commit causes UFS to perform at Linux EXT2FS metadata rates. Afterdyson1995-11-061-4/+20
* Changes to existing files for ext2fs support. The UFS mods need reworkdyson1995-11-054-8/+132
* Fix ufs_bmap so that triple indirect blocks might work.dyson1995-11-051-2/+2
* Make MNT_ASYNC more effective for UFS. It should not be too much moredyson1995-11-052-3/+8
* mfs_open could panic with false identification: panic("mfs_ioctl: ....peter1995-10-311-2/+2
OpenPOWER on IntegriCloud