| Commit message (Expand) | Author | Age | Files | Lines |
| * | This patch removes the VOP_BWRITE() vector. | Poul-Henning Kamp | 2001-04-17 | 1 | -1/+1 |
| * | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | Jonathan Lemon | 2001-02-23 | 1 | -0/+5 |
| * | Switch to using a struct xucred instead of a struct xucred when not | Brian Feldman | 2001-02-18 | 1 | -2/+10 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -87/+87 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -1/+1 |
| * | Properly lock new vnode. | Boris Popov | 2001-01-31 | 1 | -4/+9 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -55/+55 |
| * | o The move to using VADMIN under vaccess() resulted in some system | Robert Watson | 2001-01-23 | 1 | -1/+1 |
| * | Stick the kthread API in a kthread_* namespace, and the specialized kproc | John Baldwin | 2000-12-15 | 1 | -2/+2 |
| * | Use proper mutex locking when calling setrunnable from speedup_syncer(). | Kirk McKusick | 2000-12-13 | 1 | -3/+2 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -4/+2 |
| * | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | Peter Wemm | 2000-12-06 | 1 | -2/+4 |
| * | Correct int/long type mismatch in the proper place this time. freevnodes | Andrew Gallatin | 2000-12-02 | 1 | -3/+3 |
| * | Use msleep() instead of mtx_exit()/tsleep() so that we release the lock and | John Baldwin | 2000-12-01 | 1 | -13/+7 |
| * | Get rid of a bogus mtx_exit (it was attempting to release an | Kirk McKusick | 2000-11-30 | 1 | -1/+0 |
| * | Implement a low-memory deadlock solution. | Matthew Dillon | 2000-11-18 | 1 | -4/+10 |
| * | Clear the VFREE flag when the vnode is removed from the free list in | Tor Egge | 2000-11-02 | 1 | -0/+1 |
| * | Take VBLK devices further out of their missery. | Poul-Henning Kamp | 2000-11-02 | 1 | -12/+11 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -1/+1 |
| * | o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform | Robert Watson | 2000-10-19 | 1 | -0/+5 |
| * | Blow away the v_specmountpoint define, replacing it with what it was | Eivind Eklund | 2000-10-09 | 1 | -2/+2 |
| * | Do not call lockdestroy() for v_vnlock, which may point to a lock in a | Jason Evans | 2000-10-06 | 1 | -4/+1 |
| * | Style fixes based on comments by bde | Eivind Eklund | 2000-10-05 | 1 | -20/+31 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -53/+58 |
| * | Move KASSERTs which checks value of v_usecount after vnode locking, so | Boris Popov | 2000-10-02 | 1 | -2/+4 |
| * | Do the right thing if bdevvp is called twice for the same device. | Kirk McKusick | 2000-09-27 | 1 | -0/+2 |
| * | Add a lock structure to vnode structure. Previously it was either allocated | Boris Popov | 2000-09-25 | 1 | -4/+5 |
| * | Style fixes: | Eivind Eklund | 2000-09-22 | 1 | -52/+107 |
| * | Staticize addalias() | Eivind Eklund | 2000-09-22 | 1 | -1/+2 |
| * | comment vfs_export functions, requested by: eivind | Alfred Perlstein | 2000-09-21 | 1 | -1/+12 |
| * | o Add additional comment describing vaccess() behavior. | Robert Watson | 2000-09-20 | 1 | -0/+7 |
| * | Rename lminor() to dev2unit(). This function gives a linear unit number | Poul-Henning Kamp | 2000-09-19 | 1 | -2/+2 |
| * | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | Boris Popov | 2000-09-12 | 1 | -71/+11 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -0/+4 |
| * | o Synchronize vaccess() capability access control checks with TrustedBSD | Robert Watson | 2000-09-06 | 1 | -4/+4 |
| * | Move extern declaration of dead_vnodeop_p to a .h file. | Poul-Henning Kamp | 2000-09-05 | 1 | -3/+5 |
| * | o Restructure vaccess() so as to check for DAC permission to modify the | Robert Watson | 2000-08-29 | 1 | -40/+92 |
| * | Fix typo in last commit. | Poul-Henning Kamp | 2000-08-20 | 1 | -2/+1 |
| * | Centralize the canonical vop_access user/group/other check in vaccess(). | Poul-Henning Kamp | 2000-08-20 | 1 | -0/+54 |
| * | This patch corrects the first round of panics and hangs reported | Kirk McKusick | 2000-07-24 | 1 | -3/+33 |
| * | Add snapshots to the fast filesystem. Most of the changes support | Kirk McKusick | 2000-07-11 | 1 | -3/+26 |
| * | Fix support for more than 256 simultaneous mounts. Theoretical limit | Boris Popov | 2000-07-07 | 1 | -2/+4 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -3/+3 |
| * | Simplify and rationalise the management of the vnode free list | Kirk McKusick | 2000-07-04 | 1 | -74/+30 |
| * | If a buffer flush fails when trying to reclaim a vnode, it is too | Kirk McKusick | 2000-07-04 | 1 | -4/+10 |
| * | Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES, | Poul-Henning Kamp | 2000-07-03 | 1 | -0/+3 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -4/+4 |
| * | Move prtactive to vfs from ufs. It is used all over the place. | Poul-Henning Kamp | 2000-06-27 | 1 | -0/+1 |
| * | Virtualizes & untangles the bioops operations vector. | Poul-Henning Kamp | 2000-06-16 | 1 | -2/+1 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -4/+4 |