| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove these here, these were repocopied to src/sys/ufs/ffs. | Peter Wemm | 2000-06-23 | 3 | -5532/+0 |
| * | Update to new copyright. | Kirk McKusick | 2000-06-22 | 2 | -46/+12 |
| * | When running with quotas enabled on a filesystem using soft updates, | Kirk McKusick | 2000-06-18 | 1 | -2/+3 |
| * | Some additional performance improvements. When freeing an inode | Kirk McKusick | 2000-06-18 | 1 | -8/+18 |
| * | ARGH! I have too many source trees :-( | Poul-Henning Kamp | 2000-06-16 | 1 | -4/+2 |
| * | Virtualizes & untangles the bioops operations vector. | Poul-Henning Kamp | 2000-06-16 | 1 | -2/+0 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 2 | -25/+25 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 2 | -25/+25 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | Introduce extended attribute support for FFS, allowing arbitrary | Robert Watson | 2000-04-15 | 1 | -0/+1 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 1 | -1/+1 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 1 | -12/+11 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 1 | -1/+1 |
| * | When writing out bitmap buffers, need to skip over ones that already | Kirk McKusick | 2000-01-30 | 1 | -1/+2 |
| * | During fastpath processing for removal of a short-lived inode, the | Kirk McKusick | 2000-01-18 | 1 | -48/+56 |
| * | Need to reorganize the flushing of directory entry (pagedep) dependencies | Kirk McKusick | 2000-01-18 | 1 | -63/+62 |
| * | Better bounding on softdep_flushfiles; other minor tweeks to checks. | Kirk McKusick | 2000-01-17 | 1 | -7/+9 |
| * | Must track multiple uncommitted renames until one ultimately gets | Kirk McKusick | 2000-01-17 | 1 | -22/+65 |
| * | Non-operational change, fix compiler warning. | Matthew Dillon | 2000-01-14 | 1 | -1/+1 |
| * | Confirming Peter's fix (locking 101: release the lock before you go | Kirk McKusick | 2000-01-13 | 1 | -2/+0 |
| * | Free the global softupdates lock prior to tsleep() in getdirtybuf(). | Peter Wemm | 2000-01-13 | 1 | -0/+2 |
| * | Because cylinder group blocks are now written in background, | Kirk McKusick | 2000-01-13 | 1 | -3/+13 |
| * | A panic occurs during an fsync when a dirty block associated with | Kirk McKusick | 2000-01-13 | 1 | -4/+7 |
| * | We cannot proceed to free the blocks of the file until the dependencies | Kirk McKusick | 2000-01-11 | 1 | -29/+32 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -3/+4 |
| * | Missing FREE_LOCK call before handle_workitem_freeblocks. | Kirk McKusick | 2000-01-10 | 1 | -3/+5 |
| * | Several performance improvements for soft updates have been added: | Kirk McKusick | 2000-01-10 | 1 | -57/+185 |
| * | Keep tighter control of removal dependencies by limiting the number | Kirk McKusick | 2000-01-09 | 1 | -20/+22 |
| * | Reorganize softdep_fsync so that it only does the inode-is-flushed | Kirk McKusick | 2000-01-09 | 1 | -26/+22 |
| * | Make static non-exported functions from soft updates. | Kirk McKusick | 2000-01-09 | 1 | -6/+12 |
| * | The function request_cleanup() had a tsleep() with PCATCH. It is | Kirk McKusick | 1999-12-16 | 1 | -1/+1 |
| * | Lock reporting and assertion changes. | Eivind Eklund | 1999-12-11 | 1 | -1/+1 |
| * | Fix typo, add $FreeBSD$ | Bill Fumerola | 1999-12-03 | 1 | -1/+3 |
| * | Convert various pieces of code to use vn_isdisk() rather than checking | Poul-Henning Kamp | 1999-11-22 | 1 | -4/+4 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -2/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | Poul-Henning Kamp | 1999-08-08 | 1 | -2/+2 |
| * | No longer need to set B_ASYNC flag since BUF_KERNPROC now | Kirk McKusick | 1999-06-29 | 1 | -2/+1 |
| * | Keep the inlines for <sys/buf.h> happy.. | Peter Wemm | 1999-06-27 | 1 | -3/+3 |
| * | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | Kirk McKusick | 1999-06-26 | 1 | -9/+13 |
| * | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | Kirk McKusick | 1999-06-16 | 1 | -12/+14 |
| * | Get rid of the global variable rushjob and replace it with a function in | Kirk McKusick | 1999-06-15 | 1 | -41/+45 |
| * | Cosmetic changes to make it compile without errors in gcc -Wall | Julian Elischer | 1999-05-22 | 1 | -10/+17 |
| * | Add a hook to ffs_fsync to allow soft updates to get first chance at doing | Kirk McKusick | 1999-05-14 | 1 | -28/+97 |
| * | Put back changes that might be causing trouble on Alpha. | Kirk McKusick | 1999-05-09 | 1 | -3/+5 |
| * | Whitespace cleanup. | Kirk McKusick | 1999-05-07 | 1 | -2/+2 |
| * | Get rid of random debugging cruft; sync up with latest version. | Kirk McKusick | 1999-05-07 | 1 | -38/+10 |
| * | Severe slowdowns have been reported when creating or removing many | Kirk McKusick | 1999-05-07 | 1 | -108/+290 |
| * | Reorganize locking to avoid holding the lock during calls to bdwrite | Kirk McKusick | 1999-03-02 | 1 | -3/+9 |
| * | Ensure that softdep_sync_metadata can handle bmsafemap and mkdir entries | Kirk McKusick | 1999-03-02 | 2 | -5/+48 |