[USBOHCI_NEW][USBUHCI_NEW] Avoid unnecessary/incorrect status defines.
[reactos.git] / drivers / filesystems /
2017-12-10 Trevor Thompson[NTFS] - Fix some formatting / style issues, per CR...
2017-12-10 Trevor Thompson[NTFS] - Add a few fixes and improvements, most from...
2017-12-10 Trevor Thompson[NTFS] - Add some fixes and improvements to mft.c from...
2017-12-10 Trevor Thompson[NTFS] - Add some fixes and improvements to finfo.c...
2017-12-10 Trevor Thompson[NTFS] - Add some fixes and improvements to create...
2017-12-10 Trevor Thompson[NTFS] - Add some fixes and improvements to btree.c...
2017-12-10 Trevor Thompson[NTFS] - Add some fixes and improvements to attribute...
2017-12-10 Trevor Thompson[NTFS] - Fix UpdateFileNameRecord() when the file being...
2017-12-10 Trevor Thompson[NTFS] - Fix AddFileName() when the file path is two...
2017-12-10 Trevor Thompson[NTFS] - Fix gcc build. Fix CompareTreeKeys(): Don...
2017-12-10 Trevor Thompson[NTFS] - Fix a couple of issues spotted by Thomas:...
2017-12-10 Trevor Thompson[NTFS] - Begin to implement B-Trees. Allow for creating...
2017-12-10 Trevor Thompson[NTFS] - Add some minor fixes and improvements:
2017-12-10 Trevor Thompson[NTFS] - Fix creation of files with long filenames.
2017-12-10 Trevor Thompson[NTFS] - In the NtfsAddFilenameToDirectory() function...
2017-12-10 Trevor Thompson[NTFS] - Fix a mistake with AddFileName() from my last...
2017-12-10 Trevor Thompson[NTFS] - Fix POSIX rules. Fix accessing long filenames...
2017-12-10 Trevor Thompson[NTFS] - Fix IncreaseMftSize(); check IrpContext to...
2017-12-10 Trevor Thompson[NTFS] - Add support for expanding the master file...
2017-12-10 Trevor Thompson[NTFS] - Restructure some code in preparation for the...
2017-12-10 Trevor Thompson[NTFS] - Add some improvements to the previous commit...
2017-12-10 Trevor Thompson[NTFS] - Add the most basic support for file creation...
2017-12-10 Trevor Thompson[NTFS] - Decrease debug spam
2017-12-10 Trevor Thompson[NTFS] - Disable write support by default. Enable it...
2017-12-10 Trevor Thompson[NTFS] - Add support for changing a file's size via...
2017-12-10 Trevor Thompson[NTFS] - Fix a bug with last commit, as spotted by...
2017-12-10 Trevor Thompson[NTFS] - Expand support for resizing resident attribute...
2017-12-10 Trevor Thompson[NTFS] - Commit early results of a small restructuring...
2017-12-10 Trevor Thompson[NTFS] Add support for creating new MFT entries:
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-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-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.
next