| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell magic '16' number as IO_SEQSHIFT. | Alexander Kabaev | 2004-01-19 | 1 | -1/+1 |
* | DuH! | Poul-Henning Kamp | 2003-10-18 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_SPECSTRATEGY() | Poul-Henning Kamp | 2003-10-18 | 1 | -0/+1 |
* | - Don't cache_purge() in cd9660_reclaim. vclean() does it for us so | Jeff Roberson | 2003-10-05 | 1 | -1/+0 |
* | - Support for multibyte charsets in LIBICONV. | Max Khon | 2003-09-26 | 8 | -60/+187 |
* | Do not call VOP_BMAP() on our own vnodes. | Poul-Henning Kamp | 2003-08-17 | 1 | -10/+3 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -2/+2 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | Poul-Henning Kamp | 2003-07-26 | 1 | -2/+2 |
* | change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 | John-Mark Gurney | 2003-06-24 | 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 | -14/+9 |
* | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 7 | -8/+21 |
* | emove unused variable(s). | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+0 |
* | Rename vfs_stdsync function to vfs_stdnosync which matches more | Alexander Kabaev | 2003-03-11 | 1 | -1/+1 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | Nate Lawson | 2003-03-03 | 1 | -3/+0 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | Dag-Erling Smørgrav | 2003-03-02 | 1 | -25/+25 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | Dag-Erling Smørgrav | 2003-03-02 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 2 | -6/+6 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 2 | -6/+6 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | Poul-Henning Kamp | 2003-01-04 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | Poul-Henning Kamp | 2003-01-04 | 1 | -9/+0 |
* | Unbreak MNT_UPDATE when running with cd as root. Detect mountroot by | Peter Wemm | 2002-11-02 | 1 | -2/+1 |
* | Fix comments and one resulting code confusion about the type of the | Poul-Henning Kamp | 2002-10-16 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | Kirk McKusick | 2002-10-14 | 2 | -7/+1 |
* | Change iov_base's type from `char *' to the standard `void *'. All | Mike Barcroft | 2002-10-11 | 1 | -1/+1 |
* | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 2 | -7/+7 |
* | - Use vrefcnt() instead of v_usecount. | Jeff Roberson | 2002-09-25 | 1 | -2/+2 |
* | Remove any VOP_PRINT that redundantly prints the tag. | Nate Lawson | 2002-09-18 | 1 | -18/+3 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | Nate Lawson | 2002-09-14 | 2 | -2/+2 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -3/+3 |
* | Introduce typedefs for the member functions of struct vfsops and employ | Poul-Henning Kamp | 2002-08-13 | 1 | -8/+7 |
* | - Replace v_flag with v_iflag and v_vflag | Jeff Roberson | 2002-08-04 | 1 | -1/+1 |
* | Quick fix for non-unique inode numbers for hard links. We use the | Bruce Evans | 2002-05-22 | 1 | -6/+14 |
* | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 3 | -5/+5 |
* | Include systm.h for panic(9) so that DEBUG_ALL_VFS_LOCKS compiles. | Jeff Roberson | 2002-05-04 | 2 | -0/+2 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -1/+1 |
* | In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionally | Bruce Evans | 2002-03-30 | 1 | -0/+4 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | Bruce Evans | 2002-03-24 | 3 | -8/+7 |
* | Remove references to vm_zone.h and switch over to the new uma API. | Jeff Roberson | 2002-03-20 | 1 | -4/+4 |
* | Remove __P. | Alfred Perlstein | 2002-03-20 | 7 | -92/+82 |
* | Add a flags parameter to VFS_VGET to pass through the desired | Kirk McKusick | 2002-03-17 | 5 | -16/+42 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -2/+2 |
* | Fix mounting root from a ISO9660 filesystem on a SCSI CDROM. | Kenneth D. Merry | 2001-11-27 | 1 | -0/+10 |
* | Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flags | Matthew Dillon | 2001-11-04 | 1 | -1/+1 |
* | B_ERROR is BIO_ERROR on -current. | Poul-Henning Kamp | 2001-11-04 | 1 | -1/+1 |
* | Fix a bug in CD9660 when vmiodirenable is turned on. CD9660 was assuming | Matthew Dillon | 2001-11-04 | 1 | -1/+23 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 4 | -56/+55 |
* | - FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file | Ruslan Ermilov | 2001-05-23 | 1 | -1/+1 |
* | Change the second argument of vflush() to an integer that specifies | Ian Dowse | 2001-05-16 | 1 | -1/+1 |