| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't attempt to trigger the syncer thread final sync code in the | truckman | 2004-08-20 | 1 | -0/+3 |
* | s/MAX_SAFE_MAXVNODES/MAXVNODES_MAX/g | obrien | 2004-08-16 | 1 | -5/+6 |
* | Add locking to the kqueue subsystem. This also makes the kqueue subsystem | jmg | 2004-08-15 | 1 | -5/+16 |
* | In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However, | rwatson | 2004-08-11 | 1 | -1/+7 |
* | Skip the syncing disks loop if there are no dirty buffers. Remove a | njl | 2004-08-10 | 1 | -1/+1 |
* | Put a cap on the auto-tuning of kern.maxvnodes. | obrien | 2004-08-02 | 1 | -0/+8 |
* | Minor message cleanup. | njl | 2004-07-30 | 1 | -2/+1 |
* | Convert the vfsconf list to a TAILQ. | phk | 2004-07-27 | 1 | -21/+10 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -6/+6 |
* | Eliminate unused second argument to reassignbuf() and simplify it | phk | 2004-07-25 | 1 | -31/+12 |
* | put several of the options for DEBUG_VFS_LOCKS under control of sysctls. | alfred | 2004-07-21 | 1 | -0/+14 |
* | Cleanup shutdown output. | alfred | 2004-07-15 | 1 | -2/+1 |
* | Tidy up system shutdown. | alfred | 2004-07-15 | 1 | -1/+11 |
* | Make VFS_ROOT() and vflush() take a thread argument. | alfred | 2004-07-12 | 1 | -4/+4 |
* | Dump the actual bad values when this assertion is tripped. | alfred | 2004-07-12 | 1 | -1/+3 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -2/+3 |
* | fixup sysctl by fsid node | alfred | 2004-07-08 | 1 | -2/+2 |
* | Introduce vfs_suser(), used to test if a user should have special privs | alfred | 2004-07-06 | 1 | -0/+16 |
* | NFS mobility PHASE I, II & III (phase VI, and V pending): | alfred | 2004-07-06 | 1 | -1/+1 |
* | Unconditionally set last_work_seen while in the SYNCER_RUNNING state | truckman | 2004-07-05 | 1 | -5/+4 |
* | Rework syncer termination code: | truckman | 2004-07-05 | 1 | -33/+79 |
* | Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE. | phk | 2004-07-04 | 1 | -0/+1 |
* | Pass the operation in with the fsidctl. | alfred | 2004-07-04 | 1 | -2/+8 |
* | Make the last commit handle non-phk root devices better. | phk | 2004-07-04 | 1 | -2/+3 |
* | Blocksize for I/O should be a property of the vnode and not found by groping | phk | 2004-07-04 | 1 | -0/+1 |
* | Introduce a new kevent filter. EVFILT_FS that will be used to signal | alfred | 2004-07-04 | 1 | -0/+62 |
* | Revision 1.496 would not boot on my system due to | alfred | 2004-07-04 | 1 | -1/+2 |
* | When we traverse the vnodes on a mountpoint we need to look out for | phk | 2004-07-04 | 1 | -38/+35 |
* | When shutting down the syncer kernel thread, first tell it to run | truckman | 2004-07-01 | 1 | -6/+68 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -8/+8 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -12/+12 |
* | Remove a left over from userland buffer-cache access to disks. | phk | 2004-06-14 | 1 | -5/+2 |
* | Assert Giant in vrele(). | rwatson | 2004-05-31 | 1 | -0/+2 |
* | Put deprecated sysctl code inside BURN_BRIDGES. | mux | 2004-04-11 | 1 | -3/+5 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Kill some XXXKSE's. vnlru/syncer are single threaded. | peter | 2004-03-29 | 1 | -3/+2 |
* | Properly vector all bwrite() and BUF_WRITE() calls through the same path | phk | 2004-03-11 | 1 | -3/+3 |
* | Remove unused second arg to vfinddev(). | phk | 2004-03-11 | 1 | -9/+7 |
* | Always call vn_finished_write after vn_start_write was called. All | kan | 2004-03-06 | 1 | -2/+3 |
* | Switch the sleep/wakeup and condition variable implementations to use the | jhb | 2004-02-27 | 1 | -7/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Check for NODEV return from udev2dev() | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 6/6: | phk | 2004-02-21 | 1 | -2/+4 |
* | Device megapatch 5/6: | phk | 2004-02-21 | 1 | -1/+1 |
* | More style fixes. | kan | 2004-01-05 | 1 | -15/+13 |
* | style(9): | kan | 2004-01-05 | 1 | -236/+266 |
* | Cosmetics: strip '\n' from a string passed to Debugger(). | kan | 2004-01-04 | 1 | -2/+2 |
* | v_vxproc was a bogus name for a thread (pointer). | bde | 2003-12-28 | 1 | -3/+3 |
* | - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT. | jeff | 2003-12-16 | 1 | -3/+4 |
* | - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid by | jeff | 2003-12-16 | 1 | -1/+28 |