summaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* Convert QUOTA to new-style option.Garrett Wollman1996-01-0510-10/+31
* Convert DDB to new-style option.Garrett Wollman1996-01-041-1/+3
* recording cvs-1.6 file deathPeter Wemm1995-12-302-788/+0
* Fixed prototyping and staticizing for -DDEBUG case.Bruce Evans1995-12-222-8/+8
* Staticize.Poul-Henning Kamp1995-12-222-25/+25
* Staticize.Poul-Henning Kamp1995-12-1715-317/+173
* Silence a harmless warning...Peter Wemm1995-12-151-2/+3
* Included <sys/conf.h> and updated to indirect devswitches so thatBruce Evans1995-12-141-4/+6
* *hack alert*! :-) This adds an option to the MFS_ROOT code so that itPeter Wemm1995-12-141-1/+94
* Changes to support 1Tb filesizes. Pages are now named by anJohn Dyson1995-12-114-41/+30
* Untangled the vm.h include file spaghetti.David Greenman1995-12-076-6/+20
* Fixed compilation of lfs utilities which I broke the other day byBruce Evans1995-12-062-7/+15
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-12-035-17/+29
* Removed bogus __BEGIN_DECS/__END_DECLS.Bruce Evans1995-11-281-3/+1
* After having put on my Asbestos suit, complete the MFS_ROOT part of Terry'sPeter Wemm1995-11-281-25/+26
* Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all.Peter Wemm1995-11-281-4/+14
* Update the wd.c driver to use the new TAILQ scheme for deviceJohn Dyson1995-11-231-1/+94
* Completed function declarations and/or added prototypes.Bruce Evans1995-11-211-4/+2
* Fix compiler warnings.Poul-Henning Kamp1995-11-202-5/+4
* General fixes to the vfs clustring code:John Dyson1995-11-191-1/+5
* Change incorrect '#if EXT2FS' to '#ifdef EXT2FS'John Dyson1995-11-191-17/+17
* Get rid of the last debug sysctl variables of the old style.Poul-Henning Kamp1995-11-142-5/+5
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+10
* Introduced a type `vop_t' for vnode operation functions and usedBruce Evans1995-11-097-322/+322
* This commit causes UFS to perform at Linux EXT2FS metadata rates. AfterJohn Dyson1995-11-061-4/+20
* Changes to existing files for ext2fs support. The UFS mods need reworkJohn Dyson1995-11-054-8/+132
* Fix ufs_bmap so that triple indirect blocks might work.John Dyson1995-11-051-2/+2
* Make MNT_ASYNC more effective for UFS. It should not be too much moreJohn Dyson1995-11-052-3/+8
* mfs_open could panic with false identification: panic("mfs_ioctl: ....Peter Wemm1995-10-311-2/+2
* Finalize GETPAGES layering scheme. Move the device GETPAGESJohn Dyson1995-10-232-130/+59
* Moved the filesystem read-only check out of the syscalls and into theDavid Greenman1995-10-222-43/+66
* Return EINVAL instead of panicing for rename("dir1", "dir2/..").Bruce Evans1995-10-071-2/+2
* use roundup2 to avoid a bunch of 64bit divides.Poul-Henning Kamp1995-10-061-5/+5
* Re-enable read clustering.John Dyson1995-09-251-3/+3
* Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace andDavid Greenman1995-09-221-2/+2
* Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.David Greenman1995-09-221-2/+2
* Remove transitory labelling code. Labels are now handled by essentiallyBruce Evans1995-09-161-287/+16
* Fix benign type mismatch in a call to VOP_BMAP().Bruce Evans1995-09-111-2/+2
* Obtained from:4.4lite2Julian Elischer1995-09-091-10/+14
* Slight optimization for the standard case of rotdelay=0.David Greenman1995-09-081-11/+11
* Correct a case in the ffs_getpages where a page is not found inJohn Dyson1995-09-071-1/+3
* Added indirect pointer for ffs_getpages, and added external declaration.John Dyson1995-09-062-2/+4
* Added new ffs_getpages routine. It isn't optimized yet, but FFSJohn Dyson1995-09-061-1/+191
* Correct prototype for ufs_bmaparray()John Dyson1995-09-041-2/+2
* Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block countJohn Dyson1995-09-047-18/+41
* Declare vfs_mountroot() in the right place.Bruce Evans1995-08-301-3/+1
* Fix correct_writedisklabel() and writedisklabel(). Their setting ofBruce Evans1995-08-281-11/+14
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-287-269/+514
* Don't call VOP_UPDATE() with volatile timestamps.Bruce Evans1995-08-252-6/+12
* Fixed mfs reboot panic by never returning failure from mfs_start().David Greenman1995-08-201-6/+5