The existing hash algorithm in bufhash() does not distribute entries
[dragonfly.git] / sys / vfs /
2004-03-31 Chris PresseyStyle(9) cleanup to src/sys/vfs, stage 1/21: coda.
2004-03-29 Matthew DillonProtect the mntvnode scan for coda with the proper...
2004-03-29 Matthew DillonCount vnodes held on the mount list simply by using the
2004-03-29 Matthew DillonUDF was not properly cleaning up getblk'd buffers in...
2004-03-28 Chris PresseyCorrect misspelling of "orphan" and fix up comment...
2004-03-24 David RhodusHook in UDF to the build process.
2004-03-19 Matthew DillonGet rid of the obsolete SMP checks in SMBFS.
2004-03-16 Hiten PandyaFix loading of the SMBFS kernel module. The KMODDEPS...
2004-03-15 Matthew DillonMove a drain output call to before a dirty block check...
2004-03-13 Matthew DillonFix a bunch of NFS races. These races existed in FreeB...
2004-03-12 Joerg SonnenbergerMerge the kernel part of UDF support from FreeBSD 5.
2004-03-11 Hiten PandyaUse info->td instead of curthread in ffs_reload_scan1...
2004-03-10 Matthew DillonAllow the nominal NFS io block size to be set with...
2004-03-09 Matthew DillonAddendum comment to last commit. Jeffrey Hsu reminded...
2004-03-08 Matthew DillonIncrease the default socket buffer for NFS to deal...
2004-03-05 Jeffrey HsuOnce we distribute socket protocol processing requests...
2004-03-04 Jeffrey HsuIntroduce access methods for making protocol requests.
2004-03-01 Matthew DillonNewtoken commit. Change the token implementation as...
2004-02-24 Joerg SonnenbergerAdd prototype for bootpc_init
2004-02-18 Matthew DillonMerge vfs/ufs/ufs_disksubr.c into kern/subr_disk.c...
2004-02-16 Matthew DillonRemove common variable to get ready for -fno-common.
2004-02-16 Matthew DillonRemove duplicate bioops declaration in preparation...
2004-02-13 Matthew Dillonbio ops can be initiated from the buffer cache, td_proc...
2004-02-12 Joerg SonnenbergerAdd __DragonFly__
2004-02-10 Matthew DillonConvert mbuf M_ flags into malloc M_ flags when calling...
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-08 Hiten PandyaMerge from FreeBSD:
2004-02-05 Robert Garrett__FreeBSD__ -> __DragonFly__
2004-02-02 Matthew DillonMerge from vendor branch BINUTILS:
2004-01-30 Matthew DillonThis commit represents a major revamping of the clock...
2004-01-23 Matthew DillonAssume read access for execute requests so we can fill...
2004-01-22 Joerg SonnenbergerMerge from vendor branch LIBSTDC++:
2004-01-20 Matthew DillonRetool the M_* flags to malloc() and the VM_ALLOC_...
2004-01-15 Matthew Dillonminor syntax cleanups (non-operational changes).
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'weird' the way English expects it.
2004-01-08 Jeroen Ruigrok/asmodaiSpell 'separate' and its siblings the way it is suppose...
2004-01-07 Matthew Dillontvtohz() was originally designed for tsleep() and timeo...
2004-01-06 Matthew Dillonif_xname support Part 2b/2: Convert remaining netif...
2003-12-29 Matthew Dillonminor syntax cleanup
2003-12-29 Matthew DillonPrimarily add a missing lwkt_reltoken() in ntfs_ntput...
2003-12-27 David Rhodus* Merge From FreeBSD
2003-12-22 Jeffrey HsuMerge from FreeBSD rev 1.43 (original commit made by...
2003-12-21 Eirik Nygaard * Fix typo: becuase -> because
2003-12-01 Matthew DillonAdd a missing PRELE() when the mfs_mount kernel process...
2003-11-21 Matthew DillonDo some fairly major include file cleanups to further...
2003-11-16 Matthew DillonFix a bug in the last fix to a prior locking issue...
2003-11-15 Matthew DillonMisc cleanups to take care of GCC3.x warnings. Missing...
2003-11-13 David Rhodus* Fix a locking issue inside the inode hashing...
2003-11-12 Matthew DillonPrep for GCC 3.x kernel compiles, stage 1/2: Remove...
2003-11-10 Matthew DillonFully synchronize sys/boot from FreeBSD-5.x, but add...
2003-10-19 Hiten PandyaUn-initialise (i.e free) the HPFS inode hash; previousl...
2003-10-19 Hiten PandyaFix a ``missing free''.
2003-10-18 Matthew DillonFix races in ihashget that were introduced when I intro...
2003-10-10 Matthew DillonData reads and writes should not need credentials,...
2003-10-09 Matthew Dillonnamecache work stage 3a: Adjust the VFS APIs to include...
2003-10-05 David Rhodus* Fix a typo that was introduced from the last change.
2003-10-02 David Rhodus Introduce a uiomove_frombuf helper routine that handle...
2003-09-29 Matthew DillonCleanup: get rid of the CNP_NOFOLLOW pseudo-flag. ...
2003-09-23 Matthew Dillonnamecache work stage 1: namespace cleanups. Add a...
2003-09-08 Matthew DillonConvert DIRECTIO code to DragonFly.
2003-09-04 Hiten PandyaOK, fix build, while I am there, I will get some screw...
2003-09-04 Hiten PandyaFix logic, flow and comments for previous (rev 1.9...
2003-09-03 Robert GarrettI am not certain but I believe this is what was intende...
2003-09-03 Hiten PandyaCheck when M_PREPEND returns an empty mbuf.
2003-09-03 Hiten PandyaIntroduce a new poll operation bit, `POLLINGIGNEOF...
2003-09-03 Hiten PandyaUse vm_page_hold() instead of vm_page_wire().
2003-09-01 Hiten PandyaRespect ps_showallprocs when using the Proc file system.
2003-08-30 Matthew Dillonreq->r_td can be NULL, remove KKASSERT() and fix check.
2003-08-28 Hiten PandyaUse addalias() to track the vnode if it not of a regula...
2003-08-27 Matthew DillonA significant number of applications need access to...
2003-08-27 Matthew DillonSLAB ALLOCATOR Stage 1. This brings in a slab allocato...
2003-08-20 Robert Garrett__P()!=wanted, remove old style prototypes from the...
2003-08-15 Matthew DillonMake modules work again part 1: linkup vfs, rename...
2003-08-08 David Rhodus Fix a problem that occurs when truncating files on...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Robert GarrettBegin register keyword removal commits
2003-07-24 Matthew DillonHave MFS register a device as a VCHR instead of VBLK...
2003-07-24 Matthew DillonFix some stub prototypes (some missed proc->thread...
2003-07-22 Matthew DillonDEV messaging stage 2/4: In this stage all DEV commands...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-07-08 Matthew DillonMP Implmentation 2A/4: Post commit cleanup, fix missing...
2003-07-06 Matthew DillonMP Implementation 1/2: Get the APIC code working again...
2003-07-06 Matthew Dillonoops, forgot one. Remove another curproc/cred dependancy
2003-07-06 Matthew DillonRemove td_proc dependancy on cred that is no longer...
2003-07-03 Matthew Dillonmisc quota proc->thread
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-07-01 Matthew DillonFor the moment uio_td may sometimes be NULL -> nfsm_req...
2003-06-30 Matthew DillonMisc interrupts/LWKT 1/2: threaded interrupts 2: Major...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-26 Matthew Dilloncleanup some odd uses of curproc. Remove PHOLD/PRELE...
2003-06-26 Matthew Dilloncleanup
next