vn - Major overhaul
[dragonfly.git] / sys / dev / disk / vn / vn.c
2010-11-19 Alex Hornungvn - Major overhaul
2010-10-31 Sascha Wildnerkernel: Remove most definitions of CDEV_MAJOR.
2010-06-27 Alex Hornungvn - remove vn_softc from list on detach command
2010-03-24 Alex Hornungcache_fullpath - Guess mountpoints if requested
2010-03-03 Matthew DillonVN - Remove use of IO_DIRECT, Improve lock performance...
2010-03-02 Matthew Dillonkernel - VN - add missing disk_destroy() in module...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2010-02-03 Matthew Dillonkernel - SWAP CACHE part 3/many - Rearrange VM pagerops
2009-09-17 Sascha WildnerFix some 'unused variable' warnings.
2009-09-01 Alex HornungUse pseudo-device to specify number of precreated devs
2009-08-31 Alex Hornungvn - enable autocloning
2009-08-17 Alex HornungDEVFS - move devfs headers to sys/sys; fix consumers
2009-08-12 Matthew DillonAMD64 - Fix bug in pmap_prefault, adjust vn kprintfs...
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-07-15 Matthew DillonMPSAFE - tsleep_interlock, BUF/BIO, cluster, swap_pager.
2009-02-26 Stathis KamperisReturn EBUSY if we're detaching a vn with vnode refs...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-10 Matthew DillonFix a buffer cache deadlock which can occur when simula...
2008-07-01 Matthew DillonFix numerous pageout daemon -> buffer cache deadlocks...
2008-04-22 Matthew DillonFix some IO sequencing performance issues and reformula...
2008-01-30 Chris TurnerAdd '-l' support to vnconfig(8) and supporting VNGET...
2007-05-19 Matthew DillonFix device recognition, /dev/vn0 now uses WHOLE_SLICE_P...
2007-05-17 Matthew DillonRemove #include <sys/disklabel.h> from various source...
2007-05-17 Matthew DillonRemove the roll-your-own disklabel from CCD. Use the...
2007-05-15 Matthew Dillon* The diskslice abstraction now stores offsets/sizes...
2007-05-15 Matthew DillonContinue untangling the disklabel. Use the generic...
2007-01-21 YONETANI Tomokazupbn * vn->sc_secsize may wraparound, because both pbn...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Sascha WildnerRemove unused label.
2006-05-04 Matthew DillonBlock devices generally truncate the size of I/O reques...
2006-05-03 Matthew Dillon- Clarify the definitions of b_bufsize, b_bcount, and...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2005-12-11 Sascha Wildner* Ansify function definitions.
2005-09-06 Hiten PandyaDocument the dscheck(9) function and explain how it...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-05-26 Matthew DillonCleanup cdevsw and dev reference counting ops to fix...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: