File series.conf of Package kernel-source.openSUSE_12.3_Update

# Kernel patches configuration file
# vim: set ts=8 sw=8 noet:
#
# There are three kinds of rules (see guards.1 for details):
# +symbol       include this patch if symbol is defined; otherwise exclude.
# -symbol       exclude this patch if symbol is defined; otherwise include.
# -             exclude this patch.
#
# Using symbols means that an entirely different source tree will be
# generated depending on which symbols are defined. This used to be
# a good thing when arch-specific patches contained conflicts with other
# patches, but we now have a policy that patches must build everywhere.
# The result is a unified source tree that allows us to do neat things
# like ship kernel module packages. Creating a divergent tree breaks
# these # so you'd better have an extraordinary reason for using them.
# For example, the openSUSE 10.3 kernel uses them for segregating the
# -rt patches until they can be integrated completely, and these are
# only applied at the very end of the series.
#
# The most common use in recent kernels is to disable a patch with a
# username as the symbol to indicate responsbility. Another use is
# to check in a patch for testing, but have it disabled in all but your
# own build environment.

	########################################################
	# latest standard kernel patches
	# DO NOT MODIFY THEM!
	# Send separate patches upstream if you find a problem...
	########################################################
	patches.kernel.org/patch-3.7.1
	patches.kernel.org/patch-3.7.1-2
	patches.kernel.org/patch-3.7.2-3
	patches.kernel.org/patch-3.7.3-4
	patches.kernel.org/patch-3.7.4-5
	patches.kernel.org/patch-3.7.5-6
	patches.kernel.org/patch-3.7.6-7
	patches.kernel.org/patch-3.7.7-8
	patches.kernel.org/patch-3.7.8-9
	patches.kernel.org/patch-3.7.9-10

        ########################################################
        # Build fixes that apply to the vanilla kernel too.
	# Patches in patches.rpmify are applied to both -vanilla
	# and patched flavors.
        ########################################################
	patches.rpmify/apm-honor-config_apm_cpu_idle-n
	patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
	patches.rpmify/pti-depends-on-x86-pci
	patches.rpmify/geode-depends-on-x86_32
	patches.rpmify/chipidea-clean-up-dependencies
	patches.rpmify/compiler-gcc-h-add-gcc-recommended-gcc_version-macro
	patches.rpmify/gcc4-disable-_compiletime_object_size-for-gcc-4-6

        ########################################################
        # kABI consistency patches
        ########################################################

	########################################################
	#
	# packaging-specific patches (tweaks for autobuild,
	# CONFIG_SUSE_KERNEL, config/version tracking and other
	# build stuff like that ...).
	#
	# Note that every patch in the patches.rpmify directory
	# will be included in the vanilla package.
	########################################################
	patches.rpmify/firmware-path

	patches.rpmify/rpm-kernel-config
	patches.rpmify/split-package
	patches.rpmify/cloneconfig.diff

        ########################################################
        # kbuild/module infrastructure fixes
        ########################################################
	patches.suse/supported-flag
	patches.suse/supported-flag-enterprise
	patches.suse/genksyms-add-override-flag.diff
	patches.suse/kconfig-automate-kernel-desktop

        ########################################################
        # Simple export additions/removals
        ########################################################

	########################################################
	# Bug workarounds for binutils
	########################################################

        ########################################################
        # Scheduler / Core
        ########################################################
	patches.suse/setuid-dumpable-wrongdir
	patches.fixes/signal-define-_arch_has_sa_restorer-so-we-know-whether-to-clear-sa_restorer
	patches.fixes/signal-always-clear-sa_restorer-on-execve
	patches.fixes/kernel-signal-c-use-_arch_has_sa_restorer-instead-of-sa_restorer
	patches.fixes/kernel-signal-c-stop-info-leak-via-the-tkill-and-the-tgkill-syscalls

        ########################################################
        # Architecture-specific patches. These used to be all
        # at the end of series.conf, but since we don't do
        # conditional builds anymore, there's no point.
        ########################################################


        ########################################################
	# ia64
        ########################################################

        ########################################################
	# i386
        ########################################################


	# amd64 | x86-64 | x86_64
	# 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
	# x64
	# Intel 64
	# "the architecture with too many names"
	# TAWTMN

        ########################################################
	# x86_64/i386 biarch
        ########################################################
	patches.arch/x86_64-hpet-64bit-timer.patch
	patches.arch/iommu-vt-d-add-quirk-for-broken-interrupt.patch
	patches.arch/iommu-vt-d-expand-interrupt-remapping-quirk.patch
	patches.arch/iommu-vt-d-remove-stack-trace-from-broken-irq-remapping-warning.patch
	patches.arch/ptrace-x86-force-IRET-path-after-a-ptrace_stop.patch

+needs_update	patches.arch/kvm-split-paravirt-ops-by-functionality
+needs_update	patches.arch/kvm-only-export-selected-pv-ops-feature-structs
+needs_update	patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update	patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic

	########################################################
	# x86 MCE/MCA (Machine Check Error/Architecture) extensions
        ########################################################


	########################################################
	# x86_64/4096CPUS - from SGI
	########################################################
	patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch

	########################################################
	# x86 UV patches from SGI
	########################################################

        ########################################################
	# x86_64/i386 depending on the UV patchset
        ########################################################

        ########################################################
	# powerpc/generic
        ########################################################
	patches.suse/8250-sysrq-ctrl_o.patch
+needs_update?	patches.suse/ppc-no-LDFLAGS_MODULE.patch
	patches.arch/ppc-pegasos-console-autodetection.patch
	patches.suse/ppc-powerbook-usb-fn-key-default.patch
	patches.drivers/ppc64-adb
	patches.suse/suse-ppc64-branding
+needs_update	patches.arch/ppc64-xmon-dmesg-printing.patch
	patches.arch/ppc-prom-nodisplay.patch
	patches.fixes/ptrace-getsiginfo

        ########################################################
        # PS3
        ########################################################

        ########################################################
        # ARM
        ########################################################
	patches.arch/cubox-configuration.patch
	patches.arch/arm-fix-build-ux500-module.diff
	patches.arch/arm-exynos-nosparse.patch
	patches.arch/arm-origen-regulator.patch
	patches.arch/ARM-7809-1-perf-fix-event-validation-for-software-gr

	########################################################
	# S/390
	########################################################
	patches.arch/s390-message-catalog.diff
	patches.arch/kmsg-fix-parameter-limitations

        ########################################################
        # VM/FS patches
        ########################################################
	patches.fixes/oom-warning

	patches.fixes/remount-no-shrink-dcache

	patches.suse/readahead-request-tunables.patch
	patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
	patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
	patches.fixes/quota-autoload-the-quota_v2-module-for-qfmt_vfs_v1-quota-format
	patches.fixes/mm-mmap-check-for-RLIMIT_AS-before-unmapping.patch
	patches.fixes/mm-fix-the-TLB-range-flushed-when-__tlb_remove_page-.patch
	patches.fixes/Fix-TLB-gather-virtual-address-range-invalidation-co.patch
	patches.fixes/0001-mm-page-writeback.c-fix-dirty_balance_reserve-subtra.patch
	patches.fixes/0001-mm-page-writeback.c-do-not-count-anon-pages-as-dirty.patch

	patches.fixes/fanotify-info-leak-in-copy_event_to_user.patch
	patches.fixes/inotify-fanotify-replace-fsnotify_put_group-with-fsn.patch
	patches.fixes/fsnotify-introduce-fsnotify_get_group.patch
	patches.fixes/fsnotify-use-reference-counting-for-groups.patch
	patches.fixes/fsnotify-take-groups-mark_lock-before-mark-lock.patch
	patches.fixes/fanotify-add-an-extra-flag-to-mark_remove_from_mask-.patch
	patches.fixes/fsnotify-use-a-mutex-instead-of-a-spinlock-to-protec.patch
	patches.fixes/fsnotify-pass-group-to-fsnotify_destroy_mark.patch
	patches.fixes/fsnotify-introduce-locked-versions-of-fsnotify_add_m.patch
	patches.fixes/fsnotify-dont-put-marks-on-temporary-list-when-clear.patch
	patches.fixes/fsnotify-change-locking-order.patch
	patches.fixes/fs-notify-inode_mark.c-make-fsnotify_find_inode_mark.patch
	patches.fixes/cifs-delay-super-block-destruction.patch

	# bnc#883518, CVE-2014-4171
	patches.fixes/shmem-fix-faulting-into-a-hole-while-its-punched-take-2.patch

	# Prepare for future changes of memcg APIs
	patches.suse/memcg-deprecate-memory.force_empty-knob.patch

	patches.fixes/fs-userns-change-inode_capable-to-capable_wrt_inode_uidgid

        ########################################################
        # IPC patches
        ########################################################

	########################################################
	# nfsacl protocol (agruen)
	########################################################

	########################################################
	# misc small fixes
	########################################################
	patches.suse/connector-read-mostly
	patches.suse/kbd-ignore-gfx.patch

	########################################################
	#
	# ACPI patches
	#
	########################################################
	patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch

	patches.arch/acpi_thermal_passive_blacklist.patch

	# Queued for 2.6.36 -> just revert after some time
	patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch

	patches.arch/001-acpi_initrd_override_tables.patch
	patches.arch/002-acpi_initrd_override_tables.patch
	patches.arch/003-acpi_initrd_override_tables.patch
	patches.arch/004-acpi_initrd_override_tables.patch
	patches.arch/005-acpi_initrd_override_tables.patch
	patches.arch/006-acpi_initrd_override_tables.patch
	patches.arch/007-acpi_initrd_override_tables.patch
	patches.arch/008-acpi_initrd_override_tables.patch
	patches.arch/009-acpi_initrd_override_tables.patch
	patches.arch/010-acpi_initrd_override_tables.patch
	patches.arch/x86_setup_fix_acpi_override.patch

	patches.fixes/acpi_fix_fan_always_on_after_suspend.patch

	# CVE-2013-2164
	patches.fixes/cdrom-use-kzalloc-for-failing-hardware

	########################################################
	# CPUFREQ
	########################################################

	patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch

