| 2012-08-24 |
Matthew Dillon | kernel - add cache_unlink(), fix a rename issue. |
blob | commitdiff |
| 2012-04-28 |
Sascha Wildner | kernel: Remove newlines from the panic messages that... |
blob | commitdiff | diff to current |
| 2012-04-15 |
François Tigeot | VFS accounting: remove unneeded code |
blob | commitdiff | diff to current |
| 2012-04-15 |
Francois Tigeot | VFS accounting: do not call initialization functions... |
blob | commitdiff | diff to current |
| 2012-03-05 |
Alex Hornung | vfsops - add two new ops, ncpgen_set, ncpgen_test |
blob | commitdiff | diff to current |
| 2012-01-03 |
François Tigeot | kernel/vfs: enable accounting for ro mounts |
blob | commitdiff | diff to current |
| 2011-12-12 |
Matthew Dillon | Kernel - Fix double-unlock in nlookupdotdot |
blob | commitdiff | diff to current |
| 2011-12-10 |
Francois Tigeot | VFS accounting: add in-memory storage counters |
blob | commitdiff | diff to current |
| 2011-12-03 |
Francois Tigeot | VFS accounting: implement an initialization framework |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-08-11 |
François Tigeot | Implement a new vfs function, vfs_account() |
blob | commitdiff | diff to current |
| 2010-07-11 |
Samuel J. Greear | kernel - Tear out vfs polling |
blob | commitdiff | diff to current |
| 2010-04-26 |
Matthew Dillon | kernel - Update extattr infrastructure |
blob | commitdiff | diff to current |
| 2010-01-18 |
Matthew Dillon | kernel - Finish implementing PG_RAM / pipelined mmap... |
blob | commitdiff | diff to current |
| 2009-08-12 |
Matthew Dillon | mount - Finish refactoring mount -v and MOUNTCTL_MOUNTFLAGS |
blob | commitdiff | diff to current |
| 2009-08-04 |
Matthew Dillon | MOUNTCTL - Add MOUNTCTL_MOUNTFLAGS, create vop_stdmount... |
blob | commitdiff | diff to current |
| 2009-08-04 |
Matthew Dillon | DEVS - rollup - kernel core |
blob | commitdiff | diff to current |
| 2009-07-23 |
Matthew Dillon | HAMMER / VFS_VGET - Add optional dvp argument to VFS_VG... |
blob | commitdiff | diff to current |
| 2009-04-03 |
Matthew Dillon | Revoke reimplementation - primary commit part 1/2. |
blob | commitdiff | diff to current |
| 2009-01-21 |
Matthew Dillon | Issue 1013 - update atime on exec and mmap, add helper... |
blob | commitdiff | diff to current |
| 2008-09-28 |
Matthew Dillon | Add vop_stdpathconf and default it so filesystems do... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Matthew Dillon | * Implement the ability to export NULLFS mounts via... |
blob | commitdiff | diff to current |
| 2008-06-01 |
Matthew Dillon | * Implement new system calls in the kernel: statvfs... |
blob | commitdiff | diff to current |
| 2008-01-18 |
Matthew Dillon | Fix an issue with cache_rename(). This procedure previ... |
blob | commitdiff | diff to current |
| 2007-08-28 |
Matthew Dillon | Add vop_stdgetpages() and vop_stdputpages() and replace... |
blob | commitdiff | diff to current |
| 2007-08-13 |
Matthew Dillon | The new VOP_N*() (namespace) operations pass a pointer... |
blob | commitdiff | diff to current |
| 2007-08-08 |
Sascha Wildner | Adjust some comments with reality. |
blob | commitdiff | diff to current |
| 2007-07-13 |
Matthew Dillon | Be more verbose in the bad-opencount assertion. |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Ansify function declarations and fix some minor style... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
blob | commitdiff | diff to current |
| 2006-10-26 |
Matthew Dillon | Fix a stack overflow due to recursion. When the nameca... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-07-19 |
Matthew Dillon | Introduce sys/syslink.h, the beginnings of a VOP-compat... |
blob | commitdiff | diff to current |
| 2006-07-18 |
Matthew Dillon | Remove several layers in the vnode operations vector... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | Remove the thread argument from all mount->vfs_* functi... |
blob | commitdiff | diff to current |
| 2006-05-06 |
Matthew Dillon | The thread/proc pointer argument in the VFS subsystem... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove the thread pointer argument to lockmgr(). All... |
blob | commitdiff | diff to current |
| 2006-05-05 |
Matthew Dillon | Remove VOP_BWRITE(). This function provided a way... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Get rid of pbgetvp() and pbrelvp(). Instead fold the... |
blob | commitdiff | diff to current |
| 2006-04-23 |
Matthew Dillon | Remove the now unused interlock argument to the lockmgr... |
blob | commitdiff | diff to current |
| 2006-04-01 |
Matthew Dillon | Use the vnode v_opencount and v_writecount universally... |
blob | commitdiff | diff to current |
| 2006-03-29 |
Matthew Dillon | Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA... |
blob | commitdiff | diff to current |
| 2006-03-27 |
Matthew Dillon | Remove NQNFS support. The mechanisms are too crude... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
blob | commitdiff | diff to current |
| 2005-09-17 |
Matthew Dillon | Add an argument to vfs_add_vnodeops() to specify VVF_... |
blob | commitdiff | diff to current |
| 2005-09-14 |
Matthew Dillon | Rename all the functions and structures for the old... |
blob | commitdiff | diff to current |
| 2005-07-26 |
Hiten Pandya | Clean the VFS operations vector and related code: |
blob | commitdiff | diff to current |
| 2004-12-29 |
Matthew Dillon | Journaling layer work. |
blob | commitdiff | diff to current |
| 2004-12-24 |
Matthew Dillon | Journaling layer work. Add a new system call, mountctl... |
blob | commitdiff | diff to current |
| 2004-11-18 |
Matthew Dillon | Cleanup some dangling issues with cache_inval(). A... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-10-12 |
Matthew Dillon | VFS messaging/interfacing work stage 8/99: Major rework... |
blob | commitdiff | diff to current |
| 2004-10-07 |
Matthew Dillon | VFS messaging/interfacing work stage 7g/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-07 |
Matthew Dillon | VFS messaging/interfacing work stage 7f/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-07 |
Matthew Dillon | VFS messaging/interfacing work stage 8a/99: Sync other... |
blob | commitdiff | diff to current |
| 2004-10-05 |
Matthew Dillon | VFS messaging/interfacing work stage 7d/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-04 |
Matthew Dillon | VFS messaging/interfacing work stage 7c/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-09-30 |
Matthew Dillon | VFS messaging/interfacing work stage 7/99. BEGIN DESTA... |
blob | commitdiff | diff to current |
| 2004-09-28 |
Matthew Dillon | VFS messaging/interfacing work stage 6/99. Populate... |
blob | commitdiff | diff to current |
| 2004-08-28 |
Matthew Dillon | VFS messaging/interfacing work stage 4/99. This stage... |
blob | commitdiff | diff to current |
| 2004-08-17 |
Matthew Dillon | VFS messaging/interfacing work stage 2/99. This stage... |
blob | commitdiff | diff to current |
| 2004-08-13 |
Matthew Dillon | VFS messaging/interfacing work stage 1/99. This stage... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-22 |
Matthew Dillon | DEV messaging stage 2/4: In this stage all DEV commands... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-26 |
Matthew Dillon | proc->thread stage 5: BUF/VFS clearance! Remove the... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|