Fixed typo
[reactos.git] / drivers / filesystems /
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-10 Trevor Thompson[NTFS]
2017-12-09 Pierre Schweitzer[FASTFAT] Fix FastFAT not returning short name for...
2017-12-09 Pierre Schweitzer[FASTFAT] Finally drop the FileNameInformation class...
2017-12-09 Pierre Schweitzer[FASTFAT] Fix size checking in VfatGetFileNameInformation()
2017-12-09 Pierre Schweitzer[FASTFAT] Don't mix FileNameInformation and FileNamesIn...
2017-12-09 Pierre Schweitzer[FASTFAT] Calculate more accurately buffer length in...
2017-12-09 Pierre Schweitzer[FASTFAT] Allow partial returns on directory info query...
2017-12-07 Amine Khaldi[CMAKE/CLANG-CL] Silence some clang-cl warnings in...
2017-11-25 Pierre Schweitzer[CDFS_NEW] Fix broken cast.
2017-11-25 David Quintana[CDFS_NEW] Address review comments:
2017-11-25 David QuintanaRevert "[CDFS_NEW] Use CdAcquireForCreateSection from...
2017-11-25 David Quintana[CDFS_NEW] Accept STATUS_NOT_IMPLEMENTED for IOCTL_CDRO...
2017-11-25 David Quintana[CDFS_NEW] Use CdAcquireForCreateSection from the old...
2017-11-25 David Quintana[CDFS_NEW] Re-apply many of the reactos-specific change...
2017-11-25 David Quintana[CDFS_NEW] Replace old driver with a Ms-PL licensed...
2017-11-24 Pierre Schweitzer[FASTFAT_NEW] Fix build with FASTFATDBG set
2017-11-23 Pierre Schweitzer[FASTFAT_NEW] Import again FastFAT from MS. This time...
2017-11-23 Pierre Schweitzer[FASTFAT_NEW] This is not permitted by WDK license.
2017-11-23 Pierre Schweitzer[FASTFAT_NEW] Fix build with FASTFATDBG set
2017-11-23 Amine Khaldi[CLANG-CL] Initial commit that allows us to compile...
2017-11-23 Pierre Schweitzer[FASTFAT] Import the MS FastFAT sample from WXP.
2017-11-21 Pierre Schweitzer[FASTFAT] More FS statistics
2017-11-19 Amine Khaldi[EXT2FS] For some reason we get error: conflicting...
2017-11-19 Amine Khaldi[REISERFS] Do not take this code path when compiling...
2017-11-18 Pierre Schweitzer[CDFS] Attempt to a switch to the MS CDFS driver.
2017-11-17 Pierre Schweitzer[CDFS_NEW] _SEH2_FINALLY implement SEH support for...
2017-11-12 Pierre Schweitzer[CDFS_NEW] Now NtWriteFile is fixed, revert 5f25582...
2017-11-12 Pierre Schweitzer[CDFS_NEW] Following 1bef487, add a hack and stub FastI...
2017-11-12 Pierre Schweitzer[CDFS_NEW] Bugfix for f88fe43: don't delete devices...
2017-11-12 Pierre Schweitzer[CDFS_NEW]
2017-11-12 Pierre Schweitzer[EXT2] Upgrade to 0.69
2017-11-07 Pierre Schweitzer[CDFS_NEW] Fix diff
2017-11-06 Pierre Schweitzer[NTOSKRNL] Make the CcWaitForCurrentLazyWriterActivity...
2017-11-06 Pierre Schweitzer[CDFS_NEW] Add a hack that allows locking a volume...
2017-11-06 Pierre Schweitzer[CDFS_NEW] You know... RBuild has been gone for ages!
2017-11-06 Pierre Schweitzer[CDFS_NEW] Add a CMakeFile and a registry file. When...
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a broken change (lol?!) that prevente...
2017-11-06 Pierre Schweitzer[CDFS_NEW] Force calling convention to allow build
2017-11-06 Pierre Schweitzer[CDFS_NEW] Force calling convention to allow build
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a no longer required build hack
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a no longer required build hack
2017-11-06 Pierre Schweitzer[CDFS_NEW] Remove a no longer required build hack
2017-11-06 Pierre Schweitzer[CDFS_NEW] Fix headers inclusion so that it can work...
2017-11-05 Pierre Schweitzer[CDFS] Set the FO_CLEANUP_COMPLETE on cleanup
2017-11-05 Pierre Schweitzer[CDFS] Don't allow FS opening when volume is locked
2017-11-04 Pierre Schweitzer[CDFS] Addendum to 03a9d8c: check for volume state...
2017-11-04 Pierre Schweitzer[CDFS] Implement volume un/locking.
2017-11-04 Pierre Schweitzer[CDFS] Don't use uninit var. Fixes MSVC build (good...
2017-11-04 Pierre Schweitzer[CDFS] Implement open handle count
2017-11-04 Pierre Schweitzer[CDFS] Remove the VPB field from the VCB. Not only...
2017-10-28 Amine Khaldi[UDFS] Do not take some of the msvc codepaths when...
2017-10-23 Pierre Schweitzer[FFS] Don't leak on failure
2017-10-23 Pierre Schweitzer[FFS] Don't leak memory on volume mount
2017-10-23 Pierre Schweitzer[FFS] Don't allocate (and leak :-)) an unused event
2017-10-22 Pierre Schweitzer[REISERFS] Don't leak on failure
2017-10-22 Pierre Schweitzer[REISERFS] Don't leak on failure
2017-10-22 Pierre Schweitzer[REISERFS] Don't allocate (and leak :-)) an unused...
2017-10-22 Timo Kreuzer[REACTOS] Fix x64 build
2017-10-16 Pierre Schweitzer[BTRFS] Upgrade to BtrFS 1.0.1
2017-10-06 Colin FinckFix remaining text file line endings in the tree. ...
2017-10-04 Hermès Bélusca-MaïtoDelete "ghost" old(*) files that have been mysteriously...
2017-10-03 Colin FinckGit conversion: Make reactos the root directory, move...
2017-01-27 Amine Khaldi[STORAHCI] Merge Storport Miniport driver by Aman Priya...
2016-04-24 Pierre SchweitzerCreate the AHCI branch for Aman's work
2014-12-14 Hermès Bélusca-MaïtoPartial merge of condrv_restructure branch r65657.
2014-12-14 Hermès Bélusca-MaïtoSync with trunk r65656.
2014-12-05 Hermès Bélusca-MaïtoFix merge r65567.
2014-12-05 Hermès Bélusca-MaïtoSync to trunk r65566.
2014-11-26 Amine Khaldi* The Shell.. for a long time we dreamed of having...
2014-11-26 Amine Khaldi* Sync up to trunk head (r65491).
2014-11-25 Amine Khaldi* Sync up to trunk head (r65481).
2014-11-17 Amine Khaldi* Sync up to trunk head (r65426).
2014-11-13 Amine Khaldi* Sync up to trunk head (r65394).
2014-11-10 Amine Khaldi* Sync up to trunk head (r65353).
2014-11-06 Amine Khaldi* Sync up to trunk head (r65298).
2014-11-05 Amine Khaldi* Sync up to trunk head (r65270).
2014-11-02 Amine Khaldi* Sync up to trunk head (r65183).
2014-10-31 Amine Khaldi* Sync up to trunk head (r65147).
2014-10-30 Amine Khaldi* Sync up to trunk head (r65120).
2014-10-29 Amine Khaldi* Sync up to trunk head (r65095).
2014-10-28 Amine Khaldi* Sync up to trunk head (r65074).
2014-10-24 Amine Khaldi* Sync up to trunk head (r64959).
2014-10-23 Amine Khaldi* Sync up to trunk head (r64939).
2014-10-22 Amine Khaldi* Sync up to trunk head (r64894).
2014-10-19 Amine Khaldi* Sync up to trunk head (r64829).
2014-10-13 Amine Khaldi* Sync up to trunk head (r64716).
2014-10-03 David QuintanaSync with trunk r64509.
2014-09-29 David Quintana* Sync with trunk r64401.
2014-09-28 Amine Khaldi* Sync up to trunk head (r64377).
next