This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-09-12 12:50:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
26c55135e2ec74c19fe8741e22283d02a28fa644
reactos
/
reactos
/
drivers
/
filesystems
/
fastfat
History
Jeffrey Morlan
58e2d39f21
FAT(X)IsDirectoryEmpty: When done with one page, go to the next one instead of reading the same page over again. Fixes inability to remove directories that previously had many files in them.
...
svn path=/trunk/; revision=39889
2009-03-06 17:23:29 +00:00
..
blockdev.c
…
cleanup.c
- Update a comment
2008-11-21 13:45:40 +00:00
close.c
…
create.c
…
dir.c
…
direntry.c
FAT(X)IsDirectoryEmpty: When done with one page, go to the next one instead of reading the same page over again. Fixes inability to remove directories that previously had many files in them.
2009-03-06 17:23:29 +00:00
dirwr.c
- If data is going to be modified, CcPinRead should be used instead of CcMapData. Fix this.
2008-10-21 18:48:08 +00:00
ea.c
…
fastio.c
…
fat.c
FAT##FindAndMarkAvailableCluster: Decrement the AvailableClusters count to keep reported free space consistent.
2008-12-18 03:09:45 +00:00
fcb.c
- We use CcPin* interface for FAT tables and directory entries access - indicate so to CcInitializeCacheMap.
2008-11-10 10:22:33 +00:00
finfo.c
-check for filesize in MmCanFileBeTruncated
2009-02-03 12:39:55 +00:00
flush.c
…
fsctl.c
- Target device to mount may not have VPB, the driver should get the VPB passed in parameters.
2008-11-17 16:09:31 +00:00
iface.c
…
misc.c
…
rw.c
- Revert 25073 (vfatfs part). CcCopyRead is guaranteed (see WDK) to succeed if Wait parameter is TRUE, and the only case of failure is when Wait is FALSE meaning there is a need in additional processing time, hence returning of STATUS_PENDING. This fixes the "unable to read system hive" problem when booting Windows 2003 with this driver.
2008-11-10 09:57:42 +00:00
shutdown.c
…
string.c
…
vfat005.1st
…
vfat_fr.txt
…
vfat.h
- Deprecate global helper.h -- define the various 'helpful macros' per module
2009-01-25 16:13:16 +00:00
vfatfs.rbuild
…
vfatfs.rc
…
volume.c
…