forked from bingtangx/taobao-kernel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
series.conf
318 lines (267 loc) · 15.9 KB
/
series.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
# This is the configure file for patchset
# To define some symbol:
# define some_symbol
# To include a patch if the symbol is defined:
# +the_symbol patch_name
# To include a patch if the symbol is undefined:
# -the_symbol patch_name
# This is an empty patch, just to confirm that
# the setup for patches working.
patches.nil/linux-kernel-test.patch
# fixes to redhat kernel making
patches.taobao/Makefile_fix_CPP_PATCH_number_assignment_error.patch
patches.taobao/rhel6-add-missing-key.h
patches.taobao/fix-typo-of-do_hypervisor_callback-in-entry_64.S.patch
patches.taobao/remove-redundant-variable-in-struct-pmcraid_cmd.patch
patches.taobao/x86-gcc-4.6-Use-gcc--m-options-when-building-vdso.patch
patches.taobao/fix-type-of-cputime_to_usecs-in-asm-generic-cputime.h.patch
# Don't output debug message in blktrace.
patches.taobao/blktrace-Don-t-output-messages-if-NOTIFY-isn-t-set.patch
# pagecache hit accounting implemented with trace points.
patches.taobao/pagecache_hit_accounting_001_Kconfig.patch
patches.taobao/pagecache_hit_accounting_002_add_func_and_structures.patch
patches.taobao/pagecache_hit_accounting_003_mm_add_accouting_for_pagecache.patch
patches.taobao/pagecache_hit_accounting_004_add_readpages_accounting.patch
# flushcache import
patches.taobao/flashcache.patch
# netoops
patches.taobao/netoops_002_netconsole_remove_unneeded_reference_counter.patch
patches.taobao/netoops_003_netconsole_introduce_locking_over_the_netpoll_fields.patch
patches.taobao/netoops_004_netconsole_introduce_enabled_state_machine.patch
patches.taobao/netoops_005_netconsole_call_netpoll_cleanup_in_process_context.patch
patches.taobao/netoops_006_netconsole_wrap_the_list_and_locking_in_a_structure.patch
patches.taobao/netoops_007_netconsole_push_configfs_subsystem_into_netpoll_targets.patch
patches.taobao/netoops_008_netconsole_move_netdev_notifier_into_netpoll_targets.patch
patches.taobao/netoops_009_netconsole_split_out_netpoll_targets_init_exit.patch
patches.taobao/netoops_010_netconsole_add_pointer_to_netpoll_targets.patch
patches.taobao/netoops_011_netconsole_rename_netconsole_target_to_netpoll_target.patch
patches.taobao/netoops_012_netconsole_abstract_away_the_subsystem_name.patch
patches.taobao/netoops_013_netconsole_move_setting_of_default_ports.patch
patches.taobao/netoops_014_netpoll_introduce_netpoll_target_configs.patch
patches.taobao/netoops_015_netpoll_move_target_code_into_netpoll_targets.patch
patches.taobao/netoops_016_oops_pass_regs_to_oops_exit.patch
patches.taobao/netoops_017_kmsg_dumper_pass_pt_regs_along_to_dumpers.patch
patches.taobao/netoops_018_kmsg_dumper_introduce_a_new_soft_dump_reason.patch
patches.taobao/netoops_019_sysrq_add_option_to_soft_dump.patch
patches.taobao/netoops_020_add_core_functionality.patch
patches.taobao/netoops_021_add_x86_specific_bits_to_packet_headers.patch
patches.taobao/netoops_022_add_user_programmable_boot_id.patch
patches.taobao/netoops_023_add_a_user_programmable_blob_to_the_netoops_packet.patch
patches.taobao/netoops_024_add_oom_event.patch
patches.taobao/netoops_025_continue_to_dump_without_get_lock_when_panic.patch
# bnx2 fix
patches.driver/bnx2-disable-msi-when-no-per-vector-masking.patch
# igb 3.2.10
patches.driver/igb-3.2.10.patch
patches.driver/igb-fix-default-behavior-of-RSS-parameter-to-automatically-detect-number-of-Rx-Tx-queues.patch
# drbd driver 8.3.10
+disable-temprary patches.driver/drbd-8.3.10.patch
#disable pcie-aspm
patches.taobao/pcie_aspm_disable_on_default.patch
# Ext4 fixes
patches.taobao/ext4-Fix-buffer-head-leaks-after-calls-to-ext4_get_inode_loc.diff
patches.taobao/ext4-Remove-extraneous-newlines-in-ext4_msg-calls.diff
patches.taobao/ext4-fix-kernel-oops-if-the-journal-superblock-has-a-non-zero-j_errno.diff
# (BF#95154)
patches.taobao/ext4-don-t-show-mount-options-in-proc-mounts-if-ther.patch
# 2 patches for no-journal file sync fix
patches.taobao/ext4-Make-fsync-sync-new-parent-directories-in-no-jo.patch
patches.taobao/ext4-sync-the-directory-inode-in-ext4_sync_parent.patch
# patches for mballoc.
patches.taobao/ext4-Adding-error-check-after-calling-ext4_mb_regular_allocator.patch
patches.taobao/ext4-use-dedicated-slab-caches-for-group_info-structures.patch
patches.taobao/ext4-remove-ext4_mb_return_to_preallocation.patch
patches.taobao/ext4-init-statistics-after-journal-recovery.patch
# patches backported form Ted's 3.1 pull request
patches.taobao/ext4-free-allocated-and-pre-allocated-blocks-when-ch.patch
patches.taobao/ext4-add-tracepoint-for-ext4_journal_start.patch
patches.taobao/ext4-Fix-overflow-caused-by-missing-cast-in-ext4_fal.patch
patches.taobao/ext4-fix-races-in-ext4_sync_parent.patch
# I/O error guard for ext4
patches.taobao/ext4-io-error-guard-for-file-system-protection-on-broken-storage-device.patch
patches.taobao/ext4-io-error-guard-add-netoops-support.patch
# dynamic tcp TIME_WAIT config
patches.taobao/net-tcp-timewait-dynamic-config.patch
# show context switch for every cpu
patches.taobao/context_switch_per_cpu_stat.patch
# avoid cfq starve async write.
patches.taobao/cfq_avoid_async_write_starve.patch
# fixes for memory management
patches.taobao/mm-0001-compaction-checks-correct-fragmentation-index.patch
patches.taobao/mm-0002-batch-free-pcp-list-if-possible.patch
patches.taobao/mm-0003-compaction-abort-compaction-if-too-many-pages-are.patch
patches.taobao/mm-0004-compaction-don-t-depend-on-HUGETLB_PAGE.patch
patches.taobao/mm-0006-compaction.c-avoid-double-mem_cgroup_del_lru.patch
patches.taobao/mm-0007-memory-failure.c-fix-page-isolated-count-mismatch.patch
patches.taobao/mm-0008-page-allocator-reduce-fragmentation-in-buddy-allocat.patch
patches.taobao/mm-0009-Fix-section-mismatch-for-setup_zone_pageset.patch
patches.taobao/mm-0010-page_alloc.c-prevent-unending-loop-in-__alloc_pag.patch
patches.taobao/mm-0011-disable-hugepage-and-memory-compaction-by-default.patch
# fixes for lru_cache_add.
# This should speed up hadoop greatly.
patches.taobao/mm_fix_wrong_order_of_operations_in__lru_cache_add.patch
# writeback fixes
patches.taobao/writeback-improve-001-stop-on-wrap-linux_mm_page-writeback.patch
patches.taobao/writeback-improve-002-relax-busy-overwrites.patch
# patches for IPVS
patches.taobao/ip_vs_conn_locking_granularity.patch
# list performance fixes
patches.taobao/list-remove-prefetching-from-regular-list-iterators.patch
# support for deadline cfq.
patches.taobao/cfq_request_deadline_policy.patch
#tune cfq's target latency
patches.taobao/block-Make-cfq_target_latency-tunable-through-sysfs.patch
# Taobao tlock
patches.taobao/tlock.patch
# support for upstream strict rq_affinity
patches.taobao/block-strict-rq_affinity-0001.patch
patches.taobao/block-strict-rq_affinity-0002.patch
patches.taobao/block-strict-rq_affinity-0003.patch
# By introducing this fix we can alleviate the phenomemon that kernel
# enables zone_reclaim_mode during boot by mistake on some servers
patches.taobao/mm-increase-RECLAIM_DISTANCE-to-30.patch
# TCP/IP fixes
patches.taobao/tcp_v4_err.lock-fix.patch
#readahead fix
patches.taobao/mm-add-a-sysctl-to-decide-whether-to-do-context-readahead-or-not.patch
# nohz fix
patches.taobao/nohz-0001-fix-update_ts_time_stat-idle-accouting.patch
patches.taobao/nohz-0002-make-idle-iowait-counter-update-conditional.patch
patches.taobao/nohz-0003-proc-consider-nohz-when-printing-idle-and-iowait-times.patch
+ patches.taobao/nohz-0004-add-nsecs_to_jiffies64.patch
patches.taobao/nohz-0005-sched-Cure-nr_iowait_cpu-users.patch
patches.taobao/nohz-0006-procfs-do-not-overflow-get_idle-iowait_time-for-nohz.patch
+ patches.taobao/nohz-0007-procfs-do-not-confuse-jiffies-with-cputime64_t.patch
#ext4 bigalloc
patches.taobao/bigalloc-001-change-block-and-max_blocks-to-map.patch
patches.taobao/bigalloc-002-ext4-read-only-support-for-bigalloc-file-systems.patch
patches.taobao/bigalloc-003-enforce-bigalloc-restrictions-e.g.-no-online.patch
patches.taobao/bigalloc-004-convert-instances-of-EXT4_BLOCKS_PER_GROUP-to-EXT4_CLUSTERS_PER_GROUP.patch
patches.taobao/bigalloc-005-factor-out-block-group-accounting-into-functions.patch
patches.taobao/bigalloc-006-split-out-ext4_free_blocks_after_init.patch
patches.taobao/bigalloc-007-bigalloc-changes-to-block-bitmap-initialization-functions.patch
patches.taobao/bigalloc-008-convert-block-group-relative-offsets-to-use-clusters.patch
patches.taobao/bigalloc-009-teach-mballoc-preallocation-code-about-bigalloc-clusters.patch
patches.taobao/bigalloc-010-teach-ext4_free_blocks-about-bigalloc-and-clusters.patch
patches.taobao/bigalloc-011-teach-ext4_ext_map_blocks-about-the-bigalloc-feature.patch
patches.taobao/bigalloc-012-teach-ext4_ext_truncate-about-the-bigalloc-feature.patch
patches.taobao/bigalloc-013-convert-s_-dirty-free-blocks_counter-to-s_-dirty-free-clusters_counter.patch
patches.taobao/bigalloc-014-convert-the-free_blocks-field-in-s_flex_groups-to-be-free_clusters.patch
patches.taobao/bigalloc-015-teach-ext4_statfs-to-deal-with-clusters-if-bigalloc-is-enabled.patch
patches.taobao/bigalloc-016-tune-mballoc-s-default-group-prealloc-size-for-bigalloc-file-systems.patch
patches.taobao/bigalloc-017-Fix-bigalloc-quota-accounting-and-i_blocks-value.patch
patches.taobao/bigalloc-018-enable-mounting-bigalloc-as-read-write.patch
patches.taobao/bigalloc-019-Rename-ext4_free_blks_-count-set-to-refer-to-clusters.patch
patches.taobao/bigalloc-020-rename-ext4_count_free_blocks-to-ext4_count_free_clusters.patch
patches.taobao/bigalloc-021-rename-ext4_free_blocks_after_init-to-ext4_free_clusters_after_init.patch
patches.taobao/bigalloc-022-rename-ext4_claim_free_blocks-to-ext4_claim_free_clusters.patch
patches.taobao/bigalloc-023-rename-ext4_has_free_blocks-to-ext4_has_free_clusters.patch
patches.taobao/bigalloc-024-add-some-tracepoints-in-ext4-extents-c.patch
patches.taobao/bio-0001-ext4-call-mpage_da_submit_io-from-mpage_da_map_block.patch
patches.taobao/bio-0002-ext4-simplify-ext4_writepage.patch
patches.taobao/bio-0003-ext4-inline-ext4_writepage-into-mpage_da_submit_io.patch
patches.taobao/bio-0004-ext4-inline-walk_page_buffers-into-mpage_da_submit_i.patch
patches.taobao/bigalloc-025-attempt-to-fix-race-in-bigalloc-code-path.patch
patches.taobao/bigalloc-026-convert-ext4_ext_handle_uninitialized_extents-to-map.patch
#ext4 inline_data
patches.taobao/0001-ext4-Move-extra-inode-read-to-a-new-function.patch
patches.taobao/0002-ext4-export-inline-xattr-functions.patch
patches.taobao/0003-ext4-Add-the-basic-function-for-inline-data-support.patch
patches.taobao/0004-ext4-Add-read-support-for-inline-data.patch
patches.taobao/0005-ext4-Add-normal-write-support-for-inline-data.patch
patches.taobao/0006-ext4-Add-journalled-write-support-for-inline-data.patch
patches.taobao/0007-ext4-Add-delalloc-support-for-inline-data.patch
patches.taobao/0008-ext4-Create-a-new-function-ext4_init_new_dir.patch
patches.taobao/0009-ext4-Refactor-__ext4_check_dir_entry-to-accepts-star.patch
patches.taobao/0010-ext4-Create-__ext4_insert_dentry-for-dir-entry-inser.patch
patches.taobao/0011-ext4-let-add_dir_entry-handle-inline-data-properly.patch
patches.taobao/0012-ext4-Let-ext4_readdir-handle-inline-data.patch
patches.taobao/0013-ext4-Create-a-new-function-search_dir.patch
patches.taobao/0014-ext4-let-ext4_find_entry-handle-inline-data.patch
patches.taobao/0015-ext4-make-ext4_delete_entry-generic.patch
patches.taobao/0016-ext4-let-ext4_delete_entry-handle-inline-data.patch
patches.taobao/0017-ext4-let-empty_dir-handle-inline-dir.patch
patches.taobao/0018-ext4-let-ext4_rename-handle-inline-dir.patch
patches.taobao/0019-ext4-Let-fiemap-work-with-inline-data.patch
patches.taobao/0020-ext4-Evict-inline-data-out-if-we-needs-to-strore-xat.patch
patches.taobao/0021-ext4-Enable-ext4-inline-support.patch
patches.taobao/0022-ext4-Fix-ext4_read_inline_page-bug.patch
patches.taobao/0023-ext4-add-truncate-supoort-with-inline-data.patch
patches.taobao/ext4-dont-warn-about-mnt_count-if-it-has-been-disabled.patch
# Overlay file system
patches.taobao/overlayfs-0001-fix-open-umount-race.patch
patches.taobao/overlayfs-0002-vfs-pass-struct-path-to-__dentry_open.patch
patches.taobao/overlayfs-0003-vfs-add-i_op-open.patch
patches.taobao/overlayfs-0004-vfs-export-do_splice_direct-to-modules.patch
patches.taobao/overlayfs-0005-vfs-introduce-clone_private_mount.patch
patches.taobao/overlayfs-0006-overlay-filesystem.patch
patches.taobao/overlayfs-0007-overlayfs-add-statfs-support.patch
patches.taobao/overlayfs-0008-overlayfs-implement-show_options.patch
patches.taobao/overlayfs-0009-overlay-filesystem-documentation.patch
patches.taobao/overlayfs-0010-fs-limit-filesystem-stacking-depth.patch
patches.taobao/overlayfs-0011-fix-d_count-zero-problem-in-dget-of-ovl_permission.patch
# Buffer aio patch
patches.taobao/buffer-aio.patch
# Kernel GDB Trace Point
patches.taobao/kernel-gdb-trace-point-20120131.patch
# mlock disable patch
patches.taobao/mm-sysctl-mlock-flush-pagevec.patch
# KVM patches
patches.taobao/kvm-set-KSM_RUN_STOP-by-default.patch
# unified kernel hookers service & exported symboles
patches.taobao/kernel-hookers-service.patch
patches.taobao/export-necessary-kernel-symbols-for-kernel-modules.patch
# TCP SyncAck response time statistic
patches.taobao/net-SyncAck-rt_stat-per-IP-address.patch
patches.taobao/net-rt-stat-just-only-export-sum-and-count-RT-samples-in-procfs.patch
patches.taobao/net-rt-stat-skip-retransmitted-connections.patch
# Add SO_REUSEPORT to fix load imbalance in listening.
patches.taobao/net_backport_SO_REUSEPORT_patch_to_fix_load_imbalance.patch
# I/O stat for ext4
patches.taobao/ext4-0001-iostat-add-counters-and-functions.patch
patches.taobao/ext4-0002-iostat-define-wrapper-functions-for-buffer-layer.patch
patches.taobao/ext4-0003-iostat-account-read-metadata-requests-in-buffered-io.patch
patches.taobao/ext4-0004-iostat-account-read-data-requests-in-buffered-io.patch
patches.taobao/ext4-0005-iostat-account-write-metadata-requests-in-buffered-io.patch
patches.taobao/ext4-0006-iostat-account-write-data-requests-in-buffered-io.patch
patches.taobao/ext4-0007-iostat-account-requests-in-direct-io.patch
patches.taobao/ext4-0008-iostat-show-the-result-of-accouting.patch
# acridafs kernel module for Kuafu (communication middleware)
patches.taobao/acridafs.patch
# minor fix for BFN #163357
patches.taobao/sched_x86-Fix-overflow-in-cyc2ns_offset.patch
# always display segfault info in dmesg
patches.taobao/exception-trace-always-printk-segfault-info.patch
# expose stale data in fallocate can speed up fallocate+write case.
patches.taobao/fallocate-expose-stale-data-0001-add-new-flag.patch
patches.taobao/fallocate-expose-stale-data-0002-add-in-ext4.patch
patches.taobao/fallocate-expose-stale-data-0003-add-sysfs.patch
# activate excutable page in vmscan.
patches.taobao/vmscan-activate-executable-pages-after-first-usage.patch
# fix the bug caused by xfstest case 269.
patches.taobao/ext4-allocate-delalloc-blocks-before-changing-journa.patch
# add io throttled information to block cgroup.
patches.taobao/block-throttle-Add-IO-throttled-information-in-blkcg.patch
# loadavg backported from upstream.
patches.taobao/loadavg-bug-fix-001.patch
patches.taobao/loadavg-bug-fix-002.patch
patches.taobao/loadavg-bug-fix-003.patch
patches.taobao/loadavg-bug-fix-004.patch
patches.taobao/sched-fix-ksoftirqd-high-usage.patch
# mm reclaim fix
patches.taobao/mm_forward_port_18_memory_management_algorithm.patch
patches.taobao/activate-mapped-page-in-inactive-list.patch
# add a configuration to enable/disable netoops output in io error.
patches.taobao/add-sysctl-to-control-netoops-in-bio-error.patch
# fix a delay allocation bug when ext4_get_blocks fail.
patches.taobao/ext4-mark-mutli-page-io-complete-on-mapping-failure-backport.patch
# use nodelalloc as the default operations.
patches.taobao/turn-off-delalloc-by-default.patch
#fix a bug in ext4 when tid is too much large.
patches.taobao/ext4-initialize-fsync-transaction-ids-in-ext4_new_inode.patch
#fix another ext4 bug when the inode free races with dirty page writing.
patches.taobao/ext4-handle-writeback-of-inodes-which-are-being-reed.patch
# let mmap file slow down like 18
patches.taobao/fixup-bdi-writeback-task-burn-cpu-cycles.patch
# add perf support for java patch.
patches.taobao/perf-jit-symbol-annotation-220.patch