| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r308027: | kib | 2016-11-11 | 1 | -0/+36 |
* | MFC r308025: | kib | 2016-11-11 | 2 | -3/+9 |
* | MFC r308024: | kib | 2016-11-11 | 1 | -4/+26 |
* | MFC r308023: | kib | 2016-11-11 | 1 | -1/+4 |
* | MFC r308022: | kib | 2016-11-11 | 1 | -5/+7 |
* | MFC r308021: | kib | 2016-11-11 | 1 | -1/+1 |
* | MFC r308020: | kib | 2016-11-11 | 1 | -6/+8 |
* | MFC r308019: | kib | 2016-11-11 | 1 | -2/+1 |
* | MFC r306276, but don't remove findwin95 | asomers | 2016-10-21 | 1 | -18/+2 |
* | MFC r304178: | kib | 2016-08-29 | 1 | -0/+1 |
* | Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt as | kib | 2016-05-21 | 1 | -17/+13 |
* | sys/fs: spelling fixes in comments. | pfg | 2016-04-29 | 4 | -5/+5 |
* | msdosfs: Prevent buffer overflow when expanding win95 names | kp | 2016-04-26 | 2 | -9/+23 |
* | sys: extend use of the howmany() macro when available. | pfg | 2016-04-26 | 1 | -3/+2 |
* | fs misc: for pointers replace 0 with NULL. | pfg | 2016-04-15 | 3 | -5/+5 |
* | msdosfs_rename: yet another unused value. | pfg | 2016-02-07 | 1 | -3/+0 |
* | msdosfs_rename: Unused value | pfg | 2016-02-06 | 1 | -1/+0 |
* | File systems that do not use the buffer cache (such as ZFS) must | rmacklem | 2015-04-15 | 1 | -0/+1 |
* | Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact, | kib | 2015-04-05 | 1 | -6/+6 |
* | Assert that an msdosfs mount is not read-only when FAT modifications | kib | 2015-04-05 | 1 | -0/+6 |
* | msdosfs: mark unused compat-mount fields | kib | 2015-03-22 | 1 | -4/+2 |
* | Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by using | dim | 2015-01-29 | 1 | -6/+7 |
* | ANSIfy msdosfs | emaste | 2015-01-12 | 3 | -33/+17 |
* | ANSIfy sys/fs/msdosfs | emaste | 2015-01-09 | 6 | -286/+63 |
* | Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some | kib | 2014-12-21 | 1 | -0/+2 |
* | The VOP_LOOKUP() implementations for CREATE op do not put the name | kib | 2014-12-18 | 1 | -1/+1 |
* | Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount. | kib | 2014-12-09 | 1 | -3/+7 |
* | Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESS | kib | 2014-10-11 | 1 | -1/+1 |
* | Generalize vn_get_ino() to allow filesystems to use custom vnode | kib | 2014-07-14 | 1 | -52/+28 |
* | In msdosfs_setattr(), add a check for result of the utimes(2) | kib | 2014-06-17 | 1 | -6/+3 |
* | After r254627, the deupdate() started writing the directory entries to | kib | 2014-05-03 | 1 | -0/+11 |
* | msdosfs: minor format fix - spaces vs tab | pfg | 2014-03-20 | 1 | -1/+1 |
* | Expand the use of stat(2) flags to allow storing some Windows/DOS | ken | 2013-08-21 | 2 | -42/+63 |
* | The fsync(2) call should sync the vnode in such way that even after | kib | 2013-05-02 | 2 | -13/+50 |
* | - Correct spelling in comments | gabor | 2013-04-17 | 1 | -1/+1 |
* | - Correct mispellings of the word necessary | gabor | 2013-04-17 | 1 | -1/+1 |
* | Add currently unused flag argument to the cluster_read(), | kib | 2013-03-14 | 1 | -2/+2 |
* | Do not update the fsinfo block on each update of any fat block, this | kib | 2013-02-17 | 3 | -30/+45 |
* | The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less than | kib | 2013-02-01 | 1 | -2/+2 |
* | Backup FATs were sometimes marked dirty by copying their first block | kib | 2013-02-01 | 1 | -1/+12 |
* | The directory entry for dotdot was corrupted in the FAT32 case when moving | kib | 2013-02-01 | 1 | -5/+13 |
* | The mountmsdosfs() function had an insane sanity test, remove it. | kib | 2013-02-01 | 1 | -2/+1 |
* | Fix a backwards comment in markvoldirty(). | kib | 2013-02-01 | 1 | -1/+1 |
* | r16312 is not any longer real since many years (likely since when VFS | attilio | 2012-11-19 | 1 | -6/+0 |
* | Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag. | attilio | 2012-11-09 | 1 | -1/+0 |
* | Use NULL instead of 0 for pointers | kevlo | 2012-07-22 | 1 | -1/+1 |
* | Remove unused thread argument to vrecycle(). | trasz | 2012-04-23 | 1 | -2/+1 |
* | Remove unused thread argument from vtruncbuf(). | trasz | 2012-04-23 | 4 | -12/+10 |
* | This change creates a new list of active vnodes associated with | mckusick | 2012-04-20 | 1 | -1/+1 |
* | Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL. | mckusick | 2012-04-17 | 1 | -9/+2 |