Merge freeldr from amd64 branch:
[reactos.git] / reactos / drivers / filesystems /
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-13 Christoph von Wittichfix a memory leak
2009-02-13 Christoph von Wittich-use ExAllocatePoolWithTag/ExFreePoolWithTag
2009-02-12 Christoph von Wittich-move FCB_TAG to header
2009-02-08 Michael Martin- Set Buffer pointer to NULL on failure.
2009-02-08 Michael Martin- Fix formatting
2009-02-04 Christoph von Wittichdisable dprints
2009-02-04 Christoph von Wittichfix formatting (again)
2009-02-04 Art YerkesAdd a per-directory cache of short filenames allowing...
2009-02-03 Timo KreuzerDon't cast pointers to ULONG!
2009-02-03 Christoph von Wittichfix formatting
2009-02-03 Christoph von Wittich-check for filesize in MmCanFileBeTruncated
2009-01-25 Stefan Ginsberg- Missed fs_rec in last commit
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-25 Pierre Schweitzer- Fixed a TODO.
2009-01-25 Pierre SchweitzerFixed a wrong behaviour
2009-01-25 Pierre SchweitzerFixed copy/paste
2009-01-24 Pierre SchweitzerThis shouldn't have been commited... Thanks to RapidSVN
2009-01-24 Pierre SchweitzerAdded/Updated French translation for almost everything...
2009-01-23 Colin Finck- Convert the function headers to a Doxygen-compatible...
2009-01-23 Pierre SchweitzerAdded notifications stuff to VCB
2009-01-23 Aleksey BraginChristoph von Wittich
2009-01-23 Aleksey Bragin[FORMATTING]
2009-01-23 Aleksey Bragin[FORMATTING]
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey Bragin- Add TAG definition to be compatible with GCC multicha...
2009-01-23 Aleksey Bragin- Fix FatValidSectorsPerCluster, otherwise it ended...
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey BraginAlex Vlasov
2009-01-23 Aleksey Bragin- Bring FatPerformDevIoCtrl to our coding standards...
2009-01-22 Pierre Schweitzer- Implemented FatPerformDevIoCtrl
2009-01-22 Pierre SchweitzerWoops! I mixed my patches. It fixes leaks anyway ;).
2009-01-22 Pierre SchweitzerDon't leak IRPs in case of failure
2009-01-21 Michael Martin- npfs.h: The member named WriteMode is meaningless...
2009-01-20 Aleksey Bragin[FORMATTING]
2009-01-20 Aleksey BraginAlex Vlasov
2009-01-19 Aleksey Bragin- Fix a misnamed var in fastfat.h.
2009-01-18 Michael Martin- Fix calculation of WriteQuotaAvailable and WritePtr...
2009-01-17 Michael Martin- rw.c: Better implementation of read/write for pipes.
2009-01-16 Michael Martin- Reply 38790, with fix for npfsPeekPipe which was...
2009-01-16 Michael Martin- Revert 38790 as i broke autotests.
2009-01-16 Michael Martin- create.c: All instances of a pipe must be the same...
2009-01-15 Aleksey Bragin- Delete npfs_new skeleton. One rewrite less.
2009-01-14 Aleksey Bragin- Add stubs for VolumeControlBlock structure, VolumeDev...
2009-01-13 Aleksey Bragin- Remove unneeded functions.
2009-01-12 Aleksey Bragin- Stubplement handlers for all needed IRP_MJ except...
2009-01-12 Aleksey Bragin- Cleanup header file.
2009-01-11 Aleksey Bragin- Rewrite DriverEntry.
2009-01-11 Michael Martin- Last implementation was failing to charge the QuotaAv...
2009-01-11 Aleksey Bragin- Delete old source code (only fastio.c and DriverEntry...
2009-01-11 Aleksey Bragin- Renames, cleanup.
2009-01-11 Aleksey Bragin- Branch existing fastfat driver.
2009-01-09 Michael Martin- Dont call KeWaitForSingleObject with WaitMode of...
2009-01-08 Michael Martin- Revert r38638 for now, as there is still changes...
2009-01-08 Michael Martin- Don't call KeWaitForSingleObject here, as doing so...
2009-01-05 Michael Martin- Change and silence a debug message that made it look...
2009-01-05 Michael Martin- Re-implement Message Type read/write mode as the...
2008-12-25 Christoph von Wittichfix some more typos
2008-12-23 Stefan Ginsberg- Never, ever, mix warning fixes with code logic change...
2008-12-23 Stefan Ginsberg- Silence ext2 FSD warnings. Also fix some bugs where...
2008-12-21 Stefan Ginsberg- Use the specified timeout when reading from a mailslot
2008-12-18 Jeffrey MorlanVfatSetAllocationSizeInformation: The fast code for...
2008-12-18 Jeffrey MorlanFAT##FindAndMarkAvailableCluster: Decrement the Availab...
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-03 Dmitry GorbachevSilence compiler warnings (4/11).
2008-12-01 Aleksey Bragin- Don't enable FULL debug output for a module in trunk...
2008-11-30 Stefan Ginsberg- Make this shit readable -- oh wait this is a commit...
2008-11-29 Stefan Ginsberg- STDCALL -> NTAPI
2008-11-29 Stefan Ginsberg- MSFS: Don't rely on PSDK headers for MAILSLOT_NO_MESS...
2008-11-29 Stefan Ginsberg- Don't redefine basic types
2008-11-21 Stefan Ginsberg- Update a comment
2008-11-21 Aleksey Bragin- Always uninit cache for a file object (official docum...
2008-11-20 Aleksey Bragin- Upcase a search expression when calling RtlIsNameInEx...
2008-11-20 Aleksey Bragin- Merge misaligned reads support (35998, 36834 by Art...
2008-11-17 Aleksey Bragin- Target device to mount may not have VPB, the driver...
2008-11-17 Aleksey Bragin- FASTFAT: when querying file name information, fill...
2008-11-14 Aleksey BraginJuan Sánchez Jurado <juan.s.jurado@gmail.com>
2008-11-10 Aleksey Bragin- We use CcPin* interface for FAT tables and directory...
2008-11-10 Aleksey Bragin- Revert 25073 (vfatfs part). CcCopyRead is guaranteed...
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Michael Martin- Add missing goto done in NpfsRead when setting Status...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-21 Aleksey Bragin- If data is going to be modified, CcPinRead should...
2008-10-19 Aleksey Bragin- VFAT fixes: Actually perform a mandatory call to...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-10-12 Aleksey Bragin- Implement locking for Cc flush (the one used in NT5...
2008-09-26 Aleksey Bragin- Remove an excessive ASSERT (there is a real one below...
2008-09-11 Aleksey Bragin- Use CD_ROM type instead of DISK.
2008-09-11 Aleksey Bragin- Use a correct device type when creating volume device...
2008-09-11 Aleksey Bragin- Silence the raised IRQL level warning.
2008-09-08 Cameron Gutman - Check that memory allocation succeeded
2008-09-03 Stefan Ginsberg- CDFS and NTFS: Don't include a unused, deprecated...
2008-08-25 Stefan Ginsberg- Remove deprecated CHECKPOINT/CHECKPOINT1 macros which...
2008-08-24 Stefan Ginsberg- Remove KEBUGCHECK and KEBUGCHECKEX macros
2008-08-17 Art YerkesDon't attempt to mount a partition that starts with...
2008-08-16 Hervé PoussineauRemove unused file
2008-08-01 Pierre SchweitzerRemoved wrong FIXME: CcInitializeCacheMap doesn't raise...
2008-08-01 Art YerkesCreate a branch for network fixes.
next