| 2011-10-07 |
Tim | TRIM support |
blob | commitdiff |
| 2011-01-10 |
Matthew Dillon | kernel - Do a better job with the filesystem background... |
blob | commitdiff | diff to current |
| 2010-02-06 |
Matthew Dillon | x86_64 kernel - Increase buffer cache and vnode resourc... |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - fix access checks |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - pass sysmsg through to ioctl. |
blob | commitdiff | diff to current |
| 2009-08-24 |
Matthew Dillon | Add a flags argument to VOP_FSYNC() |
blob | commitdiff | diff to current |
| 2009-08-04 |
Matthew Dillon | DEVFS - rollup - all kernel devices |
blob | commitdiff | diff to current |
| 2009-07-23 |
Matthew Dillon | HAMMER / VFS_VGET - Add optional dvp argument to VFS_VG... |
blob | commitdiff | diff to current |
| 2008-09-17 |
Matthew Dillon | * Implement the ability to export NULLFS mounts via... |
blob | commitdiff | diff to current |
| 2008-01-05 |
Sascha Wildner | For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO... |
blob | commitdiff | diff to current |
| 2007-06-17 |
Matthew Dillon | Have UFS set the vnode type to VBAD instead of VNON... |
blob | commitdiff | diff to current |
| 2007-05-16 |
Matthew Dillon | Continue untangling the disklabel. Add sector index... |
blob | commitdiff | diff to current |
| 2007-05-15 |
Matthew Dillon | Continue untangling the disklabel. Reorganize struct... |
blob | commitdiff | diff to current |
| 2007-05-09 |
Matthew Dillon | Give the device major / minor numbers their own separat... |
blob | commitdiff | diff to current |
| 2007-04-20 |
Matthew Dillon | Make 'last mounted on' reporting by fsck work again... |
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-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
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-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
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-26 |
Matthew Dillon | Remove FFS function hooks used by UFS. Simply make... |
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 | Remove the thread argument from ffs_flushfiles(), ffs_m... |
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 | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
blob | commitdiff | diff to current |
| 2006-04-03 |
Matthew Dillon | A number of structures related to UFS and QUOTAS have... |
blob | commitdiff | diff to current |
| 2006-04-01 |
Matthew Dillon | Use the vnode v_opencount and v_writecount universally... |
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-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-02-17 |
Matthew Dillon | Make the entire BUF/BIO system BIO-centric instead... |
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-07-26 |
Hiten Pandya | Clean the VFS operations vector and related code: |
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-02-12 |
Joerg Sonnenberger | GC strsize. |
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-11-12 |
Matthew Dillon | VFS messaging/interfacing work stage 9/99: VFS 'NEW... |
blob | commitdiff | diff to current |
| 2004-11-09 |
Matthew Dillon | vfs_object_create() was being called too early on devvp... |
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-28 |
Matthew Dillon | VFS messaging/interfacing work stage 4/99. This stage... |
blob | commitdiff | diff to current |
| 2004-08-24 |
David Rhodus | Add a few notes. |
blob | commitdiff | diff to current |
| 2004-08-19 |
David Rhodus | Plug in missing brelse calls as to fix a bug in the... |
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-07-18 |
David Rhodus | Perform some basic cleanups. Change some types over... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-18 |
Chris Pressey | Style(9) cleanup to src/sys/vfs, stage 19/21: ufs. |
blob | commitdiff | diff to current |
| 2004-04-24 |
David Rhodus | Remove the VREF() macro and uses of it. |
blob | commitdiff | diff to current |
| 2004-03-11 |
Hiten Pandya | Use info->td instead of curthread in ffs_reload_scan1... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-02-08 |
Hiten Pandya | Merge from FreeBSD: |
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-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-08 |
Matthew Dillon | MP Implmentation 2A/4: Post commit cleanup, fix missing... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-07-03 |
Matthew Dillon | misc quota proc->thread |
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 |
|