Commit ac34bb4
committed
Merge tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fixes from Steve French:
"Most are from the recent SMB3.1.1 test event, and also an important
netfs fix for a cifs mtime write regression
- fix mode reported by stat of readonly directories and files
- DFS (global namespace) related fixes
- fixes for special file support via reparse points
- mount improvement and reconnect fix
- fix for noisy log message on umount
- two netfs related fixes, one fixing a recent regression, and add
new write tracepoint"
* tag 'v6.12-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6:
netfs, cifs: Fix mtime/ctime update for mmapped writes
cifs: update internal version number
smb: client: print failed session logoffs with FYI
cifs: Fix reversion of the iter in cifs_readv_receive().
smb3: fix incorrect mode displayed for read-only files
smb: client: fix parsing of device numbers
smb: client: set correct device number on nfs reparse points
smb: client: propagate error from cifs_construct_tcon()
smb: client: fix DFS failover in multiuser mounts
cifs: Make the write_{enter,done,err} tracepoints display netfs info
smb: client: fix DFS interlink failover
smb: client: improve purging of cached referrals
smb: client: avoid unnecessary reconnects when refreshing referralsFile tree
18 files changed
+282
-224
lines changed- fs
- netfs
- smb/client
18 files changed
+282
-224
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
| 555 | + | |
555 | 556 | | |
556 | 557 | | |
557 | 558 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
| 149 | + | |
| 150 | + | |
151 | 151 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
| 824 | + | |
824 | 825 | | |
825 | 826 | | |
826 | 827 | | |
| |||
1059 | 1060 | | |
1060 | 1061 | | |
1061 | 1062 | | |
| 1063 | + | |
1062 | 1064 | | |
1063 | 1065 | | |
1064 | 1066 | | |
| |||
1287 | 1289 | | |
1288 | 1290 | | |
1289 | 1291 | | |
| 1292 | + | |
1290 | 1293 | | |
1291 | 1294 | | |
1292 | 1295 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
727 | | - | |
728 | 727 | | |
729 | 728 | | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
| 729 | + | |
736 | 730 | | |
737 | 731 | | |
738 | 732 | | |
| |||
746 | 740 | | |
747 | 741 | | |
748 | 742 | | |
749 | | - | |
750 | | - | |
751 | | - | |
| 743 | + | |
752 | 744 | | |
753 | 745 | | |
754 | 746 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
811 | 811 | | |
812 | 812 | | |
813 | 813 | | |
814 | | - | |
815 | 814 | | |
816 | 815 | | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
| 816 | + | |
821 | 817 | | |
822 | 818 | | |
823 | 819 | | |
| |||
1530 | 1526 | | |
1531 | 1527 | | |
1532 | 1528 | | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
1533 | 1532 | | |
1534 | 1533 | | |
1535 | 1534 | | |
| |||
1723 | 1722 | | |
1724 | 1723 | | |
1725 | 1724 | | |
| 1725 | + | |
1726 | 1726 | | |
1727 | 1727 | | |
1728 | 1728 | | |
| |||
1873 | 1873 | | |
1874 | 1874 | | |
1875 | 1875 | | |
1876 | | - | |
| 1876 | + | |
| 1877 | + | |
| 1878 | + | |
1877 | 1879 | | |
1878 | 1880 | | |
1879 | 1881 | | |
1880 | 1882 | | |
1881 | 1883 | | |
1882 | | - | |
| 1884 | + | |
1883 | 1885 | | |
1884 | 1886 | | |
1885 | 1887 | | |
| |||
1998 | 2000 | | |
1999 | 2001 | | |
2000 | 2002 | | |
2001 | | - | |
| 2003 | + | |
2002 | 2004 | | |
2003 | 2005 | | |
2004 | 2006 | | |
| |||
2058 | 2060 | | |
2059 | 2061 | | |
2060 | 2062 | | |
2061 | | - | |
2062 | | - | |
| 2063 | + | |
2063 | 2064 | | |
2064 | 2065 | | |
2065 | 2066 | | |
| |||
2382 | 2383 | | |
2383 | 2384 | | |
2384 | 2385 | | |
2385 | | - | |
2386 | | - | |
2387 | 2386 | | |
2388 | 2387 | | |
2389 | 2388 | | |
| |||
2458 | 2457 | | |
2459 | 2458 | | |
2460 | 2459 | | |
| 2460 | + | |
2461 | 2461 | | |
2462 | 2462 | | |
2463 | 2463 | | |
| |||
2482 | 2482 | | |
2483 | 2483 | | |
2484 | 2484 | | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
2485 | 2488 | | |
2486 | 2489 | | |
2487 | 2490 | | |
| |||
2509 | 2512 | | |
2510 | 2513 | | |
2511 | 2514 | | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
2512 | 2518 | | |
2513 | 2519 | | |
2514 | 2520 | | |
| |||
2892 | 2898 | | |
2893 | 2899 | | |
2894 | 2900 | | |
2895 | | - | |
| 2901 | + | |
2896 | 2902 | | |
2897 | 2903 | | |
2898 | 2904 | | |
| |||
3623 | 3629 | | |
3624 | 3630 | | |
3625 | 3631 | | |
3626 | | - | |
3627 | 3632 | | |
3628 | 3633 | | |
3629 | | - | |
| 3634 | + | |
3630 | 3635 | | |
3631 | 3636 | | |
3632 | | - | |
| 3637 | + | |
3633 | 3638 | | |
3634 | 3639 | | |
3635 | 3640 | | |
| |||
4034 | 4039 | | |
4035 | 4040 | | |
4036 | 4041 | | |
4037 | | - | |
| 4042 | + | |
4038 | 4043 | | |
4039 | 4044 | | |
4040 | 4045 | | |
| |||
4132 | 4137 | | |
4133 | 4138 | | |
4134 | 4139 | | |
4135 | | - | |
4136 | | - | |
4137 | | - | |
4138 | | - | |
4139 | | - | |
4140 | | - | |
4141 | | - | |
4142 | | - | |
4143 | | - | |
4144 | | - | |
4145 | | - | |
4146 | 4140 | | |
4147 | 4141 | | |
4148 | 4142 | | |
| |||
4212 | 4206 | | |
4213 | 4207 | | |
4214 | 4208 | | |
4215 | | - | |
4216 | | - | |
4217 | 4209 | | |
| 4210 | + | |
| 4211 | + | |
4218 | 4212 | | |
4219 | 4213 | | |
4220 | 4214 | | |
| |||
4249 | 4243 | | |
4250 | 4244 | | |
4251 | 4245 | | |
4252 | | - | |
| 4246 | + | |
4253 | 4247 | | |
4254 | | - | |
| 4248 | + | |
4255 | 4249 | | |
4256 | 4250 | | |
4257 | 4251 | | |
| |||
4262 | 4256 | | |
4263 | 4257 | | |
4264 | 4258 | | |
| 4259 | + | |
4265 | 4260 | | |
4266 | | - | |
| 4261 | + | |
4267 | 4262 | | |
4268 | 4263 | | |
4269 | 4264 | | |
| |||
4275 | 4270 | | |
4276 | 4271 | | |
4277 | 4272 | | |
| 4273 | + | |
| 4274 | + | |
| 4275 | + | |
4278 | 4276 | | |
4279 | | - | |
| 4277 | + | |
4280 | 4278 | | |
4281 | 4279 | | |
4282 | 4280 | | |
| |||
0 commit comments