summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
OpenPOWER on IntegriCloud