summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_subr.c
Commit message (Expand)AuthorAgeFilesLines
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-5/+16
* In v_addpollinfo(), we allocate storage to back vp->v_pollinfo. However,rwatson2004-08-111-1/+7
* Skip the syncing disks loop if there are no dirty buffers. Remove anjl2004-08-101-1/+1
* Put a cap on the auto-tuning of kern.maxvnodes.obrien2004-08-021-0/+8
* Minor message cleanup.njl2004-07-301-2/+1
* Convert the vfsconf list to a TAILQ.phk2004-07-271-21/+10
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-6/+6
* Eliminate unused second argument to reassignbuf() and simplify itphk2004-07-251-31/+12
* put several of the options for DEBUG_VFS_LOCKS under control of sysctls.alfred2004-07-211-0/+14
* Cleanup shutdown output.alfred2004-07-151-2/+1
* Tidy up system shutdown.alfred2004-07-151-1/+11
* Make VFS_ROOT() and vflush() take a thread argument.alfred2004-07-121-4/+4
* Dump the actual bad values when this assertion is tripped.alfred2004-07-121-1/+3
* Update for the KDB framework:marcel2004-07-101-2/+3
* fixup sysctl by fsid nodealfred2004-07-081-2/+2
* Introduce vfs_suser(), used to test if a user should have special privsalfred2004-07-061-0/+16
* NFS mobility PHASE I, II & III (phase VI, and V pending):alfred2004-07-061-1/+1
* Unconditionally set last_work_seen while in the SYNCER_RUNNING statetruckman2004-07-051-5/+4
* Rework syncer termination code:truckman2004-07-051-33/+79
* Give synthetic root filesystem device vnodes a v_bsize of DEV_BSIZE.phk2004-07-041-0/+1
* Pass the operation in with the fsidctl.alfred2004-07-041-2/+8
* Make the last commit handle non-phk root devices better.phk2004-07-041-2/+3
* Blocksize for I/O should be a property of the vnode and not found by gropingphk2004-07-041-0/+1
* Introduce a new kevent filter. EVFILT_FS that will be used to signalalfred2004-07-041-0/+62
* Revision 1.496 would not boot on my system due toalfred2004-07-041-1/+2
* When we traverse the vnodes on a mountpoint we need to look out forphk2004-07-041-38/+35
* When shutting down the syncer kernel thread, first tell it to runtruckman2004-07-011-6/+68
* Second half of the dev_t cleanup.phk2004-06-171-8/+8
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-12/+12
* Remove a left over from userland buffer-cache access to disks.phk2004-06-141-5/+2
* Assert Giant in vrele().rwatson2004-05-311-0/+2
* Put deprecated sysctl code inside BURN_BRIDGES.mux2004-04-111-3/+5
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Kill some XXXKSE's. vnlru/syncer are single threaded.peter2004-03-291-3/+2
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathphk2004-03-111-3/+3
* Remove unused second arg to vfinddev().phk2004-03-111-9/+7
* Always call vn_finished_write after vn_start_write was called. Allkan2004-03-061-2/+3
* Switch the sleep/wakeup and condition variable implementations to use thejhb2004-02-271-7/+2
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Check for NODEV return from udev2dev()phk2004-02-211-0/+2
* Device megapatch 6/6:phk2004-02-211-2/+4
* Device megapatch 5/6:phk2004-02-211-1/+1
* More style fixes.kan2004-01-051-15/+13
* style(9):kan2004-01-051-236/+266
* Cosmetics: strip '\n' from a string passed to Debugger().kan2004-01-041-2/+2
* v_vxproc was a bogus name for a thread (pointer).bde2003-12-281-3/+3
* - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT.jeff2003-12-161-3/+4
* - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid byjeff2003-12-161-1/+28
* - Don't forget to unlock the vnode interlock in the LK_NOWAIT case.jeff2003-11-301-1/+2
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
OpenPOWER on IntegriCloud