| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete README as it is now obsolete. Relevant information is in | mckusick | 2000-07-08 | 1 | -322/+0 |
* | Update to reflect current status. | mckusick | 2000-07-08 | 1 | -4/+42 |
* | Get userland visible flags added for snapshots to give a few days | mckusick | 2000-07-04 | 1 | -1/+26 |
* | Move the truncation code out of vn_open and into the open system call | mckusick | 2000-07-04 | 2 | -4/+6 |
* | Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES, | phk | 2000-07-03 | 1 | -15/+0 |
* | Move prtactive to vfs from ufs. It is used all over the place. | phk | 2000-06-27 | 1 | -2/+0 |
* | Remove obsoleted info about linking from contrib | ache | 2000-06-24 | 1 | -16/+2 |
* | Update to new copyright. | mckusick | 2000-06-22 | 2 | -46/+12 |
* | 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 |
* | Revert part of my bioops change which implemented panic(8). | phk | 2000-06-16 | 1 | -2/+0 |
* | ARGH! I have too many source trees :-( | phk | 2000-06-16 | 3 | -4/+4 |
* | Virtualizes & untangles the bioops operations vector. | phk | 2000-06-16 | 3 | -4/+21 |
* | Remove a comment which should never have made it in. | phk | 2000-06-14 | 1 | -1/+0 |
* | o Remove unneeded off_t variable to clean up compile warning | rwatson | 2000-06-05 | 1 | -1/+1 |
* | o If FFS_EXTATTR is defined, don't print out an error message on unmount | rwatson | 2000-06-04 | 1 | -3/+4 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 7 | -33/+33 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 7 | -33/+33 |
* | s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf. | rwatson | 2000-05-07 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 13 | -0/+13 |
* | Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don't | rwatson | 2000-05-03 | 1 | -12/+10 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 3 | -3/+0 |
* | s/biowait/bufwait/g | phk | 2000-04-29 | 3 | -6/+6 |
* | Remove unneeded #include <sys/kernel.h> | phk | 2000-04-29 | 1 | -1/+0 |
* | When files are given to users by root, the quota system failed to | mckusick | 2000-04-28 | 1 | -0/+10 |
* | Convert the magic MFS device to a VCHR. | phk | 2000-04-22 | 2 | -7/+5 |
* | o Introduce an extended attribute backing file header magic number | rwatson | 2000-04-19 | 2 | -3/+20 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 3 | -3/+0 |
* | o Cause attribute data writes to use IO_SYNC since this improves the | rwatson | 2000-04-19 | 2 | -1/+17 |
* | Retire bufqdisksort(), all drivers use bioqdisksort now. | phk | 2000-04-18 | 1 | -98/+0 |
* | Remove unneeded cast. | jlemon | 2000-04-17 | 1 | -1/+1 |
* | Replace the POLLEXTEND extensions with the kqueue() mechanism. | jlemon | 2000-04-16 | 2 | -25/+29 |
* | Fix two bugs in extended attribute support for UFS/FFS: | rwatson | 2000-04-16 | 1 | -2/+5 |
* | Complete the bio/buf divorce for all code below devfs::strategy | phk | 2000-04-15 | 3 | -17/+17 |
* | Introduce extended attribute support for FFS, allowing arbitrary | rwatson | 2000-04-15 | 15 | -0/+924 |
* | Clone bio versions of certain bits of infrastructure: | phk | 2000-04-02 | 1 | -0/+98 |
* | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | phk | 2000-04-02 | 6 | -6/+8 |
* | Change the write-behind code to take more care when starting | dillon | 2000-04-02 | 1 | -1/+3 |
* | diff, patch and cvs didn't like these three last time around, try again. | phk | 2000-03-20 | 1 | -3/+3 |
* | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | phk | 2000-03-20 | 6 | -19/+18 |
* | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | phk | 2000-03-20 | 5 | -18/+19 |
* | Use 64-bit math to calculate if we have hit our freespace limit. | mckusick | 2000-03-17 | 1 | -1/+2 |
* | Bug fixes for currently harmless bugs that could rise to bite | mckusick | 2000-03-15 | 2 | -4/+4 |
* | Use 64-bit math to decide if optimization needs to be changed. | mckusick | 2000-03-15 | 1 | -30/+48 |
* | In the 'found' case for ufs_lookup() the underlying bp's data was | dillon | 2000-03-09 | 1 | -1/+1 |
* | Fix a 'freeing free block' panic in UFS. The problem occurs when the | dillon | 2000-02-24 | 1 | -1/+24 |
* | After much consulting with bde, concluded that this fix was the best fix | rwatson | 2000-02-22 | 1 | -2/+2 |
* | Disable chflags() from within jail() so that root within jail can't make | rwatson | 2000-02-20 | 1 | -1/+1 |
* | When writing out bitmap buffers, need to skip over ones that already | mckusick | 2000-01-30 | 1 | -1/+2 |
* | During fastpath processing for removal of a short-lived inode, the | mckusick | 2000-01-18 | 1 | -48/+56 |