summaryrefslogtreecommitdiff
path: root/sys/fs/msdosfs
AgeCommit message (Expand)Author
2010-01-31Replace individual queries for partition information withmlelstv
2010-01-26Drop two uses of disk label data.mlelstv
2010-01-26On broken filesystems the fillinmap inner loop may have never read ajoerg
2010-01-25Fetch sector size also from wedges.mlelstv
2010-01-08The VATTR_NULL/VREF/VHOLD/HOLDRELE() macros lost their will to livepooka
2009-07-03Where possible, extract the file-system's access() routine to two internalelad
2009-06-29Convert 67 namei call sites to use namei_simple, in these functions:dholland
2009-06-23Move the implementation of vaccess() to genfs_can_access(), in line withelad
2009-05-07Extract the open-coded authorization logic for chtimes() from variouselad
2009-04-25Wrap some long lines in a comment, pointed out by ad@ - thanks!elad
2009-04-25Add genfs_can_mount() and use it to prevent some more code duplication ofelad
2009-03-15ansify function definitionscegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-02-05Remove additional GEMDOS only check on fstype, and update commentabs
2009-01-23From FreeBSD, 10 years ago;jmcneill
2009-01-11make this compilecegger
2009-01-11merge christos-time_tchristos
2008-12-26Remove pm_Heads check in msdosfs_mountfs; this value isn't really used,jmcneill
2008-12-16The great QUOTA purge of '08: get rid of those #ifdef QUOTA andpooka
2008-11-28Tyop: v -> vp. Spotted by Tom's ARM builds.pooka
2008-11-26Rototill all remaining file systems to use ubc_uiomove() insteadpooka
2008-11-14In case writing past EOF, fail if extending the file fails (mostpooka
2008-06-28Create sysctl entries during module initialisation and destroy themrumble
2008-05-16Make sure all cached buffers with valid, not yet written data have beenhannken
2008-05-10Convert file systems to dynamically attach with the new module interface.rumble
2008-05-06PR kern/38141 lookup/vfs_busy acquire rwlock recursivelyad
2008-05-05- Convert hashinit() to use kmem_alloc(). The hash tables can be largead
2008-04-30Make various bits of debug code compile again.ad
2008-04-30PR kern/38135 vfs_busy/vfs_trybusy confusionad
2008-04-29PR kern/38057 ffs makes assuptions about devvp file systemad
2008-04-24Network protocol interrupts can now block on locks, so merge the globalsad
2008-01-30PR kern/37706 (forced unmount of file systems is unsafe):ad
2008-01-30Replace struct lock on vnodes with a simpler lock object built onad
2008-01-28Fix some race conditions in rename.dholland
2008-01-25Remove VOP_LEASE. Discussed on tech-kern.ad
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
2008-01-17Fix dodgy tests of v_usecount.ad
2008-01-05PR/37696: Paul Ripke: add large read / readahead support (Introduce run-lengthchristos
2008-01-04Politely refuse to mount a file system which says its FAT size ispooka
2008-01-03valloc -> vnalloc, vfree -> vnfreepooka
2008-01-02Merge vmlocking2 to head.ad
2007-12-28Use uvm_vnp_setwritesize() on file extending to instruct UVM to NOT read-inreinoud
2007-12-08Remove cn_lwp from struct componentname. curlwp should be usedpooka
2007-12-08Merge ihash locking changes from the vmlocking branch.ad
2007-11-26Remove the "struct lwp *" argument from all VFS and VOP interfaces.pooka
2007-11-14Fix a problem noticed by Reinoud: the fs would try to release anpooka
2007-10-10Merge from vmlocking:ad
2007-10-08Merge brelse() changes from the vmlocking branch.ad
2007-09-28Release vnode being created in error branch instead of leaving itpooka