[MMIXER] Fix additional data size initialization for different audio formats (#6753)
[reactos.git] / drivers / filesystems / ntfs / btree.c
2022-09-12 Serge Gautherie[NTFS] PrintAllVCNs(): Fix a typo in an ASSERT() (...
2021-12-20 Ronny Borchert[NTFS][UDFS] Fix build with NDEBUG undefined (#4171) 4171/head
2021-06-11 Victor Perevertkin[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing... 3742/head
2019-06-15 Victor Perevertkin[NTFS] Do not print debug message for every function...
2018-05-04 Serge Gautherie[NTFS] Fix 2 Clang-Cl warnings about CurrentKey->IndexE...
2017-12-31 Pierre Schweitzer[NTFS] Don't leak attributes contextes in the btree...
2017-12-10 Thomas FaberMerge branch 'ntfs_rebase' 186/head
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] - Add support for directory creation. Add some...
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...
2017-12-10 Trevor Thompson[NTFS] - Refactor to allow the copy of the attribute...
2017-12-10 Trevor Thompson[NTFS] - Add some improvements to B-Tree support. Add...
2017-12-10 Trevor Thompson[NTFS] - Add GetAllocationOffsetFromVCN() function...
2017-12-10 Trevor Thompson[NTFS] - Add some utility functions and improve some...
2017-12-10 Trevor Thompson[NTFS] - Fix some more issues, including remaining...
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 btree.c...
2017-12-10 Trevor Thompson[NTFS] - Fix gcc build. Fix CompareTreeKeys(): Don...
2017-12-10 Trevor Thompson[NTFS] - Begin to implement B-Trees. Allow for creating...