| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 1 | -1/+0 |
| * | - Lock access to the buf lists. | Jeff Roberson | 2002-09-25 | 1 | -2/+2 |
| * | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 1 | -1/+1 |
| * | Convert ext2fs to nmount(2). | Maxime Henrion | 2002-05-24 | 1 | -19/+28 |
| * | Add an ext2_uninit() routine that undoes the actions performed by | Ian Dowse | 2002-05-18 | 1 | -5/+9 |
| * | Fix two off-by-one errors when sanity-checking inode numbers. In | Ian Dowse | 2002-05-18 | 1 | -1/+1 |
| * | Remove register keyword. | Ian Dowse | 2002-05-16 | 1 | -25/+25 |
| * | Complete the separation of ext2fs from ufs by copying the remaining | Ian Dowse | 2002-05-16 | 1 | -92/+101 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -2/+2 |
| * | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | Bruce Evans | 2002-03-30 | 1 | -0/+5 |
| * | Moved $FreeBSD$ to the correct place. | Bruce Evans | 2002-03-23 | 1 | -1/+1 |
| * | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-23 | 1 | -4/+3 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -18/+18 |
| * | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 1 | -3/+6 |
| * | Remove use of the bogus ioctl DIOCGPART. | Poul-Henning Kamp | 2002-03-11 | 1 | -11/+1 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -3/+3 |
| * | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | Matthew Dillon | 2001-11-04 | 1 | -0/+1 |
| * | Change the vnode list under the mount point from a LIST to a TAILQ | Matthew Dillon | 2001-10-23 | 1 | -4/+5 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -60/+60 |
| * | Fix more mntvnode and vnode interlock order reversals. | John Baldwin | 2001-06-28 | 1 | -2/+2 |
| * | Fix a mntvnode and vnode interlock reversal. | John Baldwin | 2001-06-28 | 1 | -3/+4 |
| * | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 1 | -2/+2 |
| * | Move the netexport structure from the fs-specific mountstructure | Poul-Henning Kamp | 2001-04-25 | 1 | -2/+2 |
| * | Reviewed by: jlemon | Adrian Chadd | 2001-03-01 | 1 | -5/+11 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -13/+13 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -4/+4 |
| * | Back out proc locking to protect p_ucred for obtaining additional | John Baldwin | 2001-01-27 | 1 | -24/+3 |
| * | Convert all simplelocks to mutexes and remove the simplelock implementations. | Jason Evans | 2001-01-24 | 1 | -13/+12 |
| * | Proc locking, mostly protecting p_ucred while obtaining additional | John Baldwin | 2001-01-23 | 1 | -5/+26 |
| * | Use a pointer to a size_t for the 4th argument to copyinstr- | Matt Jacob | 2000-12-09 | 1 | -1/+1 |
| * | Support filesystems with the not-so-new "sparse_superblocks" feature. | Bruce Evans | 2000-11-03 | 1 | -8/+12 |
| * | Blow away the v_specmountpoint define, replacing it with what it was | Eivind Eklund | 2000-10-09 | 1 | -2/+2 |
| * | Convert lockmgr locks from using simple locks to using mutexes. | Jason Evans | 2000-10-04 | 1 | -3/+5 |
| * | ext2fs depends on ufs code, so update it to properly handle v_lock field. | Boris Popov | 2000-09-26 | 1 | -1/+1 |
| * | Separate the struct bio related stuff out of <sys/buf.h> into | Poul-Henning Kamp | 2000-05-05 | 1 | -0/+1 |
| * | Remove unneeded #include <vm/vm_zone.h> | Poul-Henning Kamp | 2000-04-30 | 1 | -1/+0 |
| * | ext2fs relies on UFS support code, and as a result also requires | Robert Watson | 2000-04-15 | 1 | -0/+1 |
| * | Don't forget to check for unsupported features when updating. It was | Bruce Evans | 2000-03-09 | 1 | -1/+4 |
| * | Give vn_isdisk() a second argument where it can return a suitable errno. | Poul-Henning Kamp | 2000-01-10 | 1 | -2/+2 |
| * | Don't allow mounting (or mounting R/W) of filesystems with unsupported | Bruce Evans | 2000-01-02 | 1 | -16/+34 |
| * | Second pass commit to introduce new ACL and Extended Attribute system | Robert Watson | 1999-12-19 | 1 | -0/+2 |
| * | Introduce NDFREE (and remove VOP_ABORTOP) | Eivind Eklund | 1999-12-15 | 1 | -0/+3 |
| * | struct mountlist and struct mount.mnt_list have no business being | Poul-Henning Kamp | 1999-11-20 | 1 | -1/+1 |
| * | Next step in the device cleanup process. | Poul-Henning Kamp | 1999-11-09 | 1 | -1/+4 |
| * | Newline-terminate the complaint message about not being able to find | Mike Smith | 1999-11-01 | 1 | -1/+1 |
| * | Remove the D_NOCLUSTER[RW] options which were added because vn had | Poul-Henning Kamp | 1999-09-30 | 1 | -14/+0 |
| * | Seperate the export check in VFS_FHTOVP, exports are now checked via | Alfred Perlstein | 1999-09-11 | 1 | -7/+5 |
| * | Introduce vn_isdisk(struct vnode *vp) function, and use it to test for diskness. | Poul-Henning Kamp | 1999-08-25 | 1 | -5/+1 |
| * | Initialise fsids with (user) device numbers again. Bitrot when dev_t's | Bruce Evans | 1999-08-23 | 1 | -1/+1 |
| * | The bdevsw() and cdevsw() are now identical, so kill the former. | Poul-Henning Kamp | 1999-08-13 | 1 | -7/+7 |