| 2010-09-10 |
Matthew Dillon | network - Tokenize NFS, fix MP races |
blob | commitdiff |
| 2010-06-06 |
Matthew Dillon | kernel - lwkt_token revamp |
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-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 |
| 2009-12-28 |
Matthew Dillon | kernel - fine-grained namecache and partial vnode MPSAF... |
blob | commitdiff | diff to current |
| 2009-10-10 |
Matthew Dillon | NFS - Fix numerous issues with NFS root mounts, primari... |
blob | commitdiff | diff to current |
| 2009-08-06 |
Matthew Dillon | NFS - Fix crash on client on write attempt to ro fs... |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | NFS - Marathon - completely refactor the nfsm_* macros. |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | NFS - create nfsm_subs.c, clean up externs |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | NFS - Remove old nfsiod, start adding new kernel thread... |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | NFS - Minor compile fix |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | NFS - move nfs_reqq from global to per-nfsmount. |
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-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-07 |
Sascha Wildner | Generally use NULL instead of explicitly casting 0... |
blob | commitdiff | diff to current |
| 2009-02-16 |
Sascha Wildner | Unbreak kernel build and fix some warnings. |
blob | commitdiff | diff to current |
| 2008-09-17 |
Matthew Dillon | * Implement the ability to export NULLFS mounts via... |
blob | commitdiff | diff to current |
| 2007-11-02 |
Matthew Dillon | Modify struct vattr: |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
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-12-05 |
Matthew Dillon | Fix a NULL pointer dereference introduced in the previo... |
blob | commitdiff | diff to current |
| 2006-10-27 |
Matthew Dillon | Major namecache work primarily to support NULLFS. |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-06-05 |
Matthew Dillon | Modify kern/makesyscall.sh to prefix all kernel system... |
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-05 |
Matthew Dillon | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
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-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-21 |
Matthew Dillon | Change the server side NFS write gather delay from... |
blob | commitdiff | diff to current |
| 2006-02-21 |
Matthew Dillon | Reduce the default NFSv3 access cache timeout from... |
blob | commitdiff | diff to current |
| 2005-06-09 |
Jeffrey Hsu | Deprecate MCLGET() in favor of m_getl() in order to... |
blob | commitdiff | diff to current |
| 2005-06-06 |
David Rhodus | Replace spl with critical sections. |
blob | commitdiff | diff to current |
| 2005-05-29 |
Jeffrey Hsu | Deprecate MCLGET() in favor of m_getcl() or m_getl... |
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-03-17 |
Matthew Dillon | Clean up a number of caching edge cases in NFS, rework... |
blob | commitdiff | diff to current |
| 2005-03-16 |
Matthew Dillon | Fix a bugaboo in the last commit. We cannot safely... |
blob | commitdiff | diff to current |
| 2005-03-13 |
Matthew Dillon | Fix a couple of NFS client side caching snafus. First... |
blob | commitdiff | diff to current |
| 2004-12-17 |
Matthew Dillon | VFS messaging/interfacing work stage 10/99: |
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-09-16 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* |
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-06-02 |
Eirik Nygaard | Change mbug allocation flags from M_ to MB_ to avoid... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-04-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-04-23 |
Matthew Dillon | Fix a client tail -f vs server-appended file data corru... |
blob | commitdiff | diff to current |
| 2004-04-19 |
Chris Pressey | Style(9) cleanup to src/sys/vfs, stage 10/21: nfs. |
blob | commitdiff | diff to current |
| 2004-04-07 |
Matthew Dillon | Protect nfs socket locks with a critical section. ... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-12-21 |
Eirik Nygaard | * Fix typo: becuase -> because |
blob | commitdiff | diff to current |
| 2003-10-10 |
Matthew Dillon | Data reads and writes should not need credentials,... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-08-20 |
Robert Garrett | __P()!=wanted, remove old style prototypes from the... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-26 |
Robert Garrett | Register keyword removal |
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-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
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 |
|