## cpuidle perf events cleanups and related
	patches.arch/perf_timechart_fix_zero_timestamps.patch

	########################################################
	# AGP, graphics related stuff
	########################################################

	########################################################
	# Suse specific stuff
	########################################################
	patches.suse/suse-hv-fate314663-0001-mm-Export-a-function-to-get-vm-committed-memory.patch
	patches.suse/suse-hv-fate314663-0002-Drivers-hv-Add-Hyper-V-balloon-driver.patch
	patches.suse/suse-hv-fate314663-0003-Drivers-hv-balloon-Fix-a-bug-in-the-definition-of-st.patch
	patches.suse/suse-hv-fate314663-0004-Drivers-hv-balloon-Fix-a-memory-leak.patch
	patches.suse/suse-hv-fate314663-0005-Drivers-hv-balloon-Make-adjustments-to-the-pressure-.patch
	patches.suse/suse-hv-fate314663-0006-Drivers-hv-balloon-Add-a-parameter-to-delay-pressure.patch
	patches.suse/suse-hv-fate314663-0007-Drivers-hv-balloon-Prevent-the-host-from-ballooning-.patch
	patches.suse/suse-hv-fate314665-0001-Drivers-hv-Implement-routines-for-read-side-signalin.patch
	patches.suse/suse-hv-fate314665-0002-Drivers-hv-Add-state-to-manage-batched-reading.patch
	patches.suse/suse-hv-fate314665-0003-Drivers-hv-Turn-off-batched-reading-for-util-drivers.patch
	patches.suse/suse-hv-fate314665-0004-Drivers-hv-Optimize-signaling-in-the-read-path.patch
	patches.suse/suse-hv-fate314665-0005-Drivers-hv-Optimize-the-signaling-on-the-write-path.patch
	patches.suse/suse-hv-fate314665-0006-Drivers-hv-Get-rid-of-hv_get_ringbuffer_interrupt_ma.patch
	patches.suse/suse-hv-fate314665-0007-Drivers-hv-Support-handling-multiple-VMBUS-versions.patch
	patches.suse/suse-hv-fate314665-0008-Drivers-hv-Update-the-ring-buffer-structure-to-match.patch
	patches.suse/suse-hv-fate314665-0009-Drivers-hv-Extend-modify-vmbus_channel_offer_channel.patch
	patches.suse/suse-hv-fate314665-0010-Drivers-hv-Save-and-export-negotiated-vmbus-version.patch
	patches.suse/suse-hv-fate314665-0011-Drivers-hv-Change-the-signature-for-hv_signal_event.patch
	patches.suse/suse-hv-fate314665-0012-Drivers-hv-Change-the-signature-of-vmbus_set_event.patch
	patches.suse/suse-hv-fate314665-0013-Drivers-hv-Move-vmbus-version-definitions-to-hyperv..patch
	patches.suse/suse-hv-fate314665-0014-Drivers-hv-Manage-signaling-state-on-a-per-connectio.patch
	patches.suse/suse-hv-fate314665-0015-Drivers-hv-Cleanup-vmbus_set_event-to-support-win7-a.patch
	patches.suse/suse-hv-fate314665-0016-Drivers-hv-Setup-a-mapping-for-Hyper-V-s-notion-cpu-.patch
	patches.suse/suse-hv-fate314665-0017-Drivers-hv-Add-state-to-manage-incoming-channel-inte.patch
	patches.suse/suse-hv-fate314665-0018-Drivers-hv-Modify-the-interrupt-handling-code-to-sup.patch
	patches.suse/suse-hv-fate314665-0019-Drivers-hv-Add-code-to-distribute-channel-interrupt-.patch
	patches.suse/suse-hv-fate314665-0020-Drivers-hv-Get-rid-of-the-unused-global-signaling-st.patch
	patches.suse/suse-hv-fate314665-0021-Drivers-hv-Get-rid-of-unnecessary-request-for-offers.patch
	patches.suse/suse-hv-fate314665-0022-Drivers-hv-Manage-event-tasklets-on-per-cpu-basis.patch
	patches.suse/suse-hv-fate314665-0023-Drivers-hv-Handle-vmbus-interrupts-concurrently-on-a.patch
	patches.suse/suse-hv-fate314665-0024-Drivers-hv-Add-a-check-to-deal-with-spurious-interru.patch
	patches.suse/suse-hv-fate314665-0025-Drivers-hv-Enable-protocol-negotiation-with-win8-hos.patch
	patches.suse/suse-hv-fate314665-0026-Drivers-hv-Implement-flow-management-on-the-send-sid.patch
	patches.suse/suse-hv-fate314665-0027-Drivers-hv-Capture-the-host-build-information.patch
	patches.suse/suse-hv-fate314665-0028-Drivers-hv-Cleanup-and-consolidate-reporting-of-buil.patch
	patches.suse/suse-hv-identify-virtual-pc-in-ata_piix.patch
	patches.suse/suse-hv-fate314665-force-win2008.patch
	patches.suse/suse-hv-Drivers-hv-Execute-shutdown-in-a-thread-context.patch
	patches.suse/suse-hv-Drivers-scsi-storvsc-Initialize-the-sglist.patch
	patches.suse/suse-hv-scsi-storvsc-avoid-usage-of-WRITE_SAME.patch
	patches.suse/suse-hv-fate314663-0001-Drivers-hv-balloon-Do-not-request-completion-notific.patch
	patches.suse/suse-hv-drivers-hv-Fix-ring-buffer-signaling.patch
	patches.suse/suse-hv-Drivers-hv-balloon-Do-not-post-pressure-status-if-in.patch
	patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-version-negotiation-cod.patch
	patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch

        ########################################################
        # Networking, IPv6
        ########################################################
	patches.fixes/bridge-module-get-put.patch
	patches.fixes/rtnl-fix-info-leak-on-rtm_getlink-request-for-vf-devices
	patches.fixes/dcbnl-fix-various-netlink-info-leaks
	patches.fixes/atm-update-msg_namelen-in-vcc_recvmsg
	patches.fixes/ax25-fix-info-leak-via-msg_name-in-ax25_recvmsg
	patches.fixes/bluetooth-fix-possible-info-leak-in-bt_sock_recvmsg
	patches.fixes/bluetooth-rfcomm-fix-missing-msg_namelen-update-in-rfcomm_sock_recvmsg
	patches.fixes/caif-fix-missing-msg_namelen-update-in-caif_seqpkt_recvmsg
	patches.fixes/irda-fix-missing-msg_namelen-update-in-irda_recvmsg_dgram
	patches.fixes/iucv-fix-missing-msg_namelen-update-in-iucv_sock_recvmsg
	patches.fixes/l2tp-fix-info-leak-in-l2tp_ip6_recvmsg
	patches.fixes/llc-fix-missing-msg_namelen-update-in-llc_ui_recvmsg
	patches.fixes/netrom-fix-info-leak-via-msg_name-in-nr_recvmsg
	patches.fixes/nfc-llcp-fix-info-leaks-via-msg_name-in-llcp_sock_recvmsg
	patches.fixes/rose-fix-info-leak-via-msg_name-in-rose_recvmsg
	patches.fixes/tipc-fix-info-leaks-via-msg_name-in-recv_msg-recv_stream
	patches.fixes/net-fix-incorrect-credentials-passing
	patches.fixes/tcp-syncookies-reduce-mss-table-to-four-values.patch
	patches.fixes/tcp-syncookies-reduce-cookie-lifetime-to-128-seconds.patch
	patches.fixes/Fix-dst_neigh_lookup-dst_neigh_lookup_skb-return-val.patch

	########################################################
	# NFS
	########################################################

+needs_update37	patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
	patches.fixes/nfs-adaptive-readdir-plus
	patches.fixes/nfs-connect-timeout
	patches.fixes/svcrpc-fix-rpc-server-shutdown-races.patch
	patches.fixes/nfs-setclient-as-root
	patches.fixes/NFSv4-Fix-issues-in-nfs4_discover_server_trunking.patch
	patches.fixes/nfs-user-mapping.fix
	patches.fixes/NFS-Avoid-PUTROOTFH-when-managing-leases.patch

	########################################################
	# lockd + statd
	########################################################

	########################################################
	# cifs patches
	########################################################
	patches.fixes/cifs-don-t-instantiate-new-dentries-in-readdir-for-i.patch
	patches.fixes/cifs-revalidate-directories-instiantiated-via-FIND_-in-or.patch
	patches.fixes/cifs-fill-TRANS2_QUERY_FILE_INFO-ByteCount-fields.patch

	patches.fixes/cifs-ensure-that-uncached-writes-handle-unmapped-are.patch

	########################################################
	# ext2/ext3
	########################################################
