| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvs | cvs2svn | 2004-01-10 | 21 | -21/+21 |
| * | Fixed a reference to a nonexistent variable in previous commit. Renaming | Bruce Evans | 2003-11-05 | 1 | -9/+8 |
| * | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | Alexander Kabaev | 2003-11-05 | 1 | -11/+11 |
| * | Remove alpha-bitops.h now that it's unused. It's in the attic if | Marcel Moolenaar | 2003-11-03 | 1 | -255/+0 |
| * | Use VOP_UNLOCK/vrele instead of vput. td was erecived as a parameter | Alexander Kabaev | 2003-11-03 | 1 | -2/+4 |
| * | Take care not to call vput if thread used in corresponding vget | Alexander Kabaev | 2003-11-02 | 1 | -1/+2 |
| * | Temporarily undo parts of the stuct mount locking commit by jeff. | Alexander Kabaev | 2003-11-01 | 1 | -2/+1 |
| * | Fix the alpha tinderbox. The alpha specific bitops used by the bitmap | Marcel Moolenaar | 2003-10-29 | 2 | -6/+2 |
| * | DuH! | Poul-Henning Kamp | 2003-10-18 | 3 | -3/+3 |
| * | Initialize bp->b_offset before calling VOP_[SPEC]STRATEGY() | Poul-Henning Kamp | 2003-10-18 | 3 | -0/+3 |
| * | - File systems that wish to inspect the vnode contents or their private | Jeff Roberson | 2003-10-05 | 1 | -0/+8 |
| * | - Don't cache_purge() in ext2_reclaim. vclean() does it for us so | Jeff Roberson | 2003-10-05 | 1 | -1/+0 |
| * | - Don't use vrecycle() call vgonel() directly after grabing the vnode | Jeff Roberson | 2003-10-04 | 1 | -4/+6 |
| * | - Clean-up comments that refer to the use of B_LOCKED. | Jeff Roberson | 2003-08-28 | 2 | -3/+4 |
| * | - In LCK_BUF() simply change the owner of the buf to the kernel. | Jeff Roberson | 2003-08-28 | 1 | -10/+2 |
| * | Change of plans: Add ext2_bitops.h with generic and portable | Marcel Moolenaar | 2003-08-25 | 4 | -49/+116 |
| * | Add compilation support for extfs on ia64, primarily to support LINT. | Marcel Moolenaar | 2003-08-23 | 3 | -6/+53 |
| * | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -1/+1 |
| * | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | Poul-Henning Kamp | 2003-06-15 | 1 | -0/+2 |
| * | Initialize struct vfsops C99-sparsely. | Poul-Henning Kamp | 2003-06-12 | 1 | -25/+21 |
| * | - Lock the buf before clearing flags. | Jeff Roberson | 2003-03-13 | 1 | -1/+1 |
| * | - Add a new 'flags' parameter to getblk(). | Jeff Roberson | 2003-03-04 | 4 | -8/+8 |
| * | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -1/+1 |
| * | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -34/+33 |
| * | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -2/+1 |
| * | - Add an interlock argument to BUF_LOCK and BUF_TIMELOCK. | Jeff Roberson | 2003-02-25 | 1 | -1/+1 |
| * | This commit was generated by cvs2svn to compensate for changes in r111368, | David E. O'Brien | 2003-02-23 | 1 | -0/+248 |
| |\ |
|
| | * | Import Linux's linux/include/asm-sparc64/bitopts.h.vendor/ext2fs | David E. O'Brien | 2003-02-23 | 1 | -0/+248 |
| | * | Update the vendor branch of ext2fs to Linux 2.3.35. This is neededvendor/ext2fs/2.3.35 | Bruce Evans | 2000-01-01 | 8 | -686/+1123 |
| | * | Finish (?) importing the Linux ext2fs files that our GPL'ed ext2fs | Bruce Evans | 2000-01-01 | 1 | -0/+135 |
| * | | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 3 | -9/+9 |
| * | | - Use the new vop_stdfsync instead of recreating our own. | Jeff Roberson | 2003-02-09 | 1 | -49/+3 |
| * | | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY(). | Poul-Henning Kamp | 2003-01-28 | 1 | -1/+1 |
| * | | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 3 | -9/+9 |
| * | | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -9/+0 |
| * | | Convert calls to BUF_STRATEGY to VOP_STRATEGY calls. This is a no-op since | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
| * | | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | | MFufs 1.33: | Bruce Evans | 2002-10-18 | 1 | -1/+1 |
| * | | Be consistent about functions being static. | Poul-Henning Kamp | 2002-10-16 | 1 | -16/+16 |
| * | | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 3 | -3/+1 |
| * | | - Lock access to the buf lists. | Jeff Roberson | 2002-09-25 | 3 | -14/+19 |
| * | | VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link() | Don Lewis | 2002-09-19 | 1 | -11/+4 |
| * | | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -4/+2 |
| * | | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -4/+4 |
| * | | vfs_syscalls.c: | Bruce Evans | 2002-09-10 | 1 | -51/+6 |
| * | | In order to better support flexible and extensible access control, | Robert Watson | 2002-08-15 | 2 | -7/+9 |
| * | | Pass IO_NOMACCHECK to vn_rdwr() in the following checks to prevent | Robert Watson | 2002-08-12 | 2 | -10/+13 |
| * | | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -3/+6 |
| * | | Use hashdestroy() now that it exists. | Ian Dowse | 2002-06-30 | 1 | -6/+1 |