| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more mntvnode and vnode interlock order reversals. | jhb | 2001-06-28 | 1 | -2/+2 |
* | Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 1 | -3/+4 |
* | Change the second argument of vflush() to an integer that specifies | iedowse | 2001-05-16 | 1 | -2/+2 |
* | Move the netexport structure from the fs-specific mountstructure | phk | 2001-04-25 | 1 | -2/+2 |
* | Reviewed by: jlemon | adrian | 2001-03-01 | 1 | -5/+11 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -13/+13 |
* | Mechanical change to use <sys/queue.h> macro API instead of | phk | 2001-02-04 | 1 | -4/+4 |
* | Back out proc locking to protect p_ucred for obtaining additional | jhb | 2001-01-27 | 1 | -24/+3 |
* | Convert all simplelocks to mutexes and remove the simplelock implementations. | jasone | 2001-01-24 | 1 | -13/+12 |
* | Proc locking, mostly protecting p_ucred while obtaining additional | jhb | 2001-01-23 | 1 | -5/+26 |
* | Use a pointer to a size_t for the 4th argument to copyinstr- | mjacob | 2000-12-09 | 1 | -1/+1 |
* | Support filesystems with the not-so-new "sparse_superblocks" feature. | bde | 2000-11-03 | 1 | -8/+12 |
* | Blow away the v_specmountpoint define, replacing it with what it was | eivind | 2000-10-09 | 1 | -2/+2 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -3/+5 |
* | ext2fs depends on ufs code, so update it to properly handle v_lock field. | bp | 2000-09-26 | 1 | -1/+1 |
* | Separate the struct bio related stuff out of <sys/buf.h> into | phk | 2000-05-05 | 1 | -0/+1 |
* | Remove unneeded #include <vm/vm_zone.h> | phk | 2000-04-30 | 1 | -1/+0 |
* | ext2fs relies on UFS support code, and as a result also requires | rwatson | 2000-04-15 | 1 | -0/+1 |
* | Don't forget to check for unsupported features when updating. It was | bde | 2000-03-09 | 1 | -1/+4 |
* | Give vn_isdisk() a second argument where it can return a suitable errno. | phk | 2000-01-10 | 1 | -2/+2 |
* | Don't allow mounting (or mounting R/W) of filesystems with unsupported | bde | 2000-01-02 | 1 | -16/+34 |
* | Second pass commit to introduce new ACL and Extended Attribute system | rwatson | 1999-12-19 | 1 | -0/+2 |
* | Introduce NDFREE (and remove VOP_ABORTOP) | eivind | 1999-12-15 | 1 | -0/+3 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 1 | -1/+1 |
* | Next step in the device cleanup process. | phk | 1999-11-09 | 1 | -1/+4 |
* | Newline-terminate the complaint message about not being able to find | msmith | 1999-11-01 | 1 | -1/+1 |
* | Remove the D_NOCLUSTER[RW] options which were added because vn had | phk | 1999-09-30 | 1 | -14/+0 |
* | Seperate the export check in VFS_FHTOVP, exports are now checked via | alfred | 1999-09-11 | 1 | -7/+5 |
* | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | phk | 1999-08-25 | 1 | -5/+1 |
* | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | bde | 1999-08-23 | 1 | -1/+1 |
* | The bdevsw() and cdevsw() are now identical, so kill the former. | phk | 1999-08-13 | 1 | -7/+7 |
* | Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>, | phk | 1999-08-08 | 1 | -2/+0 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -2/+1 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -7/+7 |
* | Continue where Julian left off in July 1998: | phk | 1999-05-07 | 1 | -7/+7 |
* | Fixed parenthesization botch in previous commit. Async update of inodes | bde | 1999-01-29 | 1 | -1/+1 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -2/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -18/+18 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -2/+1 |
* | Use TAILQ macros for clean/dirty block list processing. Set b_xflags | peter | 1998-10-31 | 1 | -2/+1 |
* | Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted | bde | 1998-10-25 | 1 | -1/+2 |
* | Updated ext2_reload() and ext2_sync(). Locking was broken, and MNT_LAZY | bde | 1998-09-26 | 1 | -42/+63 |
* | Fixed missing newlines in messages in ext2_check_descriptors(). | bde | 1998-09-26 | 1 | -8/+12 |
* | Fixed clean flag handling: | bde | 1998-09-26 | 1 | -10/+35 |
* | Fixed the usual missing permissions checks in mount(). As for cd9660, | bde | 1998-09-09 | 1 | -1/+35 |
* | Don't forget to initialize the inode lock. This bug caused | bde | 1998-09-09 | 1 | -0/+1 |
* | Removed statically configured mount type numbers (MOUNT_*) and all | bde | 1998-09-07 | 1 | -3/+3 |
* | add anti-panic workaround from chris radek (cradek@in221.inetnebr.com) | julian | 1998-07-30 | 1 | -0/+2 |
* | Don't use "ffs" in an ext2fs sleep message string. | bde | 1998-05-16 | 1 | -3/+14 |
* | As described by the submitter: | msmith | 1998-05-06 | 1 | -1/+0 |