| Commit message (Expand) | Author | Age | Files | Lines |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -9/+9 |
* | Occationally deleted files would hang around for hours or days | mckusick | 2002-02-07 | 1 | -7/+10 |
* | When taking a snapshot, we must check for active files that have | mckusick | 2002-02-02 | 1 | -38/+35 |
* | This patch fixes a long standing complaint with soft updates in | mckusick | 2002-01-22 | 1 | -4/+41 |
* | When going to sleep, we must save our SPL so that it does not get | mckusick | 2002-01-12 | 1 | -38/+76 |
* | Must call drain_output() before checking the dirty block list | mckusick | 2002-01-11 | 1 | -8/+10 |
* | Initialise the bioops vector hack at runtime rather than at link time. This | msmith | 2002-01-08 | 1 | -8/+7 |
* | - Fix some minor whitespace nits. | jhb | 2001-09-27 | 1 | -4/+4 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -96/+98 |
* | Build on the change in revision 1.98 by Tor.Egge@fast.no. | mckusick | 2001-06-13 | 1 | -13/+21 |
* | There seems to be a problem that the order of disk write operation being | obrien | 2001-06-05 | 1 | -2/+11 |
* | Must ensure that all the entries on the pd_pendinghd list have been | mckusick | 2001-05-19 | 1 | -3/+11 |
* | Must be a bit less aggressive about freeing pagedep structures. | mckusick | 2001-05-18 | 1 | -1/+1 |
* | When a new block is allocated to a directory, an fsync of a file | mckusick | 2001-05-17 | 1 | -21/+165 |
* | When running with soft updates, track the number of blocks and files | mckusick | 2001-05-08 | 1 | -1/+58 |
* | When syncing out snapshot metadata, we must temporarily allow recursive | mckusick | 2001-05-08 | 1 | -27/+29 |
* | Remove blatantly pointless call to VOP_BMAP(). | phk | 2001-05-01 | 1 | -4/+2 |
* | Revert consequences of changes to mount.h, part 2. | grog | 2001-04-29 | 1 | -2/+0 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Add kernel support for running fsck on active filesystems. | mckusick | 2001-03-21 | 1 | -11/+24 |
* | Free lock before returning from process_worklist_item. | mckusick | 2001-03-01 | 1 | -1/+3 |
* | Free lock before calling panic so that subsequent attempt to write out | mckusick | 2001-02-23 | 1 | -62/+191 |
* | When cleaning up excess inode dependencies, check for being done. | mckusick | 2001-02-22 | 1 | -0/+2 |
* | This patch corrects two problems with the rate limiting code | mckusick | 2001-02-20 | 1 | -4/+9 |
* | Another round of the <sys/queue.h> FOREACH transmogriffer. | phk | 2001-02-04 | 1 | -26/+13 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -2/+2 |
* | Use <sys/queue.h> macro API. | phk | 2001-02-04 | 1 | -16/+16 |
* | Fix a race between the syncer and umount. When you umount a softupdates | dillon | 2001-01-30 | 1 | -12/+38 |
* | Preventing runaway kernel soft updates memory, take three. | mckusick | 2000-12-13 | 1 | -70/+159 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -14/+8 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -13/+13 |
* | More aggressively rate limit the growth of soft dependency structures | mckusick | 2000-11-20 | 1 | -33/+21 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -17/+19 |
* | When deleting a file, the ordering of events imposed by soft updates | mckusick | 2000-11-14 | 1 | -15/+18 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -4/+4 |
* | Cannot do MALLOC with M_WAITOK while holding ACQUIRE_LOCK | mckusick | 2000-09-07 | 1 | -2/+2 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+0 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -36/+55 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -16/+37 |
* | Update to new copyright. | mckusick | 2000-06-22 | 1 | -23/+6 |
* | When running with quotas enabled on a filesystem using soft updates, | mckusick | 2000-06-18 | 1 | -2/+3 |
* | Some additional performance improvements. When freeing an inode | mckusick | 2000-06-18 | 1 | -8/+18 |
* | ARGH! I have too many source trees :-( | phk | 2000-06-16 | 1 | -4/+2 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 1 | -2/+0 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -3/+3 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -3/+3 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 1 | -1/+1 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 1 | -12/+11 |