summaryrefslogtreecommitdiff
path: root/filesys
AgeCommit message (Expand)Author
2024-12-29Merge branch 'main' into fix-transaction-processingya-solnyshko
2024-07-01Standarize INF files enconding to UTF-16 (LE with BOM); renormalize filesAdonais Romero Gonzalez
2024-06-28RI develop to main (#1189)JakobL-MSFT
2024-06-19fix wrong referenced context in transaction processingya-solnyshko
2024-02-26Remove x86 and ARM configurations for sample projects. (#1126)Adonais Romero González
2024-02-19Add ARM64 as target platform on multiple samples (#1104)Adonais Romero González
2024-01-25Merge pull request #932 from hsebs/patch-2Christian Allred
2023-10-09Remove .exe from the INF file (#1040)zlockard
2023-10-02Remove unused variableZac Lockard
2023-09-29Switch to final registry key loading paradigmZac Lockard
2023-09-28Clean up paradigmZac Lockard
2023-09-27Prototype new paradigmZac Lockard
2023-09-26Update to correct build numberZac Lockard
2023-09-26Remove user-mode app from driver package to fix build issuesZac Lockard
2023-07-31Update file system filter samples to use isolated state locationszlockard
2023-04-06Update some filesys projects' DriverTargetPlatform to be 'Windows Driver' (#962)Jason
2023-04-04Update filesystem filter INF file encoding to be UTF-16 LE (#953)Jason
2023-03-21Add PnpLockdown=1 to file system filter samples (#937)Jason
2023-03-14Fix error loggingHeesung Kim
2023-02-08Fix typo in comment (#557)Rod Widdowson
2023-02-08Remove un-used macro NULL_FILTER_FILTER_NAME (#641)astro
2022-05-18Replaced ExAllocatePoolWithTag to more secure ExAllocatePoolZero in samples o...olegkMS
2022-03-24typos (#706)witer33
2021-07-07update hash algorithm to sha256Oleg Kagan (111592)
2021-06-01update hash algorithm to sha256darwin-msft
2019-09-24Fix changing and reading FAT labels with leading 0xE5 byte in fastfat.sys (#303)86973pali
2019-09-16Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604Barry Golden
2019-08-22Update README.md (#407)7914479143791427914179140791397913879137791367913579134Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-17Update README.mdBarry Golden
2019-07-15Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583Den Delimarsky
2019-07-04Update sample metadataDen Delimarsky
2019-07-04Update README.mdDen (Microsoft)
2019-03-13Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update README metadataDen Delimarsky
2019-03-13Testing samples browser integrationDen Delimarsky
2019-03-12Update README.md for samples portal (#358)Barry Golden
2018-10-30Fix typos in fastfat comments (#295)Quinten Johnson
2018-10-30Fix some comment typos (#294)Quinten Johnson
2018-10-30fix bizarre misspelling (#305)garanews
2018-09-24Updated YAML manifest for Microsoft Samples portal. (#287)Barry Golden
2018-06-20[SimRep] Fix printing the correct function name in SimRepPreNetworkQueryOpen ...Ged Murphy
2018-04-09Fix use FILE_LINK_INFORMATION struct for (fileInfoClass == FileLinkInformatio...Julio Garcia
2018-02-28Added .yaml files for samples portal (#214)Barry Golden
2018-02-24filesys/cdfs: only set the Top Level IRP if locking succeed for lazy writer w...Pierre Schweitzer
2018-02-08Shouldn't consider desired access when checking for volume lock (#207)Christian Allred
2018-01-16Fix issue #192Wei Mao