| 2011-01-10 |
Matthew Dillon | kernel - Do a better job with the filesystem background... |
blob | commitdiff |
| 2010-09-07 |
Joe Talbott | msdosfs - Fix panic when mounting msdos filesystems. |
blob | commitdiff | diff to current |
| 2009-09-05 |
Alexander Polakov | msdosfs: add MODULE_VERSION. |
blob | commitdiff | diff to current |
| 2009-09-05 |
Alexander Polakov | Stage 2/5: Change msdosfs to use libiconv in case. |
blob | commitdiff | diff to current |
| 2009-08-26 |
Matthew Dillon | Kernel - fix access checks |
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-13 |
Matthew Dillon | Make operations on struct bio_track MPSAFE. |
blob | commitdiff | diff to current |
| 2009-01-20 |
Hasso Tepper | Remove GEMDOS support. |
blob | commitdiff | diff to current |
| 2009-01-20 |
Hasso Tepper | Remove checks for BOOTSIG[23] from FAT32 bootblocks. |
blob | commitdiff | diff to current |
| 2009-01-20 |
Hasso Tepper | Don't check pm_Heads nor pm_SecPerTrack. |
blob | commitdiff | diff to current |
| 2008-09-17 |
Matthew Dillon | * Implement the ability to export NULLFS mounts via... |
blob | commitdiff | diff to current |
| 2008-05-20 |
Matthew Dillon | Properly track the write-open count when updating a... |
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-01-05 |
Sascha Wildner | For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO... |
blob | commitdiff | diff to current |
| 2007-08-07 |
Matthew Dillon | Fix build errors when MSDOSFS_DEBUG is defined. |
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-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-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-03 |
Sascha Wildner | Remove obsolete disk size check. |
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-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-02 |
Matthew Dillon | Remove vnode->v_id. This field used to be used to... |
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 | Simplify vn_lock(), VOP_LOCK(), and VOP_UNLOCK() by... |
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 |
| 2006-01-13 |
Sascha Wildner | * Remove (void) casts for discarded return values. |
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-01 |
Sascha Wildner | Remove PC98 support. |
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-02 |
Joerg Sonnenberger | Don't use the statfs field f_mntonname in filesystems... |
blob | commitdiff | diff to current |
| 2004-12-29 |
Matthew Dillon | Get rid of dead non-DragonFly code. |
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-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-08-02 |
Joerg Sonnenberger | Change (almost) all references to tqh_first and tqe_nex... |
blob | commitdiff | diff to current |
| 2004-05-26 |
Matthew Dillon | count_udev() was being called with the wrong argument. |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-03 |
Chris Pressey | Merge ... FreeBSD (RELENG_4) src/sys/msdosfs/msdosfs_vf... |
blob | commitdiff | diff to current |
| 2004-04-21 |
Hiten Pandya | Merge: FreeBSD (RELENG_4) msdosfs_vfsops.c rev. 1.60.2.9 |
blob | commitdiff | diff to current |
| 2004-04-17 |
Chris Pressey | Style(9) cleanup to src/sys/vfs, stage 9/21: msdosfs. |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-02-05 |
Robert Garrett | __FreeBSD__ -> __DragonFly__ |
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-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
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 |
|