#	patches.suse/ext2-fsync-err
	patches.fixes/ext3-Fix-format-string-issues.patch
	
	########################################################
	# ext4
	########################################################
	patches.fixes/ext4-fix-error-handling-in-ext4_fill_super
	patches.fixes/ext4-release-sysfs-kobject-when-failing-to-enable-quotas-on-mount

	########################################################
	# btrfs
	########################################################

	# upstream
	patches.suse/btrfs-unpin_extent_cache-fix-the-typo-and-unnecessary-arguements
	patches.suse/btrfs-fix-printk-and-variable-name
	patches.suse/fix-misspellings-of-whether-in-comments
	patches.suse/btrfs-cleanup-duplicated-division-functions
	patches.suse/btrfs-fix-wrong-comment-in-can_overcommit
	patches.suse/btrfs-improve-the-noflush-reservation
	patches.suse/btrfs-recheck-bio-against-block-device-when-we-map-the-bio
	patches.suse/btrfs-fix-unnecessary-while-loop-when-search-the-free-space-cache
	patches.suse/btrfs-mod_log_key_remove_while_moving-never-change-node-s-nritems
	patches.suse/btrfs-reorder-tree-mod-log-operations-in-deleting-a-pointer
	patches.suse/btrfs-kill-unnecessary-arguments-in-del_ptr
	patches.suse/btrfs-cleanup-unused-arguments
	patches.suse/btrfs-fill-the-global-reserve-when-unpinning-space
	patches.suse/btrfs-make-delalloc-inodes-be-flushed-by-multi-task
	patches.suse/btrfs-make-ordered-operations-be-handled-by-multi-task
	patches.suse/btrfs-make-ordered-extent-be-flushed-by-multi-task
	patches.suse/btrfs-remove-the-invalid-shrink-size-check-up-from-btrfs_shrink_dev
	patches.suse/btrfs-fix-typo-in-fs-btrfs
	patches.suse/btrfs-don-t-allow-degraded-mount-if-too-many-devices-are-missing
	patches.suse/btrfs-do-not-log-extents-when-we-only-log-new-names
	patches.suse/btrfs-get-right-arguments-for-btrfs_wait_ordered_range
	patches.suse/btrfs-cleanup-for-btrfs_wait_order_range
	patches.suse/btrfs-fix-joining-the-same-transaction-handler-more-than-2-times
	patches.suse/btrfs-fix-missing-flush-when-committing-a-transaction
	patches.suse/btrfs-fix-wrong-file-extent-length
	patches.suse/btrfs-fix-unprotected-extent-map-operation-when-logging-file-extents
	patches.suse/btrfs-fix-missing-log-when-btrfs_inode_needs_full_sync-is-set
	patches.suse/fs-btrfs-use-warn
	patches.suse/fs-btrfs-drop-if-around-warn_on
	patches.suse/btrfs-fix-a-deadlock-in-aborting-transaction-due-to-enospc
	patches.suse/btrfs-fix-a-double-free-on-pending-snapshots-in-error-handling
	patches.suse/btrfs-don-t-trust-the-superblock-label-and-simply-printk-s-it
	patches.suse/btrfs-set-hole-punching-time-properly
	patches.suse/btrfs-merge-inode_list-in-_merge_refs
	patches.suse/btrfs-cleanup-for-btrfs_btree_balance_dirty
	patches.suse/btrfs-protect-devices-list-with-its-mutex
	patches.suse/btrfs-rename-the-scrub-context-structure
	patches.suse/btrfs-remove-the-block-device-pointer-from-the-scrub-context-struct
	patches.suse/btrfs-make-the-scrub-page-array-dynamically-allocated
	patches.suse/btrfs-in-scrub-repair-code-optimize-the-reading-of-mirrors
	patches.suse/btrfs-in-scrub-repair-code-simplify-alloc-error-handling
	patches.suse/btrfs-cleanup-scrub-bio-and-worker-wait-code
	patches.suse/btrfs-move-some-common-code-into-a-subfunction
	patches.suse/btrfs-add-two-more-find_device-methods
	patches.suse/btrfs-pass-fs_info-to-btrfs_num_copies-instead-of-mapping_tree
	patches.suse/btrfs-pass-fs_info-to-btrfs_map_block-instead-of-mapping_tree
	patches.suse/btrfs-add-btrfs_scratch_superblock-function
	patches.suse/btrfs-pass-fs_info-instead-of-root
	patches.suse/btrfs-avoid-risk-of-a-deadlock-in-btrfs_handle_error
	patches.suse/btrfs-enhance-btrfs-structures-for-device-replace-support
	patches.suse/btrfs-introduce-a-btrfs_dev_replace_item-type
	patches.suse/btrfs-disallow-mutually-exclusive-admin-operations-from-user-mode
	patches.suse/btrfs-disallow-some-operations-on-the-device-replace-target-device
	patches.suse/btrfs-handle-errors-from-btrfs_map_bio-everywhere
	patches.suse/btrfs-add-code-to-scrub-to-copy-read-data-to-another-disk
	patches.suse/btrfs-add-new-sources-for-device-replace-code
	patches.suse/btrfs-change-core-code-of-btrfs-to-support-the-device-replace-operations
	patches.suse/btrfs-introduce-get_read_mirrors-functionality-for-btrfs_map_block
	patches.suse/btrfs-changes-to-live-filesystem-are-also-written-to-replacement-disk
	patches.suse/btrfs-optionally-avoid-reads-from-device-replace-source-drive
	patches.suse/btrfs-increase-btrfs_max_mirrors-by-one-for-dev-replace
	patches.suse/btrfs-allow-repair-code-to-include-target-disk-when-searching-mirrors
	patches.suse/btrfs-add-support-for-device-replace-ioctls
	patches.suse/btrfs-do-not-warn_on-io_ctl-cur-in-io_ctl_map_page
	patches.suse/btrfs-fix-an-while-loop-of-listxattr
	patches.suse/btrfs-pass-root-object-into-btrfs_ioctl_-start-wait-sync
	patches.suse/btrfs-don-t-start-a-new-transaction-when-starting-sync
	patches.suse/btrfs-fix-wrong-return-value-of-btrfs_wait_for_commit
	patches.suse/btrfs-get-write-access-when-setting-the-default-subvolume
	patches.suse/btrfs-get-write-access-when-doing-resize-fs
	patches.suse/btrfs-get-write-access-when-removing-a-device
	patches.suse/btrfs-get-write-access-for-scrub
	patches.suse/btrfs-get-write-access-for-qgroup-operations
	patches.suse/btrfs-use-slabs-for-auto-defrag-allocation
	patches.suse/btrfs-fix-unprotected-defragable-inode-insertion
	patches.suse/btrfs-restructure-btrfs_run_defrag_inodes
	patches.suse/btrfs-fix-freeze-vs-auto-defrag
	patches.suse/btrfs-fix-race-in-check-integrity-caused-by-usage-of-bitfield
	patches.suse/btrfs-fix-a-build-warning-for-an-unused-label
	patches.suse/btrfs-fix-a-scrub-regression-in-case-of-write-errors
	patches.suse/btrfs-use-existing-align-macros-in-btrfs_allocate
	patches.suse/btrfs-fix-off-by-one-error-of-the-reserved-size-of-btrfs_allocate
	patches.suse/btrfs-skip-adding-an-acl-attribute-if-we-don-t-have-to
	patches.suse/btrfs-don-t-add-a-null-extended-attribute
	patches.suse/btrfs-add-fiemap-s-flag-check
	patches.suse/btrfs-fix-permissions-of-empty-files-not-affected-by-umask
	patches.suse/btrfs-refactor-error-handling-to-drop-inode-in-btrfs_create
	patches.suse/btrfs-use-ctl-unit-for-free-space-calculation-instead-of-block_group-sectorsize
	patches.suse/btrfs-don-t-auto-defrag-a-file-when-doing-directio
	patches.suse/btrfs-fix-missing-reserved-space-release-in-error-path-of-delalloc-reservation
	patches.suse/btrfs-fix-off-by-one-error-of-the-same-page-check-in-btrfs_punch_hole
	patches.suse/btrfs-fix-the-page-that-is-beyond-eof
	patches.suse/btrfs-punch-hole-past-the-end-of-the-file
	patches.suse/btrfs-fix-wrong-return-value-of-btrfs_truncate_page
	patches.suse/btrfs-notify-udev-when-removing-device
	patches.suse/btrfs-rename-root_times_lock-to-root_item_lock
	patches.suse/btrfs-only-log-the-inode-item-if-we-can-get-away-with-it
	patches.suse/btrfs-don-t-bother-copying-if-we-re-only-logging-the-inode
	patches.suse/btrfs-inline-csums-if-we-re-fsyncing
	patches.suse/btrfs-keep-track-of-the-extents-original-block-length
	patches.suse/btrfs-do-not-mark-ems-as-prealloc-if-we-are-writing-to-them
	patches.suse/btrfs-add-path-really_keep_locks
	patches.suse/btrfs-log-changed-inodes-based-on-the-extent-map-tree
	patches.suse/btrfs-move-checks-in-set_page_dirty-under-debug
	patches.suse/btrfs-only-clear-dirty-on-the-buffer-if-it-is-marked-as-dirty
	patches.suse/btrfs-don-t-memset-new-tokens
	patches.suse/btrfs-optimize-leaf_space_used
	patches.suse/btrfs-use-tokens-where-we-can-in-the-tree-log
	patches.suse/btrfs-only-unlock-and-relock-if-we-have-to
	patches.suse/btrfs-do-not-call-file_update_time-in-aio_write
	patches.suse/btrfs-fix-bug-in-scrub-when-first-superblock-reading-gives-eio
	patches.suse/btrfs-put-raid-properties-into-global-table
	patches.suse/btrfs-fix-permissions-of-empty-files-not-affected-by-umask-9185aa58
	patches.suse/btrfs-fix-autodefrag-and-umount-lockup
	patches.suse/btrfs-don-t-take-inode-delalloc-mutex-if-we-re-a-free-space-inode
	patches.suse/btrfs-fix-hash-overflow-handling
	patches.suse/btrfs-fix-a-bug-of-per-file-nocow
	patches.suse/revert-btrfs-mod_log_key_remove_while_moving-never-change-node-s-nritems
	patches.suse/revert-btrfs-reorder-tree-mod-log-operations-in-deleting-a-pointer
	patches.suse/btrfs-fix-comment-typos
	patches.suse/btrfs-remove-unnecessary-cur_trans-set-before-goto-loop-in-join_transaction
	patches.suse/btrfs-fix-memory-leak-in-name_cache_insert
	patches.suse/btrfs-get-the-device-in-write-mode-when-deleting-it
	patches.suse/btrfs-disable-qgroup-id-0
	patches.suse/btrfs-do-not-delete-a-subvolume-which-is-in-a-r-o-subvolume
	patches.suse/btrfs-fix-resize-a-readonly-device
	patches.suse/btrfs-fix-missing-write-access-release-in-btrfs_ioctl_resize
	patches.suse/btrfs-set-flushing-if-we-re-limited-flushing
	patches.suse/btrfs-add-orphan-before-truncating-pagecache
	patches.suse/btrfs-let-allocation-start-from-the-right-raid-type
	patches.suse/btrfs-reset-path-lock-state-to-zero
	patches.suse/btrfs-fix-off-by-one-in-lseek
	patches.suse/btrfs-fix-a-bug-when-llseek-for-delalloc-bytes-behind-prealloc-extents
	patches.suse/btrfs-fix-btrfs_cont_expand-freeing-is_err-em
	patches.suse/btrfs-update-timestamps-on-truncate
	patches.suse/btrfs-bring-back-balance-pause-resume-logic
	patches.suse/btrfs-fix-mutually-exclusive-op-is-running-error-code
	patches.suse/btrfs-fix-unlock-order-in-btrfs_ioctl_resize
	patches.suse/btrfs-fix-unlock-order-in-btrfs_ioctl_rm_dev
	patches.suse/btrfs-reorder-locks-and-sanity-checks-in-btrfs_ioctl_defrag
	patches.suse/fs-btrfs-remove-depends-on-config_experimental
	patches.suse/btrfs-ignore-orphan-qgroup-relations
	patches.suse/btrfs-prevent-qgroup-destroy-when-there-are-still-relations
	patches.suse/btrfs-fix-a-regression-in-balance-usage-filter
	patches.suse/btrfs-do-not-allow-logged-extents-to-be-merged-or-removed
	patches.suse/btrfs-fix-panic-when-recovering-tree-log
	patches.suse/btrfs-use-right-range-to-find-checksum-for-compressed-extents
	patches.suse/btrfs-put-csums-on-the-right-ordered-extent
	patches.suse/btrfs-add-access_once-to-transaction-abort-accesses
	patches.suse/btrfs-fix-missed-transaction-aborted-check
	patches.suse/btrfs-fix-wrong-max-device-number-for-single-profile
	patches.suse/btrfs-fix-repeated-delalloc-work-allocation
	patches.suse/btrfs-don-t-try-to-notify-udev-about-missing-devices
	patches.suse/btrfs-add-rw-argument-to-merge_bio_hook
	patches.suse/btrfs-raid5-and-raid6
	patches.suse/btrfs-add-a-stripe-cache-to-raid56
	patches.suse/btrfs-add-a-plugging-callback-to-raid56-writes
	patches.suse/btrfs-fix-cluster-alignment-for-mount-o-ssd
	patches.suse/btrfs-reduce-lock-contention-on-extent-buffer-locks
	patches.suse/btrfs-reduce-cpu-contention-while-waiting-for-delayed-extent-operations
	patches.suse/btrfs-select-xor_blocks-in-kconfig
	patches.suse/btrfs-remove-conflicting-check-for-minimum-number-of-devices-in-raid56
	patches.suse/btrfs-do-not-merge-logged-extents-if-we-ve-removed-them-from-the-tree
	patches.suse/btrfs-fix-wrong-sync_writers-decrement-in-btrfs_file_aio_write
	patches.suse/btrfs-fix-missing-release-of-the-space-qgroup-reservation-in-start_transaction
	patches.suse/btrfs-fix-race-between-snapshot-deletion-and-getting-inode
	patches.suse/btrfs-fix-missing-i_size-update
	patches.suse/btrfs-fix-possible-stale-data-exposure
	patches.suse/btrfs-fix-edquot-handling-in-btrfs_delalloc_reserve_metadata
	patches.suse/btrfs-move-d_instantiate-outside-the-transaction-during-mksubvol
	patches.suse/btrfs-fix-crash-in-log-replay-with-qgroups-enabled
	patches.suse/btrfs-access-superblock-via-pagecache-in-scan_one_device
	patches.suse/btrfs-use-slabs-for-delayed-reference-allocation
	patches.suse/btrfs-cleanup-unnecessary-clear-when-freeing-a-transaction-or-a-trans-handle
	patches.suse/btrfs-use-common-work-instead-of-delayed-work
	patches.suse/btrfs-cleanup-similar-code-in-delayed-inode
	patches.suse/btrfs-fix-lots-of-orphan-inodes-when-the-space-is-not-enough
	patches.suse/btrfs-make-delayed-ref-lock-logic-more-readable
	patches.suse/btrfs-flush-all-dirty-inodes-if-writeback-can-not-start
	patches.suse/btrfs-use-wrapper-page_offset
	patches.suse/btrfs-fix-trivial-error-in-btrfs_ioctl_resize
	patches.suse/btrfs-wait-on-ordered-extents-at-the-last-possible-moment
	patches.suse/btrfs-don-t-re-enter-when-allocating-a-chunk
	patches.suse/btrfs-remove-deprecated-comments
	patches.suse/btrfs-kill-unused-arguments-of-cache_block_group
	patches.suse/btrfs-kill-unused-argument-of-update_block_group
	patches.suse/btrfs-kill-unused-argument-of-btrfs_pin_extent_for_log_replay
	patches.suse/btrfs-use-token-to-avoid-times-mapping-extent-buffer
	patches.suse/btrfs-save-us-a-read_lock
	patches.suse/btrfs-record-first-logical-byte-in-memory
	patches.suse/btrfs-make-raid-attr-array-more-readable
	patches.suse/btrfs-check-the-return-value-of-btrfs_start_delalloc_inodes
	patches.suse/btrfs-check-the-return-value-of-btrfs_run_ordered_operations
	patches.suse/btrfs-traverse-and-flush-the-delalloc-inodes-once
	patches.suse/btrfs-don-t-traverse-the-ordered-operation-list-repeatedly
	patches.suse/revert-btrfs-fix-permissions-of-empty-files-not-affected-by-umask
	patches.suse/btrfs-check-cap_dac_read_search-for-btrfs_ioc_ino_paths
	patches.suse/btrfs-move-fs-btrfs-ioctl-h-to-include-uapi-linux-btrfs-h
	patches.suse/btrfs-add-a-comment-for-fs_info-max_inline
	patches.suse/btrfs-protect-fs_info-alloc_start
	patches.suse/btrfs-use-percpu-counter-for-dirty-metadata-count
	patches.suse/btrfs-use-percpu-counter-for-fs_info-delalloc_bytes
	patches.suse/btrfs-use-the-inode-own-lock-to-protect-its-delalloc_bytes
	patches.suse/btrfs-use-seqlock-to-protect-fs_info-avail_-data-metadata-system-alloc_bits
	patches.suse/btrfs-use-bit-operation-for-fs_state
	patches.suse/btrfs-fix-chunk-allocation-error-handling
	patches.suse/btrfs-remove-extent-mapping-if-we-fail-to-add-chunk
	patches.suse/btrfs-do-not-overcommit-if-we-don-t-have-enough-space-for-global-rsv
	patches.suse/btrfs-remove-unused-fd-in-btrfs_ioctl_send
	patches.suse/btrfs-list_entry-can-t-return-null
	patches.suse/btrfs-remove-unused-fs_info-from-btrfs_decode_error
	patches.suse/btrfs-handle-null-fs_info-in-btrfs_panic
	patches.suse/btrfs-annotate-intentional-switch-case-fallthroughs
	patches.suse/btrfs-add-missing-break-in-btrfs_print_leaf
	patches.suse/btrfs-fix-varargs-in-_btrfs_std_error
	patches.suse/btrfs-remove-unused-item-in-btrfs_insert_delayed_item
	patches.suse/btrfs-remove-unnecessary-define_wait-declarations
	patches.suse/btrfs-ensure-we-don-t-overrun-devices_info-in-_btrfs_alloc_chunk
	patches.suse/btrfs-fix-freeing-delayed-ref-head-while-still-holding-its-mutex
	patches.suse/btrfs-fix-how-we-discard-outstanding-ordered-extents-on-abort
	patches.suse/btrfs-unreserve-space-if-our-ordered-extent-fails-to-work
	patches.suse/btrfs-account-for-orphan-inodes-properly-during-cleanup
	patches.suse/btrfs-rework-the-overcommit-logic-to-be-based-on-the-total-size
	patches.suse/btrfs-handle-errors-in-compression-submission-path
	patches.suse/btrfs-if-we-aren-t-committing-just-end-the-transaction-if-we-error-out
	patches.suse/btrfs-remove-cache-only-arguments-from-defrag-path
	patches.suse/btrfs-extend-the-checksum-item-as-much-as-possible
	patches.suse/btrfs-add-no-file-data-flag-to-btrfs-send-ioctl
	patches.suse/btrfs-fix-the-race-between-bio-and-btrfs_stop_workers
	patches.suse/btrfs-fix-memory-leak-of-pending_snapshot-inherit
	patches.suse/btrfs-steal-from-global-reserve-if-we-are-cleaning-up-orphans
	patches.suse/btrfs-cleanup-orphan-reservation-if-truncate-fails
	patches.suse/btrfs-fix-deadlock-due-to-unsubmitted
	patches.suse/btrfs-serialize-unlocked-dio-reads-with-truncate
	patches.suse/btrfs-implement-unlocked-dio-write
	patches.suse/btrfs-put-some-enospc-messages-under-enospc_debug
	patches.suse/btrfs-add-cancellation-points-to-defrag
	patches.suse/btrfs-remove-unused-extent-io-tree-ops-v2
	patches.suse/btrfs-eliminate-a-use-after-free-in-btrfs_balance
	patches.suse/btrfs-allow-for-selecting-only-completely-empty-chunks
	patches.suse/btrfs-relax-the-block-group-size-limit-for-bitmaps
	patches.suse/btrfs-place-ordered-operations-on-a-per-transaction-list
	patches.suse/btrfs-add-a-new-ioctl-to-get-the-label-of-a-mounted-file-system
	patches.suse/btrfs-set-change-the-label-of-a-mounted-file-system
	patches.suse/btrfs-define-btrfs_magic-as-a-u64-value
	patches.suse/btrfs-fix-the-qgroup-reserved-space-is-released-prematurely
	patches.suse/btrfs-fix-the-deadlock-between-the-transaction-start-attach-and-commit
	patches.suse/btrfs-fix-uncompleted-transaction
	patches.suse/btrfs-fix-cleaner-thread-not-working-with-inode-cache-option
	patches.suse/btrfs-fix-missing-check-before-disabling-quota
	patches.suse/btrfs-fix-missing-release-of-qgroup-reservation-in-commit_transaction
	patches.suse/btrfs-init-io_lock-after-cloning-btrfs-device-struct
	patches.suse/btrfs-limit-fallocate-extent-reservation-to-256mb
	patches.suse/btrfs-fix-max-chunk-size-on-raid5-6
	patches.suse/btrfs-snapshot-aware-defrag
	patches.suse/btrfs-fix-wrong-outstanding_extents-when-doing-dio-write
	patches.suse/btrfs-fix-remount-vs-autodefrag
	patches.suse/new-helper-file_inodefile
	patches.suse/btrfs-make-sure-nodatacow-also-gets-nodatasum-set
	patches.suse/btrfs-fix-backref-walking-race-with-tree-deletions
	patches.suse/clear-chunk_alloc-flag-on-retryable-failure
	patches.suse/btrfs-use-reserved-space-for-creating-a-snapshot
	patches.suse/btrfs-do-not-change-inode-flags-in-rename
	patches.suse/btrfs-cleanup-for-open-coded-alignment
	patches.suse/btrfs-copy-everything-if-we-ve-created-an-inline-extent
	patches.suse/btrfs-fix-memory-leak-of-log-roots
	patches.suse/btrfs-fix-null-pointer-after-aborting-a-transaction
	patches.suse/btrfs-remove-a-printk-from-scan_one_device
	patches.suse/btrfs-remove-unnecessary-dget_parent-dput-when-creating-the-pending-snapshot
	patches.suse/btrfs-fix-wrong-reserved-space-in-qgroup-during-snap-subv-creation
	patches.suse/btrfs-fix-wrong-reserved-space-when-deleting-a-snapshot-subvolume
	patches.suse/btrfs-use-only-inline_pages-from-extent-buffer
	patches.suse/btrfs-fix-missing-deleted-items-in-btrfs_clean_quota_tree
	patches.suse/btrfs-return-enomem-rather-than-use-bug_on-when-btrfs_alloc_path-fails
	patches.suse/btrfs-remove-reduplicate-check-about-root-in-the-function-btrfs_clean_quota_tree
	patches.suse/btrfs-don-t-call-btrfs_qgroup_free-if-just-btrfs_qgroup_reserve-fails
	patches.suse/btrfs-cleanup-to-make-the-function-btrfs_delalloc_reserve_metadata-more-logic
	patches.suse/btrfs-try-harder-to-allocate-raid56-stripe-cache
	patches.suse/btrfs-delete-inline-extents-when-we-find-them-during-logging
	patches.suse/btrfs-fixup-remove-module-h-usage-as-required
	patches.suse/btrfs-raid56-add-missing-include-linux-vmalloc-h
	patches.suse/btrfs-use-set_nlink-if-our-i_nlink-is-0
	patches.suse/btrfs-fix-wrong-handle-at-error-path-of-create_snapshot-when-the-commit-fails
	patches.suse/btrfs-fix-unclosed-transaction-handler-when-the-async-transaction-commitment-fails
	patches.suse/btrfs-check-for-null-pointer-in-updating-reloc-roots
	patches.suse/btrfs-build-up-error-handling-for-merge_reloc_roots
	patches.suse/btrfs-free-all-recorded-tree-blocks-on-error
	patches.suse/btrfs-do-not-bug_on-in-prepare_to_reloc
	patches.suse/btrfs-do-not-bug_on-on-aborted-situation
	patches.suse/btrfs-avoid-deadlock-on-transaction-waiting-list
	patches.suse/btrfs-allow-running-defrag-in-parallel-to-administrative-tasks
	patches.suse/btrfs-enforce-min_bytes-parameter-during-extent-allocation
	patches.suse/btrfs-fix-a-mismerge-in-btrfs_balance
	patches.suse/btrfs-improve-the-delayed-inode-throttling
	patches.suse/btrfs-get-better-concurrency-for-snapshot-aware-defrag-work
	patches.suse/btrfs-remove-btrfs_try_spin_lock
	patches.suse/btrfs-use-rcu_barrier-to-wait-for-bdev-puts-at-unmount
	patches.suse/btrfs-return-eio-if-we-have-extent-tree-corruption
	patches.suse/btrfs-return-as-soon-as-possible-when-edquot-happens
	patches.suse/btrfs-fix-warning-when-creating-snapshots
	patches.suse/btrfs-fix-warning-of-free_extent_map
	patches.suse/btrfs-update-to-use-fs_state-bit
	patches.suse/btrfs-handle-a-bogus-chunk-tree-nicely
	patches.suse/btrfs-fix-missing-qgroup-reservation-before-fallocating
	patches.suse/btrfs-fix-locking-on-root_replace-operations-in-tree-mod-log
	patches.suse/btrfs-fix-memory-leak-in-btrfs_create_tree
	patches.suse/block-add-bio_end_sector
	patches.suse/block-use-bio_sectors-more-consistently
	patches.suse/btrfs-fix-race-between-mmap-writes-and-compression
	patches.suse/btrfs-fix-eio-from-btrfs-send-in-is_extent_unchanged-for-punched-holes
	patches.suse/btrfs-fix-space-leak-when-we-fail-to-reserve-metadata-space
	patches.suse/btrfs-fix-space-accounting-for-unlink-and-rename
	patches.suse/btrfs-hold-the-ordered-operations-mutex-when-waiting-on-ordered-extents
	patches.suse/btrfs-limit-the-global-reserve-to-512mb
	patches.suse/btrfs-fix-double-free-in-the-btrfs_qgroup_account_ref
	patches.suse/btrfs-fix-wrong-reservation-of-csums
	patches.suse/btrfs-fix-wrong-return-value-of-btrfs_lookup_csum
	patches.suse/btrfs-don-t-drop-path-when-printing-out-tree-errors-in-scrub
	patches.suse/btrfs-make-sure-nbytes-are-right-after-log-replay
	# 3.9
	patches.suse/btrfs-cleanup-unused-function
	patches.suse/btrfs-add-some-free-space-cache-tests
	patches.suse/btrfs-merge-save_error_info-helpers-into-one
	patches.suse/btrfs-clean-up-transaction-abort-messages
	patches.suse/btrfs-cleanup-unused-arguments-of-btrfs_csum_data
	patches.suse/btrfs-use-helper-to-cleanup-tree-roots
	patches.suse/btrfs-add-a-incompatible-format-change-for-smaller-metadata-extent-refs
	patches.suse/btrfs-share-stop-worker-code
	patches.suse/btrfs-cleanup-some-redundant-codes-in-btrfs_lookup_csums_range
	patches.suse/btrfs-cleanup-some-redundant-codes-in-btrfs_log_inode
	patches.suse/btrfs-clean-snapshots-one-by-one
	patches.suse/btrfs-update-kconfig-title
	patches.suse/btrfs-include-the-device-in-most-error-printks
	patches.suse/btrfs-deprecate-subvolrootid-mount-option
	patches.suse/btrfs-make-orphan-cleanup-less-verbose
	patches.suse/btrfs-cover-more-error-codes-in-btrfs_decode_error
	patches.suse/btrfs-make-subvol-creation-deletion-killable-in-the-early-stages
	patches.suse/btrfs-pass-null-instead-of-0
	patches.suse/btrfs-fix-a-warning-when-disabling-quota
	patches.suse/btrfs-fix-infinite-loop-when-we-abort-on-mount
	patches.suse/btrfs-compare-relevant-parts-of-delayed-tree-refs
	patches.suse/btrfs-kill-some-bug_ons-in-the-find_parent_nodes
	patches.suse/btrfs-fix-double-free-in-the-iterate_extent_inodes
	patches.suse/btrfs-fix-error-handling-in-make-read-block-group
	patches.suse/btrfs-don-t-wait-on-ordered-extents-if-we-have-a-trans-open
	patches.suse/btrfs-log-ram-bytes-properly
	patches.suse/btrfs-fix-bad-extent-logging
	patches.suse/btrfs-improve-the-performance-of-the-csums-lookup
	patches.suse/btrfs-ignore-device-open-failures-in-_btrfs_open_devices
	patches.suse/btrfs-abort-unlink-trans-in-missed-error-case
	patches.suse/btrfs-creating-the-subvolume-qgroup-automatically-when-enabling-quota
	patches.suse/btrfs-introduce-a-mutex-lock-for-btrfs-quota-operations
	patches.suse/btrfs-remove-some-unnecessary-spin_lock-usages
	patches.suse/btrfs-fix-missing-check-before-creating-a-qgroup-relation
	patches.suse/btrfs-fix-missing-check-in-the-btrfs_qgroup_inherit
	patches.suse/btrfs-fix-a-warning-when-updating-qgroup-limit
	patches.suse/btrfs-use-tree_root-to-avoid-edquot-when-disabling-quota
	patches.suse/btrfs-remove-some-bug_ons-when-walking-backref-tree
	patches.suse/btrfs-make-_merge_refs-return-type-be-void
	patches.suse/btrfs-allow-omitting-stream-header-and-end-cmd-for-btrfs-send
	patches.suse/btrfs-add-a-rb_tree-to-improve-performance-of-ulist-search
	patches.suse/btrfs-fix-unblocked-autodefraggers-when-remount
	patches.suse/btrfs-use-a-lock-to-protect-incompat-compat-flag-of-the-super-block
	patches.suse/btrfs-fix-tree-mod-log-regression-on-root-split-operations
	patches.suse/btrfs-fix-accessing-the-root-pointer-in-tree-mod-log-functions
	patches.suse/btrfs-fix-unlock-after-free-on-rewinded-tree-blocks
	patches.suse/btrfs-cleanup-to-remove-reduplicate-code-in-transaction-c
	patches.suse/btrfs-fix-minor-typo-in-comment
	patches.suse/btrfs-do-not-continue-if-out-of-memory-happens
	patches.suse/btrfs-fix-confusing-edquot-happening-case
	patches.suse/btrfs-remove-unused-argument-of-fixup_low_keys
	patches.suse/btrfs-cleanup-of-function-where-fixup_low_keys-is-called
	patches.suse/btrfs-remove-unused-argument-of-btrfs_extend_item
	patches.suse/btrfs-cleanup-of-function-where-btrfs_extend_item-is-called
	patches.suse/btrfs-fix-reada-debug-code-compilation
	patches.suse/btrfs-return-error-when-we-specify-wrong-start-to-defrag
	patches.suse/btrfs-remove-unused-variable-in-the-iterate_extent_inodes
	patches.suse/btrfs-don-t-force-pages-under-writeback-to-finish-when-aborting
	patches.suse/btrfs-clear-received_uuid-field-for-new-writable-snapshots
	patches.suse/btrfs-fix-missing-check-about-ulist_add-in-qgroup-c
	patches.suse/btrfs-add-all-ioctl-checks-before-user-change-for-quota-operations
	patches.suse/btrfs-fix-lockdep-warning
	patches.suse/btrfs-fix-possible-infinite-loop-in-slow-caching
	patches.suse/btrfs-use-req_meta-for-all-metadata-io
	patches.suse/btrfs-deal-with-bad-mappings-in-btrfs_map_block
	patches.suse/btrfs-don-t-call-readahead-hook-until-we-have-read-the-entire-eb
	patches.suse/btrfs-don-t-bug_on-in-btrfs_num_copies
	patches.suse/btrfs-don-t-try-and-free-ebs-twice-in-log-replay
	patches.suse/btrfs-add-tree-block-level-sanity-check
	patches.suse/btrfs-only-exclude-supers-in-the-range-of-our-block-group
	patches.suse/btrfs-fix-all-callers-of-read_tree_block
	patches.suse/btrfs-fix-extent-logging-with-o_direct-into-prealloc
	patches.suse/btrfs-cleanup-fs-roots-if-we-fail-to-mount
	patches.suse/btrfs-don-t-panic-if-we-re-trying-to-drop-too-many-refs
	patches.suse/btrfs-check-return-value-of-commit-when-recovering-log
	patches.suse/btrfs-cleanup-destroy_marked_extents
	patches.suse/btrfs-various-abort-cleanups
	patches.suse/btrfs-remove-unused-variable-in-_process_changed_new_xattr
	patches.suse/btrfs-fix-error-handling-in-btrfs_ioctl_send
	patches.suse/btrfs-delete-unused-parameter-to-btrfs_read_root_item
	patches.suse/btrfs-set-uuid-in-root_item-for-created-trees
	patches.suse/btrfs-return-free-space-in-cow-error-path
	patches.suse/btrfs-move-leak-debug-code-to-functions
	patches.suse/btrfs-separate-sequence-numbers-for-delayed-ref-tracking-and-tree-mod-log
	patches.suse/btrfs-allocate-new-chunks-if-the-space-is-not-enough-for-global-rsv
	patches.suse/btrfs-split-btrfs_qgroup_account_ref-into-four-functions
	patches.suse/btrfs-rescan-for-qgroups
	patches.suse/btrfs-automatic-rescan-after-quota-enable-command
	patches.suse/btrfs-deal-with-free-space-cache-errors-while-replaying-log
	patches.suse/btrfs-remove-almost-all-of-the-bug-s-from-tree-log-c
	patches.suse/btrfs-deal-with-errors-in-write_dev_supers
	patches.suse/btrfs-make-static-code-static-remove-dead-code
	patches.suse/btrfs-handle-errors-returned-from-get_tree_block_key
	patches.suse/btrfs-remove-unused-gfp-mask-parameter-from-release_extent_buffer-callchain
	patches.suse/btrfs-read-entire-device-info-under-lock
	patches.suse/btrfs-improve-the-loop-of-scrub_stripe
	patches.suse/btrfs-use-unsigned-long-type-for-extent-state-bits
	patches.suse/btrfs-fix-misleading-variable-name-for-flags
	patches.suse/btrfs-enhance-superblock-checks
	patches.suse/btrfs-allow-superblock-mismatch-from-older-mkfs
	patches.suse/btrfs-annotate-quota-tree-for-lockdep
	patches.suse/btrfs-fix-off-by-one-in-fiemap
	patches.suse/btrfs-don-t-stop-searching-after-encountering-the-wrong-item
	patches.suse/btrfs-don-t-null-pointer-deref-on-abort
	patches.suse/btrfs-remove-warn-on-in-free-space-cache-writeout
	patches.suse/btrfs-handle-running-extent-ops-with-skinny-metadata
	patches.suse/btrfs-don-t-allow-device-replace-on-raid5-raid6
	patches.suse/btrfs-fix-possible-memory-leak-in-the-find_parent_nodes
	patches.suse/btrfs-fix-possible-memory-leak-in-replace_path
	patches.suse/correct-allowed-raid-levels-on-balance
	patches.suse/btrfs-don-t-abort-the-current-transaction-if-there-is-no-enough-space-for-inode-cache
	patches.suse/btrfs-don-t-use-global-block-reservation-for-inode-cache-truncation
	patches.suse/btrfs-optimize-the-error-handle-of-use_block_rsv
	patches.suse/btrfs-don-t-steal-the-reserved-space-from-the-global-reserve-if-their-space-type-is-different
	patches.suse/btrfs-update-the-global-reserve-if-it-is-empty
	patches.suse/btrfs-return-errno-if-possible-when-we-fail-to-allocate-memory
	patches.suse/btrfs-fix-accessing-a-freed-tree-root
	patches.suse/btrfs-fix-unprotected-root-node-of-the-subvolume-s-inode-rb-tree
	patches.suse/btrfs-pause-the-space-balance-when-remounting-to-r-o
	patches.suse/btrfs-remove-bug_on-in-btrfs_read_fs_tree_no_radix
	patches.suse/btrfs-don-t-invoke-btrfs_invalidate_inodes-in-the-spin-lock-context
	patches.suse/btrfs-do-away-with-non-whole_page-extent-i-o
	patches.suse/btrfs-explicitly-use-global_block_rsv-for-quota_tree
	patches.suse/btrfs-make-sure-roots-are-assigned-before-freeing-their-nodes
	patches.suse/btrfs-use-a-btrfs-bioset-instead-of-abusing-bio-internals
	patches.suse/btrfs-fix-btrfs_extend_item-comment
	patches.suse/treewide-fix-typo-in-printk
	patches.suse/btrfs-don-t-delete-fs_roots-until-after-we-cleanup-the-transaction
	patches.suse/btrfs-drop-inode-if-inode-root-is-null
	patches.suse/btrfs-init-relocate-extent_io_tree-with-a-mapping
	patches.suse/btrfs-fix-use-after-free-bug-during-umount
	patches.suse/btrfs-stop-all-workers-before-cleaning-up-roots
	# 3.10
	patches.suse/btrfs-fix-check-on-same-raid-type-flag-twice
	patches.suse/btrfs-add-debug-check-for-extent_io-range-alignment
	patches.suse/btrfs-add-prefix-to-sanity-tests-messages
	patches.suse/btrfs-move-ifdef-around-sanity-checks-out-of-init_btrfs_fs
	patches.suse/btrfs-show-compiled-in-config-features-at-module-load-time
	patches.suse/btrfs-introduce-qgroup_ulist-to-avoid-frequently-allocating-freeing-ulist
	patches.suse/btrfs-add-ioctl-to-wait-for-qgroup-rescan-completion
	patches.suse/btrfs-cleanup-unused-arguments-in-send-c
	patches.suse/minor-format-cleanup
	patches.suse/btrfs-remove-useless-copy-in-quota_ctl
	patches.suse/btrfs-delete-unused-function
	patches.suse/btrfs-cleanup-btrfs_read_fs_root_no_name-doesn-t-return-null
