kernel - Do a better job with the filesystem background sync
[dragonfly.git] / sys / vfs / gnu / ext2fs / ext2_vnops.c
2011-01-10 Matthew Dillonkernel - Do a better job with the filesystem background...
2010-08-22 Matthew Dillonkernel - Fix read event on file for select/poll API
2010-08-03 Samuel J. Greearkernel - Make filters able to be marked MPSAFE
2010-08-03 Samuel J. Greearkernel - Remove kevent subsystem from under mplock
2010-07-11 Samuel J. Greearkernel - Tear out vfs polling
2010-07-09 Matthew Dillonkernel - Fix kqfilter error return codes
2010-06-06 Matthew Dillonkernel - lwkt_token revamp
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - addendum, fix compile...
2010-02-14 Matthew Dillonkernel - VM PAGER part 2/2 - Expand vinitvmio() and...
2010-01-20 Matthew Dillonkernel - ufs, ext2fs getpages/putpages cleanup
2010-01-18 Matthew Dillonkernel - Finish implementing PG_RAM / pipelined mmap...
2009-11-18 YONETANI Tomokazuleftover from 0202303b: fix critical section mismatch.
2009-08-26 Matthew DillonKernel - fix access checks
2009-08-23 Nicolas Theryext2: 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 DillonMake operations on struct bio_track MPSAFE.
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-05-06 Matthew DillonAdd kernel-layer support for chflags checks, remove...
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-02 Matt DillonFix permissions check for utimes() - owner can call...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-06-19 Matthew DillonMiscellanious performance adjustments to the kernel
2007-08-28 Matthew DillonAdd vop_stdgetpages() and vop_stdputpages() and replace...
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-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-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-28 Sascha WildnerMove the error check into the else clause because it...
2006-04-27 Sascha WildnerAdd missing braces.
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-04 Matthew DillonTransplant all the UFS ops that EXT2 used to call into...
2006-02-17 Matthew DillonMake the entire BUF/BIO system BIO-centric instead...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2005-09-14 Matthew DillonRename all the functions and structures for the old...
2005-06-06 Matthew DillonAdd some missing #include's from the last commit.
2005-06-06 David RhodusReplace spl with critical sections.
2005-04-15 Matthew DillonImplement Red-Black trees for the vnode clean/dirty...
2005-02-15 Joerg SonnenbergerIntroduce vnodepv_entry_t as type for the vnodeopv_entr...
2004-12-22 Matthew DillonMake sure that cn_flags is properly updated to account...
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-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-02 Joerg SonnenbergerRemove invalid tokens after #endif
2004-04-24 David RhodusRemove the VREF() macro and uses of it.
2004-04-08 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 5/21: ext2fs.
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-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: