summaryrefslogtreecommitdiffstats
path: root/sys/fs/specfs
Commit message (Expand)AuthorAgeFilesLines
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-8/+19
* - Explicitly state that specfs does not support locking by usingjeff2002-07-271-0/+3
* o Lock page queue accesses by vm_page_activate() and vm_page_deactivate().alc2002-07-271-1/+2
* Remove a check of blocknumbers/offsets which will be pointless withphk2002-05-181-12/+0
* Lock proctree_lock instead of pgrpsess_lock.jhb2002-04-161-2/+2
* Remove __P.alfred2002-03-191-15/+15
* If in strategy we find that we have no devsw on the device anymore wephk2002-03-051-3/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-4/+4
* Lock struct pgrp, session and sigio.tanimura2002-02-231-2/+11
* Various nit-picking, mostly of style(9) character.phk2002-02-101-43/+41
* Change the kernel's ucred API as follows:jhb2001-10-111-5/+4
* o Modify generic specfs device open access control checks to userwatson2001-09-261-4/+8
* KSE Milestone 2julian2001-09-121-25/+25
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-3/+2
* Don't acquire/release Giant around some of the places that need it injhb2001-05-231-2/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-0/+4
* Backed out previous commit. It cause massive filesystem corruption,bde2001-04-301-0/+1
* Add a vop_stdbmap(), and make it part of the default vop vector.phk2001-04-291-1/+0
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-2/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+19
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Add a BUF_KERNPROC() in the BIO_DELETE path.phk2001-01-301-0/+1
* This patch reestablishes the spec_fsync() guarentee that synchronousdillon2001-01-291-7/+16
* Fix a lockup problem that occurs with 'cvs update'. specfs's fsync candillon2000-12-301-0/+13
* This implements a better launder limiting solution. There was a solutiondillon2000-12-261-0/+2
* Take VBLK devices further out of their missery.phk2000-11-021-9/+2
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-5/+5
* Fix panic when removing open device (found by bp@)phk2000-08-241-3/+11
* Introduce vop_stdinactive() and make it the default if no vop_inactivephk2000-08-181-15/+1
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-2/+4
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-4/+18
* Pull the rug under block mode devices. they return ENXIO on open(2) now.phk2000-07-031-3/+3
* Virtualizes & untangles the bioops operations vector.phk2000-06-161-3/+2
* before this commit, specfs reported disk partitionsjmb2000-06-121-1/+1
* Change the "bdev-whiner" to whine when open is attempted and extendphk2000-05-091-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-4/+4
* Eliminate the undocumented, experimental, non-delivering and highlyphk2000-03-161-2/+0
* Give vn_isdisk() a second argument where it can return a suitable errno.phk2000-01-101-5/+6
* Remove unused #includes.phk1999-12-081-4/+0
* Collect read and write counts for filesystems. This new codemckusick1999-12-011-0/+21
* Next step in the device cleanup process.phk1999-11-091-321/+78
* Oops, a bit too hasty there.phk1999-11-081-3/+0
* Various cleanups.phk1999-11-081-27/+14
* Use vop_panic() instead of spec_badop().phk1999-11-071-23/+11
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-3/+1
OpenPOWER on IntegriCloud