+dsterba patches.suse/btrfs-cleanup-don-t-check-the-same-thing-twice
	patches.suse/btrfs-remove-unnecessary-s_umount-in-cleaner_kthread
	patches.suse/btrfs-make-the-cleaner-complete-early-when-the-fs-is-going-to-be-umounted
	patches.suse/btrfs-move-the-r-o-check-out-of-btrfs_clean_one_deleted_snapshot
	patches.suse/btrfs-make-the-snap-subv-deletion-end-more-early-when-the-fs-is-r-o
	patches.suse/btrfs-cleanup-the-similar-code-of-the-fs-root-read
	patches.suse/btrfs-introduce-grab-put-functions-for-the-root-of-the-fs-file-tree
	patches.suse/btrfs-introduce-per-subvolume-delalloc-inode-list
	patches.suse/btrfs-introduce-per-subvolume-ordered-extent-list
	patches.suse/btrfs-just-flush-the-delalloc-inodes-in-the-source-tree-before-snapshot-creation
	patches.suse/btrfs-cleanup-unnecessary-assignment-when-cleaning-up-all-the-residual-transaction
	patches.suse/btrfs-remove-the-code-for-the-impossible-case-in-cleanup_transaction
	patches.suse/btrfs-don-t-wait-for-all-the-writers-circularly-during-the-transaction-commit
	patches.suse/btrfs-don-t-flush-the-delalloc-inodes-in-the-while-loop-if-flushoncommit-is-set
	patches.suse/btrfs-remove-unnecessary-varient-num_joined-in-btrfs_transaction-structure
	patches.suse/btrfs-remove-the-time-check-in-btrfs_commit_transaction
	patches.suse/btrfs-make-the-state-of-the-transaction-more-readable
	patches.suse/btrfs-do-delay-iput-in-sync_fs
	patches.suse/btrfs-device-delete-to-get-errors-from-the-kernel
	patches.suse/btrfs-fix-estale-with-btrfs-send
	patches.suse/btrfs-return-error-code-in-btrfs_check_trunc_cache_free_space
	patches.suse/btrfs-dont-do-log_removal-in-insert_new_root
	patches.suse/btrfs-check-if-leaf-s-parent-exists-before-pushing-items-around
	patches.suse/btrfs-kill-replicate-code-in-replay_one_buffer
	patches.suse/btrfs-remove-unused-code-in-btrfs_del_root
	patches.suse/btrfs-allow-file-data-clone-within-a-file
	patches.suse/btrfs-merge-pending-io-for-tree-log-write-back
	patches.suse/btrfs-simplify-unlink-reservations
	patches.suse/btrfs-fix-memory-patcher-through-fs_info-qgroup_ulist
	patches.suse/btrfs-avoid-double-free-of-fs_info-qgroup_ulist
	patches.suse/btrfs-fix-qgroup-rescan-resume-on-mount
	patches.suse/btrfs-cocci-spatch-ptr_ret-spatch
	patches.suse/btrfs-cocci-spatch-memdup-spatch
	patches.suse/btrfs-do-not-pin-while-under-spin-lock
	patches.suse/btrfs-add-some-missing-iput-s-in-btrfs_orphan_cleanup
	patches.suse/btrfs-put-our-inode-if-orphan-cleanup-fails
	patches.suse/btrfs-exclude-logged-extents-before-replying-when-we-are-mixed
	patches.suse/btrfs-more-open-coded-file_inode
	patches.suse/btrfs-fix-broken-nocow-after-balance
	patches.suse/btrfs-fix-the-code-comments-for-lzo-compression-workspace
	patches.suse/btrfs-wake-up-delayed-ref-flushing-waiters-on-abort
	patches.suse/btrfs-stop-waiting-on-current-trans-if-we-aborted
	patches.suse/btrfs-fix-transaction-throttling-for-delayed-refs
	patches.suse/btrfs-free-csums-when-we-re-done-scrubbing-an-extent
	patches.suse/btrfs-cleanup-backref-search-commit-root-flag-stuff
	patches.suse/btrfs-fix-not-being-able-to-find-skinny-extents-during-relocate
	patches.suse/btrfs-fix-the-comment-typo-for-btrfs_attach_transaction_barrier
	patches.suse/btrfs-unlock-extent-range-on-enospc-in-compressed-submit
	patches.suse/btrfs-optimize-read_block_for_search
	patches.suse/btrfs-optimize-reada_for_balance
	patches.suse/btrfs-move-btrfs_truncate_page-to-btrfs_cont_expand-instead-of-btrfs_truncate
	patches.suse/btrfs-check-for-actual-acls-rather-than-just-xattrs-when-caching-no-acl
	patches.suse/btrfs-use-a-percpu-to-keep-track-of-possibly-pinned-bytes
	patches.suse/btrfs-stop-using-try_to_writeback_inodes_sb_nr-to-flush-delalloc
	patches.suse/btrfs-check-if-we-can-nocow-if-we-don-t-have-data-space
	patches.suse/btrfs-remove-btrfs_sector_sum-structure
	patches.suse/btrfs-cleanup-redundant-code-in-btrfs_submit_direct
	patches.suse/btrfs-fix-wrong-mirror-number-tuning
	patches.suse/btrfs-cleanup-orphaned-root-orphan-item
	patches.suse/btrfs-make-the-chunk-allocator-completely-tree-lockless
	patches.suse/btrfs-fix-oops-when-recovering-the-file-data-by-scrub-function
	patches.suse/btrfs-cleanup-the-code-of-copy_nocow_pages_for_inode
	patches.suse/btrfs-fix-several-potential-problems-in-copy_nocow_pages_for_inode
	patches.suse/btrfs-fix-crash-regarding-to-ulist_add_merge
	patches.suse/btrfs-make-backref-walking-code-handle-skinny-metadata
	patches.suse/btrfs-hold-the-tree-mod-lock-in-_tree_mod_log_rewind
	patches.suse/btrfs-only-do-the-tree_mod_log_free_eb-if-this-is-our-last-ref
	patches.suse/btrfs-wait-ordered-range-before-doing-direct-io
	patches.suse/btrfs-0087-update-drop-progress-before-stopping-snapshot-.patch
	patches.suse/btrfs-0088-fix-lock-leak-when-resuming-snapshot-deletion.patch
	patches.suse/btrfs-0089-re-add-root-to-dead-root-list-if-we-stop-dropp.patch
	patches.suse/btrfs-0090-fix-wrong-write-offset-when-replacing-a-device.patch
	patches.suse/btrfs-0091-fix-file-truncation-if-FALLOC_FL_KEEP_SIZE-is-.patch
	patches.suse/btrfs-0092-fix-a-bug-of-snapshot-aware-defrag-to-make-it-.patch
	patches.suse/btrfs-0093-fix-extent-buffer-leak-after-backref-walking.patch
	patches.suse/btrfs-0094-do-not-offset-physical-if-we-re-compressed.patch
	patches.suse/btrfs-0095-fix-backref-walking-when-we-hit-a-compressed-e.patch
	patches.suse/btrfs-0096-make-sure-the-backref-walker-catches-all-refs-.patch
	patches.suse/btrfs-0097-allow-splitting-of-hole-em-s-when-dropping-ext.patch
	patches.suse/btrfs-0098-release-both-paths-before-logging-dir-changed-.patch
	patches.suse/btrfs-0099-check-to-see-if-root_list-is-empty-before-addi.patch
	patches.suse/btrfs-0100-don-t-loop-on-large-offsets-in-readdir.patch
	# 3.11
	patches.suse/btrfs-0120-Release-uuid_mutex-for-shrink-during-device-de.patch
	patches.suse/btrfs-fall-back-to-global-reservation-when-removing-subvolumes
	patches.suse/btrfs-0125-add-missing-error-checks-to-add_data_reference.patch
	patches.suse/btrfs-0126-set-qgroup_ulist-to-be-null-after-calling-ulis.patch
	patches.suse/btrfs-0131-fix-get-set-label-blocking-against-balance.patch
	patches.suse/btrfs-0132-reset-ret-in-record_one_backref.patch
	patches.suse/btrfs-0133-cleanup-reloc-roots-properly-on-error.patch
	patches.suse/btrfs-0137-add-sanity-checks-regarding-to-parsing-mount-o.patch
	patches.suse/btrfs-0138-use-u64-for-subvolid-when-parsing-mount-option.patch
	patches.suse/btrfs-0150-change-how-we-queue-blocks-for-backref-checkin.patch
	patches.suse/btrfs-0151-don-t-bug_on-when-we-fail-when-cleaning-up-tra.patch
	patches.suse/btrfs-0153-add-missing-error-check-to-find_parent_nodes.patch
	patches.suse/btrfs-0156-handle-errors-when-doing-slow-caching.patch
	patches.suse/btrfs-0157-check-our-parent-dir-when-doing-a-compare-send.patch
	patches.suse/btrfs-0158-deal-with-enomem-in-the-rewind-path.patch
	patches.suse/btrfs-0164-return-ENOSPC-when-target-space-is-full.patch
	patches.suse/btrfs-0165-fix-possible-memory-leak-in-find_parent_nodes.patch
	patches.suse/btrfs-0170-skip-subvol-entries-when-checking-if-we-ve-cre.patch
	patches.suse/btrfs-0171-don-t-allow-a-subvol-to-be-deleted-if-it-is-th.patch
	patches.suse/btrfs-0172-fix-the-error-handling-wrt-orphan-items.patch
	patches.suse/btrfs-0173-fix-heavy-delalloc-related-deadlock.patch
	patches.suse/btrfs-0176-fix-send-issues-related-to-inode-number-reuse.patch
	patches.suse/btrfs-0177-fix-oops-when-writing-dirty-qgroups-to-disk.patch
	patches.suse/btrfs-0178-move-btrfs_free_qgroup_config-out-of-spin_lock.patch
	patches.suse/btrfs-0180-add-missing-error-code-to-btrfs_IOC_INO_LOOKUP.patch
	patches.suse/btrfs-0181-don-t-miss-inode-ref-items-in-btrfs_IOC_INO_LO.patch
	patches.suse/btrfs-0198-fix-memory-leak-of-orphan-block-rsv.patch
	patches.suse/btrfs-0213-do-not-clear-our-orphan-item-runtime-flag-on-e.patch
	patches.suse/btrfs-0214-remove-ourselves-from-the-cluster-list-under-l.patch
