summaryrefslogtreecommitdiffstats
path: root/sys/dev/vn
Commit message (Expand)AuthorAgeFilesLines
* Remove vn(4) driver.phk2001-03-091-794/+0
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-19/+5
* Proc locking to protect p_ucred while we obtain another reference to it.jhb2001-01-231-5/+19
* Remove cdevsw when unloading the vn module.n_hibma2001-01-071-0/+1
* Add a cloning function to vn(4) which triggers on "vn%d.ctl". Give thephk2000-12-161-52/+112
* Include vm/vm_zone.h prior to vm/swap_pager.h.tanimura2000-12-131-0/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Make labels mandatory for vn(4).phk2000-12-011-104/+52
* Call make_dev() with the correct minor number.phk2000-09-261-1/+2
* GC some old no longer supported options.phk2000-09-251-3/+1
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-9/+9
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-2/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Zero out the uio structure prior to initializing it. A garbage (uninitia...dillon2000-05-141-4/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-5/+3
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-031-2/+0
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-34/+36
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-6/+9
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-7/+7
* Fix a panic when doing non-multiples of PAGE_SIZE or misaligned transferspeter1999-12-281-1/+13
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+1
* Lock reporting and assertion changes.eivind1999-12-111-1/+1
* Remove the devsw magic from DEV_MODULE()phk1999-11-071-1/+2
* useracc() the prequel:phk1999-10-291-1/+0
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-1/+0
* Zap #include "vn.h" - it's not usedpeter1999-09-271-1/+0
* If the request crosses EOF and bp->b_bcount is not a multiple ofdillon1999-09-271-2/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* 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
OpenPOWER on IntegriCloud