| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some signed/unsigned integer confusion, and add bounds checking of | kris | 2001-09-10 | 1 | -0/+5 |
* | Since the netexport struct was centralised to 'struct mount', | iedowse | 2001-05-29 | 1 | -1/+1 |
* | vfs_subr.c is getting rather fat. The underlying repocopy and this | phk | 2001-04-26 | 1 | -2852/+4 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 1 | -5/+61 |
* | Correct #includes to work with fixed sys/mount.h. | grog | 2001-04-23 | 1 | -0/+2 |
* | Reclaim directory vnodes held in namecache if few free vnodes are | tanimura | 2001-04-18 | 1 | -0/+26 |
* | This patch removes the VOP_BWRITE() vector. | phk | 2001-04-17 | 1 | -1/+1 |
* | Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean(). | jlemon | 2001-02-23 | 1 | -0/+5 |
* | Switch to using a struct xucred instead of a struct xucred when not | green | 2001-02-18 | 1 | -2/+10 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -87/+87 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -1/+1 |
* | Properly lock new vnode. | bp | 2001-01-31 | 1 | -4/+9 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 1 | -55/+55 |
* | o The move to using VADMIN under vaccess() resulted in some system | rwatson | 2001-01-23 | 1 | -1/+1 |
* | Stick the kthread API in a kthread_* namespace, and the specialized kproc | jhb | 2000-12-15 | 1 | -2/+2 |
* | Use proper mutex locking when calling setrunnable from speedup_syncer(). | mckusick | 2000-12-13 | 1 | -3/+2 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -4/+2 |
* | Untangle vfsinit() a bit. Use seperate sysinit functions rather than | peter | 2000-12-06 | 1 | -2/+4 |
* | Correct int/long type mismatch in the proper place this time. freevnodes | gallatin | 2000-12-02 | 1 | -3/+3 |
* | Use msleep() instead of mtx_exit()/tsleep() so that we release the lock and | jhb | 2000-12-01 | 1 | -13/+7 |
* | Get rid of a bogus mtx_exit (it was attempting to release an | mckusick | 2000-11-30 | 1 | -1/+0 |
* | Implement a low-memory deadlock solution. | dillon | 2000-11-18 | 1 | -4/+10 |
* | Clear the VFREE flag when the vnode is removed from the free list in | tegge | 2000-11-02 | 1 | -0/+1 |
* | Take VBLK devices further out of their missery. | phk | 2000-11-02 | 1 | -12/+11 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to perform | rwatson | 2000-10-19 | 1 | -0/+5 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -2/+2 |
* | Do not call lockdestroy() for v_vnlock, which may point to a lock in a | jasone | 2000-10-06 | 1 | -4/+1 |
* | Style fixes based on comments by bde | eivind | 2000-10-05 | 1 | -20/+31 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -53/+58 |
* | Move KASSERTs which checks value of v_usecount after vnode locking, so | bp | 2000-10-02 | 1 | -2/+4 |
* | Do the right thing if bdevvp is called twice for the same device. | mckusick | 2000-09-27 | 1 | -0/+2 |
* | Add a lock structure to vnode structure. Previously it was either allocated | bp | 2000-09-25 | 1 | -4/+5 |
* | Style fixes: | eivind | 2000-09-22 | 1 | -52/+107 |
* | Staticize addalias() | eivind | 2000-09-22 | 1 | -1/+2 |
* | comment vfs_export functions, requested by: eivind | alfred | 2000-09-21 | 1 | -1/+12 |
* | o Add additional comment describing vaccess() behavior. | rwatson | 2000-09-20 | 1 | -0/+7 |
* | Rename lminor() to dev2unit(). This function gives a linear unit number | phk | 2000-09-19 | 1 | -2/+2 |
* | Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT. | bp | 2000-09-12 | 1 | -71/+11 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -0/+4 |
* | o Synchronize vaccess() capability access control checks with TrustedBSD | rwatson | 2000-09-06 | 1 | -4/+4 |
* | Move extern declaration of dead_vnodeop_p to a .h file. | phk | 2000-09-05 | 1 | -3/+5 |
* | o Restructure vaccess() so as to check for DAC permission to modify the | rwatson | 2000-08-29 | 1 | -40/+92 |
* | Fix typo in last commit. | phk | 2000-08-20 | 1 | -2/+1 |
* | Centralize the canonical vop_access user/group/other check in vaccess(). | phk | 2000-08-20 | 1 | -0/+54 |
* | This patch corrects the first round of panics and hangs reported | mckusick | 2000-07-24 | 1 | -3/+33 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -3/+26 |
* | Fix support for more than 256 simultaneous mounts. Theoretical limit | bp | 2000-07-07 | 1 | -2/+4 |
* | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | phk | 2000-07-04 | 1 | -3/+3 |
* | Simplify and rationalise the management of the vnode free list | mckusick | 2000-07-04 | 1 | -74/+30 |