+dsterba patches.suse/btrfs-0220-fix-for-patch-cleanup-don-t-check-the-same-thi.patch
+dsterba patches.suse/btrfs-0233-optimize-key-searches-in-btrfs_search_slot.patch

	# not upstream
	patches.suse/btrfs-relocate-csums-properly-with-prealloc-extents.patch
	patches.suse/btrfs-0006-fix-error-check-of-btrfs_lookup_dentry.patch
	patches.suse/btrfs-8014-add-new-ioctl-to-determine-size-of-compressed-.patch
	patches.suse/btrfs-8017-reduce-btrfs_path-size.patch
	patches.suse/btrfs-8020-simplify-move_pages-and-copy_pages.patch
	patches.suse/btrfs-8021-Prefix-mount-messages-with-btrfs-for-clarity.patch
	patches.suse/btrfs-8022-forced-readonly-when-free_log_tree-fails.patch
	patches.suse/btrfs-use-correct-device-for-maps.patch
#	patches.suse/btrfs-8888-add-allow_unsupported-module-parameter.patch

	patches.suse/btrfs-use-end-trans-in-label-ioctl
	patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl
	patches.suse/export-kobj_sysfs_ops
	patches.suse/btrfs-publish-supported-featured-in-sysfs
	patches.suse/btrfs-publish-per-super-attributes-in-sysfs
	patches.suse/btrfs-publish-per-super-features-in-sysfs
	patches.suse/btrfs-publish-unknown-feature-bits-in-sysfs
	patches.suse/btrfs-add-ability-to-change-features-via-sysfs
	patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors


	########################################################
	# Reiserfs Patches
	########################################################
