| 2010-09-10 |
Matthew Dillon | network - Tokenize NFS, fix MP races |
blob | commitdiff |
| 2010-08-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 2/2 |
blob | commitdiff | diff to current |
| 2010-08-29 |
Matthew Dillon | kernel - All lwkt thread now start out mpsafe part 1/2 |
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-08 |
Matthew Dillon | kernel - Major performance changes to VM page management. |
blob | commitdiff | diff to current |
| 2009-10-03 |
Matthew Dillon | NFS - Fix BIO size panics |
blob | commitdiff | diff to current |
| 2009-08-24 |
Matthew Dillon | Add a flags argument to VOP_FSYNC() |
blob | commitdiff | diff to current |
| 2009-08-14 |
Matthew Dillon | NFS - Do not allow rsize/wsize or the socket proto... |
blob | commitdiff | diff to current |
| 2009-08-12 |
Alex Hornung | NFS - Implement statvfs to take advantage of 64-bit... |
blob | commitdiff | diff to current |
| 2009-08-10 |
Matthew Dillon | NFS - Cleanly unmount NFS on halt/shutdown/reboot |
blob | commitdiff | diff to current |
| 2009-07-18 |
Matthew Dillon | NFS - Rewrite the RTT code and the request flags ... |
blob | commitdiff | diff to current |
| 2009-07-17 |
Matthew Dillon | NFS - Fix unmounting blockages, fix tick interval,... |
blob | commitdiff | diff to current |
| 2009-07-17 |
Matthew Dillon | NFS - implement async state machine for nfs_readrpc_bio() |
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 | Merge branch 'master' of ssh://crater.dragonflybsd... |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | NFS - install nfsmount on nfs_mountq, for timeout handling. |
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 - move nfs_reqq from global to per-nfsmount. |
blob | commitdiff | diff to current |
| 2009-07-16 |
Matthew Dillon | NFS - Use mutex API, begin refactoring the state machine. |
blob | commitdiff | diff to current |
| 2009-04-07 |
Sascha Wildner | Generally use NULL instead of explicitly casting 0... |
blob | commitdiff | diff to current |
| 2008-07-31 |
Sascha Wildner | Fix 'unused variable' warning in case neither BOOTP... |
blob | commitdiff | diff to current |
| 2008-07-29 |
Matthew Dillon | Pass the correct string to md_mount() when doing a... |
blob | commitdiff | diff to current |
| 2008-07-14 |
Matthew Dillon | NFS performance fixes. |
blob | commitdiff | diff to current |
| 2007-09-04 |
Matthew Dillon | Force an over-the-wire transaction when resolving the... |
blob | commitdiff | diff to current |
| 2007-04-12 |
Sascha Wildner | Ansify parameter declarations. |
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-20 |
Matthew Dillon | Rename sprintf -> ksprintf |
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-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
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-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
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 | Remove the thread_t argument from vfs_busy() and vfs_un... |
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-27 |
Matthew Dillon | Correct some minor bugs in the last patch to fix kernel... |
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 |
| 2006-01-31 |
Matthew Dillon | Bring in the parallel route table code and clean up... |
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-04 |
Matthew Dillon | Cleanup the module build and conditionalize a goto... |
blob | commitdiff | diff to current |
| 2005-09-04 |
Matthew Dillon | Give the kernel a native NFS mount rpc capability for... |
blob | commitdiff | diff to current |
| 2005-09-03 |
Matthew Dillon | Remove old #if 0'd sections of code, add a few comments... |
blob | commitdiff | diff to current |
| 2005-09-03 |
Matthew Dillon | Add a missing crit_exit(), fixing a panic. Attempt... |
blob | commitdiff | diff to current |
| 2005-07-26 |
Hiten Pandya | Clean the VFS operations vector and related code: |
blob | commitdiff | diff to current |
| 2005-06-06 |
David Rhodus | Replace spl with critical sections. |
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-02-02 |
Joerg Sonnenberger | Don't use the statfs field f_mntonname in filesystems... |
blob | commitdiff | diff to current |
| 2004-12-17 |
Matthew Dillon | VFS messaging/interfacing work stage 10/99: |
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-30 |
Matthew Dillon | VFS messaging/interfacing work stage 7/99. BEGIN DESTA... |
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-06-06 |
Matthew Dillon | Remove the canwait argument to dup_sockaddr(). Callers... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-08 |
Matthew Dillon | Peter Edwards brought up an interesting NFS bug which... |
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-07 |
Matthew Dillon | Protect nfs socket locks with a critical section. ... |
blob | commitdiff | diff to current |
| 2004-03-10 |
Matthew Dillon | Allow the nominal NFS io block size to be set with... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-02-24 |
Joerg Sonnenberger | Add prototype for bootpc_init |
blob | commitdiff | diff to current |
| 2004-01-30 |
Matthew Dillon | This commit represents a major revamping of the clock... |
blob | commitdiff | diff to current |
| 2003-11-15 |
Matthew Dillon | Misc cleanups to take care of GCC3.x warnings. Missing... |
blob | commitdiff | diff to current |
| 2003-10-10 |
Matthew Dillon | Data reads and writes should not need credentials,... |
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-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
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 |
|