summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Update the unclean flag for mount -u. I forgot to handle this casebde1999-12-231-0/+2
* Change incorrect NULLs to 0seivind1999-12-211-1/+1
* Second pass commit to introduce new ACL and Extended Attribute systemrwatson1999-12-192-0/+4
* The function request_cleanup() had a tsleep() with PCATCH. It ismckusick1999-12-161-1/+1
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-153-43/+5
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Remove the 'alpha, use at your own risk' death-statement.billf1999-12-031-4/+1
* Fix typo, add $FreeBSD$billf1999-12-031-1/+3
* Preferentially allocate the first indirect block in the samemckusick1999-12-011-1/+1
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-121/+0
* Convert various pieces of code to use vn_isdisk() rather than checkingphk1999-11-223-8/+8
* We do not have ffs_checkexp, so remove the prototypeeivind1999-11-201-2/+0
* struct mountlist and struct mount.mnt_list have no business beingphk1999-11-201-2/+1
* Fix a warning (unused static declaration without MFS_ROOT)peter1999-11-181-0/+2
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+6
* Next step in the device cleanup process.phk1999-11-091-0/+2
* Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-033-1/+4
* Make MFS work with the new root filesystem search process.msmith1999-11-031-14/+30
* Newline-terminate the complaint message about not being able to findmsmith1999-11-012-2/+2
* Add sysctl debug.dircheck to allow directory sanity checking to be turneddillon1999-10-301-0/+11
* useracc() the prequel:phk1999-10-292-2/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-15/+0
* Remove v_maxio from struct vnode.phk1999-09-292-2/+5
* sigset_t change (part 2 of 5)marcel1999-09-291-3/+6
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* More removals of vnode->v_lastr, replaced by preexisting seqcountdillon1999-09-201-78/+11
* Fix a harmless bug I introduced, simplify a bit more while here.phk1999-09-201-6/+4
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-202-37/+6
* Removed diskerr()'s unused d_name arg and updated callers. This fixesbde1999-09-131-2/+2
* Seperate the export check in VFS_FHTOVP, exports are now checked viaalfred1999-09-115-25/+40
* Changes to centralise the default blocksize behaviour.julian1999-09-091-2/+2
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+2
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-2/+0
* remove unused variables.phk1999-08-281-1/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* $Id$ -> $FreeBSD$peter1999-08-2829-29/+29
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-262-22/+4
* Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness.phk1999-08-251-6/+2
* Initialize the si_bsize fields for the MFS bogodevices.phk1999-08-241-2/+13
* Fix bug introduced in rev 1.28, which causes kernel build to break forsheldonh1999-08-241-2/+4
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-232-20/+23
* Support full-precision file timestamps. Until now, only the secondsjdp1999-08-221-10/+19
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-171-2/+2
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-9/+7
* Move the special-casing of stat(2)->st_blksize for device filesphk1999-08-131-15/+2
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-132-12/+12
* s/v_specinfo/v_rdev/phk1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-086-15/+10
OpenPOWER on IntegriCloud