+needs_updating-39	patches.suse/reiser4-dependencies
	patches.fixes/reiserfs-fix-deadlock-with-nfs-racing-on-create-lookup
	patches.fixes/reiserfs-fix-problems-with-chowning-setuid-file-w-xattrs
	patches.fixes/reiserfs-fix-spurious-multiple-fill-in-reiserfs_readdir_dentry
	patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code
	patches.fixes/reiserfs-locking-handle-nested-locks-properly
	patches.fixes/reiserfs-locking-release-lock-around-quota-operations

	########################################################
	# dlm
	########################################################

	########################################################
	# ocfs2
	########################################################
	patches.fixes/ocfs2-Fix-oops-in-ocfs2_fast_symlink_readpage

	########################################################
	# gfs2
	########################################################

	########################################################
	# xfs
	########################################################
	patches.fixes/xfs-fallback-to-vmalloc-for-large-buffers-in-xfs_attrlist_by_handle
	patches.fixes/xfs-fallback-to-vmalloc-for-large-buffers-in-xfs_compat_attrlist_by_handle
	patches.fixes/xfs-fix-xfs_buf_find-oops-on-blocks-beyond-the-filesystem-end
	patches.fixes/xfs-use-btree-block-initialisation-functions-in-grow
	patches.fixes/xfs-growfs-use-uncached-buffers-for-new-headers

	########################################################
	# other filesystem stuff: richacls
	########################################################
	patches.suse/0001-vfs-Hooks-for-more-fine-grained-directory-permission.patch
	patches.suse/0002-vfs-Add-generic-IS_ACL-test-for-acl-support.patch
	patches.suse/0003-vfs-Add-IS_RICHACL-test-for-richacl-support.patch
	patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch
	patches.suse/0005-richacl-Permission-mapping-functions.patch
	patches.suse/0006-richacl-Compute-maximum-file-masks-from-an-acl.patch
	patches.suse/0007-richacl-Update-the-file-masks-in-chmod.patch
	patches.suse/0008-richacl-Permission-check-algorithm.patch
	patches.suse/0009-richacl-Helper-functions-for-implementing-richacl-in.patch
	patches.suse/0010-richacl-Create-time-inheritance.patch
	patches.suse/0011-richacl-Check-if-an-acl-is-equivalent-to-a-file-mode.patch
	patches.suse/0012-richacl-Automatic-Inheritance.patch
	patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
	patches.suse/0014-richacl-xattr-mapping-functions.patch
	patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch

	########################################################
	# other filesystem stuff
	########################################################
	patches.fixes/hfs-avoid-crash-in-hfs_bnode_create
	patches.fixes/dlm-check-the-write-size-from-user

	patches.drivers/pstore_disable_efi_backend_by_default.patch
	########################################################
	# Overlayfs
	########################################################

	patches.suse/ovl01-vfs-add-i_op-dentry_open.patch
	patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch
	patches.suse/ovl03-vfs-introduce-clone_private_mount.patch
	patches.suse/ovl04-overlay-filesystem.patch
	patches.suse/ovl05-overlayfs-add-statfs-support.patch
	patches.suse/ovl06-overlayfs-implement-show_options.patch
	patches.suse/ovl07-overlay-overlay-filesystem-documentation.patch
	patches.suse/ovl08-fs-limit-filesystem-stacking-depth.patch
	patches.suse/ovl09-overlayfs-fix-possible-leak-in-ovl_new_inode.patch
	patches.suse/ovl10-overlayfs-create-new-inode-in-ovl_link.patch
	patches.suse/ovl11-vfs-export-__inode_permission-to-modules.patch
	patches.suse/ovl12-ovl-switch-to-__inode_permission.patch
	patches.suse/ovl13-overlayfs-copy-up-i_uid-i_gid-from-the-underlying-in.patch

	########################################################
	# Swap-over-NFS
	########################################################

	########################################################
	# Netfilter
	########################################################

	patches.suse/netfilter-ip_conntrack_slp.patch
	patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack
	patches.fixes/netfilter-nf_conntrack_dccp-fix-skb_header_pointer-api-usages
	patches.fixes/netfilter-nf_ct_sip-support-cisco-7941-7945-ip-phones

	########################################################
	#
	# Device drivers
	#
	########################################################

	########################################################
	# Storage
	########################################################

	# Block layer fixes
	patches.fixes/scsi-inquiry-too-short-ratelimit
	patches.suse/scsi-netlink-ml

	patches.fixes/scsi-retry-alua-transition-in-progress

	patches.fixes/scsi-dh-queuedata-accessors

	patches.drivers/megaraid-mbox-fix-SG_IO

	# Remaining SCSI patches (garloff)
	patches.suse/scsi-error-test-unit-ready-timeout
	patches.fixes/scsi-scan-blist-update

	patches.fixes/scsi-ibmvscsi-show-config.patch
	# bnc#362850
	patches.fixes/sd_liberal_28_sense_invalid.diff

	patches.fixes/scsi-ibmvscsi-module_alias.patch
	patches.suse/sd_init.mark_majors_busy.patch

	patches.fixes/block-use-i_size_write-in-bd_set_size
	patches.fixes/loopdev-fix-a-deadlock
	patches.fixes/block-discard-granularity-might-not-be-power-of-2.patch

	patches.fixes/libceph-auth-client-NULL-pointer-dereference.patch

	patches.fixes/block-do-not-pass-disk-names-as-format-strings.patch

	# bnc#852558: CVE-2013-6383: Adaptec RAID ctrlr
	patches.fixes/aacraid-missing-capable-check-in-compat-ioctl.patch

	########################################################
	# DRM/Video
	########################################################
	patches.fixes/drm-i915-TLB-invalidation-with-MI_FLUSH_DW-requires-.patch
	patches.drivers/drm-i915-bounds-check-execbuffer-relocation-count
	patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
	patches.drivers/drm-cirrus-Use-16bpp-as-default
	patches.fixes/drm-correctly-restore-mappings-if-drm_open-fails.patch
	patches.fixes/drm-nouveau-Fix-typo-in-init_idx_addr_latched.patch
	patches.fixes/fill-vrefresh-from-edid
	patches.fixes/fix-edid-vsync-parsing
	patches.drivers/drm-i915-Resurrect-ring-kicking-for-semaphores-selec
	patches.drivers/drm-i915-Clear-FORCEWAKE-when-taking-over-from-BIOS
	patches.drivers/drm-i915-fix-long-standing-SNB-regression-in-power-c
	patches.drivers/drm-i915-Apply-alignment-restrictions-on-scanout-sur
	patches.drivers/drm-i915-fix-up-gt-init-sequence-fallout
	patches.drivers/drm-i915-initialize-gt_lock-early-with-other-spin-lo
	patches.drivers/drm-i915-Serialize-almost-all-register-access
	patches.fixes/drm-nouveau-use-vmalloc-for-pgt-allocation.patch
	patches.drivers/drm-radeon-dont-set-hpd-afmt-interrupts.patch
	patches.drivers/drm-ttm-don-t-oops-if-no-invalidate_caches
	patches.fixes/drm-nouveau-hwmon-rename-fan0-to-fan1.patch

	########################################################
	# video4linux
	########################################################
	patches.drivers/media-rtl28xxu-01-add-NOXON-DAB-DAB-USB-dongle-rev-2.patch
	patches.drivers/media-rtl28xxu-02-1b80-d3a8-ASUS-My-Cinema-U3100Mini-Pl.patch
	patches.drivers/media-rtl28xxu-03-add-Gigabyte-U7300-DVB-T-Dongle.patch
	patches.drivers/media-rtl28xxu-04-correct-some-device-names.patch
	patches.drivers/media-rtl28xxu-05-Support-Digivox-Mini-HD.patch
	patches.drivers/media-rtl28xxu-06-Add-USB-IDs-for-Compro-VideoMate-U620.patch
	patches.drivers/media-rtl28xxu-07-Add-USB-ID-for-MaxMedia-HU394-T.patch

	########################################################
	# Network
	########################################################
	patches.fixes/tulip-quad-NIC-ifdown
	patches.drivers/ehea-modinfo.patch
	patches.fixes/sock_diag-simplify-sock_diag_handlers-handling-in-_sock_diag_rcv_msg
	patches.fixes/e1000e-fix-accessing-to-suspended-device.patch
	patches.fixes/e1000e-fix-pci-device-enable-counter-balance.patch
	patches.fixes/e1000e-fix-runtime-power-management-transitions.patch
	patches.fixes/net-fix-infinite-loop-in-__skb_recv_datagram.patch
	patches.fixes/unix-dgram-peek-beyond-0-sized-skbs.patch
	patches.fixes/unix-dgram-fix-peeking-with-an-offset-larger-than-da.patch
	patches.fixes/unix-stream-fix-peeking-with-an-offset-larger-than-d.patch
	patches.drivers/cxgb4-fix-error-recovery-when-t4_fw_hello-returns-a-.patch
	patches.drivers/qlge-fix-dma-map-leak-when-the-last-chunk-is-not-all.patch
	patches.fixes/ipv4-fix-redirect-handling-for-TCP-packets.patch
	patches.fixes/ipv6-ip6_sk_dst_check-must-not-assume-ipv6-dst.patch
	patches.fixes/ipv6-call-udp_push_pending_frames-when-uncorking.patch
	patches.fixes/ipv6-remove-max_addresses-check-from-ipv6_create_tem.patch
	patches.fixes/ipv6-don-t-set-dst_nocount-for-remotely-added-routes.patch
	patches.fixes/tg3-fix-length-overflow-in-vpd-firmware-parsing
	patches.fixes/atl1c-Fix-misuse-of-netdev_alloc_skb-in-refilling-rx.patch
	patches.fixes/e1000e-helper-functions-for-accessing-EMI-registers.patch
	patches.fixes/e1000e-82577-workaround-for-link-drop-issue.patch
	patches.fixes/e1000e-unexpected-Reset-adapter-message-when-cable-p.patch
	patches.fixes/e1000e-workaround-DMA-unit-hang-on-I218.patch
	patches.fixes/bnx2x-protect-different-statistics-flows.patch
	patches.fixes/vmxnet3-prevent-div-by-zero-panic-when-ring-resizing.patch
	patches.fixes/sctp-use-correct-sideffect-command-in-duplicate-cook.patch
	patches.fixes/farsync-fix-info-leak-in-ioctl
	patches.fixes/wanxl-fix-info-leak-in-ioctl
	patches.fixes/hamradio-yam-fix-info-leak-in-ioctl
	patches.fixes/net-sctp-fix-sctp_sf_do_5_1d_ce-to-verify-if-we-peer.patch
	patches.fixes/sctp-fix-sk_ack_backlog-wrap-around-problem.patch
	patches.fixes/netfilter-nf_nat-fix-access-to-uninitialized-buffer-.patch
	patches.fixes/net-ipv4-current-group_info-should-be-put-after-usin.patch
	patches.fixes/rds-prevent-dereference-of-a-NULL-device.patch
	patches.fixes/rds-prevent-dereference-of-a-NULL-device-in-rds_iw_laddr_check.patch
	patches.fixes/vhost-validate-vhost_get_vq_desc-return-value.patch
	patches.fixes/vhost-fix-total-length-when-packets-are-too-short.patch
	patches.fixes/filter-prevent-nla-extensions-to-peek-beyond-the-end.patch
	patches.fixes/skbuff-skb_segment-orphan-frags-before-copying.patch

	########################################################
	# Wireless Networking
	########################################################
	patches.suse/b43-missing-firmware-info.patch
	patches.fixes/b43-stop-format-string-leaking-into-error-msgs
	patches.drivers/ath9k_htc-properly-set-MAC-address-and-BSSID-mask
	patches.fixes/ath9k-protect-tid-sched-check.patch

	########################################################
	# ISDN
	########################################################
	patches.fixes/misdn-add-support-for-group-membership-check

	########################################################
	# iSCSI
	########################################################
	patches.fixes/iscsi-target-fix-heap-buffer-overflow-on-error.patch

	########################################################
	# PCI and PCI hotplug
	########################################################
	patches.fixes/PCI-PM-Clear-state_saved-during-suspend.patch

	########################################################
	# sysfs / driver core
	########################################################

	########################################################
	# USB
	########################################################
	patches.fixes/revert-USB-EHCI-remove-ASS-PSS-polling-timeout.patch
	patches.drivers/0001-USB-reset-resume-quirk-needed-by-a-hub.patch
	patches.drivers/0001-USB-xhci-correctly-enable-interrupts.patch
	patches.fixes/0001-xhci-fix-null-pointer-dereference-on-ring_doorbell_f.patch
	patches.fixes/0002-xhci-Fix-oops-happening-after-address-device-timeout.patch
	patches.fixes/0003-xhci-Ensure-a-command-structure-points-to-the-correc.patch 
	patches.drivers/0001-HID-logitech-dj-Fix-USB-3.0-issue.patch

	########################################################
	# I2C
	########################################################

	########################################################
	# Input & Console
	########################################################
	patches.suse/SUSE-bootsplash
	patches.suse/SUSE-bootsplash-mgadrmfb-workaround
	patches.drivers/elousb.patch
	patches.fixes/input-add-acer-aspire-5710-to-nomux.patch

	##########################################################
	# Sound
	##########################################################
	patches.drivers/ALSA-usb-audio-volume-for-Logitech-HD-Webcam-c270
	patches.drivers/ALSA-usb-audio-volume-for-Logitech-HD-Webcam-c310
	patches.drivers/ALSA-hda-Add-Toshiba-Satellite-C870-to-MSI-blacklist

	patches.drivers/alsa-0001-control-Protect-user-controls-against-concurren
	patches.drivers/alsa-0002-control-Fix-replacing-user-controls
	patches.drivers/alsa-0003-control-Don-t-access-controls-outside-of-protec
	patches.drivers/alsa-0004-control-Handle-numid-overflow
	patches.drivers/alsa-0005-control-Make-sure-that-id-index-does-not-overfl
	patches.kabi/alsa-control-kabi-fix

	########################################################
	# Char / serial
	########################################################
	patches.fixes/TTY-do-not-update-atime-mtime-on-read-write.patch
	patches.fixes/TTY-fix-atime-mtime-regression.patch
	patches.fixes/TTY-do-not-reset-master-s-packet-mode.patch
	patches.fixes/n_tty-Fix-n_tty_write-crash-when-echoing-in-raw-mode.patch

	########################################################
	# Other driver fixes
	########################################################
	patches.fixes/parport-mutex
	patches.fixes/gpio-ich-add-missing-spinlock-init.patch
	patches.fixes/gpio-ich-fix-ichx_gpio_check_available-return.patch
	patches.drivers/hwmon-coretemp-fix-truncated-name-of-alarm-attributes.patch

	# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
