The thread/proc pointer argument in the VFS subsystem originally existed
[dragonfly.git] / sys / vfs / ufs /
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 VOP_BWRITE(). This function provided a way...
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 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-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-12 Sascha WildnerMerge from vendor branch BINUTILS:
2006-04-07 Matthew DillonDue to continuing issues with VOP_READ/VOP_WRITE ops...
2006-04-05 Matthew DillonUnconditionally initialize a VM object for a directory...
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-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 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 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 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-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-02-13 Simon SchubertMerge from vendor branch OPENSSH:
2006-01-11 Simon SchubertImport a softdep fix from FreeBSD rev 1.183 by tegge:
2006-01-11 Simon SchubertMerge from vendor branch GDB:
2005-12-07 Simon SchubertMerge from vendor branch CVS:
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-19 Matthew DillonProtect allproc scans with PHOLD/PRELE, in particular...
2005-11-16 Matthew DillonIf a /dev/<disk> device node is fsynced at the same...
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
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-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-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
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:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-28 Matthew DillonAdd a typedef ufs1_ino_t to represent inodes for UFS1...
2005-08-14 Matthew DillonFix an inode bitmap scanning bug. Due to an error...
2005-08-10 Joerg SonnenbergerUse new vop_write_dirent function.
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-07 Joerg SonnenbergerRemove redundant assignment.
2005-08-07 Joerg SonnenbergerDon't depend on struct dirent == struct direct, but...
2005-08-03 Hiten PandyaBUF/BIO cleanup 3/99:
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-31 Matthew DillonStephan believes that this patch, just committed to...
2005-07-26 Matthew DillonAdd a new kernel compile debugging option, DEBUG_CRIT_S...
2005-07-26 Matthew DillonAdd a missing FREE_LOCK() call.
2005-07-26 Hiten PandyaClean the VFS operations vector and related code:
2005-07-23 Matthew DillonSupport disablement of chflags in a jail, part 2/2...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-20 Matthew DillonAdd some debugging code to catch any dirty inodes which...
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-06 David RhodusReplace spl with critical sections.
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
next