summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs/denode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce a dedicated entry point data structure for file locks. This new dataanton2019-01-211-2/+2
* Implement VFS read clustering for MSDOSFS, take 3.mpi2018-05-071-2/+1
* Revert 'Implement VFS read clustering for MSDOSFS' againsf2017-06-131-1/+2
* Implement VFS read clustering for MSDOSFSsf2017-05-291-2/+1
* Revert "Implement VFS read clustering for MSDOSFS"sf2016-08-301-1/+2
* Remove the lockmgr() API. It is only used by filesystems, where it is anatano2016-06-191-2/+2
* Implement VFS read clustering for MSDOSFS.mpi2016-01-131-2/+1
* Nuke a bunch of leading/embedded/trailing whitespace so the code can bekrw2015-10-231-5/+5
* final removal of daddr64_t. daddr_t has been 64 bit for a long enoughderaadt2013-06-111-2/+2
* Remove the need to occasionally treat dos file names as strings bykrw2012-09-061-2/+2
* As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583,mikeb2012-04-051-2/+3
* Move some macros in <msdosfs/denode.h> to outside the #ifdef _KERNELguenther2010-07-171-3/+3
* Make the DE_INTERNALIZE/EXTERNALIZE macros copy to/from the structnicm2010-05-161-3/+5
* convert all daddr_t types to either daddr64_t or uint32_t or other suchderaadt2007-06-021-2/+2
* get rid of noop vop_reallocblks; pedro@ miod@ okmickey2007-03-181-2/+1
* Retire VOP_LEASE(); It was a bit for NQNFS and hasthib2007-01-161-7/+1
* The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, sotom2005-03-011-1/+4
* use pool for namei pathbuf. testing ok millert@ tdeval@tedu2004-05-141-1/+1
* 32 bit ints are uint32_t, not u_long. works on 64bit now. ok deraadt@tedu2004-05-121-16/+16
* Replace select backends with poll backends. selscan() and pollscan()millert2003-09-231-2/+2
* don't write grabage in unused direntry field. newer windows versionstedu2003-08-141-4/+3
* First round of __P removal in sysmillert2002-03-141-47/+47
* UBC was a disaster. It worked very good when it worked, but on someart2001-12-191-5/+1
* Big cleanup inspired by NetBSD with some parts of the code from NetBSD.art2001-12-101-1/+5
* Get rid of several vnode operationscsapuntz2001-06-231-4/+1
* Remove the clustering fields from the vnodes and place them in thecsapuntz2001-02-231-1/+2
* There is no msdosfs_abortop. Remove prototype.art1999-11-171-2/+1
* FAT32 support from NetBSD by Wolfgang Solfrank.provos1998-01-111-18/+20
* Updates for VFS Lite 2 + soft update.csapuntz1997-11-061-5/+2
* cleanup timestamp code for NT/Win95; khym@bga.comderaadt1997-10-041-6/+11
* Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:millert1997-03-021-15/+13
* From NetBSD: merge with 960217niklas1996-02-291-39/+43
* from netbsd (mostly by ws):deraadt1995-12-141-22/+50
* initial import of NetBSD treederaadt1995-10-181-0/+283