| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable(s). | phk | 2003-05-31 | 1 | -6/+0 |
* | Fail to mount a device if the bytes per sector in the BPB is less than | jhb | 2003-04-24 | 1 | -0/+6 |
* | It appears that msdosfs_init() is called multiple times. This happens | imp | 2003-04-10 | 1 | -0/+13 |
* | - Add a new 'flags' parameter to getblk(). | jeff | 2003-03-04 | 2 | -7/+10 |
* | Finish cleanup of vprint() which was begun with changing v_tag to a string. | njl | 2003-03-03 | 1 | -1/+1 |
* | Clean up whitespace, s/register //, refrain from strong urge to ANSIfy. | des | 2003-03-02 | 1 | -14/+14 |
* | uiomove-related caddr_t -> void * (just the low-hanging fruit) | des | 2003-03-02 | 1 | -4/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 3 | -4/+4 |
* | - Cleanup unlocked accesses to buf flags by introducing a new b_vflag member | jeff | 2003-02-09 | 1 | -37/+4 |
* | Split the global timezone structure into two integer fields to | phk | 2003-02-03 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 3 | -4/+4 |
* | Temporarily introduce a new VOP_SPECSTRATEGY operation while I try | phk | 2003-01-04 | 1 | -1/+1 |
* | Since Jeffr made the std* functions the default in rev 1.63 of | phk | 2003-01-04 | 1 | -3/+0 |
* | Abstract-out the constants for the sequential heuristic. | dillon | 2002-12-28 | 1 | -1/+1 |
* | Fix instances of macros with improperly parenthasized arguments. | alfred | 2002-11-09 | 1 | -2/+2 |
* | Fix winChkName() to match when the last slot contains nothing but the | semenu | 2002-10-29 | 1 | -1/+8 |
* | Grrr, s/PBP/BPB/ here as well. | jhb | 2002-10-21 | 1 | -1/+1 |
* | Spell the BPB member of the 7.10 bootsector as bsBPB rather than bsPBP to | jhb | 2002-10-21 | 1 | -1/+1 |
* | Regularize the vop_stdlock'ing protocol across all the filesystems | mckusick | 2002-10-14 | 1 | -3/+0 |
* | - Use vrefcnt() where it is safe to do so instead of doing direct and | jeff | 2002-09-25 | 3 | -11/+15 |
* | Remove any VOP_PRINT that redundantly prints the tag. | njl | 2002-09-18 | 1 | -6/+3 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 3 | -5/+5 |
* | Fixed printf format errors and style bugs in rev.1.92. This is the version | bde | 2002-08-25 | 1 | -2/+3 |
* | Oops, the previous commit wasn't the version that I meant to commit (it | bde | 2002-08-25 | 1 | -78/+9 |
* | Fixed printf format errors and style bugs in previous commit. | bde | 2002-08-25 | 1 | -9/+78 |
* | Fix a bug where large msdos partitions were not handled correctly, and fix | trhodes | 2002-08-22 | 1 | -1/+7 |
* | When a cluster entry for ``.'' is set to 0, msdosfs fails to handle it | trhodes | 2002-08-16 | 1 | -0/+11 |
* | Introduce typedefs for the member functions of struct vfsops and employ | phk | 2002-08-13 | 1 | -10/+7 |
* | Fix typo in vnode flags causing deadlock in msdosfs_fsync(). | pb | 2002-08-05 | 1 | -1/+1 |
* | - Replace v_flag with v_iflag and v_vflag | jeff | 2002-08-04 | 4 | -8/+14 |
* | More s/file system/filesystem/g | trhodes | 2002-05-16 | 4 | -9/+9 |
* | Make daddr_t and u_daddr_t 64bits wide. | phk | 2002-05-14 | 1 | -2/+2 |
* | Fixed a very old bug in setting timestamps using utimes(2) on msdosfs | bde | 2002-04-05 | 1 | -4/+11 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 2 | -7/+7 |
* | Fixed some style bugs in the removal of __P(()). Continuation lines | bde | 2002-03-23 | 2 | -14/+14 |
* | Remove __P. | alfred | 2002-03-19 | 9 | -91/+89 |
* | Introduce the new 64-bit size disk block, daddr64_t. Change | mckusick | 2002-03-15 | 2 | -7/+17 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -3/+3 |
* | Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget() | dillon | 2001-12-20 | 1 | -1/+1 |
* | Fix indentation after removing GEMDOS support. Whitespace changes only. | jhb | 2001-11-28 | 1 | -14/+14 |
* | Use suser_td() instead of explicitly checking cr_uid against 0. | jhb | 2001-11-28 | 2 | -3/+3 |
* | Axe more unused GEMDOS code that was #ifdef atari. | jhb | 2001-11-28 | 4 | -44/+1 |
* | Remove GEMDOS support from msdosfs. I don't think anyone is going to | jhb | 2001-11-27 | 2 | -130/+0 |
* | Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount | dillon | 2001-11-04 | 1 | -0/+1 |
* | Change the vnode list under the mount point from a LIST to a TAILQ | dillon | 2001-10-23 | 1 | -3/+3 |
* | KSE Milestone 2 | julian | 2001-09-12 | 5 | -112/+112 |
* | remove support for creating files and directories from msdosfs_mknod | assar | 2001-07-19 | 1 | -14/+1 |
* | Fix a mntvnode and vnode interlock reversal. | jhb | 2001-06-28 | 1 | -2/+3 |
* | - VFS_SET(msdos) -> VFS_SET(msdosfs) | ru | 2001-06-01 | 1 | -1/+1 |