kernel - lwkt_token revamp
[dragonfly.git] / sys / vfs / ufs / ufs_vnops.c
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-01-26 Matthew Dillonkernel - More buffer cache / VM coherency work
2009-12-20 Matthew Dillonkernel - remove FSMID support
2009-12-28 Matthew Dillonkernel - fine-grained namecache and partial vnode MPSAF...
2009-08-26 Matthew DillonKernel - fix access checks
2009-08-23 Nicolas Theryufs: refactor vop_access to use vop_helper_access
2009-08-04 Matthew DillonDEVFS - rollup - all kernel devices
2009-07-23 Matthew DillonHAMMER / VFS_VGET - Add optional dvp argument to VFS_VG...
2009-07-13 Matthew Dillonbuffer cache - Control all access to the buf red-black...
2009-07-13 Matthew Dillonvnode - move v_pollinfo.vpi_token to v_token
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_SETGID
2009-07-12 Michael Neumannpriv: Use PRIV_VFS_CHMOD and PRIV_VFS_CHOWN
2009-07-12 Michael Neumannpriv: Introduce and use PRIV_VFS_SETATTR in xxx_setattr()
2009-06-15 Matthew DillonSet tty ownership on pty open (temporary until devfs...
2009-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-09-28 Matthew DillonUse the new vop_stdpathconf() instead of rolling our...
2008-06-26 Matthew DillonMake sure UFS disallows mknod()'s with type VDIR.
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2008-06-02 Matthew DillonAdd the UF_NOHISTORY and SF_NOHISTORY chflags flags...
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-08-08 Sascha WildnerAdjust some comments with reality.
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2007-05-06 Matthew DillonUse SYSREF to reference count struct vnode. v_usecount...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-19 Matthew DillonRemove the last bits of code that stored mount point...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-08-19 Matthew DillonVNode sequencing and locking - part 4/4 - subpart 1...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-07-19 Matthew DillonIntroduce sys/syslink.h, the beginnings of a VOP-compat...
2006-07-18 Matthew DillonRemove several layers in the vnode operations vector...
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-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 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-25 Matthew DillonGet rid of the weird FSMID update path in the vnode...
2006-04-24 Matthew DillonCall vnode_pager_setsize() before BALLOC rather than...
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-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
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-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-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-08-10 Joerg SonnenbergerUse new vop_write_dirent function.
2005-08-07 Joerg SonnenbergerRemove redundant assignment.
2005-08-07 Joerg SonnenbergerDon't depend on struct dirent == struct direct, but...
2005-07-23 Matthew DillonSupport disablement of chflags in a jail, part 2/2...
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2004-12-17 Matthew DillonVFS messaging/interfacing work stage 10/99:
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-10-07 Matthew DillonVFS messaging/interfacing work stage 7f/99: More firmin...
2004-10-05 Matthew DillonVFS messaging/interfacing work stage 7d/99: More firmin...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
2004-08-25 Matthew Dillondoingdirectory is really a boolean, use an int rather...
2004-08-24 David RhodusMinor cleanups. Make a type usage correction. Remove...
2004-08-17 Matthew DillonVFS messaging/interfacing work stage 2/99. This stage...
2004-08-13 Matthew DillonVFS messaging/interfacing work stage 1/99. This stage...
2004-07-26 David RhodusPOSIX.1-2003: Changing the group ID is permitted to...
2004-07-18 David RhodusPerform some basic cleanups. Change some types over...
2004-05-18 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 19/21: ufs.
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
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: