summaryrefslogtreecommitdiff
path: root/sys/msdosfs
AgeCommit message (Expand)Author
2000-07-22change the lf_advlock() arguments fromjdolecek
2000-06-28remove include of <vm/vm.h>mrg
2000-05-28Add a new function to remove extra buffers when truncating a file. This ismycroft
2000-05-13Change the sementics of the last parameter from a boolean ("waitfor") toperseant
2000-05-13passs FAT block mask as argument to MSDOSFSEOF(), so that fat.h iscgd
2000-04-22msdosfs_read(): avoid integer overflow for files > 2GB, whenjdolecek
2000-04-03add a comment regarding FATMIRROR bit usage and restructure the codejdolecek
2000-03-30Remove register declarations.augustss
2000-03-30Delete redunctant decls of msdosfs_{mount,start,unmount,root,quotactl,simonb
2000-03-30Delete redundant decl of rootvp - it's in <sys/systm.h>.simonb
2000-03-27Add new CLUST_END and use it as parameter to pcbmap() when searchingjdolecek
2000-03-27one morejdolecek
2000-03-27one less - async mode support implementedjdolecek
2000-03-27Support async option by using delayed writes for metadata when mountedjdolecek
2000-03-24remove some debugging cruft accidentally left injdolecek
2000-03-22createde(): if an error occurs, make sure to mark all modified directoryjdolecek
2000-03-22cosmetic changes - prettify debug printf's, reformat comments to fit 80 columns,jdolecek
2000-03-22Fix definition of MSDOSFSEOF(), which got broken in rev. 1.13.jdolecek
2000-03-20one morejdolecek
2000-03-19couple of remarks of issues I discovered when debugging some MSDOSFS problemjdolecek
2000-03-16Add new VFS op routine - vfs_done and call it on filesystem detachjdolecek
2000-03-13Fix doubled 'the's in comments.soren
2000-02-28unix2dostime(), dos2unixtime(): use value of rtc_offset to shift the time valuejdolecek
2000-02-26Fix bogon discovered with LOCKDEBUG:sommerfeld
2000-02-01When renaming a file, make sure apporpriate vnode cache entry isjdolecek
2000-02-01msdosfs_lookup(): reformat some debug printf slighly to make them more readablejdolecek
2000-02-01msdosfs_inactive(): correct debug printf to only claim MNT_RDONLY is setjdolecek
2000-02-01make compilable with MSDOSFS_DEBUG (adapt to usecount & writecount size change)jdolecek
1999-11-15Add Kirk McKusick's soft updates code to the trunk. Not enabled byfvdl
1999-11-05Fix a problem in previous: we can't blindly assume that we havejdolecek
1999-11-05msdosfs_lookup(): initialize denode's de_fndcnt properly even forjdolecek
1999-11-04msdosfs_readdir(): set iovec offset correctly so that some long filenamejdolecek
1999-10-20Check if the type of device node isn't VBAD before touching v_specinfo. Ifenami
1999-10-16In spec_close(), if we're not doing a non-blocking close and VXLOCK iswrstuden
1999-09-05Adapt to cache_lookup() changes.jdolecek
1999-08-19Revoke revoke(2) bug.itohy
1999-08-16msdosfs_access(): initialize mode to ap->a_mode instead of 0. Fixes PR 7619.jdolecek
1999-08-04Pull in changes which parallel rev 1.22 -> 1.25 of ufs_lookup().wrstuden
1999-08-03Modify msdosfs_getattr() so that it will report archived files (ATTR_ARCHIVEwrstuden
1999-08-03Add support for fcntl(2) to generate VOP_FCNTL calls. Any fcntlwrstuden
1999-07-27fix msdosfs export problems which occur on LP64 systems, which werecgd
1999-07-27fix LP64 problems which were the cause of PR#8037.cgd
1999-07-26fix MSDOSFS_DEBUG printf arg typecgd
1999-07-17Adjust mountroot routines to vrele rootvp in case of mount error. Closeswrstuden
1999-07-08Modify file systems to deal with struct lock in struct vnode. All leafwrstuden
1999-05-24Silently ignore attributes modifications on directories. Fixestron
1999-04-21Remove spurious call to de_bn2cn(). A "cluster" in MSDOSFS is alreadyabs
1999-03-28Fix for handling of 8+3 filenames with blanks supplied by Bill Sommerfeldtron
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-03-22Add _PC_FILESIZEBITS to pathconf vnop.kleink