| 2011-12-26 |
Venkatesh Srinivas | kernel -- Per-mount syncer thread infrastructure. |
blob | commitdiff |
| 2011-12-14 |
Francois Tigeot | NULL VFS: store PFS mount points for later use |
blob | commitdiff | diff to current |
| 2011-12-01 |
Matthew Dillon | kernel - Enhanced lockmgr debugging, panic in double... |
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-10-18 |
Matthew Dillon | kernel - Major SMP performance patch / VM system, bus... |
blob | commitdiff | diff to current |
| 2011-04-06 |
Venkatesh Srinivas | kernel -- Remove unused vfs rangelocks from vnodes. |
blob | commitdiff | diff to current |
| 2011-02-24 |
Peter Avalos | Fix typo in last commit. |
blob | commitdiff | diff to current |
| 2011-02-23 |
Venkatesh Srinivas | kernel -- Add O_FRNONBLOCKING, to allow reads which... |
blob | commitdiff | diff to current |
| 2010-08-27 |
Matthew Dillon | kernel - Major MPSAFE Infrastructure |
blob | commitdiff | diff to current |
| 2010-08-03 |
Samuel J. Greear | kernel - Remove kevent subsystem from under mplock |
blob | commitdiff | diff to current |
| 2010-07-13 |
Samuel J. Greear | kernel - Remove legacy vnode poll support |
blob | commitdiff | diff to current |
| 2010-07-11 |
Samuel J. Greear | kernel - Tear out vfs polling |
blob | commitdiff | diff to current |
| 2010-03-24 |
Alex Hornung | cache_fullpath - Guess mountpoints if requested |
blob | commitdiff | diff to current |
| 2010-03-22 |
Sascha Wildner | Clean up some specfs remains. |
blob | commitdiff | diff to current |
| 2010-02-17 |
Matthew Dillon | kernel - SWAP CACHE part 20/many - add 'cache' and... |
blob | commitdiff | diff to current |
| 2010-02-14 |
Matthew Dillon | kernel - VM PAGER part 2/2 - Expand vinitvmio() and... |
blob | commitdiff | diff to current |
| 2010-02-11 |
Matthew Dillon | kernel NFS - Fix another deadlock in the readdirplus... |
blob | commitdiff | diff to current |
| 2010-02-04 |
Matthew Dillon | kernel - SWAP CACHE part 8/many - Add the swap cache... |
blob | commitdiff | diff to current |
| 2010-01-26 |
Matthew Dillon | kernel - More buffer cache / VM coherency work |
blob | commitdiff | diff to current |
| 2010-01-19 |
Matthew Dillon | kernel - Add new bufcache/VM consolidated API, fsx... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2010-01-15 |
Matthew Dillon | kernel - Improve VM fault performance for sequential... |
blob | commitdiff | diff to current |
| 2009-12-27 |
Matthew Dillon | kernel - Add per-mount token to replace mplock. |
blob | commitdiff | diff to current |
| 2009-12-21 |
Matthew Dillon | kernel - namecache MPSAFE work |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - remove FSMID support |
blob | commitdiff | diff to current |
| 2009-10-11 |
Stathis Kamperis | mqueues: vfs_subr: Add vaccess() method consumed by... |
blob | commitdiff | diff to current |
| 2009-10-10 |
Matthew Dillon | kernel - Improve code documentation for vnode->v_token |
blob | commitdiff | diff to current |
| 2009-10-08 |
Matthew Dillon | kernel - Major performance changes to VM page management. |
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-14 |
Matthew Dillon | MPSAFE - Add read() and write() path MPSAFE support... |
blob | commitdiff | diff to current |
| 2009-07-14 |
Matthew Dillon | CCMS - Correct bug, add #include <sys/spinlock2.h>... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | Normalize the defines for the vnode flags (non-operatio... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | buffer cache - Control all access to the buf red-black... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | vnode - move v_pollinfo.vpi_token to v_token |
blob | commitdiff | diff to current |
| 2009-05-06 |
Matthew Dillon | Add kernel-layer support for chflags checks, remove... |
blob | commitdiff | diff to current |
| 2009-05-04 |
Matthew Dillon | The kernel permissions check code was not checking... |
blob | commitdiff | diff to current |
| 2009-04-03 |
Matthew Dillon | Revoke reimplementation - primary commit part 1/2. |
blob | commitdiff | diff to current |
| 2009-04-02 |
Matt Dillon | Fix permissions check for utimes() - owner can call... |
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-12-10 |
Matthew Dillon | Fix a buffer cache deadlock which can occur when simula... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Matthew Dillon | * Implement the ability to export NULLFS mounts via... |
blob | commitdiff | diff to current |
| 2008-07-12 |
Matthew Dillon | Add a vclean_unlocked() call that allows HAMMER to... |
blob | commitdiff | diff to current |
| 2008-07-01 |
Matthew Dillon | Fix numerous pageout daemon -> buffer cache deadlocks... |
blob | commitdiff | diff to current |
| 2008-05-18 |
Matthew Dillon | HAMMER 46B/Many: Stabilization pass |
blob | commitdiff | diff to current |
| 2008-05-18 |
Matthew Dillon | Fix a number of core kernel issues related to HAMMER... |
blob | commitdiff | diff to current |
| 2008-04-22 |
Matthew Dillon | Fix some IO sequencing performance issues and reformula... |
blob | commitdiff | diff to current |
| 2007-08-28 |
Matthew Dillon | Add vop_stdgetpages() and vop_stdputpages() and replace... |
blob | commitdiff | diff to current |
| 2007-07-30 |
Matthew Dillon | Add infrastructure to locate a disk device by name... |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
blob | commitdiff | diff to current |
| 2007-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount... |
blob | commitdiff | diff to current |
| 2007-04-26 |
Matthew Dillon | Move syslink_desc to sys/syslink_rpc.h so kernel code... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
blob | commitdiff | diff to current |
| 2006-09-19 |
Matthew Dillon | Remove the last bits of code that stored mount point... |
blob | commitdiff | diff to current |
| 2006-09-18 |
Matthew Dillon | Set f_ncp in the struct file unconditionally. Previous... |
blob | commitdiff | diff to current |
| 2006-09-18 |
Matthew Dillon | Disallow writes to filesystems mounted read-only via... |
blob | commitdiff | diff to current |
| 2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-09 |
Matthew Dillon | Rename struct specinfo into struct cdev. Add a new... |
blob | commitdiff | diff to current |
| 2006-08-23 |
Matthew Dillon | Bring in the initial cut of the Cache Coherency Managem... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-08-11 |
Matthew Dillon | VNode sequencing and locking - part 2/4. |
blob | commitdiff | diff to current |
| 2006-08-09 |
Matthew Dillon | VNode sequencing and locking - part 1/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-06-10 |
Matthew Dillon | Move selinfo stuff to the separate header sys/selinfo... |
blob | commitdiff | diff to current |
| 2006-06-02 |
Matthew Dillon | Remove vnode->v_id. This field used to be used to... |
blob | commitdiff | diff to current |
| 2006-06-01 |
Matthew Dillon | Use the MP friendly objcache instead of zalloc to alloc... |
blob | commitdiff | diff to current |
| 2006-05-27 |
Matthew Dillon | Greatly reduce the MP locking that occurs in closef... |
blob | commitdiff | diff to current |
| 2006-05-21 |
Matthew Dillon | Clean up more #include files. Create an internal __boo... |
blob | commitdiff | diff to current |
| 2006-05-18 |
Matthew Dillon | Replace the LWKT token code's passive management of... |
blob | commitdiff | diff to current |
| 2006-05-16 |
Matthew Dillon | Remove vnode lock assertions that are no longer used... |
blob | commitdiff | diff to current |
| 2006-05-12 |
Matthew Dillon | Most of the fields in vnodeop_desc have been unused... |
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 VOP_BWRITE(). This function provided a way... |
blob | commitdiff | diff to current |
| 2006-04-25 |
Matthew Dillon | Get rid of the weird FSMID update path in the vnode... |
blob | commitdiff | diff to current |
| 2006-04-24 |
Matthew Dillon | vfsync() is not in the business of removing buffers... |
blob | commitdiff | diff to current |
| 2006-04-07 |
Matthew Dillon | Due to continuing issues with VOP_READ/VOP_WRITE ops... |
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-03-27 |
Matthew Dillon | Change *_pager_allocate() to take off_t instead of... |
blob | commitdiff | diff to current |
| 2006-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per... |
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-08-10 |
Joerg Sonnenberger | Add vop_write_dirent helper functions, which isolates... |
blob | commitdiff | diff to current |
| 2005-08-09 |
Joerg Sonnenberger | Add vn_get_namelen to simplify correct emulation of... |
blob | commitdiff | diff to current |
| 2005-07-27 |
Joerg Sonnenberger | cvtstat doesn't exist. |
blob | commitdiff | diff to current |
| 2005-07-23 |
Joerg Sonnenberger | Remove partial NetBSD support. It's pointless to have... |
blob | commitdiff | diff to current |
| 2005-07-14 |
Hiten Pandya | Correct a typo, v_rbdirty_tree is for dirty buffers. |
blob | commitdiff | diff to current |
| 2005-04-20 |
Matthew Dillon | Get rid of VPLACEMARKER and retool vmntvnodescan()... |
blob | commitdiff | diff to current |
| 2005-04-15 |
Matthew Dillon | Implement Red-Black trees for the vnode clean/dirty... |
blob | commitdiff | diff to current |
| 2005-02-15 |
Joerg Sonnenberger | Introduce vnodepv_entry_t as type for the vnodeopv_entr... |
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-12-17 |
Matthew Dillon | VFS messaging/interfacing work stage 10/99: |
blob | commitdiff | diff to current |
| 2004-11-18 |
Matthew Dillon | Lots of bug fixes to the checkpointing code. The big... |
blob | commitdiff | diff to current |
| 2004-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| next |