| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed some (most) style bugs in rev.1.33. Mainly 4-char indentation | bde | 2003-12-29 | 1 | -58/+68 |
* | Fixed some minor style bugs in rev.1.144. All related to msdosfs_advlock() | bde | 2003-12-29 | 1 | -11/+8 |
* | Fixed style bugs in rev.1.112. The bugs started with obscure magic | bde | 2003-12-29 | 1 | -12/+12 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | trhodes | 2003-12-26 | 5 | -1/+106 |
* | Make msdosfs long filenames matching case insensitive again. | fjoe | 2003-12-08 | 1 | -3/+5 |
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | kan | 2003-11-05 | 1 | -6/+6 |
* | Take care not to call vput if thread used in corresponding vget | kan | 2003-11-02 | 1 | -1/+2 |
* | Temporarily undo parts of the stuct mount locking commit by jeff. | kan | 2003-11-01 | 1 | -2/+1 |
* | DuH! | phk | 2003-10-18 | 1 | -1/+1 |
* | Initialize b_offset before calling VOP_STRATEGY/VOP_SPECSTRATEGY. | phk | 2003-10-18 | 1 | -0/+1 |
* | - Check the XLOCK prior to inspecting v_data. | jeff | 2003-10-05 | 1 | -0/+4 |
* | - Don't cache_purge() in *_reclaim routines. vclean() does it for us so | jeff | 2003-10-05 | 1 | -1/+0 |
* | - Acquire the vnode interlock prior to droping the mntvnode_mtx. This does | jeff | 2003-10-04 | 1 | -1/+1 |
* | Fixed some style bugs in previous commit. Mainly, forward-declare | bde | 2003-09-27 | 1 | -15/+21 |
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 7 | -351/+596 |
* | Add a '-M mask' option so that users can have different | trhodes | 2003-08-12 | 3 | -4/+10 |
* | Add a "int fd" argument to VOP_OPEN() which in the future will | phk | 2003-07-26 | 1 | -2/+2 |
* | If bread() returns a zero-length buffer, as can happen after a | trhodes | 2003-07-03 | 1 | -0/+4 |
* | XXX Copy workaround from UFS: open device for write access even if | tjr | 2003-06-29 | 1 | -0/+19 |
* | Fix a bug where a truncate operation involving truncate() or ftruncate() on | trhodes | 2003-06-27 | 1 | -17/+10 |
* | change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 | jmg | 2003-06-24 | 1 | -1/+1 |
* | Add the same KASSERT to all VOP_STRATEGY and VOP_SPECSTRATEGY implementations | phk | 2003-06-15 | 1 | -0/+2 |
* | Initialize struct vfsops C99-sparsely. | phk | 2003-06-12 | 1 | -14/+9 |
* | 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 |