Use pcidevs.h
[dragonfly.git] / sys / vfs /
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-11 Matthew DillonVNode sequencing and locking - part 2/4.
2006-08-09 Matthew DillonVNode sequencing and locking - part 1/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-08-08 Matthew DillonInstead of indirectly calling vop_stdlock() and friends...
2006-08-03 Sascha WildnerRemove all occurences of double semicolons at the end...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-07-27 Simon SchubertMerge from vendor branch GDB:
2006-07-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-19 Matthew DillonGet rid of the weird coda VOP function arguments and...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
2006-07-13 Sepherosa ZiehauMerge from vendor branch ATHEROS:
2006-06-24 Sepherosa ZiehauMerge from vendor branch WPA_SUPPLICANT:
2006-06-14 Sascha WildnerAdd necessary #includes (fixes LINT build).
2006-06-14 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2006-06-13 Simon SchubertDon't allow backslash characters in smbfs path requests.
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-06-05 Matthew DillonCleanup crit_*() usage to reduce bogus warnings printed...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-06-04 Matthew DillonFix blocking races in various *_locate() functions...
2006-06-04 Matthew DillonAn inodedep might go away after the bwrite, do not...
2006-06-02 Matthew DillonRemove vnode->v_id. This field used to be used to...
2006-06-01 Matthew DillonUse the MP friendly objcache instead of zalloc to alloc...
2006-05-26 Matthew DillonAdd a read-ahead version of ffs_blkatoff() called ffs_b...
2006-05-26 Matthew DillonRemove FFS function hooks used by UFS. Simply make...
2006-05-26 Matthew Dillon* Fix a number of cases where too much kernel memory...
2006-05-25 Matthew DillonWhen a vnode is vgone()'d its v_ops is replaced with...
2006-05-24 Matthew DillonMove the code that inserts a new process into the allpr...
2006-05-24 Matthew Dillonspinlock more of the file descriptor code. No apprecia...
2006-05-21 Matthew DillonImplement a much faster spinlock.
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-17 Matthew DillonRemove the (unused) copy-on-write support for a vnode...
2006-05-14 Sascha WildnerRemove all traces of umapfs and associated stuff.
2006-05-14 Sascha Wildner/tmp/umap.msg
2006-05-12 Matthew DillonUMAPFS has been disabled (and non-working) for a long...
2006-05-12 Sascha WildnerRemove Alpha specific header file.
2006-05-11 Sascha Wildner* Remove the following obsolete options from the system:
2006-05-07 Matthew DillonRemove the internal F_FLOCK flag. Either F_POSIX or...
2006-05-06 Matthew DillonRemove the thread argument from all mount->vfs_* functi...
2006-05-06 Matthew DillonRemove the thread argument from ext2_quotaoff(), ext2_f...
2006-05-06 Matthew DillonRemove the thread argument from ffs_flushfiles(), ffs_m...
2006-05-06 Matthew DillonRemove the thread_t argument from nfs_rslock() and...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonAdd some ifioctl() td -> ucred changes that were missed.
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-05-05 Matthew DillonRemove the thread_t argument from vfs_busy() and vfs_un...
2006-05-05 Matthew DillonSimplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by...
2006-05-05 Matthew DillonRemove the thread pointer argument to lockmgr(). All...
2006-05-05 Matthew DillonRemove VOP_BWRITE(). This function provided a way...
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-05-03 Matthew DillonDocument the handling of a file holes in ufs_strategy...
2006-04-30 Matthew DillonRemove buf->b_saveaddr, assert that vmapbuf() is only...
2006-04-30 Matthew DillonReplace the the buffer cache's B_READ, B_WRITE, B_FORMA...
2006-04-28 Sascha WildnerMove the error check into the else clause because it...
2006-04-28 Matthew DillonGet rid of pbgetvp() and pbrelvp(). Instead fold the...
2006-04-28 Matthew DillonGet rid of the remaining buffer background bitmap code...
2006-04-28 Matthew DillonRemove the buffer cache's B_PHYS flag. This flag was...
2006-04-27 Matthew DillonMove most references to the buffer cache array (buf...
2006-04-27 Sascha WildnerAdd missing braces.
2006-04-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
2006-04-24 Matthew Dillonvfsync() is not in the business of removing buffers...
2006-04-24 Matthew DillonCall vnode_pager_setsize() before BALLOC rather than...
2006-04-24 Matthew DillonB_INVAFTERWRITE is no longer used, remove it.
2006-04-23 Matthew DillonRemove the now unused interlock argument to the lockmgr...
2006-04-23 Matthew DillonRemove remaining uses of the lockmgr LK_INTERLOCK flag.
2006-04-23 Matthew DillonLK_DRAIN locks are no longer obtained on vnodes, rip...
2006-04-14 Matthew Dillonvop_stdopen() must be called when a fifo_open fails...
2006-04-13 Matthew DillonNTFS sometimes splits the initialization of a new vnode...
2006-04-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-10 Matthew DillonCalculate the correct buffer size when reading a symlin...
2006-04-09 Matthew DillonRemove debugging printfs.
2006-04-09 Matthew DillonFix one place where the superblock was being read ...
2006-04-09 Matthew DillonFollowup last commit, fix missing argument to vinitvmio().
2006-04-09 Matthew DillonGet rid of bogus 'pushing active' reports. Initialize...
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-04-06 Sascha WildnerChange forgotten getinoquota to ext2_getinoquota to...
2006-04-05 Matthew DillonSynchronize vinitvmio() calls from UFS to EXT2FS.
2006-04-05 Matthew DillonUnconditionally initialize a VM object for a directory...
2006-04-04 Matthew DillonTransplant all the UFS ops that EXT2 used to call into...
2006-04-04 Matthew DillonProperly calculate the ronly flag at unmount time.
2006-04-03 Matthew Dillonufs_readdir() can be called from NFS with the vnode...
2006-04-03 Matthew DillonA number of structures related to UFS and QUOTAS have...
2006-04-02 Matthew Dillonufs_dirempty() issues I/O on the directory vnode and...
2006-04-02 Matthew DillonGive the MFS pseudo block device vnode a VM object...
2006-04-01 Matthew DillonClone cd9660_blkatoff() into a new procedure, cd9660_de...
2006-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-29 Matthew Dillonffs_truncate(), called from, truncate(), remove(),...
2006-03-29 Matthew DillonNFS needs to instantiate a backing VM object for the...
2006-03-29 Matthew DillonA VM object is now required for vnode-based buffer...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonCorrect some minor bugs in the last patch to fix kernel...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-03-25 Sascha WildnerRemove unused variable.
2006-03-25 Matthew DillonAdd the initialization of blockoff back in, the variabl...
2006-03-24 Matthew DillonFix numerous translation problems in msdosfs, related...
2006-03-24 Matthew DillonDon't just assume that the directory offset supplied...
2006-03-24 Matthew DillonMajor BUF/BIO work commit. Make I/O BIO-centric and...
2006-03-22 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
next