Initial Linux ZFS GIT Repo
[zfs.git] / patches / README
1 #
2 # Mostly patches for a userspace build.  For now I'm leaving them all
3 # out until we go through the code base and sort out the userspace
4 # portion of the build system.  We may find we do not want or need
5 # many of these patches anymore. -Brian
6 #
7 zap-cursor-move-to-key.patch    # Add a ZAP API to move a ZAP cursor to a
8 given key.
9 spa-force-readonly.patch        # Add API to discard all writes
10 no-debug-userspace.patch        # Disable debug code on userspace
11 no-events.patch                 # Define away spa_event_notify() in userspace
12 pthreads.patch                  # Use POSIX threads in userspace.
13 port-no-zmod.patch              # Do not use zmod.h in userspace.
14 port-pragma-init.patch          # Use constructor attribute on non-Solaris
15 platforms.
16 lztest-lzdb.patch               # Make lztest call lzdb from PATH.
17 zpool-force.patch               # Change -f to -F in zpool command