summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
Commit message (Expand)AuthorAgeFilesLines
* Fix the situation where an I/O crosses the EOF point. We need to properlydillon1999-09-201-4/+29
* Only assign to si_bsize_phys if we have an intelligent value for it.phk1999-09-181-1/+0
* Fix a bug in the block number calculation for VN disks with a sectordillon1999-09-171-10/+48
* Changes to centralise the default blocksize behaviour.julian1999-09-091-4/+1
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-1/+4
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-4/+1
* We don't need to pass the diskname argument all over the diskslice/labelphk1999-08-281-4/+2
* Back out the cdevsw_remove() from previous revision for further testing.green1999-08-281-1/+0
* Unevilize vn(4) somewhat:green1999-08-281-15/+26
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-6/+6
* Fix the breakage caused by hanging softc off dev_t. This is onlyphk1999-08-231-7/+36
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-5/+3
* Remove compiled in limit on number of devices.phk1999-08-081-104/+29
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+1
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-41/+6
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-1/+2
* Continue where Julian left off in July 1998:phk1999-05-071-2/+2
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* Suser() simplification:phk1999-04-271-2/+2
* Submitted by: Matt Dillon <dillon@freebsd.org>julian1999-03-141-216/+312
* The alternate B_PAGING path for vnstrategy() is used for VM faultsdillon1999-02-011-1/+2
* Oops, got my #ifdef's mixed up. Fix an unused variable warning.peter1999-01-231-1/+3
* Convert vn.c into a module (loadable and static).peter1999-01-211-45/+53
* Remove the SLICE code.sos1998-09-141-325/+1
* Enable the vn device under DEVFS without SLICE.sos1998-09-121-4/+33
* remove bdevsw arg from dsopen();phk1998-08-231-2/+2
* Make struct buf->b_offset reflect the real byte offset which gotsos1998-08-191-1/+3
* Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICEbde1998-07-301-3/+3
* SLICE probing becomes asynchronous. It can now be triggered byjulian1998-07-131-5/+2
* Fixed printf format errors.bde1998-07-111-12/+15
* There is no such thing any more as "struct bdevsw".julian1998-07-041-7/+25
* VOP_STRATEGY grows an (struct vnode *) argumentjulian1998-07-041-3/+3
* Don't use a struct buf (malloc'd) without first initialising all the fieldsjulian1998-07-041-1/+5
* Fix another DEVFS/SLICE ioctl.dfr1998-06-071-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Add dump support to the DEVFS/slice code.julian1998-05-061-2/+17
* slice_device.c: permissions changes for SLICE devicesjulian1998-04-241-3/+2
* close() is no longer a SLICE method.julian1998-04-221-3/+5
* Add changes and code to implement a functional DEVFS.julian1998-04-191-35/+314
* Removed unused debugging variables and macros.bde1998-02-201-11/+3
* Staticize.eivind1998-02-091-3/+3
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* Use ENOIOCTL instead of -1 (= ERESTART) for diskslice ioctls that arebde1997-12-061-2/+2
* Merge from RELENG_2_2. Bandaid for 'lockmgr panic' on the VN device.kato1997-10-211-5/+18
* Clustered read and write are switched at mount-option level.kato1997-09-271-3/+3
* Fixed locking violation of vnode operation. VOP_READ, VOP_WRITE andkato1997-08-141-2/+7
* Removed unused #includes.bde1997-06-141-3/+1
* Add D_DISK flag to vn_bdevsw.dfr1997-04-301-2/+2
OpenPOWER on IntegriCloud