-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathChangeLog
194 lines (133 loc) · 4.51 KB
/
ChangeLog
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
2024-11-12 Akira Hayakawa <[email protected]>
* v2.2.18
* Fix build error with 6.10 kernel
2024-05-01 Akira Hayakawa <[email protected]>
* v2.2.17
* Fix build error with 6.9 kernel and backports
* Improve dkms.conf
2023-02-11 Akira Hayakawa <[email protected]>
* v2.2.16
* Fix build error with 6.0 kernel
* Handle STATUSTYPE_IMA
2021-05-04 Akira Hayakawa <[email protected]>
* v2.2.15
* Fix build error with 5.12 kernel
2021-03-21 Akira Hayakawa <[email protected]>
* v2.2.14
* Fix build error with 5.11 kernel
* Update copyright year
2020-11-22 Akira Hayakawa <[email protected]>
* v2.2.13
* Fix build error with 5.9 kernel
2020-08-09 Akira Hayakawa <[email protected]>
* v2.2.12
* Fix build error with 5.8 kernel
2020-06-05 Akira Hayakawa <[email protected]>
* v2.2.11
* Fix build error with 5.7 kernel
* Update copyright year
2018-11-08 Akira Hayakawa <[email protected]>
* v2.2.10
* Fix build error with 4.19 kernel
2018-06-09 Akira Hayakawa <[email protected]>
* v2.2.9
* Fix build error with 4.15 kernel
* Fix build error with 4.17 kernel
2017-10-15 Akira Hayakawa <[email protected]>
* v2.2.8
* Fix build error with 4.14 kernel
* Support 4Kn devices
2017-04-13 Akira Hayakawa <[email protected]>
* v2.2.7
* Fix build error with CentOS 7.3
* Wake up writeback thread only when needed
* Fix doc (deprecated --getsize option)
2016-09-19 Akira Hayakawa <[email protected]>
* v2.2.6
* Clarify producer-consumer pattern
* Fix build error with 3.10 kernel
* Fix build error with 3.14 kernel
2016-09-12 Akira Hayakawa <[email protected]>
* v2.2.5
* Fix read-caching data corruption issue
* Insert memory barriers
* Code cleanup
2016-08-28 Akira Hayakawa <[email protected]>
* v2.2.4
* Fix update_sb_record_interval
* Throttle writeback when there are only few empty segments in the
caching device
* Remove experimental from read-caching
2016-08-02 Akira Hayakawa <[email protected]>
* v2.2.3
* Rename write_through_mode to write_around_mode because it's more
precise
* Reformat the caching device when it's write_around_mode
2016-07-30 Akira Hayakawa <[email protected]>
* v2.2.2
* Use kmap_atomic() to access the bio payload
* Fix doc (clear_stat)
2016-07-18 Akira Hayakawa <[email protected]>
* v2.2.1
* Unsupport TRIM
* Fixes (fail if partial read from caching device fails etc.)
2016-05-01 Akira Hayakawa <[email protected]>
* v2.2.0
* Remove partial writeback in foreground. This results in writing
back cached data strictly from the older ones, which makes cache
device corruption safer
* Fix build error for kernel 4.6. per_bio_data_size is renamed to
per_io_data_size
* Remove SECTOR_SHIFT
2016-03-05 Akira Hayakawa <[email protected]>
* v2.1.2
* Remove blockup mechanism
* Use vmalloc for read_cache_cell's buffer
2016-01-04 Akira Hayakawa <[email protected]>
* v2.1.1
* Define bio_endio_compat
* Update copyright date
* Update/fix docs
2015-08-02 Akira Hayakawa <[email protected]>
* v2.1.0
* Remove ACCESS_ONCE around cell->cancelled
* Change the type of cell->cancelled from int to bool
* Fix dmsetup table
* Add write_through_mode
2015-07-28 Akira Hayakawa <[email protected]>
* v2.0.6
* Use vmalloc for rambuf and writeback_segs
* Fix location of might_queue_current_buffer() (this is a good
refactoring too)
* Fix inject_read_cache so it checks cell->cancelled inside mutex.
* Fix comment (ctr)
2015-07-20 Akira Hayakawa <[email protected]>
* v2.0.5
* Add __GFP_NOWARN to allocation of writeback ios
* Use vmalloc for large_array struct
2015-07-15 Akira Hayakawa <[email protected]>
* v2.0.4
* Fast-path for clean initialization
* Restrict the nr_max_batched_writeback
2015-07-13 Akira Hayakawa <[email protected]>
* v2.0.3
* Use separate wq for barrier flush
2015-07-12 Akira Hayakawa <[email protected]>
* v2.0.2
* Fix the crc32c wrapper so it complements the computed value.
2015-07-09 Akira Hayakawa <[email protected]>
* v2.0.1
* Fix for "mkfs.xfs -m crc=1" issue.
Add copy_bio_payload().
* Fix end_io not to ignore error.
* Fix bad pointer access in try_alloc_writeback_ios().
2015-06-16 Akira Hayakawa <[email protected]>
* v2.0.0
* Design change.
Purge static optional args (nr_rambuf_pool, segment_size_order)
so as to work well with Dmitry's tool.
2015-05-14 Akira Hayakawa <[email protected]>
* v1.0.1
* Fix read-caching that didn't hit at all.
2015-05-10 Akira Hayakawa <[email protected]>
* v1.0.0