[BTRFS]
authorPierre Schweitzer <pierre@reactos.org>
Wed, 2 Nov 2016 19:36:59 +0000 (19:36 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 2 Nov 2016 19:36:59 +0000 (19:36 +0000)
commit7f4d8362bf0e792dc741617649e2ea40f78a2186
treea8cdf794cb145ca757ab43dde68b8c8a971e2a9a
parente9a079b458175104fbfadeeb049a9a0d82f3904f
[BTRFS]
Import the BTRFS driver shell extension. It allows having a finer control on btrfs volumes.
Note that not everything works in ReactOS and its usage may lead to bugchecks...

CORE-10892

svn path=/trunk/; revision=73100
16 files changed:
reactos/dll/shellext/CMakeLists.txt
reactos/dll/shellext/shellbtrfs/CMakeLists.txt [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/contextmenu.cpp [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/contextmenu.h [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/factory.cpp [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/factory.h [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/iconoverlay.cpp [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/iconoverlay.h [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/main.cpp [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/propsheet.cpp [new file with mode: 0755]
reactos/dll/shellext/shellbtrfs/propsheet.h [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/resource.h [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/shellbtrfs.manifest [new file with mode: 0755]
reactos/dll/shellext/shellbtrfs/shellbtrfs.rc [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/shellbtrfs.spec [new file with mode: 0644]
reactos/dll/shellext/shellbtrfs/subvol.ico [new file with mode: 0644]