]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 Apr 2024 16:37:32 +0000 (09:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 23 Apr 2024 16:37:32 +0000 (09:37 -0700)
commit9d1ddab261f3e2af7c384dc02238784ce0cf9f98
tree577d3ea4aeb0b3c2e50aa99219434033a9731375
parent71b1543c83d65af8215d7558d70fc2ecbee77dcf
parent77d8aa79ecfb209308e0644c02f655122b31def7
Merge tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6

Pull smb client fixes from Steve French:

 - fscache fix

 - fix for case where we could use uninitialized lease

 - add tracepoint for debugging refcounting of tcon

 - fix mount option regression (e.g. forceuid vs. noforceuid when uid=
   specified) caused by conversion to the new mount API

* tag '6.9-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6:
  cifs: reinstate original behavior again for forceuid/forcegid
  smb: client: fix rename(2) regression against samba
  cifs: Add tracing for the cifs_tcon struct refcounting
  cifs: Fix reacquisition of volume cookie on still-live connection