Rename KVM_READ() to kread() and make it a real procedure. Also incorporate
[dragonfly.git] / sys / vfs /
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:
2006-03-10 David RhodusFix typeo.
2006-03-05 Matthew DillonReplace the global buffer cache hash table with a per...
2006-03-04 Matthew DillonUnlock vnodes prior to issuing VOP_NREMOVE to accomodat...
2006-03-02 Matthew Dillonbuftimespinlock is utterly useless since the spinlock...
2006-03-02 Matthew DillonPass LK_PCATCH instead of trying to store tsleep flags...
2006-03-01 David RhodusMerge in security fix from FreeBSD.
2006-03-01 Matthew Dillondvp must be unlocked prior to issuing a VOP operation...
2006-02-27 Simon SchubertFix file sizes > 2GB on isofs. This has already been...
2006-02-21 Matthew DillonChange the server side NFS write gather delay from...
2006-02-21 Matthew DillonReduce the default NFSv3 access cache timeout from...
2006-02-21 Matthew DillonFix a bunch of race cases in the NFS callout timer...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-31 Matthew DillonBring in the parallel route table code and clean up...
2006-01-22 Sascha WildnerAdd some casts to silence warnings.
2006-01-22 Sascha WildnerRemove unused variables.
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2006-01-11 Simon SchubertImport a softdep fix from FreeBSD rev 1.183 by tegge:
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2006-01-09 Simon SchubertFix proc->lwp conversion error
2006-01-04 Matthew DillonMostly fix nullfs. There are still namespace race...
2005-12-08 Matthew DillonFix the directory scan code for SMBFS. It was losing...
2005-12-07 Simon SchubertMerge from vendor branch CVS:
2005-12-05 Matthew DillonDocument the nfs dirent conversion code. No functional...
2005-12-05 Matthew DillonFix a bug in our RB_SCAN calls. A critical section...
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-24 YONETANI TomokazuFix LINT kernel; spin_lock function definitions have...
2005-11-20 Matthew DillonFix a bug in the last commit. The proc pointer can...
2005-11-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-19 Matthew DillonConvert the lockmgr interlock from a token to a spinloc...
2005-11-16 Matthew DillonIf a /dev/<disk> device node is fsynced at the same...
2005-11-14 Matthew DillonMake tsleep/wakeup() MP SAFE for kernel threads and...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-10-27 Sepherosa Ziehauremove getdec() declaration, since this static function...
2005-10-26 Matthew DillonAdd a redundant double-check in ffs_reallocblks and...
2005-10-26 Matthew DillonAssert that the vnode is locked when modifying an inode...
2005-10-16 Matthew DillonDo a run through of the fragment allocation and freeing...
2005-10-14 Matthew DillonBring another softupdates fix in from FreeBSD, FreeBSD...
2005-10-14 Matthew DillonFreeBSD commit message:
2005-10-09 Simon Schubert1:1 Userland threading stage 2.5/4:
2005-10-08 Simon Schubert1:1 Userland threading stage 2.4/4:
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-29 Matthew DillonDo not attempt to modify read-only-mounted filesystems...
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-11 Sascha WildnerRemove custom 'load' and 'unload' targets.
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-04 Matthew DillonCleanup the module build and conditionalize a goto...
2005-09-04 Matthew DillonGive the kernel a native NFS mount rpc capability for...
2005-09-03 Matthew DillonRemove old #if 0'd sections of code, add a few comments...
2005-09-03 Matthew DillonAdd a missing crit_exit(), fixing a panic. Attempt...
2005-09-03 Matthew DillonMake sure the vnode is unlocked across a dev_dclose...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-09-01 Sascha WildnerRemove PC98 support.
2005-08-28 Matthew DillonFix a deadlock in ffs_balloc(). This function was...
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
next