Commit 2d07c6c
committed
Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Pull NFS client fixes from Anna Schumaker:
- Fix for FlexFiles mirror->dss allocation
- Apply delay_retrans to async operations
- Check if suid/sgid is cleared after a write when needed
- Fix setting the state renewal timer for early mounts after a reboot
* tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfs:
NFS4: Fix state renewals missing after boot
NFS: check if suid/sgid was cleared after a write as needed
NFS4: Apply delay_retrans to async operations
NFSv4/flexfiles: fix to allocate mirror->dss before useFile tree
5 files changed
+38
-15
lines changed- fs/nfs
- flexfilelayout
- include/linux
5 files changed
+38
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
| 274 | + | |
274 | 275 | | |
275 | 276 | | |
276 | | - | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
285 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
286 | 298 | | |
287 | 299 | | |
288 | 300 | | |
| |||
507 | 519 | | |
508 | 520 | | |
509 | 521 | | |
510 | | - | |
| 522 | + | |
511 | 523 | | |
512 | 524 | | |
513 | 525 | | |
514 | 526 | | |
515 | 527 | | |
516 | | - | |
517 | | - | |
518 | | - | |
519 | | - | |
520 | | - | |
521 | 528 | | |
522 | 529 | | |
523 | 530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3636 | 3636 | | |
3637 | 3637 | | |
3638 | 3638 | | |
| 3639 | + | |
3639 | 3640 | | |
3640 | 3641 | | |
3641 | 3642 | | |
| |||
3664 | 3665 | | |
3665 | 3666 | | |
3666 | 3667 | | |
| 3668 | + | |
3667 | 3669 | | |
3668 | 3670 | | |
3669 | 3671 | | |
| |||
3711 | 3713 | | |
3712 | 3714 | | |
3713 | 3715 | | |
| 3716 | + | |
3714 | 3717 | | |
3715 | 3718 | | |
3716 | 3719 | | |
| |||
5593 | 5596 | | |
5594 | 5597 | | |
5595 | 5598 | | |
| 5599 | + | |
5596 | 5600 | | |
5597 | 5601 | | |
5598 | 5602 | | |
| 5603 | + | |
5599 | 5604 | | |
5600 | 5605 | | |
5601 | 5606 | | |
| |||
5709 | 5714 | | |
5710 | 5715 | | |
5711 | 5716 | | |
| 5717 | + | |
5712 | 5718 | | |
5713 | 5719 | | |
5714 | 5720 | | |
5715 | 5721 | | |
| 5722 | + | |
5716 | 5723 | | |
5717 | 5724 | | |
5718 | 5725 | | |
| |||
6726 | 6733 | | |
6727 | 6734 | | |
6728 | 6735 | | |
| 6736 | + | |
6729 | 6737 | | |
6730 | 6738 | | |
6731 | 6739 | | |
| |||
6746 | 6754 | | |
6747 | 6755 | | |
6748 | 6756 | | |
| 6757 | + | |
6749 | 6758 | | |
6750 | 6759 | | |
6751 | 6760 | | |
| |||
6817 | 6826 | | |
6818 | 6827 | | |
6819 | 6828 | | |
| 6829 | + | |
6820 | 6830 | | |
6821 | 6831 | | |
6822 | 6832 | | |
| |||
7093 | 7103 | | |
7094 | 7104 | | |
7095 | 7105 | | |
| 7106 | + | |
7096 | 7107 | | |
7097 | 7108 | | |
7098 | 7109 | | |
| |||
7147 | 7158 | | |
7148 | 7159 | | |
7149 | 7160 | | |
| 7161 | + | |
7150 | 7162 | | |
7151 | 7163 | | |
7152 | 7164 | | |
| |||
7180 | 7192 | | |
7181 | 7193 | | |
7182 | 7194 | | |
| 7195 | + | |
7183 | 7196 | | |
7184 | 7197 | | |
7185 | 7198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1535 | 1535 | | |
1536 | 1536 | | |
1537 | 1537 | | |
1538 | | - | |
| 1538 | + | |
| 1539 | + | |
1539 | 1540 | | |
1540 | 1541 | | |
1541 | 1542 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1659 | 1659 | | |
1660 | 1660 | | |
1661 | 1661 | | |
| 1662 | + | |
1662 | 1663 | | |
1663 | 1664 | | |
1664 | 1665 | | |
| |||
0 commit comments