| 2009-12-21 |
Matthew Dillon | kernel - namecache MPSAFE work |
blob | commitdiff |
| 2009-12-20 |
Matthew Dillon | kernel - remove FSMID support |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - misc MPSAFe work |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-16 |
Sascha Wildner | Fix some warnings that creep up when compiling without... |
blob | commitdiff | diff to current |
| 2009-12-13 |
Matthew Dillon | kernel - Move MP lock inward, plus misc other stuff |
blob | commitdiff | diff to current |
| 2009-09-11 |
Stathis Kamperis | getcwd: Return proper error codes. |
blob | commitdiff | diff to current |
| 2009-08-04 |
Matthew Dillon | DEVFS - rollup, namecache invalidation |
blob | commitdiff | diff to current |
| 2009-06-24 |
Matthew Dillon | AMD64 - Fix many compile-time warnings. int/ptr type... |
blob | commitdiff | diff to current |
| 2008-12-26 |
Matthew Dillon | Improve a diagnostic message. |
blob | commitdiff | diff to current |
| 2008-06-14 |
Matthew Dillon | Change the namecache lock warning delay from 1 to 5... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix a HAMMER assertion which turned out to be a bug... |
blob | commitdiff | diff to current |
| 2008-05-08 |
Matthew Dillon | Fix a race between the namecache and the vnode recycler... |
blob | commitdiff | diff to current |
| 2008-02-06 |
Matthew Dillon | Fix some NFS related bugs which cause the mount point... |
blob | commitdiff | diff to current |
| 2008-02-06 |
Matthew Dillon | HAMMER 26/many: More NFS support work, rename fixes |
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-11-02 |
Matthew Dillon | Modify struct vattr: |
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-06-20 |
Matthew Dillon | Fix an issue with positive namecache timeouts. Locked... |
blob | commitdiff | diff to current |
| 2007-05-13 |
Matthew Dillon | Fix a vnode recyclement namecache<->vnode deadlock... |
blob | commitdiff | diff to current |
| 2007-05-06 |
Matthew Dillon | Use SYSREF to reference count struct vnode. v_usecount... |
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-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-19 |
Matthew Dillon | VNode sequencing and locking - part 4/4 - subpart 1... |
blob | commitdiff | diff to current |
| 2006-08-12 |
Matthew Dillon | VNode sequencing and locking - part 3/4. |
blob | commitdiff | diff to current |
| 2006-08-09 |
Matthew Dillon | VNode sequencing and locking - part 1/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-04 |
Matthew Dillon | Misc cleanup - move another namecache list scan into... |
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 | namecache->nc_refs is no longer protected by the MP... |
blob | commitdiff | diff to current |
| 2006-05-24 |
Matthew Dillon | spinlock more of the file descriptor code. No apprecia... |
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-25 |
Matthew Dillon | Get rid of the weird FSMID update path in the vnode... |
blob | commitdiff | diff to current |
| 2006-04-25 |
Matthew Dillon | Generate unique identifiers for simulated FSMIDs so... |
blob | commitdiff | diff to current |
| 2006-03-30 |
Matthew Dillon | Fix a race condition between nlookup and vnode reclamat... |
blob | commitdiff | diff to current |
| 2006-03-21 |
Matthew Dillon | Make a slight adjustment to the last commit. Change... |
blob | commitdiff | diff to current |
| 2006-03-15 |
Matthew Dillon | cache_fromdvp() uses a recursive algorithm to resolve... |
blob | commitdiff | diff to current |
| 2005-09-17 |
Matthew Dillon | With the new FSMID flag scheme we can optimize the... |
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-27 |
Joerg Sonnenberger | Make struct dirent contain a full 64bit inode. Allow... |
blob | commitdiff | diff to current |
| 2005-08-27 |
Matthew Dillon | Fix a serious bug in cache_inefficient_scan() related... |
blob | commitdiff | diff to current |
| 2005-08-25 |
Matthew Dillon | Implement FSMID. Use one of the spare 64 bit fields... |
blob | commitdiff | diff to current |
| 2005-04-19 |
Matthew Dillon | Abstract out the routines which manipulate the mountlist. |
blob | commitdiff | diff to current |
| 2005-04-03 |
Matthew Dillon | A cache invalidation race that generates a warning... |
blob | commitdiff | diff to current |
| 2005-03-09 |
Matthew Dillon | Fix a serious bug in cache_inval_vp()'s TAILQ iteration... |
blob | commitdiff | diff to current |
| 2005-02-12 |
Matthew Dillon | Fix a cache_resolve() vs cache_inval() race which can... |
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 |
| 2005-02-01 |
Joerg Sonnenberger | Always honor fdp->fd_nrdir as root. Once the loop reach... |
blob | commitdiff | diff to current |
| 2005-01-31 |
Joerg Sonnenberger | Cleanup last commit. Remove local ncp, it shadows the... |
blob | commitdiff | diff to current |
| 2005-01-31 |
Joerg Sonnenberger | Split vn_fullpath into cache_fullpath and vn_fullpath... |
blob | commitdiff | diff to current |
| 2004-12-17 |
Matthew Dillon | VFS messaging/interfacing work stage 10/99: |
blob | commitdiff | diff to current |
| 2004-12-08 |
Matthew Dillon | Unlock the namecache record when traversing a mount... |
blob | commitdiff | diff to current |
| 2004-11-21 |
Matthew Dillon | Cleanup the 'cache_lock: blocked on..' warning message... |
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-28 |
Matthew Dillon | unmount was not removing the negative hits associated... |
blob | commitdiff | diff to current |
| 2004-10-22 |
Matthew Dillon | Fix a final bug in the vfs cache cleaning code. An... |
blob | commitdiff | diff to current |
| 2004-10-19 |
Matthew Dillon | Fix bugs in the limiting code for negative-hit namecach... |
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 7h/99: More firmin... |
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-05 |
Matthew Dillon | VFS messaging/interfacing work stage 7e/99: More firmin... |
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-10-02 |
Matthew Dillon | VFS messaging/interfacing work stage 7b/99: More firmin... |
blob | commitdiff | diff to current |
| 2004-10-01 |
Matthew Dillon | VFS messaging/interfacing work stage 7a/99: Firm up... |
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-09-26 |
Matthew Dillon | VFS messaging/interfacing work stage 5/99. Start work... |
blob | commitdiff | diff to current |
| 2004-09-26 |
Matthew Dillon | VFS messaging/interfacing work stage 5/99. Start work... |
blob | commitdiff | diff to current |
| 2004-07-16 |
Matthew Dillon | Update all my personal copyrights to the Dragonfly... |
blob | commitdiff | diff to current |
| 2004-06-25 |
Matthew Dillon | Remove a vn == vp case that was breaking out of the... |
blob | commitdiff | diff to current |
| 2004-06-05 |
Matthew Dillon | Rearrange the kern_getcwd() procedure to return the... |
blob | commitdiff | diff to current |
| 2004-06-05 |
Eirik Nygaard | Swap order of first and second argument in bcopy, forgo... |
blob | commitdiff | diff to current |
| 2004-06-05 |
Eirik Nygaard | Split the __getcwd syscall into a kernel and an userlan... |
blob | commitdiff | diff to current |
| 2004-06-03 |
Hiten Pandya | Surround a multi-line conditional block with braces... |
blob | commitdiff | diff to current |
| 2004-06-03 |
Hiten Pandya | Cleanup the textvp_fullpath() function; summary of... |
blob | commitdiff | diff to current |
| 2004-04-24 |
Hiten Pandya | Rename the sysctl handler for nchstats to reflect reali... |
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-08 |
Matthew Dillon | namecache work stage 4a: Do some minor performance... |
blob | commitdiff | diff to current |
| 2004-04-08 |
Matthew Dillon | namecache work stage 4: |
blob | commitdiff | diff to current |
| 2004-04-02 |
Hiten Pandya | Per-CPU VFS Namecache Effectiveness Statistics: |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2003-10-18 |
Matthew Dillon | Fix memory leaks in the namecache code commited so... |
blob | commitdiff | diff to current |
| 2003-10-09 |
Matthew Dillon | namecache work stage 3a: Adjust the VFS APIs to include... |
blob | commitdiff | diff to current |
| 2003-10-01 |
Matthew Dillon | Fix a negative cache entry reaping bug, cache_zap(... |
blob | commitdiff | diff to current |
| 2003-09-28 |
Matthew Dillon | namecache work stage 2: move struct namecache to its... |
blob | commitdiff | diff to current |
| 2003-09-23 |
Matthew Dillon | namecache work stage 1: namespace cleanups. Add a... |
blob | commitdiff | diff to current |
| 2003-09-02 |
Matthew Dillon | General cleanup, ANSIfication, and documentation. ... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | __P() removal |
blob | commitdiff | diff to current |
| 2003-07-24 |
Matthew Dillon | Preliminary syscall messaging work. Adjust all <syscal... |
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-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| next |