summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-232-132/+61
* Moved the filesystem read-only check out of the syscalls and into thedg1995-10-222-43/+66
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").bde1995-10-071-2/+2
* use roundup2 to avoid a bunch of 64bit divides.phk1995-10-061-5/+5
* 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
* Remove transitory labelling code. Labels are now handled by essentiallybde1995-09-161-287/+16
* Fix benign type mismatch in a call to VOP_BMAP().bde1995-09-111-2/+2
* Obtained from:4.4lite2julian1995-09-091-10/+14
* Slight optimization for the standard case of rotdelay=0.dg1995-09-081-11/+11
* Correct a case in the ffs_getpages where a page is not found indyson1995-09-071-1/+3
* Added indirect pointer for ffs_getpages, and added external declaration.dyson1995-09-062-2/+4
* Added new ffs_getpages routine. It isn't optimized yet, but FFSdyson1995-09-061-1/+191
* Correct prototype for ufs_bmaparray()dyson1995-09-041-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countdyson1995-09-047-18/+41
* Declare vfs_mountroot() in the right place.bde1995-08-301-3/+1
* Fix correct_writedisklabel() and writedisklabel(). Their setting ofbde1995-08-281-11/+14
* Reviewed by: julian with quick glances by bruce and othersjulian1995-08-287-270/+515
* Don't call VOP_UPDATE() with volatile timestamps.bde1995-08-252-6/+12
* 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
OpenPOWER on IntegriCloud