| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | - Don't forget to unlock the vnode interlock in the LK_NOWAIT case. | jeff | 2003-11-30 | 1 | -1/+2 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -2/+2 |
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | kan | 2003-11-05 | 1 | -25/+26 |
* | Add appropriate const poisoning to the assert_*locked() family so that I can | wollman | 2003-10-23 | 1 | -8/+8 |
* | Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (This | alc | 2003-10-20 | 1 | -0/+2 |
* | Simplify count_dev() | phk | 2003-10-17 | 1 | -5/+5 |
* | Simplify vn_isdisk() a bit. | phk | 2003-10-12 | 1 | -24/+10 |
* | - Fix a typo, I meant & and not |. This was causing lockups from the syncer | jeff | 2003-10-11 | 1 | -1/+1 |
* | - Fix an XXX. Check the error of vn_lock() in vflush(). Don't specify | jeff | 2003-10-05 | 1 | -13/+2 |
* | - Rename vcanrecycle() to vtryrecycle() to reflect its new role. | jeff | 2003-10-05 | 1 | -26/+32 |
* | - Don't cache_purge() in getnewvnode. It's done in vclean(). With this | jeff | 2003-10-05 | 1 | -11/+5 |
* | - Solve a LOR with the sync_mtx by using the VI_ONWORKLST flag to determine | jeff | 2003-10-05 | 1 | -6/+12 |
* | - Move the xlock 'locking' code into vx_lock() and vx_unlock(). | jeff | 2003-10-05 | 1 | -21/+54 |
* | - In sched_sync() test our preconditions prior to dropping the sync_mtx. | jeff | 2003-10-04 | 1 | -22/+18 |
* | - In a Giantless world, the vn_lock() in vcanrecycle() could legitimately | jeff | 2003-10-04 | 1 | -21/+22 |
* | - In reassignbuf() don't unlock vp and lock newvp if they are the same. | jeff | 2003-09-20 | 1 | -6/+11 |