aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vn
Commit message (Expand)AuthorAgeFilesLines
* Remove the D_NOCLUSTER[RW] options which were added because vn hadPoul-Henning Kamp1999-09-301-1/+0
* Zap #include "vn.h" - it's not usedPeter Wemm1999-09-271-1/+0
* If the request crosses EOF and bp->b_bcount is not a multiple ofMatthew Dillon1999-09-271-2/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Fix the situation where an I/O crosses the EOF point. We need to properlyMatthew Dillon1999-09-201-4/+29
* Only assign to si_bsize_phys if we have an intelligent value for it.Poul-Henning Kamp1999-09-181-1/+0
* Fix a bug in the block number calculation for VN disks with a sectorMatthew Dillon1999-09-171-10/+48
* Changes to centralise the default blocksize behaviour.Julian Elischer1999-09-091-4/+1
* Revert a bunch of contraversial changes by PHK. AfterJulian Elischer1999-09-031-1/+4
* Make bdev userland access work like cdev userland access unlessPoul-Henning Kamp1999-08-301-4/+1
* We don't need to pass the diskname argument all over the diskslice/labelPoul-Henning Kamp1999-08-281-4/+2
* Back out the cdevsw_remove() from previous revision for further testing.Brian Feldman1999-08-281-1/+0
* Unevilize vn(4) somewhat:Brian Feldman1999-08-281-15/+26
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longBruce Evans1999-08-231-6/+6
* Fix the breakage caused by hanging softc off dev_t. This is onlyPoul-Henning Kamp1999-08-231-7/+36
* Spring cleaning around strategy and disklabels/slices:Poul-Henning Kamp1999-08-141-5/+3
* Remove compiled in limit on number of devices.Poul-Henning Kamp1999-08-081-104/+29
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,Poul-Henning Kamp1999-08-081-2/+1
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevPoul-Henning Kamp1999-07-201-41/+6
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledPoul-Henning Kamp1999-05-111-1/+2
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyPoul-Henning Kamp1999-05-071-16/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-2/+2
* Submitted by: Matt Dillon <dillon@freebsd.org>Julian Elischer1999-03-141-216/+312
* The alternate B_PAGING path for vnstrategy() is used for VM faultsMatthew Dillon1999-02-011-1/+2
* Oops, got my #ifdef's mixed up. Fix an unused variable warning.Peter Wemm1999-01-231-1/+3
* Convert vn.c into a module (loadable and static).Peter Wemm1999-01-211-45/+53
* Remove the SLICE code.Søren Schmidt1998-09-141-325/+1
* Enable the vn device under DEVFS without SLICE.Søren Schmidt1998-09-121-4/+33
* remove bdevsw arg from dsopen();Poul-Henning Kamp1998-08-231-2/+2
* Make struct buf->b_offset reflect the real byte offset which gotSøren Schmidt1998-08-191-1/+3
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEBruce Evans1998-07-301-3/+3
* SLICE probing becomes asynchronous. It can now be triggered byJulian Elischer1998-07-131-5/+2
* Fixed printf format errors.Bruce Evans1998-07-111-12/+15
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-7/+25
* VOP_STRATEGY grows an (struct vnode *) argumentJulian Elischer1998-07-041-3/+3
* Don't use a struct buf (malloc'd) without first initialising all the fieldsJulian Elischer1998-07-041-1/+5
* Fix another DEVFS/SLICE ioctl.Doug Rabson1998-06-071-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Add dump support to the DEVFS/slice code.Julian Elischer1998-05-061-2/+17
* slice_device.c: permissions changes for SLICE devicesJulian Elischer1998-04-241-3/+2
* close() is no longer a SLICE method.Julian Elischer1998-04-221-3/+5
* Add changes and code to implement a functional DEVFS.Julian Elischer1998-04-191-35/+314
* Removed unused debugging variables and macros.Bruce Evans1998-02-201-11/+3
* Staticize.Eivind Eklund1998-02-091-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that areBruce Evans1997-12-061-2/+2
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.KATO Takenori1997-10-211-5/+18