| Commit message (Expand) | Author | Age | Files | Lines |
| * | Consistently use vop_stdpathconf() for default pathconf values. | John Baldwin | 2017-07-11 | 1 | -7/+1 |
| * | msdosfs: reformat a comment to reduce NetBSD diffs | Ed Maste | 2017-06-22 | 1 | -8/+6 |
| * | msdosfs: adjust #ifdefs to be similar to NetBSD | Ed Maste | 2017-06-12 | 3 | -6/+13 |
| * | Remove msdosfs -o large support. | Konstantin Belousov | 2017-06-09 | 4 | -245/+18 |
| * | msdosfs: use mem{cpy,move,set} instead of bcopy,bzero | Ed Maste | 2017-06-02 | 5 | -17/+17 |
| * | msdosfs: constify | Ed Maste | 2017-05-21 | 1 | -4/+4 |
| * | msdosfs: correct constant and typo in comment | Ed Maste | 2017-05-21 | 1 | -1/+1 |
| * | msdosfs: capitalize FAT appropriately | Ed Maste | 2017-05-21 | 7 | -60/+60 |
| * | msdosfs: use C99 types | Ed Maste | 2017-05-19 | 9 | -133/+133 |
| * | All these files need sys/vmmeter.h, but now they got it implicitly | Gleb Smirnoff | 2017-04-17 | 2 | -0/+2 |
| * | Use buffer pager for msdosfs. | Konstantin Belousov | 2016-10-28 | 1 | -0/+36 |
| * | Enable vn_io_fault() deadlock avoidance for msdosfs. | Konstantin Belousov | 2016-10-28 | 2 | -3/+9 |
| * | Ensure that cluster allocations never allocate clusters outside the | Konstantin Belousov | 2016-10-28 | 1 | -4/+26 |
| * | If the fatchain() call in chainalloc() returned an error, revert | Konstantin Belousov | 2016-10-28 | 1 | -1/+4 |
| * | Use symbolic name for the value of fully free word in pm_inusemap. | Konstantin Belousov | 2016-10-28 | 1 | -5/+7 |
| * | Use symbolic name for the free cluster number. | Konstantin Belousov | 2016-10-28 | 1 | -1/+1 |
| * | Fix comment formatting. | Konstantin Belousov | 2016-10-28 | 1 | -6/+8 |
| * | Remove useless NULL check. | Konstantin Belousov | 2016-10-28 | 1 | -2/+1 |
| * | Mount msdosfs with longnames support by default. | Alan Somers | 2016-09-23 | 3 | -71/+2 |
| * | Implement VOP_FDATASYNC() for msdosfs. | Konstantin Belousov | 2016-08-15 | 1 | -0/+1 |
| * | Same as for UFS, remove drop/reacquire of Giant, and use si_mountpt as | Konstantin Belousov | 2016-05-21 | 1 | -17/+13 |
| * | sys/fs: spelling fixes in comments. | Pedro F. Giffuni | 2016-04-29 | 4 | -5/+5 |
| * | msdosfs: Prevent buffer overflow when expanding win95 names | Kristof Provost | 2016-04-26 | 2 | -9/+23 |
| * | sys: extend use of the howmany() macro when available. | Pedro F. Giffuni | 2016-04-26 | 1 | -3/+2 |
| * | fs misc: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 3 | -5/+5 |
| * | msdosfs_rename: yet another unused value. | Pedro F. Giffuni | 2016-02-07 | 1 | -3/+0 |
| * | msdosfs_rename: Unused value | Pedro F. Giffuni | 2016-02-06 | 1 | -1/+0 |
| * | File systems that do not use the buffer cache (such as ZFS) must | Rick Macklem | 2015-04-15 | 1 | -0/+1 |
| * | Do not call msdosfs_sync() on the read-only msdosfs mounts. In fact, | Konstantin Belousov | 2015-04-05 | 1 | -6/+6 |
| * | Assert that an msdosfs mount is not read-only when FAT modifications | Konstantin Belousov | 2015-04-05 | 1 | -0/+6 |
| * | msdosfs: mark unused compat-mount fields | Konstantin Belousov | 2015-03-22 | 1 | -4/+2 |
| * | Fix a bunch of -Wcast-qual warnings in msdosfs_conv.c, by using | Dimitry Andric | 2015-01-29 | 1 | -6/+7 |
| * | ANSIfy msdosfs | Ed Maste | 2015-01-12 | 3 | -33/+17 |
| * | ANSIfy sys/fs/msdosfs | Ed Maste | 2015-01-09 | 6 | -286/+63 |
| * | Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, some | Konstantin Belousov | 2014-12-21 | 1 | -0/+2 |
| * | The VOP_LOOKUP() implementations for CREATE op do not put the name | Konstantin Belousov | 2014-12-18 | 1 | -1/+1 |
| * | Do not call VFS_SYNC() before VFS_UNMOUNT() for forced unmount. | Konstantin Belousov | 2014-12-09 | 1 | -3/+7 |
| * | Do not set IN_ACCESS flag for read-only mounts. The IN_ACCESS | Konstantin Belousov | 2014-10-11 | 1 | -1/+1 |
| * | Generalize vn_get_ino() to allow filesystems to use custom vnode | Konstantin Belousov | 2014-07-14 | 1 | -52/+28 |
| * | In msdosfs_setattr(), add a check for result of the utimes(2) | Konstantin Belousov | 2014-06-17 | 1 | -6/+3 |
| * | After r254627, the deupdate() started writing the directory entries to | Konstantin Belousov | 2014-05-03 | 1 | -0/+11 |
| * | msdosfs: minor format fix - spaces vs tab | Pedro F. Giffuni | 2014-03-20 | 1 | -1/+1 |
| * | Expand the use of stat(2) flags to allow storing some Windows/DOS | Kenneth D. Merry | 2013-08-21 | 2 | -42/+63 |
| * | The fsync(2) call should sync the vnode in such way that even after | Konstantin Belousov | 2013-05-02 | 2 | -13/+50 |
| * | - Correct spelling in comments | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
| * | - Correct mispellings of the word necessary | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
| * | Add currently unused flag argument to the cluster_read(), | Konstantin Belousov | 2013-03-14 | 1 | -2/+2 |
| * | Do not update the fsinfo block on each update of any fat block, this | Konstantin Belousov | 2013-02-17 | 3 | -30/+45 |
| * | The MSDOSFSMNT_WAITONFAT flag is bogus and broken. It does less than | Konstantin Belousov | 2013-02-01 | 1 | -2/+2 |
| * | Backup FATs were sometimes marked dirty by copying their first block | Konstantin Belousov | 2013-02-01 | 1 | -1/+12 |