[IEFRAME] Update Simplified Chinese translation.
[reactos.git] / drivers / filesystems /
2018-12-01 Pierre Schweitzer[NTFS] Don't perform overzealous checks on bitmap while...
2018-11-25 Hermès Bélusca-Maïto[FASTFAT] Improvements for volume dismount + minor...
2018-11-16 Pierre Schweitzer[FASTFAT] Properly return failure in vfatFindDirSpace()
2018-11-11 Mark Harmstone[BTRFS] Import BTRFS upstream commit e43183a0 "open_fil...
2018-10-13 Hermès Bélusca-Maïto[FASTFAT] Don't mess my debug log when partition SysTyp...
2018-09-30 Thomas Faber[BTRFS] Fix IRP leak.
2018-09-30 Pierre Schweitzer[NPFS] Magic--;
2018-08-29 Pierre Schweitzer[CDFS] Revert 9d0596a
2018-08-28 Pierre Schweitzer[CDFS] Properly check for legal names in CdIsLegalName()
2018-08-21 Pierre SchweitzerAddendum to 45fd48b
2018-08-21 Pierre Schweitzer[CDFS_NEW] -> [CDFS] No old driver, thus no new driver
2018-08-21 Pierre Schweitzer[CDFS] Delete the old CDFS driver.
2018-08-21 Pierre Schweitzer[FASTFAT] Drop an useless #ifdef, we have this cast...
2018-08-21 Pierre Schweitzer[FASTFAT] Finally drop the TAG_VFAT allocation tag
2018-08-21 Mark Jansen[BTRFS] Fix booting with runtime checks
2018-08-20 Pierre Schweitzer[FASTFAT] Disable delayed close
2018-08-20 Victor Perevertkin[BTRFS] Applied upstream pull-requests before they...
2018-08-20 Victor Perevertkin[USETUP][SETUPLIB] Added support for formatting partiti...
2018-08-19 Pierre Schweitzer[FASTFAT] Don't delay any other close once shutdown...
2018-08-19 Pierre Schweitzer[FASTFAT] Magic values--
2018-08-18 Pierre Schweitzer[FASTFAT] Don't leak statistics on dismount
2018-08-18 Pierre Schweitzer[FASTFAT] Reduce the usage of the generic allocation tag
2018-08-18 Pierre Schweitzer[FASTFAT] Implement delayed close
2018-08-15 Mike SwansonRemove unnecessary executable bits
2018-08-15 Pierre Schweitzer[BTRFS] Leak the root stream file object on mount.
2018-08-15 Pierre Schweitzer[BTRFS] Allow driver to start at first stage when no...
2018-08-04 Timo Kreuzer[DRIVERS] Fix 64 bit issues
2018-07-01 Timo Kreuzer[DRIVERS][NTOS][NDK] Use IO_STACK_LOCATION instead...
2018-06-09 Pierre Schweitzer[FASTFAT] Don't add an extra \, when renaming a file...
2018-06-09 Pierre Schweitzer[FASTFAT] Use the FastFAT mechanism for counting cluste...
2018-06-09 Pierre Schweitzer[FASTFAT] Start implementing FAT32 statistics support
2018-06-09 Pierre Schweitzer[FASTFAT] Save the FSINFO sector location
2018-06-07 Pierre Schweitzer[FASTFAT] Properly check for buffer size on dir enumera...
2018-06-05 Serge Gautherie[EXT2FS][REISERFS] VSSolution: Actually disable C4189...
2018-05-28 Pierre Schweitzer[FASTFAT] Lock DirResource on flush in case we're updat...
2018-05-26 Pierre Schweitzer[FASTFAT] Lock DirResource when modifying an entry...
2018-05-26 Pierre Schweitzer[BTRFS] Upgrade to 1.0.2
2018-05-26 Pierre Schweitzer[FASTFAT] Initialize cache if neded for changing volume...
2018-05-22 Pierre Schweitzer[FASTFAT] Properly handle IRPs that can wait and these...
2018-05-21 Pierre Schweitzer[FASTFAT] Properly queue pending write IRPs.
2018-05-21 Pierre Schweitzer[FASTFAT] When extending a file, also lock the DirResource.
2018-05-20 Pierre Schweitzer[FASTFAT] Fail if allocating the stream FO fails.
2018-05-19 Pierre Schweitzer[FASTFAT] Addendum to d69f318
2018-05-19 Pierre Schweitzer[FASTFAT] Misc. fixes spotted by Thomas.
2018-05-18 Pierre Schweitzer[FASTFAT] Completely rewrite support for dirty volumes.
2018-05-18 Pierre Schweitzer[FASTFAT] Allow locking system volume on boot.
2018-05-18 Pierre Schweitzer[FASTFAT] Uninit directory cache on last handle close.
2018-05-18 Pierre Schweitzer[FASTFAT] Only initialize directory cache on use.
2018-05-18 Pierre Schweitzer[FASTFAT] When attaching our FCB to a FO, also set...
2018-05-16 Pierre Schweitzer[FASTFAT] Deny dismounting system volume or a volume...
2018-05-12 Pierre Schweitzer[FASTFAT] Implement support for stack overflow in read...
2018-05-04 Serge Gautherie[NTFS] Fix 2 Clang-Cl warnings about CurrentKey->IndexE...
2018-04-29 Pierre Schweitzer[FASTFAT] Implement write IOs defering.
2018-04-29 Pierre Schweitzer[FASTFAT] Reduce the number of local declaration.
2018-04-29 Pierre Schweitzer[FASTFAT] Use KdRosRegisterCliCallback() to register...
2018-04-29 Pierre Schweitzer[FASTFAT] Introduce a KDBG extension.
2018-04-28 Pierre Schweitzer[FASTFAT] Don't leak directories FILE_OBJECT, FCB and... 524/head
2018-04-27 Pierre Schweitzer[FASTFAT] When allocating a FCB, set its node type...
2018-04-14 Pierre Schweitzer[NTFS] When reading $I30 attribute fails, stop the...
2018-03-29 Colin FinckMerge PR #283 "[USBPORT] Transaction Translator (TT...
2018-02-25 Pierre Schweitzer[CDFS_NEW] Sync with HEAD.
2018-02-17 Pierre Schweitzer[FASTFAT] Drop read ahead locking routines in favor...
2018-02-12 Pierre Schweitzer[CDFS_NEW] Fix a bug in Microsoft CDFS implementation...
2018-01-07 Serge Gautherie[FASTFAT] Improve code style in addition to 8294118174b...
2018-01-07 Pierre Schweitzer[FASTFAT] Notify on file size change in FileAllocationI...
2018-01-07 Pierre Schweitzer[FASTFAT] Add a wrapper around FsRtlNotifyFullReportChange
2018-01-07 Pierre Schweitzer[FASTFAT] When a file gets overwritten, notify about...
2018-01-07 Pierre Schweitzer[FASTFAT] When overwriting a file, also update its...
2018-01-06 Pierre Schweitzer[FASTFAT] When dealing with attributes on IRP_MJ_CREATE...
2018-01-06 Pierre Schweitzer[NTFS] Apply fix from 52f0726: allow partial info copy...
2018-01-01 Pierre Schweitzer[FASTFAT] When overwriting a file with FILE_OVERWRITE...
2018-01-01 Pierre Schweitzer[FASTFAT] On file overwrite, deny it if file as HIDDEN...
2017-12-31 Pierre Schweitzer[NTFS] Start using different tags for allocations.
2017-12-31 Pierre Schweitzer[NTFS] Fix a memory leak on error
2017-12-31 Pierre Schweitzer[NTFS] Use LookasideList allocations for FILE_RECORD_HE...
2017-12-31 Pierre Schweitzer[NTFS] Use LookasideList allocations for NTFS_ATTR_CONTEXT.
2017-12-31 Pierre Schweitzer[NTFS] Rewrite ReleaseAttributeContext() so that its...
2017-12-31 Pierre Schweitzer[NTFS] Don't dereference NULL IRP
2017-12-31 Pierre Schweitzer[NTFS] Don't leak memory in case of failure while creat...
2017-12-31 Pierre Schweitzer[NTFS] Don't leak attributes contextes in the btree...
2017-12-31 Pierre Schweitzer[NTFS] Don't leak memory when reading or writing non...
2017-12-25 Pierre Schweitzer[FASTFAT] Revert bd1e7bf: our VPB swapout implementatio...
2017-12-18 Pierre Schweitzer[FS] During 1st stage, disable any FS we don't support...
2017-12-17 Pierre Schweitzer[FASFAT] Enable FAT volume dismount using VPB swapout
2017-12-17 Pierre Schweitzer[SETUP] Remove FSDs which have broken dismount implemen...
2017-12-17 Pierre Schweitzer[FASTFAT] Add a comment (and an ASSERT) in VfatCreateFi...
2017-12-17 Pierre Schweitzer[FASTFAT] While closing FCBs on dismount, release from...
2017-12-17 Pierre Schweitzer[FASTFAT] Fix a handle count leak on volume close....
2017-12-17 Pierre Schweitzer[FASTFAT] When not able to lock a volume due to open...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
2017-12-10 Pierre Schweitzer[NTFS] Fix the FileNamesInformation/FileNameInformation...
2017-12-10 Trevor Thompson[NTFS] - Respect NTFS' file ordering when enumerating...
2017-12-10 Trevor Thompson[NTFS] - Fix some errors that break building in C89...
2017-12-10 Trevor Thompson[NTFS] - Add some helper functions for new features...
2017-12-10 Trevor Thompson[NTFS] - Fix increasing the mft size, to keep chkdsk...
2017-12-10 Trevor Thompson[NTFS] - Fix for C89 compliance.
2017-12-10 Trevor Thompson[NTFS] - Add support for directory creation. Add some...
2017-12-10 Trevor Thompson[NTFS] - When creating files:
2017-12-10 Trevor Thompson[NTFS] - Allow for creating a file when the index root...
2017-12-10 Trevor Thompson[NTFS] - Allow for resizing an attribute in the middle...
next