MFC: fstest regression fixes - POSIX error codes.
[dragonfly.git] / sys / kern / vfs_vnops.c
2009-07-15 Simon 'corecode... MFC: fstest regression fixes - POSIX error codes.
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
2008-12-16 Michael NeumannUse more specific privilege PRIV_VFS_GENERATION
2008-12-15 Michael NeumannRemove superfluous shadow variable declaration
2008-12-15 Michael NeumannCosmetic changes (move assignment out of "if")
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-15 Michael NeumannRemove unnecessary optimization.
2008-06-28 Matthew DillonReplace the bwillwrite() subsystem to make it more...
2008-05-09 Matthew DillonFix a HAMMER assertion which turned out to be a bug...
2008-05-08 Matthew DillonFix a race between the namecache and the vnode recycler...
2008-05-05 Matthew DillonOnly call bwillwrite() for regular file write()s, inste...
2007-11-02 Matthew DillonModify struct vattr:
2007-08-13 Matthew DillonThe new VOP_N*() (namespace) operations pass a pointer...
2007-07-30 Matthew DillonAdd infrastructure to locate a disk device by name...
2007-06-30 Hasso TepperFix KASSERT messages.
2007-05-09 Matthew DillonGive the device major / minor numbers their own separat...
2006-10-27 Matthew DillonMajor namecache work primarily to support NULLFS.
2006-09-18 Matthew DillonSet f_ncp in the struct file unconditionally. Previous...
2006-09-18 Matthew DillonDisallow writes to filesystems mounted read-only via...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-08-23 Matthew DillonBring in the initial cut of the Cache Coherency Managem...
2006-08-12 Matthew DillonVNode sequencing and locking - part 3/4.
2006-08-08 Matthew DillonLK_NOPAUSE no longer serves a purpose, scrap it.
2006-08-02 Matthew DillonGet rid of some unused fields in the fileops and adjust...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-05-26 Matthew DillonMore MP work.
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-04-01 Matthew DillonUse the vnode v_opencount and v_writecount universally...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonRemove NQNFS support. The mechanisms are too crude...
2005-10-27 Sepherosa ZiehauKill most of the "unused variable" warning
2005-09-17 Matthew DillonAdd an argument to vfs_add_vnodeops() to specify VVF_...
2005-09-02 Jeffrey HsuNow that the C language has a "void *", use it instead...
2005-08-25 Matthew DillonImplement FSMID. Use one of the spare 64 bit fields...
2005-07-13 Matthew DillonMake shutdown() a fileops operation rather then a socke...
2005-02-21 Matthew DillonTrack the last read and last write timestamp at the...
2004-11-30 Matthew DillonFix a bug in ESTALE handling for NFS. If we get ESTALE...
2004-11-24 Matthew DillonCleanup some ESTALE issues on the client when files...
2004-11-22 Matthew DillonThe fp argument to vn_open() is optional but the code...
2004-11-12 Matthew DillonVFS messaging/interfacing work stage 9/99: VFS 'NEW...
2004-11-05 Matthew DillonRemove an assertion that used to double-check the cred...
2004-10-12 Matthew DillonVFS messaging/interfacing work stage 8/99: Major rework...
2004-06-15 Matthew DillonFix a race with the clearing of p->p_session->s_ttyvp...
2004-05-21 David RhodusCleanup pass. Removed code that is not needed anymore.
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-03-29 David Rhodus* Change the offset alignment in vn_rdwe_inchunks()
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-08-26 Robert Garrett__P() removal
2003-07-29 Matthew Dillonfileops messaging stage 1: add port and feature mask...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
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: