Add kernel-layer support for chflags checks, remove (most) from the VFS layer.
[dragonfly.git] / sys / vfs / udf / udf_vnops.c
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 Sascha Wildnerudf: Remove NULL dereference.
2007-11-20 Matthew DillonMake necessary changes to readdir/getdirentries to...
2007-08-13 Matthew DillonRemove the vpp (returned underlying device vnode) argum...
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2006-12-23 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-30 Sascha WildnerFix typo.
2006-09-30 Simon SchubertAlways zero out vpp, like the nresolve compat code...
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-18 Matthew DillonRemove several layers in the vnode operations vector...
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-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-14 Matthew DillonRename all the functions and structures for the old...
2005-08-10 Joerg SonnenbergerUse vop_write_dirent. Allocate a temporary buffer for...
2005-08-08 Joerg Sonnenberger_PC_NAME_MAX is NAME_MAX, so use that for the storage...
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
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-09-30 Matthew DillonVFS messaging/interfacing work stage 7/99. BEGIN DESTA...
2004-08-28 Matthew DillonVFS messaging/interfacing work stage 4/99. This stage...
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-04-02 Hiten PandyaPer-CPU VFS Namecache Effectiveness Statistics:
2004-03-29 Matthew DillonUDF was not properly cleaning up getblk'd buffers in...
2004-03-24 David RhodusHook in UDF to the build process.
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.