Commit 5d2eb54
committed
Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull vfs xattr cleanups from Al Viro.
* 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
f2fs: xattr simplifications
squashfs: xattr simplifications
9p: xattr simplifications
xattr handlers: Pass handler to operations instead of flags
jffs2: Add missing capability check for listing trusted xattrs
hfsplus: Remove unused xattr handler list operations
ubifs: Remove unused security xattr handler
vfs: Fix the posix_acl_xattr_list return value
vfs: Check attribute names in posix acl xattr handers39 files changed
Lines changed: 390 additions & 651 deletions
File tree
- fs
- 9p
- ext2
- ext4
- f2fs
- gfs2
- hfsplus
- jffs2
- nfs
- ocfs2
- reiserfs
- squashfs
- ubifs
- xfs
- include/linux
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
235 | 218 | | |
236 | 219 | | |
237 | 220 | | |
| |||
245 | 228 | | |
246 | 229 | | |
247 | 230 | | |
248 | | - | |
| 231 | + | |
249 | 232 | | |
250 | | - | |
| 233 | + | |
251 | 234 | | |
252 | 235 | | |
253 | 236 | | |
| |||
258 | 241 | | |
259 | 242 | | |
260 | 243 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
284 | 247 | | |
285 | 248 | | |
286 | 249 | | |
| |||
296 | 259 | | |
297 | 260 | | |
298 | 261 | | |
299 | | - | |
300 | | - | |
| 262 | + | |
| 263 | + | |
301 | 264 | | |
302 | 265 | | |
303 | 266 | | |
| |||
316 | 279 | | |
317 | 280 | | |
318 | 281 | | |
319 | | - | |
| 282 | + | |
320 | 283 | | |
321 | | - | |
322 | 284 | | |
323 | 285 | | |
324 | 286 | | |
| |||
349 | 311 | | |
350 | 312 | | |
351 | 313 | | |
352 | | - | |
353 | 314 | | |
354 | 315 | | |
355 | 316 | | |
| |||
358 | 319 | | |
359 | 320 | | |
360 | 321 | | |
361 | | - | |
| 322 | + | |
362 | 323 | | |
363 | | - | |
| 324 | + | |
364 | 325 | | |
365 | 326 | | |
366 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 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 | + | |
140 | 182 | | |
141 | 183 | | |
142 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments