aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs/denode.h
Commit message (Expand)AuthorAgeFilesLines
* msdosfs: fix potential inode collision on FAT12 and FAT16Stefan Eßer2024-02-201-1/+7
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* msdosfs: drop now unused DE_RENAMEKonstantin Belousov2021-08-271-1/+0
* msdosfs: fix renameKonstantin Belousov2021-08-271-2/+3
* msdosfs deget(): add locking flags argumentKonstantin Belousov2021-08-271-1/+1
* msdosfs: unstaticise msdosfs_lookup_Konstantin Belousov2021-08-271-0/+2
* Fix makefs bootstrap after d485c77f203fb0f4cdc08dea5ff81631b51d8809Alex Richardson2021-02-221-2/+0
* vnode: move write cluster support data to inodes.Konstantin Belousov2021-02-211-0/+3
* Remove #define _KERNEL hacks from libprocstatKonstantin Belousov2021-02-211-0/+1
* makefs: share denode.h between kernel msdosfs and makefsEd Maste2019-08-211-2/+4
* msdosfs: use same max filesize #define as NetBSD and move to headerEd Maste2018-07-301-0/+2
* Revert msdosfs MAKEFS #ifdef changes from r319870Ed Maste2018-07-241-3/+2
* sys/fs: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* msdosfs: adjust #ifdefs to be similar to NetBSDEd Maste2017-06-121-2/+6
* msdosfs: use mem{cpy,move,set} instead of bcopy,bzeroEd Maste2017-06-021-2/+2
* msdosfs: capitalize FAT appropriatelyEd Maste2017-05-211-6/+6
* msdosfs: use C99 typesEd Maste2017-05-191-5/+5
* Mount msdosfs with longnames support by default.Alan Somers2016-09-231-1/+0
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-231-1/+1
* Remove unused macros.Konstantin Belousov2010-02-131-3/+0
* - Hold a reference on the cdev a filesystem is mounted from in the mount.John Baldwin2009-02-271-1/+0
* Move the head of byte-level advisory lock list from theKonstantin Belousov2008-04-161-1/+0
* Remove some debugging code that, while useful, doesn't belong in the committedTom Rhodes2007-10-251-7/+0
* Fix some style bugs (some whitespace errors only).Bruce Evans2007-08-071-4/+4
* Add a 3rd entry in the cache, which keeps the end positionTom Rhodes2007-01-161-1/+10
* Replace slightly crummy fattime<->timespec conversion functions.Poul-Henning Kamp2006-10-241-5/+5
* while (0); -> while (0) in multi-line macrosWarner Losh2006-08-171-1/+1
* Give msdosfs a unique inode number which is really the byteoffset ofPoul-Henning Kamp2005-04-071-0/+1
* Use vfs_hash instead of home-rolling.Poul-Henning Kamp2005-03-141-2/+0
* /* -> /*- for copyright notices, minor format tweaks as necessaryWarner Losh2005-01-061-1/+1
* Remove the de_devvp and stop VREF'ing it for every vnode we create.Poul-Henning Kamp2004-12-021-1/+0
* Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp2004-12-011-1/+1
* Reduce the size of struct defid's defid_dirclust, defid_dirofs andTim J. Robbins2004-09-081-3/+3
* Make msdosfs support the dirty flag in FAT16 and FAT32.Tom Rhodes2003-12-261-0/+1
* change dev_t to struct cdev * to match ufs. This fixes fstat for cd9660John-Mark Gurney2003-06-241-1/+1
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-2/+2
* Remove __P.Alfred Perlstein2002-03-191-17/+17
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Remove de_lock field from denode structure and make msdosfs PDIRUNLOCK aware.Boris Popov2000-10-221-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Ensure that deHighClust in direntry always initialized.Dmitrij Tejblum1999-01-021-19/+29
* Support NT VFAT lower case flags.Dmitrij Tejblum1998-11-211-2/+4
* Removed vestiges of pre-Lite2 locking.Bruce Evans1998-05-171-2/+1
* Update MSDOSFS code using NetBSD's msdosfs as a guide to supportJordan K. Hubbard1998-02-181-38/+76
* Make a set of VOP standard lock, unlock & islocked VOP operators, whichPoul-Henning Kamp1997-10-171-2/+2
* Uncut&paste cache_lookup().Poul-Henning Kamp1997-08-261-2/+2
* Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. ItBruce Evans1997-02-261-5/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1