+hare	patches.suse/no-partition-scan

	patches.fixes/floppy-ignore-kernel-only-members-in-FDRAWCMD-ioctl-.patch
	patches.fixes/floppy-don-t-write-kernel-only-members-to-FDRAWCMD-i.patch

	########################################################
	# Other drivers we have added to the tree
	########################################################

	########################################################
	# Suspend/Resume stuff
	########################################################

	########################################################
	# device-mapper
	########################################################
	patches.suse/dm-emulate-blkrrpart-ioctl
	patches.suse/dm-raid45-26-Nov-2009.patch
	patches.suse/dmraid45-dm_dirty_log_create-api-fix
	patches.suse/dmraid45-dm_get_device-takes-fewer-arguments
	patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md
	patches.suse/dm-raid45-api-update-no-barriers
	patches.suse/dm-raid45-api-2.6.39
	patches.suse/dm-raid45-api-3.0
	patches.suse/dm-raid45-split-dependencies
	patches.fixes/dm-mpath-reattach-dh
	patches.suse/dm-mpath-leastpending-path-update
+needs_update	patches.suse/dm-mpath-accept-failed-paths
+needs_update	patches.suse/dm-mpath-detach-existing-hardware-handler
	patches.fixes/dm-table-switch-to-readonly
	patches.fixes/dm-release-map_lock-before-set_disk_ro
	patches.suse/dm-mpath-no-activate-for-offlined-paths
	patches.suse/dm-mpath-no-partitions-feature
	patches.suse/mpath-fix

	########################################################
	# md
	########################################################
	patches.kernel.org/md-raid1-10-Handle-REQ_WRITE_SAME-flag-in-write-bios.patch
	patches.kernel.org/md-raid1-raid10-fix-deadlock-with-freeze_array.patch
	patches.fixes/md-raid1-5-10-Disable-WRITE-SAME-until-a-recovery-st.patch

	##########################################################
	#
	# Security stuff
	#
	##########################################################
	patches.fixes/crypto-user-fix-info-leaks-in-report-api
	patches.fixes/af_key-initialize-satype-in-key_notify_policy_flush
	patches.fixes/af_key-fix-info-leaks-in-notify-messages
	patches.fixes/Fix-a-few-incorrectly-checked-io_-remap_pfn_range-ca.patch
	# bnc#840226
	patches.fixes/crypto-ansi_cprng-fix-off-by-one-error-in-non-block-size-request.patch
	# bnc#854722
	patches.fixes/net-rework-recvmsg-handler-msg_name-and-msg_namelen-logic.patch
	# bnc#849034 CVE-2013-4515
	patches.fixes/staging-bcm-info-leak-in-ioctl.patch
	# bnc#848079 CVE-2013-4348
	patches.fixes/net-flow_dissector-fail-on-evil-iph-ihl.patch
	# bnc#849029 CVE-2013-4514
	patches.fixes/wlags49_h2-buffer-overflow-setting-station-name.patch
	# bnc#852373 CVE-2013-6380
	patches.fixes/aacraid-prevent-invalid-pointer-dereference.patch
	# bnc#852559 CVE-2013-6378
	patches.fixes/libertas-potential-oops-in-debugfs.patch
	# bnc#849023 CVE-2013-4513
	patches.fixes/ozwpan-prevent-overflow-in-oz_cdev_write.patch
	# bnc#853050 CVE-2013-4587
	patches.fixes/kvm-improve-create-vcpu-parameter-cve-2013-4587.patch
	# bnc#853051 CVE-2013-6367
	patches.fixes/kvm-x86-fix-potential-divide-by-0-in-lapic-cve-2013-6367.patch
	# bnc#854634 CVE-2013-7027
	patches.fixes/wireless-radiotap-fix-parsing-buffer-overrun.patch
	# bnc#853052 CVE-2013-6368
	patches.fixes/kvm-x86-convert-vapic-synchronization-to-cached-functions-cve-2013-6368.patch
	# bnc#808358 CVE-2013-1792
	patches.fixes/keys-fix-race-with-concurrent-install_user_keyrings.patch
	# bnc#854173 CVE-2013-6431
	patches.fixes/net-fib-fib6_add-fix-potential-null-pointer-dereference.patch
	# bnc#860993 CVE-2014-0038
	patches.fixes/compat_sys_recvmmsg-x32-fix.patch
	# bnc#858638 CVE-2014-1438
	patches.fixes/x86-fpu-amd-clear-exceptions-in-amd-fxsave-workaround.patch
	# bnc#852967 CVE-2013-6885
	patches.fixes/x86-cpu-amd-add-workaround-for-family-16h-erratum-793.patch

	patches.fixes/SELinux-Fix-kernel-BUG-on-empty-security-contexts

	# bnc#876102, CVE-2014-3122
	patches.fixes/mm-try_to_unmap_cluster-should-lock_page-before-mlocking.patch

        patches.fixes/0001-futex-Forbid-uaddr-uaddr2-in-requeue.patch
        patches.fixes/0002-futex-Validate-atomic-acquisition-in-futex_lock_pi_atomic.patch

	##########################################################
	# Audit
	##########################################################

	##########################################################
	# AppArmor
	##########################################################
	patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
	patches.apparmor/apparmor-profiles-seq_file

	########################################################
	# Address space layout randomization
	########################################################

        ########################################################
        # KDB v4.4
        ########################################################

        ########################################################
        # Other patches for debugging
        ########################################################
	patches.suse/crasher-26.diff
	patches.suse/stack-unwind
	patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
	patches.suse/no-frame-pointer-select
	patches.arch/x86_64-unwind-annotations
	patches.arch/stack-unwind-cfi_ignore-takes-more-arguments

        ########################################################
        # Kdump
        ########################################################

        ########################################################
	# cgroups
        ########################################################

        ########################################################
	# audit subsystem
        ########################################################
	patches.fixes/auditsc-audit_krule-mask-accesses-need-bounds-checking.patch
	patches.fixes/audit_x86_32-entry-do-syscall-exit-work-on-badsys-cve-2014-4508.patch

        ########################################################
	# Performance Monitoring, Tracing etc
	########################################################
	patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch

	# bnc#806980
	patches.arch/kvm-fix-for-buffer-overflow-in-handling-of-msr_kvm_system_time.patch
	patches.arch/kvm-convert-msr_kvm_system_time-to-use-gfn_to_hva_cache_init.patch
	patches.arch/kvm-fix-bounds-checking-in-ioapic-indirect-register-read.patch

	patches.fixes/perf-treat-attr.config-as-u64-in-perf_swevent_init.patch
	patches.fixes/tracing-fix-possible-null-pointer-dereferences

	# bnc#832615
	patches.fixes/blk-avoid-divide-by-zero-with-zero-discard-granularity.patch

	patches.fixes/perf-ftrace-fix-paranoid-level-for-enabling-function-tracer.patch

	# bnc#825006
	patches.fixes/perf-x86-add-intel-ivybridge-event-scheduling-constraints.patch
	patches.fixes/perf-x86-fix-offcore_rsp-valid-mask-for-snb-ivb.patch


	########################################################
	# KVM patches
	########################################################
	patches.fixes/kvm-ioapic.patch
	patches.fixes/kvm-macos.patch

	# bnc#853053 CVE-2013-6376
	patches.fixes/kvm-x86-fix-guest-initiated-crash-with-x2apic-cve-2013-6376.patch

        ########################################################
	# Staging tree patches
	# new drivers that are going upstream
        ########################################################

        ########################################################
	# You'd better have a good reason for adding a patch
	# below here.
	########################################################

