Commit graph

9 commits

Author SHA1 Message Date
Art Yerkes
c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00
Pierre Schweitzer
1498b141eb - Renamed all control block structures to (P)NTFS_xCB
- Added an identifier field to those structures (not yet used)

svn path=/trunk/; revision=32691
2008-03-15 08:51:47 +00:00
Pierre Schweitzer
bec091e658 - Updated NTFS header with the "new" FSF address
- Removed useless field $id in ntfs.rc

svn path=/trunk/; revision=32615
2008-03-08 21:45:51 +00:00
Pierre Schweitzer
c5caa4ae89 Added stubs for CC R/W functions (fixes TODO from r32610)
svn path=/trunk/; revision=32611
2008-03-08 13:17:48 +00:00
Pierre Schweitzer
47b892354b NTFS driver improvments :
- Implemented NtfsFsdDispatch to dispatch some IO requests (use it with implemented functions that need it)
- Implemented NtfsIsIrpTopLevel (From Rajeev Nagar), NtfsAllocateIrpContext
- Added more checks
- Renamed functions that are called by IO to NtfsFsd* (similar to Windows NTFS driver)
- Use NTAPI instead of STDCALL to have MSVC compatibility, thanks to Hervé
- Reorganized functions order with increasing index
- Updated files headers

svn path=/trunk/; revision=32253
2008-02-10 11:20:29 +00:00
Pierre Schweitzer
53405da51b Get back DO_DIRECT_IO flag that has been removed in r31747
svn path=/trunk/; revision=32027
2008-01-27 13:51:48 +00:00
Pierre Schweitzer
8d54c16b65 Rewritten NTFS driver entry :
- Use Hervé debug method (better), thanks to Hervé
- Use NTAPI instead of STDCALL to have MSVC compatibility, thanks to Hervé
- Moved IRP functions array to a new function, NtfsInitializeFunctionPointers
- Added more checks
- Initialize global and local data before acting with kernel
- Removeed the use of one var
That should be all....

svn path=/trunk/; revision=31747
2008-01-12 20:54:41 +00:00
Christoph von Wittich
e7df482753 fix some format strings
svn path=/trunk/; revision=30637
2007-11-21 17:08:21 +00:00
Maarten Bosma
3c1bd00d5d Rename fs into filesystems
svn path=/trunk/; revision=21066
2006-02-17 12:29:35 +00:00
Renamed from reactos/drivers/fs/ntfs/ntfs.c (Browse further)