projects
/
dragonfly.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
kernel - Fix NULL pointer dereference on forced unmount
[dragonfly.git]
/
sys
/
kern
/
vfs_mount.c
2010-03-29
Matthew Dillon
kernel - Fix NULL pointer dereference on forced unmount
blob
|
commitdiff
2010-03-24
Alex Hornung
cache_fullpath - Guess mountpoints if requested
blob
|
commitdiff
|
diff to current
2010-01-01
Matthew Dillon
kernel - namecache - fix deadlock
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-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-08-10
Matthew Dillon
NFS - Cleanly unmount NFS on halt/shutdown/reboot
blob
|
commitdiff
|
diff to current
2009-08-04
Matthew Dillon
DEVS - rollup - kernel core
blob
|
commitdiff
|
diff to current
2008-12-17
Michael Neumann
Refactor filesystem types list and fix bug.
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-14
Matthew Dillon
Fix a bug in vmntvnodescan() revealed by the recent...
blob
|
commitdiff
|
diff to current
2008-07-08
Matthew Dillon
Cleanup - move a warning so it doesn't spam the screen...
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-05-02
Simon Schubert
Properly yield to userland processes.
blob
|
commitdiff
|
diff to current
2008-02-10
Simon Schubert
Yield after processing a couple of vnodes to avoid...
blob
|
commitdiff
|
diff to current
2008-01-05
Sascha Wildner
For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
blob
|
commitdiff
|
diff to current
2007-11-06
Matthew Dillon
Convert the global 'bioops' into per-mount bio_ops...
blob
|
commitdiff
|
diff to current
2007-06-14
Matthew Dillon
When getnewvnode() is called the vnode's v_type default...
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
2007-01-12
Matthew Dillon
Add missing link options to export global symbols to...
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-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-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-08-08
Matthew Dillon
LK_NOPAUSE no longer serves a purpose, scrap it.
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
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
Remove the thread pointer argument to lockmgr(). All...
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-03-29
Matthew Dillon
Remove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
blob
|
commitdiff
|
diff to current
2006-03-02
Matthew Dillon
Pass LK_PCATCH instead of trying to store tsleep flags...
blob
|
commitdiff
|
diff to current
2005-06-06
Matthew Dillon
Remove spl*() calls from kern, replacing them with...
blob
|
commitdiff
|
diff to current
2005-04-20
Matthew Dillon
Get rid of VPLACEMARKER and retool vmntvnodescan()...
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-02
Matthew Dillon
The vnode recycler was not handling a hardlinking case...
blob
|
commitdiff
|
diff to current
2005-02-09
Matthew Dillon
Fix a case that can prevent the vnlru_proc vnode recycl...
blob
|
commitdiff
|
diff to current
2005-02-04
Joerg Sonnenberger
Readd the copystr for f_mntfromname of root. It wasn...
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-29
Matthew Dillon
Journaling layer work.
blob
|
commitdiff
|
diff to current
2004-12-17
Matthew Dillon
VFS messaging/interfacing work stage 10/99:
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