########################################################
# XEN architecture, version 3
########################################################

# xen patches, from xenbits mercurial repository.
# http://xenbits.xensource.com/ext/linux-2.6-merge.hg
#
# everything named "xen3-auto-*" is auto-generated.
# PLEASE DON'T EDIT THESE PATCHES.  Create fixup patches
# on top of them instead.  This reduces workload when
# re-basing to a newer xen tree.
#
	# split out patches
	patches.xen/kexec-move-segment-code-i386.patch
	patches.xen/kexec-move-segment-code-x86_64.patch
	patches.xen/ipv6-no-autoconf
	patches.xen/pci-guestdev
	patches.xen/pci-reserve

	# bulk stuff, new files for xen
	patches.xen/xen3-auto-xen-arch.diff
	patches.xen/xen3-auto-xen-drivers.diff
	patches.xen/xen3-auto-include-xen-interface.diff
	patches.xen/xen3-auto-blktap2-pvops.diff

	# kconfig bits for xen
	patches.xen/xen3-auto-xen-kconfig.diff

	# common code changes
	patches.xen/xen3-auto-common.diff
	patches.xen/xen3-auto-arch-x86.diff
	patches.xen/xen3-auto-arch-i386.diff
	patches.xen/xen3-auto-arch-x86_64.diff

	# fixups due to upstream Xen parts
	patches.xen/xen3-fixup-xen

	# newer changeset backports
	patches.xen/1230-netback-dont-disconnect-on-oversized-packet.patch
	patches.xen/1231-netfront-limit-skblen.patch
	patches.xen/1232-backends-reject-ring-overruns.patch
	patches.xen/1242-console-add-preferred.patch
	patches.xen/1248-balloon-dont-crash-HVM-with-PoD.patch

	# changes outside arch/{i386,x86_64}/xen
	patches.xen/xen3-fixup-kconfig
	patches.xen/xen3-fixup-common
	patches.xen/xen3-fixup-arch-x86
	patches.xen/xen3-fixup-blktap2-pvops

	# ports of upstream patches
	patches.xen/xen3-patch-2.6.18
	patches.xen/xen3-patch-2.6.19
	patches.xen/xen3-patch-2.6.20
	patches.xen/xen3-patch-2.6.21
	patches.xen/xen3-patch-2.6.22
	patches.xen/xen3-patch-2.6.23
	patches.xen/xen3-patch-2.6.24
	patches.xen/xen3-patch-2.6.25
	patches.xen/xen3-patch-2.6.26
	patches.xen/xen3-patch-2.6.27
	patches.xen/xen3-patch-2.6.28
	patches.xen/xen3-patch-2.6.29
	patches.xen/xen3-patch-2.6.30
	patches.xen/xen3-patch-2.6.31
	patches.xen/xen3-patch-2.6.32
	patches.xen/xen3-patch-2.6.33
	patches.xen/xen3-patch-2.6.34
	patches.xen/xen3-patch-2.6.35
	patches.xen/xen3-patch-2.6.36
	patches.xen/xen3-patch-2.6.37
	patches.xen/xen3-patch-2.6.38
	patches.xen/xen3-patch-2.6.39
	patches.xen/xen3-patch-3.0
	patches.xen/xen3-patch-3.1
	patches.xen/xen3-patch-3.2
	patches.xen/xen3-patch-3.3
	patches.xen/xen3-patch-3.4
	patches.xen/xen3-patch-3.5
	patches.xen/xen3-patch-3.6
	patches.xen/xen3-patch-3.7
	patches.xen/xen3-patch-3.7.3-4
	patches.xen/xen3-patch-3.7.5-6
	patches.xen/xen3-patch-3.7.8-9

	# ports of other patches
	patches.xen/xen3-003-acpi_initrd_override_tables.patch
	patches.xen/xen3-007-acpi_initrd_override_tables.patch
	patches.xen/xen3-010-acpi_initrd_override_tables.patch
	patches.xen/xen3-x86_setup_fix_acpi_override.patch
	patches.xen/xen3-hwmon-coretemp-fix-truncated-name-of-alarm-attributes.patch
	patches.xen/xen3-stack-unwind
	patches.xen/xen3-x86_64-unwind-annotations

	# bugfixes and enhancements
	patches.xen/xen-sys-suspend
	patches.xen/xen-ipi-per-cpu-irq
	patches.xen/xen-virq-per-cpu-irq
	patches.xen/xen-clockevents
	patches.xen/xen-spinlock-poll-early
	patches.xen/xen-pcpu-hotplug
	patches.xen/xen-pcpu-hotplug-kexec
	patches.xen/xen-mem-hotplug
	patches.xen/xen-swiotlb-heuristics
	patches.xen/xen-configurable-guest-devices
	patches.xen/xen-setup-gsi
	patches.xen/xen-sections
	patches.xen/xen-unpriv-build
	patches.xen/xen-cpufreq-report
	patches.xen/xen-multi-page-ring
	patches.xen/xen-balloon-max-target
	patches.xen/xen-blkback-multi-page-ring
	patches.xen/xen-blkback-cdrom
	patches.xen/xen-blkif-protocol-fallback-hack
	patches.xen/xen-blkfront-multi-page-ring
	patches.xen/xen-blkif-op-packet
	patches.xen/xen-blkfront-cdrom
	patches.xen/xen-blkfront-hvm-no-cdrom
	patches.xen/xen-blktap-modular
	patches.xen/xen-blktap-write-barriers
	patches.xen/xen-blktap2-configurable-nr-devs
	patches.xen/xen-netback-nr-irqs
	patches.xen/xen-netback-notify-multi
	patches.xen/xen-netback-generalize
	patches.xen/xen-netback-multiple-tasklets
	patches.xen/xen-netback-kernel-threads
	patches.xen/xen-pciback-MSI-X-prepare
	patches.xen/xen-cxgb3
	patches.xen/xen-dcdbas
	patches.xen/xen-x86-panic-no-reboot
	patches.xen/xen-x86-dcr-fallback
	patches.xen/xen-x86-no-lapic
	patches.xen/xen-x86-pmd-handling
	patches.xen/xen-x86-bigmem
	patches.xen/xen-x86-exit-mmap
	patches.xen/xen-x86-per-cpu-vcpu-info
	patches.xen/xen-x86-pcpu
	patches.xen/xen-x86-EFI
	patches.xen/xen-x86-bzImage
	patches.xen/xen-x86_64-pgd-pin
	patches.xen/xen-x86_64-pgd-alloc-order
	patches.xen/xen-x86_64-dump-user-pgt
	patches.xen/xen-x86_64-note-init-p2m
	patches.xen/xen-x86_64-unmapped-initrd

	# adjustments to preserve kABI
	patches.kabi/1231-netfront-limit-skblen.patch
openSUSE Build Service is sponsored by