| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don't | Robert Watson | 2000-05-03 | 1 | -12/+10 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 3 | -3/+0 |
| * | s/biowait/bufwait/g | Poul-Henning Kamp | 2000-04-29 | 3 | -6/+6 |
| * | Remove unneeded #include <sys/kernel.h> | Poul-Henning Kamp | 2000-04-29 | 1 | -1/+0 |
| * | When files are given to users by root, the quota system failed to | Kirk McKusick | 2000-04-28 | 1 | -0/+10 |
| * | Convert the magic MFS device to a VCHR. | Poul-Henning Kamp | 2000-04-22 | 2 | -7/+5 |
| * | o Introduce an extended attribute backing file header magic number | Robert Watson | 2000-04-19 | 2 | -3/+20 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 3 | -3/+0 |
| * | o Cause attribute data writes to use IO_SYNC since this improves the | Robert Watson | 2000-04-19 | 2 | -1/+17 |
| * | Retire bufqdisksort(), all drivers use bioqdisksort now. | Poul-Henning Kamp | 2000-04-18 | 1 | -98/+0 |
| * | Remove unneeded cast. | Jonathan Lemon | 2000-04-17 | 1 | -1/+1 |
| * | Replace the POLLEXTEND extensions with the kqueue() mechanism. | Jonathan Lemon | 2000-04-16 | 2 | -25/+29 |
| * | Fix two bugs in extended attribute support for UFS/FFS: | Robert Watson | 2000-04-16 | 1 | -2/+5 |
| * | Complete the bio/buf divorce for all code below devfs::strategy | Poul-Henning Kamp | 2000-04-15 | 3 | -17/+17 |
| * | Introduce extended attribute support for FFS, allowing arbitrary | Robert Watson | 2000-04-15 | 15 | -0/+924 |
| * | Clone bio versions of certain bits of infrastructure: | Poul-Henning Kamp | 2000-04-02 | 1 | -0/+98 |
| * | Move B_ERROR flag to b_ioflags and call it BIO_ERROR. | Poul-Henning Kamp | 2000-04-02 | 6 | -6/+8 |
| * | Change the write-behind code to take more care when starting | Matthew Dillon | 2000-04-02 | 1 | -1/+3 |
| * | diff, patch and cvs didn't like these three last time around, try again. | Poul-Henning Kamp | 2000-03-20 | 1 | -3/+3 |
| * | Rename the existing BUF_STRATEGY() to DEV_STRATEGY() | Poul-Henning Kamp | 2000-03-20 | 6 | -19/+18 |
| * | Remove B_READ, B_WRITE and B_FREEBUF and replace them with a new | Poul-Henning Kamp | 2000-03-20 | 5 | -18/+19 |
| * | Use 64-bit math to calculate if we have hit our freespace limit. | Kirk McKusick | 2000-03-17 | 1 | -1/+2 |
| * | Bug fixes for currently harmless bugs that could rise to bite | Kirk McKusick | 2000-03-15 | 2 | -4/+4 |
| * | Use 64-bit math to decide if optimization needs to be changed. | Kirk McKusick | 2000-03-15 | 1 | -30/+48 |
| * | In the 'found' case for ufs_lookup() the underlying bp's data was | Matthew Dillon | 2000-03-09 | 1 | -1/+1 |
| * | Fix a 'freeing free block' panic in UFS. The problem occurs when the | Matthew Dillon | 2000-02-24 | 1 | -1/+24 |
| * | After much consulting with bde, concluded that this fix was the best fix | Robert Watson | 2000-02-22 | 1 | -2/+2 |
| * | Disable chflags() from within jail() so that root within jail can't make | Robert Watson | 2000-02-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 |
| * | The only known cause of this panic is running out of disk space. | Kirk McKusick | 2000-01-11 | 1 | -3/+13 |
| * | 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 | 3 | -11/+9 |
| * | 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 | 8 | -115/+285 |
| * | 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 |
| * | Get rid of unreferenced function. | Kirk McKusick | 2000-01-09 | 1 | -9/+0 |
| * | Make static non-exported functions from soft updates. | Kirk McKusick | 2000-01-09 | 2 | -11/+12 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 4 | -8/+8 |
| * | Update the unclean flag for mount -u. I forgot to handle this case | Bruce Evans | 1999-12-23 | 1 | -0/+2 |
| * | Change incorrect NULLs to 0s | Eivind Eklund | 1999-12-21 | 1 | -1/+1 |