| Commit message (Expand) | Author | Age | Files | Lines |
* | msdosfs: fix potential inode collision on FAT12 and FAT16 | Stefan Eßer | 2024-02-23 | 1 | -1/+7 |
* | sys: Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-23 | 1 | -1/+0 |
* | msdosfs: drop now unused DE_RENAME | Konstantin Belousov | 2021-09-03 | 1 | -1/+0 |
* | msdosfs: fix rename | Konstantin Belousov | 2021-09-03 | 1 | -2/+3 |
* | msdosfs deget(): add locking flags argument | Konstantin Belousov | 2021-09-03 | 1 | -1/+1 |
* | msdosfs: unstaticise msdosfs_lookup_ | Konstantin Belousov | 2021-09-03 | 1 | -0/+2 |
* | makefs: share denode.h between kernel msdosfs and makefs | Ed Maste | 2019-08-21 | 1 | -2/+4 |
* | msdosfs: use same max filesize #define as NetBSD and move to header | Ed Maste | 2018-07-30 | 1 | -0/+2 |
* | Revert msdosfs MAKEFS #ifdef changes from r319870 | Ed Maste | 2018-07-24 | 1 | -3/+2 |
* | sys/fs: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | msdosfs: adjust #ifdefs to be similar to NetBSD | Ed Maste | 2017-06-12 | 1 | -2/+6 |
* | msdosfs: use mem{cpy,move,set} instead of bcopy,bzero | Ed Maste | 2017-06-02 | 1 | -2/+2 |
* | msdosfs: capitalize FAT appropriately | Ed Maste | 2017-05-21 | 1 | -6/+6 |
* | msdosfs: use C99 types | Ed Maste | 2017-05-19 | 1 | -5/+5 |
* | Mount msdosfs with longnames support by default. | Alan Somers | 2016-09-23 | 1 | -1/+0 |
* | Remove unused thread argument from vtruncbuf(). | Edward Tomasz Napierala | 2012-04-23 | 1 | -1/+1 |
* | Remove unused macros. | Konstantin Belousov | 2010-02-13 | 1 | -3/+0 |
* | - Hold a reference on the cdev a filesystem is mounted from in the mount. | John Baldwin | 2009-02-27 | 1 | -1/+0 |
* | Move the head of byte-level advisory lock list from the | Konstantin Belousov | 2008-04-16 | 1 | -1/+0 |
* | Remove some debugging code that, while useful, doesn't belong in the committed | Tom Rhodes | 2007-10-25 | 1 | -7/+0 |
* | Fix some style bugs (some whitespace errors only). | Bruce Evans | 2007-08-07 | 1 | -4/+4 |
* | Add a 3rd entry in the cache, which keeps the end position | Tom Rhodes | 2007-01-16 | 1 | -1/+10 |
* | Replace slightly crummy fattime<->timespec conversion functions. | Poul-Henning Kamp | 2006-10-24 | 1 | -5/+5 |
* | while (0); -> while (0) in multi-line macros | Warner Losh | 2006-08-17 | 1 | -1/+1 |
* | Give msdosfs a unique inode number which is really the byteoffset of | Poul-Henning Kamp | 2005-04-07 | 1 | -0/+1 |
* | Use vfs_hash instead of home-rolling. | Poul-Henning Kamp | 2005-03-14 | 1 | -2/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove the de_devvp and stop VREF'ing it for every vnode we create. | Poul-Henning Kamp | 2004-12-02 | 1 | -1/+0 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -1/+1 |
* | Reduce the size of struct defid's defid_dirclust, defid_dirofs and | Tim J. Robbins | 2004-09-08 | 1 | -3/+3 |
* | Make msdosfs support the dirty flag in FAT16 and FAT32. | Tom Rhodes | 2003-12-26 | 1 | -0/+1 |
* | change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660 | John-Mark Gurney | 2003-06-24 | 1 | -1/+1 |
* | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 1 | -2/+2 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -17/+17 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -1/+1 |
* | Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware. | Boris Popov | 2000-10-22 | 1 | -1/+0 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
* | Ensure that deHighClust in direntry always initialized. | Dmitrij Tejblum | 1999-01-02 | 1 | -19/+29 |
* | Support NT VFAT lower case flags. | Dmitrij Tejblum | 1998-11-21 | 1 | -2/+4 |
* | Removed vestiges of pre-Lite2 locking. | Bruce Evans | 1998-05-17 | 1 | -2/+1 |
* | Update MSDOSFS code using NetBSD's msdosfs as a guide to support | Jordan K. Hubbard | 1998-02-18 | 1 | -38/+76 |
* | Make a set of VOP standard lock, unlock & islocked VOP operators, which | Poul-Henning Kamp | 1997-10-17 | 1 | -2/+2 |
* | Uncut&paste cache_lookup(). | Poul-Henning Kamp | 1997-08-26 | 1 | -2/+2 |
* | Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It | Bruce Evans | 1997-02-26 | 1 | -5/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
* | bzero reserved field into directory entry, junk here cause | Andrey A. Chernov | 1996-07-28 | 1 | -1/+2 |
* | Introduced a type `vop_t' for vnode operation functions and used | Bruce Evans | 1995-11-09 | 1 | -2/+4 |
* | Second batch of cleanup changes. | Poul-Henning Kamp | 1995-10-29 | 1 | -37/+1 |