summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the memory access behavior information provided by madvisealc1999-08-011-5/+4
* Fixed access timestamp bugs:bde1999-07-251-5/+17
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-3/+26
* I have not one single time remembered the name of this function correctlyphk1999-07-171-2/+2
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-136-37/+47
* Use the fsid from the superblock, unless it looks bogus or has alreadyphk1999-07-111-6/+6
* These changes appear to give us benefits with both small (32MB) andmckusick1999-07-081-4/+8
* Add $Id$roberto1999-07-071-0/+1
* Update pathnames for new location of soft-updates sources.jdp1999-07-031-4/+4
* No longer need to set B_ASYNC flag since BUF_KERNPROC nowmckusick1999-06-291-2/+1
* Keep the inlines for <sys/buf.h> happy..peter1999-06-271-3/+3
* Convert buffer locking from using the B_BUSY and B_WANTED flags to usingmckusick1999-06-264-22/+28
* On our final pass through ffs_fsync, do all I/O synchronously so thatmckusick1999-06-181-7/+8
* Add a vnode argument to VOP_BWRITE to get rid of the last vnodemckusick1999-06-163-18/+20
OpenPOWER on IntegriCloud