| 2012-08-16 |
Matthew Dillon | kernel - Fix two UFS+softupdates bugs |
blob | commitdiff |
| 2012-08-16 |
Venkatesh Srinivas | kernel -- ffs: Softdep lock and assorted fixes |
blob | commitdiff | diff to current |
| 2012-05-01 |
Venkatesh Srinivas | kernel -- ffs: Soft updates locking fixes |
blob | commitdiff | diff to current |
| 2012-04-05 |
Sascha Wildner | kernel/ufs: Fix compilation without INVARIANTS. |
blob | commitdiff | diff to current |
| 2012-04-02 |
Venkatesh Srinivas | kernel -- FFS: Take softdep lock in softdep_disk_io_ini... |
blob | commitdiff | diff to current |
| 2012-04-02 |
Venkatesh Srinivas | kernel -- ffs: Replace softupdates critical section... |
blob | commitdiff | diff to current |
| 2012-01-03 |
Sascha Wildner | kernel: Use NULL for pointers. |
blob | commitdiff | diff to current |
| 2011-12-06 |
Sascha Wildner | kernel: Replace all usage of MALLOC()/FREE() with kmall... |
blob | commitdiff | diff to current |
| 2011-11-26 |
John Marino | Initial import of binutils 2.22 on the new vendor branch |
blob | commitdiff | diff to current |
| 2011-01-10 |
Matthew Dillon | kernel - Do a better job with the filesystem background... |
blob | commitdiff | diff to current |
| 2010-11-30 |
Samuel J. Greear | kernel - Provide descriptions for lwkt.* and debug... |
blob | commitdiff | diff to current |
| 2010-08-25 |
Matthew Dillon | kernel - Make all bioops callbacks MPSAFE |
blob | commitdiff | diff to current |
| 2010-06-06 |
Matthew Dillon | kernel - lwkt_token revamp |
blob | commitdiff | diff to current |
| 2009-08-24 |
Matthew Dillon | Add a flags argument to VOP_FSYNC() |
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 |
| 2009-07-13 |
Matthew Dillon | BUF/BIO - MPSAFE work on core buffer cache routines. |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | buffer cache - Control all access to the buf red-black... |
blob | commitdiff | diff to current |
| 2009-07-13 |
Matthew Dillon | Make operations on struct bio_track MPSAFE. |
blob | commitdiff | diff to current |
| 2008-06-28 |
Matthew Dillon | Replace the bwillwrite() subsystem to make it more... |
blob | commitdiff | diff to current |
| 2008-06-19 |
Matthew Dillon | Miscellanious performance adjustments to the kernel |
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-07 |
Matthew Dillon | Add bio_ops->io_checkread and io_checkwrite - a read... |
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-08-13 |
Matthew Dillon | Remove the vpp (returned underlying device vnode) argum... |
blob | commitdiff | diff to current |
| 2007-04-12 |
Sascha Wildner | Ansify parameter declarations. |
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-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-06-05 |
Matthew Dillon | Cleanup crit_*() usage to reduce bogus warnings printed... |
blob | commitdiff | diff to current |
| 2006-06-04 |
Matthew Dillon | Fix blocking races in various *_locate() functions... |
blob | commitdiff | diff to current |
| 2006-06-04 |
Matthew Dillon | An inodedep might go away after the bwrite, do not... |
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 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-05-05 |
Matthew Dillon | Remove VOP_BWRITE(). This function provided a way... |
blob | commitdiff | diff to current |
| 2006-04-30 |
Matthew Dillon | Replace the the buffer cache's B_READ, B_WRITE, B_FORMA... |
blob | commitdiff | diff to current |
| 2006-04-28 |
Matthew Dillon | Get rid of the remaining buffer background bitmap code... |
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-03-24 |
Matthew Dillon | Major BUF/BIO work commit. Make I/O BIO-centric and... |
blob | commitdiff | diff to current |
| 2006-03-05 |
Matthew Dillon | Replace the global buffer cache hash table with a per... |
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-11 |
Simon Schubert | Import a softdep fix from FreeBSD rev 1.183 by tegge: |
blob | commitdiff | diff to current |
| 2005-12-05 |
Matthew Dillon | Fix a bug in our RB_SCAN calls. A critical section... |
blob | commitdiff | diff to current |
| 2005-11-16 |
Matthew Dillon | If a /dev/<disk> device node is fsynced at the same... |
blob | commitdiff | diff to current |
| 2005-10-14 |
Matthew Dillon | Bring another softupdates fix in from FreeBSD, FreeBSD... |
blob | commitdiff | diff to current |
| 2005-10-14 |
Matthew Dillon | FreeBSD commit message: |
blob | commitdiff | diff to current |
| 2005-08-02 |
Joerg Sonnenberger | Make nlink_t 32bit and ino_t 64bit. Implement the old... |
blob | commitdiff | diff to current |
| 2005-07-31 |
Matthew Dillon | Stephan believes that this patch, just committed to... |
blob | commitdiff | diff to current |
| 2005-07-26 |
Matthew Dillon | Add a new kernel compile debugging option, DEBUG_CRIT_S... |
blob | commitdiff | diff to current |
| 2005-07-26 |
Matthew Dillon | Add a missing FREE_LOCK() call. |
blob | commitdiff | diff to current |
| 2005-06-06 |
David Rhodus | Replace spl with critical sections. |
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-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-11-09 |
Matthew Dillon | Fix another minor bug-a-boo inherited from 4.x sources... |
blob | commitdiff | diff to current |
| 2004-11-09 |
Matthew Dillon | Correct a softupdates bug, an ir_savebp buffer was... |
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-16 |
Joerg Sonnenberger | timeout/untimeout ==> callout_* |
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-03-15 |
Matthew Dillon | Move a drain output call to before a dirty block check... |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-02-16 |
Matthew Dillon | Remove duplicate bioops declaration in preparation... |
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-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | oops, forgot one. Remove another curproc/cred dependancy |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | Remove td_proc dependancy on cred that is no longer... |
blob | commitdiff | diff to current |
| 2003-06-27 |
Matthew Dillon | proc->thread stage 6: kernel threads now create process... |
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-19 |
Matthew Dillon | thread stage 5: Separate the inline functions out of... |
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 |
|