summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of the global variable rushjob and replace it with a function inmckusick1999-06-151-41/+45
* Simplify cdevsw registration.phk1999-05-311-3/+2
* - Back out Luoqi's cdevsw stuff. It panics on my system and is not required.jb1999-05-241-7/+10
* Cosmetic changes to make it compile without errors in gcc -Walljulian1999-05-221-10/+17
* Legally acquire a major number for mfs.luoqi1999-05-141-2/+7
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-144-30/+113
* Try and fix a dev_t/major/minor etc nit.peter1999-05-121-3/+3
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-113-7/+7
OpenPOWER on IntegriCloud